This commit is contained in:
parent
05eee51134
commit
26feffdf7b
|
@ -3192,7 +3192,10 @@
|
||||||
background: #F3F3F3;
|
background: #F3F3F3;
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 13px;
|
font-size:14px;
|
||||||
|
padding: 20rpx;
|
||||||
|
color: #999;
|
||||||
|
margin-top: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.value-font {
|
.value-font {
|
||||||
|
|
|
@ -2032,7 +2032,8 @@ uni-switch::before {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: linear-gradient(180deg, #90dacd, #ebfffa, #ebfffa);
|
background:#fff
|
||||||
|
//background: linear-gradient(180deg, #90dacd, #ebfffa, #ebfffa);
|
||||||
// box-shadow: inset 40px 20px 60px #107050,
|
// box-shadow: inset 40px 20px 60px #107050,
|
||||||
// inset -20px -40px 60px #00a55a;
|
// inset -20px -40px 60px #00a55a;
|
||||||
|
|
||||||
|
@ -2109,7 +2110,7 @@ uni-switch::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
top: 25px;
|
top: 25px;
|
||||||
font-size: 22rpx;
|
font-size:24rpx;
|
||||||
color: #019c88;
|
color: #019c88;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue