| | |
| | | font-weight: 700; |
| | | color: #fff; |
| | | font-size: 2rem; |
| | | /deep/ .van-cell.van-field { |
| | | :deep(.van-cell.van-field) { |
| | | margin-top: 4.4rem; |
| | | display: flex; |
| | | flex-direction: column; |
| | | font-size: 1.8rem; |
| | | color: #303133; |
| | | } |
| | | /deep/ .van-field__control { |
| | | :deep(.van-field__control) { |
| | | // @include themify() { |
| | | // background: themed("tab_background"); |
| | | // } |
| | |
| | | border: 1px solid transparent !important; |
| | | } |
| | | |
| | | /deep/ .van-cell__value { |
| | | :deep(.van-cell__value) { |
| | | height: 6.4rem; |
| | | line-height: 6.4rem; |
| | | font-weight: 700; |
| | |
| | | text-align: left; |
| | | } |
| | | |
| | | /deep/ .van-field__body { |
| | | :deep(.van-field__body) { |
| | | display: flex; |
| | | position: relative; |
| | | width: 100%; |