*{ /* 设置宽度的计算方法 */ /* -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background 200ms; -moz-transition: background 200ms; -ms-transition: background 200ms; -o-transition: background 200ms; transition: background 200ms; */ /* background: rgba(0, 0, 0, .1); */ /* 设置超出内容自动换行 */ word-wrap: break-word; word-break: break-all; /* overflow: hidden; */ } .aout{ /* 设置水平居中 */ /* text-align:center; */ /* 设置垂直居中 */ vertical-align:middle !important; } .container { width: 1800px !important; } .caption{ margin: auto; text-align:center; font-size: 25px; color: black; font-weight: 900; } /* .condition{ line-height:50px; vertical-align:middle !important; height: 50px; } */ .font{ line-height:35px; height: 35px; }