|
@@ -184,13 +184,13 @@
|
|
|
justify-content: flex-start;
|
|
|
// width: 100%;
|
|
|
color: #fff;
|
|
|
- font-size: 10px;
|
|
|
+ font-size: 14px;
|
|
|
padding: 4px 20px;
|
|
|
}
|
|
|
|
|
|
.slider {
|
|
|
// width: 100%;
|
|
|
- padding: 0 20px;
|
|
|
+ padding: 0 16px 0 20px;
|
|
|
--van-slider-button-width: 13px !important;
|
|
|
--van-slider-button-height: 13px !important;
|
|
|
--van-slider-active-background-color: #ff7c97 !important;
|
|
@@ -236,8 +236,8 @@
|
|
|
|
|
|
.actionBtn {
|
|
|
display: flex;
|
|
|
- width: 30px;
|
|
|
- height: 30px;
|
|
|
+ width: 26px;
|
|
|
+ height: 26px;
|
|
|
padding: 4px 0;
|
|
|
background: transparent;
|
|
|
|
|
@@ -370,13 +370,13 @@
|
|
|
background: url('./../image/btn_go_practice.png') no-repeat center;
|
|
|
background-size: contain;
|
|
|
position: absolute;
|
|
|
- right: 12px;
|
|
|
+ right: 16px;
|
|
|
bottom: 60px;
|
|
|
z-index: 11;
|
|
|
transition: all .5s ease;
|
|
|
|
|
|
|
|
|
&.hide {
|
|
|
- transform: translateX(65px);
|
|
|
+ transform: translateX(70px);
|
|
|
}
|
|
|
-}
|
|
|
+}
|