12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .vanFieldNew_1 {
-
- .van-cell, .van-field {
- background-color: transparent;
- padding: 1rem;
- line-height: unset;
- width: 100%;
- height: 100%;
- /* 水平垂直居中,支持文字自动换行 */
- // display: flex;
- // flex-direction: column;
- // justify-content: center;
- align-items: center;
-
- .van-field__label {
- width: 46%;
- color: #ffffff;
- font-size: 1.5714rem;
- // margin-right: 0.85rem;
- margin-right: 0rem;
- text-align: center;
- }
- .van-field__value {
- width: 46%;
- .van-field__body {
- .van-field__control--custom {
- min-height: auto;
- }
-
- .van-field__control {
- .van-switch {
- // width: 100%;
- height: 2.35rem;
- .van-switch__node {
- width: 2rem;
- height: 2rem;
- }
- }
- .van-slider {
- .van-slider__bar {
- .van-slider__button-wrapper {
- .van-slider__button {
- width: 1.7rem;
- height: 1.7rem;
- }
- }
- }
- }
- }
- }
- }
- }
- }
|