|
@@ -27,13 +27,16 @@
|
|
|
height: 24px;
|
|
|
}
|
|
|
}
|
|
|
-.disabled{
|
|
|
+
|
|
|
+.disabled {
|
|
|
//opacity: 0;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
+
|
|
|
.left {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+
|
|
|
.leftContent {
|
|
|
.lcName {
|
|
|
font-size: 18px;
|
|
@@ -42,12 +45,14 @@
|
|
|
line-height: 25px;
|
|
|
margin-bottom: 2px;
|
|
|
padding: 0 !important;
|
|
|
- :global{
|
|
|
- .van-notice-bar{
|
|
|
+
|
|
|
+ :global {
|
|
|
+ .van-notice-bar {
|
|
|
padding: 0 !important;
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
.lcScore {
|
|
|
font-size: 12px;
|
|
|
color: #777777;
|
|
@@ -91,6 +96,7 @@
|
|
|
&>div:first-child {
|
|
|
color: var(--van-primary-color) !important;
|
|
|
}
|
|
|
+
|
|
|
&>div:last-child {
|
|
|
background-color: #ECF9FF;
|
|
|
color: var(--van-primary-color);
|
|
@@ -106,7 +112,8 @@
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
- transform: translate(-50%,-50%);
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+
|
|
|
.cItem {
|
|
|
width: 64px;
|
|
|
height: 50px;
|
|
@@ -117,21 +124,26 @@
|
|
|
padding: 4px 0;
|
|
|
margin: 0 6px;
|
|
|
cursor: pointer;
|
|
|
+
|
|
|
.mScore {
|
|
|
font-size: 16px;
|
|
|
line-height: 22px;
|
|
|
color: #AAAAAA;
|
|
|
}
|
|
|
+
|
|
|
.mLabel {
|
|
|
font-size: 12px;
|
|
|
line-height: 18px;
|
|
|
color: #AAAAAA;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.active {
|
|
|
background: #CBEEFF;
|
|
|
border-radius: 8px;
|
|
|
- .mScore, .mLabel {
|
|
|
+
|
|
|
+ .mScore,
|
|
|
+ .mLabel {
|
|
|
color: #000000;
|
|
|
font-weight: 600;
|
|
|
}
|
|
@@ -153,6 +165,7 @@
|
|
|
font-weight: 400;
|
|
|
padding: 0 10px;
|
|
|
color: #999;
|
|
|
+ cursor: pointer;
|
|
|
|
|
|
.iconBtn {
|
|
|
display: block;
|
|
@@ -225,7 +238,7 @@
|
|
|
padding: 0 16px;
|
|
|
height: 30px;
|
|
|
border-radius: 18px;
|
|
|
- background-color: rgba(255,255,255, .9);
|
|
|
+ background-color: rgba(255, 255, 255, .9);
|
|
|
z-index: 1;
|
|
|
box-sizing: content-box;
|
|
|
|
|
@@ -233,14 +246,17 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-right: 16px;
|
|
|
+
|
|
|
&:last-child {
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
+
|
|
|
&>span {
|
|
|
margin-left: 4px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.shiyiClose {
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
@@ -249,13 +265,15 @@
|
|
|
top: -26px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-.shiyiPopup{
|
|
|
+
|
|
|
+.shiyiPopup {
|
|
|
background: #fff;
|
|
|
border-radius: 20px;
|
|
|
width: 80vw;
|
|
|
max-width: 460px;
|
|
|
padding: 20px;
|
|
|
position: relative;
|
|
|
+
|
|
|
.shiyiTop {
|
|
|
position: absolute;
|
|
|
width: 154px;
|
|
@@ -264,63 +282,77 @@
|
|
|
transform: translateX(-50%);
|
|
|
}
|
|
|
}
|
|
|
-.shiyiTitle{
|
|
|
+
|
|
|
+.shiyiTitle {
|
|
|
font-size: 16px;
|
|
|
color: #333;
|
|
|
font-weight: 400;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.items {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
margin-top: 16px;
|
|
|
- .item{
|
|
|
+
|
|
|
+ .item {
|
|
|
width: 50%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
padding: 12px 0 12px 6px;
|
|
|
- span{
|
|
|
+
|
|
|
+ span {
|
|
|
margin-left: 12px;
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
+
|
|
|
svg {
|
|
|
visibility: visible;
|
|
|
}
|
|
|
+
|
|
|
&:nth-child(2n) {
|
|
|
transform: translateX(20px);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.itemTone {
|
|
|
width: 50%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
padding: 16px 0 16px 26px;
|
|
|
position: relative;
|
|
|
+
|
|
|
&:nth-child(2n) {
|
|
|
transform: translateX(20px);
|
|
|
}
|
|
|
+
|
|
|
.firstIcon1 {
|
|
|
width: 12px;
|
|
|
height: 20px;
|
|
|
}
|
|
|
+
|
|
|
.firstIcon2 {
|
|
|
width: 19px;
|
|
|
height: 13px;
|
|
|
}
|
|
|
+
|
|
|
.firstIcon3 {
|
|
|
width: 12px;
|
|
|
height: 13px;
|
|
|
}
|
|
|
+
|
|
|
img {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
|
}
|
|
|
+
|
|
|
.fiz {
|
|
|
left: -5px;
|
|
|
}
|
|
|
+
|
|
|
span {
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|