| | |
| | | /*每个页面公共css */ |
| | | @import "colorui/main.css"; |
| | | @import "colorui/icon.css"; |
| | | |
| | | .footer { |
| | | width: 100%; |
| | | height: 150rpx; |
| | | line-height: 150rpx; |
| | | background-color: #FFF; |
| | | position: fixed; |
| | | bottom: 0; |
| | | border-top: 1px solid #d8d8d8; |
| | | border-radius: 20rpx 20rpx 0 0 ; |
| | | z-index: 1; |
| | | } |
| | | .nav-list { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | |
| | | .nav-li { |
| | | padding: 30upx; |
| | | border-radius: 12upx; |
| | | width: 45%; |
| | | width: 95%; |
| | | margin: 0 2.5% 40upx; |
| | | |
| | | background-size: cover; |
| | |
| | | font-size: 30rpx; |
| | | color: #fff; |
| | | background: transparent; |
| | | transform: translate(-50%, -55%) scale(1); |
| | | -webkit-transform: translate(-50%, -55%) scale(1); |
| | | transform: translate(-50%, -50%) scale(1); |
| | | -webkit-transform: translate(-50%, -50%) scale(1); |
| | | } |
| | | |
| | | </style> |