|
@@ -23,7 +23,7 @@
|
|
|
background-size: 100% 100%;
|
|
|
flex-shrink: 0;
|
|
|
|
|
|
- & > img {
|
|
|
+ &>img {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -36,8 +36,7 @@
|
|
|
.van-image__loading {
|
|
|
position: relative;
|
|
|
height: 100%;
|
|
|
- animation: van-skeleton-blink var(--van-skeleton-duration) ease-in-out
|
|
|
- infinite;
|
|
|
+ animation: van-skeleton-blink var(--van-skeleton-duration) ease-in-out infinite;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -47,11 +46,9 @@
|
|
|
left: 5px;
|
|
|
width: 5px;
|
|
|
height: 100%;
|
|
|
- background: linear-gradient(
|
|
|
- 270deg,
|
|
|
- rgba(0, 0, 0, 0.25) 0%,
|
|
|
- rgba(0, 0, 0, 0.03) 100%
|
|
|
- );
|
|
|
+ background: linear-gradient(270deg,
|
|
|
+ rgba(0, 0, 0, 0.25) 0%,
|
|
|
+ rgba(0, 0, 0, 0.03) 100%);
|
|
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
|
|
|
z-index: 1;
|
|
|
}
|
|
@@ -155,6 +152,7 @@
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
position: relative;
|
|
|
+
|
|
|
.basePlay {
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
@@ -163,6 +161,7 @@
|
|
|
top: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
}
|
|
|
+
|
|
|
:global {
|
|
|
.van-circle {
|
|
|
position: absolute;
|
|
@@ -171,8 +170,10 @@
|
|
|
transform: translate(-50%, -50%);
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
+ padding-bottom: 2px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.tips {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
@@ -184,6 +185,7 @@
|
|
|
border-radius: 1px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.periodItem {
|
|
|
width: 36px;
|
|
|
height: 40px;
|
|
@@ -201,6 +203,7 @@
|
|
|
.courseDialog {
|
|
|
width: 305px;
|
|
|
box-sizing: border-box;
|
|
|
+
|
|
|
:global {
|
|
|
.van-dialog__header {
|
|
|
|
|
@@ -302,7 +305,7 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
|
|
|
- & > button {
|
|
|
+ &>button {
|
|
|
height: 40px;
|
|
|
flex: 1;
|
|
|
font-weight: 400;
|
|
@@ -314,14 +317,17 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.btnLeft {
|
|
|
color: #333;
|
|
|
border-color: #dbdbdb;
|
|
|
}
|
|
|
+
|
|
|
.btnRight {
|
|
|
background: #fe2451;
|
|
|
border-color: #fe2451;
|
|
|
}
|
|
|
+
|
|
|
.finch {
|
|
|
width: 150px;
|
|
|
margin: 140px auto 0;
|
|
@@ -334,6 +340,7 @@
|
|
|
margin-top: 4px;
|
|
|
margin-bottom: 120px;
|
|
|
}
|
|
|
+
|
|
|
.footers {
|
|
|
padding: 0 25px 20px;
|
|
|
|
|
@@ -343,13 +350,12 @@
|
|
|
font-weight: 500;
|
|
|
color: #ffffff;
|
|
|
line-height: 25px;
|
|
|
+
|
|
|
&.van-button--disabled {
|
|
|
opacity: initial;
|
|
|
- background: linear-gradient(
|
|
|
- 270deg,
|
|
|
- #ff7a93 0%,
|
|
|
- #ff9daa 100%
|
|
|
- ) !important;
|
|
|
+ background: linear-gradient(270deg,
|
|
|
+ #ff7a93 0%,
|
|
|
+ #ff9daa 100%) !important;
|
|
|
}
|
|
|
}
|
|
|
}
|