|
|
@@ -331,10 +331,10 @@ checkbox.green.checked .uni-checkbox-input,
|
|
|
checkbox.checked .uni-checkbox-input,
|
|
|
radio.green.checked .uni-radio-input,
|
|
|
radio.checked .uni-radio-input {
|
|
|
- background-color: #39b54a !important;
|
|
|
- border-color: #39b54a !important;
|
|
|
+ background-color: #5D9188 !important;
|
|
|
+ border-color: #5D9188 !important;
|
|
|
color: #ffffff !important;
|
|
|
- border-color: #39B54A !important;
|
|
|
+ border-color: #5D9188 !important;
|
|
|
}
|
|
|
|
|
|
switch.cyan[checked] .wx-switch-input,
|
|
|
@@ -2498,11 +2498,13 @@ button.cuIcon.lg {
|
|
|
.cu-modal.drawer-modal.show .cu-dialog {
|
|
|
transform: translateX(0%);
|
|
|
}
|
|
|
-.cu-modal .cu-dialog>.cu-bar:first-child .action{
|
|
|
- min-width: 100rpx;
|
|
|
- margin-right: 0;
|
|
|
- min-height: 100rpx;
|
|
|
+
|
|
|
+.cu-modal .cu-dialog>.cu-bar:first-child .action {
|
|
|
+ min-width: 100rpx;
|
|
|
+ margin-right: 0;
|
|
|
+ min-height: 100rpx;
|
|
|
}
|
|
|
+
|
|
|
/* ==================
|
|
|
轮播
|
|
|
==================== */
|
|
|
@@ -2932,11 +2934,13 @@ scroll-view.cu-steps .cu-item {
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+
|
|
|
.grid.grid-square>view.bg-img image {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: absolute;
|
|
|
}
|
|
|
+
|
|
|
.grid.col-1.grid-square>view {
|
|
|
padding-bottom: 100%;
|
|
|
height: 0;
|
|
|
@@ -3350,7 +3354,7 @@ scroll-view.cu-steps .cu-item {
|
|
|
|
|
|
.line-green::after,
|
|
|
.lines-green::after {
|
|
|
- border-color: #39b54a;
|
|
|
+ border-color: #5D9188;
|
|
|
}
|
|
|
|
|
|
.line-cyan::after,
|
|
|
@@ -3424,7 +3428,7 @@ scroll-view.cu-steps .cu-item {
|
|
|
}
|
|
|
|
|
|
.bg-green {
|
|
|
- background-color: #39b54a;
|
|
|
+ background-color: #5D9188;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
@@ -3509,7 +3513,7 @@ scroll-view.cu-steps .cu-item {
|
|
|
}
|
|
|
|
|
|
.bg-green.light {
|
|
|
- color: #39b54a;
|
|
|
+ color: #5D9188;
|
|
|
background-color: #d7f0dbff;
|
|
|
}
|
|
|
|
|
|
@@ -3559,7 +3563,7 @@ scroll-view.cu-steps .cu-item {
|
|
|
}
|
|
|
|
|
|
.bg-gradual-green {
|
|
|
- background-image: linear-gradient(45deg, #39b54a, #8dc63f);
|
|
|
+ background-image: linear-gradient(45deg, #5D9188, #8dc63f);
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
@@ -3909,4 +3913,4 @@ scroll-view.cu-steps .cu-item {
|
|
|
.line-white,
|
|
|
.lines-white {
|
|
|
color: #ffffff;
|
|
|
-}
|
|
|
+}
|