|
@@ -3,7 +3,8 @@
|
|
width: 100vw;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- background: url('../../common/images/icon_bg.png') no-repeat center center / cover;
|
|
|
|
|
|
+ background: url('../../common/images/icon_bg.png') no-repeat center center /
|
|
|
|
+ cover;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
@@ -63,7 +64,6 @@
|
|
color: var(--van-primary-color) !important;
|
|
color: var(--van-primary-color) !important;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
:global {
|
|
:global {
|
|
.van-button__text {
|
|
.van-button__text {
|
|
color: var(--van-primary-color);
|
|
color: var(--van-primary-color);
|
|
@@ -266,14 +266,18 @@
|
|
height: 100%;
|
|
height: 100%;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
- background-image: linear-gradient(to right,
|
|
|
|
|
|
+ background-image: linear-gradient(
|
|
|
|
+ to right,
|
|
rgba(0, 0, 0, 0.2) 0,
|
|
rgba(0, 0, 0, 0.2) 0,
|
|
rgba(255, 255, 255, 0.08) 0%,
|
|
rgba(255, 255, 255, 0.08) 0%,
|
|
- transparent 0.5%),
|
|
|
|
- linear-gradient(to right,
|
|
|
|
|
|
+ transparent 0.5%
|
|
|
|
+ ),
|
|
|
|
+ linear-gradient(
|
|
|
|
+ to right,
|
|
rgba(0, 0, 0, 0.1) 0.3%,
|
|
rgba(0, 0, 0, 0.1) 0.3%,
|
|
rgba(255, 255, 255, 0.09) 1.1%,
|
|
rgba(255, 255, 255, 0.09) 1.1%,
|
|
- transparent 1.3%);
|
|
|
|
|
|
+ transparent 1.3%
|
|
|
|
+ );
|
|
background-size: 50% 100%, 50% 100%;
|
|
background-size: 50% 100%, 50% 100%;
|
|
background-position: 0% top, 9% top;
|
|
background-position: 0% top, 9% top;
|
|
}
|
|
}
|
|
@@ -298,7 +302,7 @@
|
|
position: fixed;
|
|
position: fixed;
|
|
top: 50%;
|
|
top: 50%;
|
|
left: 50%;
|
|
left: 50%;
|
|
- width: 50vw;
|
|
|
|
|
|
+ width: 55vw;
|
|
transform: translate(-50%, -50%) scale(0);
|
|
transform: translate(-50%, -50%) scale(0);
|
|
z-index: 20;
|
|
z-index: 20;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
@@ -325,9 +329,8 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
.popupContainer {
|
|
.popupContainer {
|
|
- background: #FFFFFF;
|
|
|
|
|
|
+ background: #ffffff;
|
|
border-radius: 12px;
|
|
border-radius: 12px;
|
|
width: 298px;
|
|
width: 298px;
|
|
padding-top: 12px;
|
|
padding-top: 12px;
|
|
@@ -351,7 +354,7 @@
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 4px;
|
|
width: 4px;
|
|
height: 11px;
|
|
height: 11px;
|
|
- background: #2AA4FE;
|
|
|
|
|
|
+ background: #2aa4fe;
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
margin-right: 6px;
|
|
margin-right: 6px;
|
|
}
|
|
}
|
|
@@ -370,7 +373,7 @@
|
|
padding: 7px 24px;
|
|
padding: 7px 24px;
|
|
height: 30px;
|
|
height: 30px;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- background: #F6F6F6;
|
|
|
|
|
|
+ background: #f6f6f6;
|
|
border: none;
|
|
border: none;
|
|
color: #333333;
|
|
color: #333333;
|
|
margin-right: 8px;
|
|
margin-right: 8px;
|
|
@@ -380,13 +383,13 @@
|
|
.van-tag--plain {
|
|
.van-tag--plain {
|
|
background: rgba(42, 164, 254, 0.08);
|
|
background: rgba(42, 164, 254, 0.08);
|
|
border: none;
|
|
border: none;
|
|
- color: #2AA4FE;
|
|
|
|
|
|
+ color: #2aa4fe;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.btnGroup {
|
|
.btnGroup {
|
|
- border: 1px solid #F2F2F2;
|
|
|
|
|
|
+ border: 1px solid #f2f2f2;
|
|
padding: 16px 12px;
|
|
padding: 16px 12px;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -404,9 +407,10 @@
|
|
}
|
|
}
|
|
|
|
|
|
.btnSure {
|
|
.btnSure {
|
|
- background: linear-gradient(135deg, #19F1E1 0%, #0094FF 100%), linear-gradient(73deg, #5BECFF 0%, #259CFE 100%);
|
|
|
|
|
|
+ background: linear-gradient(135deg, #19f1e1 0%, #0094ff 100%),
|
|
|
|
+ linear-gradient(73deg, #5becff 0%, #259cfe 100%);
|
|
border: none;
|
|
border: none;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|