|
@@ -97,6 +97,27 @@
|
|
|
background: linear-gradient( 270deg, #7ADEFF 0%, #29A9FF 100%);
|
|
|
box-shadow: inset 1px 0px 5px 0px rgba(150,254,255,0.79);
|
|
|
border: 1px solid #4A91D4;
|
|
|
+ &::after{
|
|
|
+ position: absolute;
|
|
|
+ content: "";
|
|
|
+ left: 4px;
|
|
|
+ top: 2px;
|
|
|
+ width: 100%;
|
|
|
+ height: 1px;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 1px;
|
|
|
+ filter: blur(1px);
|
|
|
+ }
|
|
|
+ &::before{
|
|
|
+ position: absolute;
|
|
|
+ content: "";
|
|
|
+ left: 2px;
|
|
|
+ top: 1px;
|
|
|
+ width: 4px;
|
|
|
+ height: 4px;
|
|
|
+ background: url("../image/gg.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
.van-slider__button-wrapper{
|
|
|
bottom: 0;
|
|
|
top: initial;
|
|
@@ -137,16 +158,17 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
& > div{
|
|
|
- padding: 3px 13px;
|
|
|
+ padding: 6px 13px;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 14px;
|
|
|
font-weight: 400;
|
|
|
font-size: 13px;
|
|
|
color: rgba(0,0,0,0.6);
|
|
|
- line-height: 18px;
|
|
|
+ line-height: 1;
|
|
|
cursor: pointer;
|
|
|
&:active{
|
|
|
background: linear-gradient( 131deg, #44CAFF 0%, #259CFE 100%);
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
}
|