| | |
| | | } |
| | | |
| | | |
| | | /* 推荐直接用最具体的类名和 !important */ |
| | | .uni-checkbox-input { |
| | | width: 40px !important; |
| | | height: 40px !important; |
| | | transform: scale(1.8) !important; |
| | | :deep(.el-checkbox) { |
| | | min-width: 48px !important; |
| | | min-height: 48px !important; |
| | | display: flex !important; |
| | | align-items: center !important; |
| | | justify-content: center !important; |
| | | } |
| | | |
| | | :deep(.el-checkbox__input) { |
| | | width: 32px !important; |
| | | height: 32px !important; |
| | | font-size: 32px !important; |
| | | } |
| | | |
| | | :deep(.el-checkbox__inner) { |
| | | width: 32px !important; |
| | | height: 32px !important; |
| | | border-radius: 6px !important; |
| | | border: 2px solid #007aff !important; |
| | | } |
| | | |
| | | :deep(.el-checkbox__input.is-checked .el-checkbox__inner) { |
| | | background-color: #007aff !important; |
| | | border-color: #007aff !important; |
| | | } |
| | | |
| | | /* 针对1280x800的平板使用媒体查询进行适配 */ |
| | | @media screen and (min-width: 1280px) and (max-width: 1920px) { |
| | | .right-side { |