| | |
| | | /*每个页面公共css */ |
| | | @import "colorui/main.css"; |
| | | @import "colorui/icon.css"; |
| | | .footer { |
| | | width: 100%; |
| | | height: 100rpx; |
| | | line-height: 100rpx; |
| | | 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: 65%; |
| | | width: 45%; |
| | | margin: 0 2.5% 40upx; |
| | | |
| | | background-size: cover; |
| | |
| | | font-size: 30upx; |
| | | font-weight: bold; |
| | | } |
| | | .title-login { |
| | | text-align: justify; |
| | | padding-right: 30upx; |
| | | font-size: 30upx; |
| | | font-weight: 400; |
| | | position: relative; |
| | | height: 60upx; |
| | | line-height: 60upx; |
| | | } |
| | | .main-btn { |
| | | padding: 0 20px; |
| | | font-size: 20px; |
| | | height: 40px; |
| | | } |
| | | |
| | | /* uni-checkbox .uni-checkbox-input{ |
| | | border-radius: 20% !important; |
| | | border: 1px solid black; |
| | | } |
| | | uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked { |
| | | background: $primary-color; |
| | | } */ |
| | | /* uni-checkbox-group{ width: 100% !important; } |
| | | uni-checkbox-group uni-label{ width: 33% !important; display: inline-flex; margin-bottom: 20rpx; } */ |
| | | |
| | | /*checkbox 选项框大小 */ |
| | | uni-checkbox .uni-checkbox-input{ |
| | | width: 30rpx !important; |
| | | height: 30rpx !important; |
| | | } |
| | | |
| | | /*checkbox选中后样式 */ |
| | | uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked{ |
| | | background: #3D7EFF; |
| | | border-color:#3D7EFF; |
| | | } |
| | | |
| | | /*checkbox选中后图标样式 */ |
| | | uni-checkbox .uni-checkbox-input.uni-checkbox-input-checked::before{ |
| | | width: 30rpx; |
| | | height: 30rpx; |
| | | line-height: 30rpx; |
| | | text-align: center; |
| | | font-size: 30rpx; |
| | | color: #fff; |
| | | background: transparent; |
| | | transform: translate(-50%, -50%) scale(1); |
| | | -webkit-transform: translate(-50%, -50%) scale(1); |
| | | } |
| | | |
| | | </style> |