| | |
| | | |
| | | .img { |
| | | text-align: center; |
| | | font-size: 0.8em; |
| | | color: #5d78bb; |
| | | font-size:18px; |
| | | color: #000; |
| | | margin-left: 0%; |
| | | margin-right: 0%; |
| | | text-indent: 0em; |
| | |
| | | |
| | | // 自定义 |
| | | .page-box { |
| | | position: relative; |
| | | box-sizing: border-box; |
| | | min-height: 1150px !important; |
| | | min-height: 1150px; |
| | | margin-bottom: 20px; |
| | | box-shadow: 0 3px 6px 1px #00000029; |
| | | background-color: #fff; |
| | |
| | | .m0 { |
| | | margin: 0; |
| | | } |
| | | .mt-40 { |
| | | margin-top: 40px !important; |
| | | } |
| | | .mb-20 { |
| | | margin-bottom: 20px; |
| | | } |
| | |
| | | .w40 { |
| | | width: 40px; |
| | | } |
| | | .pb-box { |
| | | position: absolute; |
| | | bottom: 0; |
| | | } |
| | | } |
| | | |
| | | /* 媒体查询做基础响应式布局 */ |