diff --git a/components/colorui/main.css b/components/colorui/main.css index fe9383e..2e5be26 100644 --- a/components/colorui/main.css +++ b/components/colorui/main.css @@ -178,11 +178,10 @@ switch .uni-switch-input { border-radius: 100upx; } -switch .wx-switch-input:not([class*="bg-"]), +switch .wx-switch-input:not([class*="bg-"]) switch .uni-switch-input:not([class*="bg-"]) { - background: #8799a3 !important; + /* background: #029d88 !important; */ } - switch .wx-switch-input::after, switch .uni-switch-input::after { margin: auto; @@ -195,6 +194,7 @@ switch .uni-switch-input::after { position: absolute; transform: scale(0.9, 0.9); transition: all 0.1s ease-in-out 0s; + background: #fff !important; } switch .wx-switch-input.wx-switch-input-checked::after, diff --git a/pages/my/mangshi.vue b/pages/my/mangshi.vue index fc32412..e5c322d 100644 --- a/pages/my/mangshi.vue +++ b/pages/my/mangshi.vue @@ -3,7 +3,7 @@ 是否接单 - + 选择接单时问 @@ -48,7 +48,12 @@ - 保存选择 + 保存选择 + @@ -685,6 +690,7 @@ font-size: 14px; font-weight: bold; margin-right: 5px; + margin-left: 20rpx; } .container-top span:nth-child(2){ font-size: 13px; @@ -731,7 +737,7 @@ .item{ width: 25%; padding: 0 4px; - margin: 10px 0; + margin: 6px 0; } .time-box{ width:100%; @@ -753,7 +759,7 @@ .flex-box{ display: inline-block; height: 60px; - width: 25%; + width: 33%; margin: 0 3px 0 3px; box-sizing: border-box; } @@ -803,6 +809,7 @@ .dx_title{ font-size: 14px; font-weight: bold; + margin-left:20rpx; } .switchTxt{ font-size: 13px; @@ -931,9 +938,31 @@ height: 80rpx; line-height: 80rpx; border-radius: 50rpx; - margin: 30rpx 10rpx; + margin: 20rpx auto 20rpx auto; color: #FFFFFF; font-size: 30rpx; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); } + .push-button{ + width: 100%; + height: 48px; + position: fixed; + bottom: 0px; + display: flex; + flex-direction: column; + align-items: center; + margin: 0 auto; + } + .detail-btn{ + display: inline-block; + width: 92%; + text-align: center; + background: linear-gradient(90deg, #019C88, #28BA92, #35C495); + height: 40px; + border-radius: 28px; + color: #ffffff; + line-height: 40px; + margin-top: 4px; + font-size: 34rpx; + }