最小宽度和最小高度
min-width: 810px; min-height: 600px;
计算宽度/高度
calc(100% - 300px)
防止样式被覆盖
color: blue !important;
圆角
border-radius:25px;
子元素垂直+水平居中
border-radius:25px;
DIV中文字居中
text-align:center;
span字体大小
font-size:17px;