2025-07-09 17:35:13 +08:00
|
|
|
|
.index-content-other[data-v-7e18bee5] {
|
2025-06-16 17:32:23 +08:00
|
|
|
|
width: calc(100% - 5.3125rem);
|
|
|
|
|
height: 100%;
|
|
|
|
|
transition: opacity 1s ease;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
position: relative;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.index-content-down[data-v-7e18bee5] {
|
2025-06-16 17:32:23 +08:00
|
|
|
|
width: calc(100% - 1.875rem);
|
|
|
|
|
height: 3.125rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.index-content-right[data-v-7e18bee5] {
|
2025-07-14 17:26:40 +08:00
|
|
|
|
height: calc(100% - 0.9375rem);
|
2025-07-23 17:34:48 +08:00
|
|
|
|
width: 100%;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.big-ball[data-v-7e18bee5] {
|
|
|
|
|
width: 6.25rem;
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: -1.71875rem;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #dbe4f6;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.big-ball .ball[data-v-7e18bee5] {
|
|
|
|
|
width: 4.6875rem;
|
|
|
|
|
height: 4.6875rem;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #cfddf1;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.tab[data-v-7e18bee5] {
|
|
|
|
|
width: 6.25rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
height: 3.75rem;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
font-size: 1rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
position: relative;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.tab .tab-heng[data-v-7e18bee5] {
|
2025-06-16 17:32:23 +08:00
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
bottom: 1.09375rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
transform: translateX(-50%);
|
2025-07-09 17:35:13 +08:00
|
|
|
|
width: 1.5625rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
height: 0.375rem;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
border-radius: 0.3125rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
background-color: #00B4FF;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
}
|
|
|
|
|
.scroll-box[data-v-7e18bee5] {
|
2025-06-16 17:32:23 +08:00
|
|
|
|
display: flex;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
flex-wrap: wrap;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.scroll-box .card[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-right: 0.9375rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
margin-bottom: 0.9375rem;
|
|
|
|
|
border: 0.0625rem solid #fff;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
background-image: url('../../static/index/mountain.png');
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
|
|
|
background-position: 60% 50%;
|
|
|
|
|
width: 32.65625rem;
|
|
|
|
|
height: 20.3125rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
display: flex;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
border-top-right-radius: 1.25rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.scroll-box .card .card-left[data-v-7e18bee5] {
|
|
|
|
|
height: 100%;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
width: 68%;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
position: relative;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
}
|
|
|
|
|
.scroll-box .card .card-left .card-left-title[data-v-7e18bee5] {
|
|
|
|
|
height: 23%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0 0.625rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
display: flex;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
justify-content: space-between;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.scroll-box .card .card-left .card-left-title .left-view[data-v-7e18bee5] {
|
|
|
|
|
display: flex;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-top: 0.625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
}
|
|
|
|
|
.scroll-box .card .card-left .card-left-title .left-view .left-view-img[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
width: 2.65625rem;
|
|
|
|
|
height: 2.65625rem;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
}
|
|
|
|
|
.scroll-box .card .card-right[data-v-7e18bee5] {
|
|
|
|
|
height: 100%;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
width: 32%;
|
|
|
|
|
background-color: rgba(244, 235, 249, 0.3);
|
|
|
|
|
border-top-right-radius: 1.1875rem;
|
|
|
|
|
border-bottom-right-radius: 1.1875rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
position: relative;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
}
|
|
|
|
|
.top-font-line[data-v-7e18bee5] {
|
2025-06-16 17:32:23 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
font-size: 0.71875rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.top-font-line .line-weight[data-v-7e18bee5] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
font-weight: 600;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-left: 0.625rem;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
}
|
|
|
|
|
.top-font-line .line-margin[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-left: 0.625rem;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.top-font-line .font-gray[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
font-size: 0.875rem;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
color: #555555;
|
|
|
|
|
}
|
|
|
|
|
.blue-button[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0.625rem;
|
|
|
|
|
top: -0.09375rem;
|
|
|
|
|
width: 4.0625rem;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 0.78125rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
background: linear-gradient(to bottom, #00C9FF, #0076FF);
|
|
|
|
|
border-radius: 0.46875rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin: 0.625rem 0.3125rem 0 0;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.font-gray-right[data-v-7e18bee5] {
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
font-size: 0.78125rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
color: #858585;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
|
}
|
|
|
|
|
.right-spec[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-top: 2.125rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
width: 4.6875rem;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
}
|
|
|
|
|
.video-img[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-left: 3.4375rem;
|
|
|
|
|
width: 17.8125rem;
|
|
|
|
|
height: 12.5rem;
|
2025-07-09 17:35:13 +08:00
|
|
|
|
border-radius: 0.9375rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
2025-07-14 17:26:40 +08:00
|
|
|
|
.video-bottom[data-v-7e18bee5] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
height: 2.65625rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
padding-left: 3.4375rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
color: #858585;
|
|
|
|
|
font-size: 0.75rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
position: relative;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
}
|
|
|
|
|
.video-bottom .font-bottom-weight[data-v-7e18bee5] {
|
|
|
|
|
font-size: 0.875rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
.video-bottom .bottom-shu[data-v-7e18bee5] {
|
|
|
|
|
margin: 0 0.46875rem;
|
|
|
|
|
}
|
|
|
|
|
.bottom-balls[data-v-7e18bee5] {
|
|
|
|
|
position: absolute;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
bottom: 3.75rem;
|
|
|
|
|
left: 38%;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
transform: translateX(-35%);
|
|
|
|
|
z-index: 999;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.bottom-balls .one-ball-father[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
width: 3.75rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border: 0.0625rem solid #fff;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin: 0 0.15625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
border-radius: 0.3125rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-balls[data-v-7e18bee5] {
|
|
|
|
|
position: absolute;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
left: 0.78125rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
top: 4.375rem;
|
|
|
|
|
padding-top: 0.3125rem;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
}
|
|
|
|
|
.right-balls .blue-ball[data-v-7e18bee5] {
|
|
|
|
|
width: 1.09375rem;
|
|
|
|
|
height: 1.09375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-balls .blue-ball-father[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
width: 2.1875rem;
|
|
|
|
|
height: 2.1875rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
background-color: #dbe8f9;
|
|
|
|
|
border-radius: 0.78125rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
margin-right: 0.625rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-bottom: 0.5625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-balls .blue-ball-father-target[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
width: 2.1875rem;
|
|
|
|
|
height: 2.1875rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
background-color: #dbe8f9;
|
|
|
|
|
border-radius: 0.78125rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
margin-right: 0.625rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-bottom: 0.5625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: auto;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-title[data-v-7e18bee5] {
|
|
|
|
|
position: absolute;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
right: -1.5625rem;
|
|
|
|
|
top: 0.3125rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 3.75rem;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
.right-other[data-v-7e18bee5] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
justify-content: center;
|
|
|
|
|
border-top-left-radius: 0.9375rem;
|
|
|
|
|
border-bottom-left-radius: 0.9375rem;
|
|
|
|
|
width: 4.6875rem;
|
|
|
|
|
height: 1.875rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-other .other-class[data-v-7e18bee5] {
|
|
|
|
|
width: 1.09375rem;
|
|
|
|
|
height: 1.09375rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
margin-left: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-other .other-font[data-v-7e18bee5] {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.time[data-v-7e18bee5] {
|
|
|
|
|
display: flex;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-top: 3.75rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.time .time-left[data-v-7e18bee5] {
|
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
font-size: 1.40625rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
.time-img[data-v-7e18bee5] {
|
|
|
|
|
width: 7.5rem;
|
|
|
|
|
height: 5.625rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-bottom: 0.46875rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
}
|
|
|
|
|
.time-weight[data-v-7e18bee5] {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 1rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-top: 0.78125rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
}
|
|
|
|
|
.time-small[data-v-7e18bee5] {
|
|
|
|
|
padding: 0.3125rem 0.9375rem;
|
|
|
|
|
font-size: 0.625rem;
|
|
|
|
|
color: #666666;
|
|
|
|
|
}
|
|
|
|
|
.time-people-two[data-v-7e18bee5] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-bottom: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.time-people-two .time-people-img[data-v-7e18bee5] {
|
|
|
|
|
width: 1.25rem;
|
|
|
|
|
height: 1.25rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
margin-left: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.time-people-two .time-people-font[data-v-7e18bee5] {
|
|
|
|
|
font-size: 0.84375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-time[data-v-7e18bee5] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 40%;
|
|
|
|
|
right: 0;
|
|
|
|
|
transform: translateY(-40%);
|
|
|
|
|
}
|
|
|
|
|
.right-time .right-laba[data-v-7e18bee5] {
|
|
|
|
|
width: 1.875rem;
|
|
|
|
|
height: 1.875rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
border-top-left-radius: 0.9375rem;
|
|
|
|
|
border-bottom-left-radius: 0.9375rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.fail-img[data-v-7e18bee5] {
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 7.8125rem;
|
|
|
|
|
}
|
|
|
|
|
.fail-img-spec[data-v-7e18bee5] {
|
|
|
|
|
width: 12.5rem;
|
|
|
|
|
height: 10.9375rem;
|
|
|
|
|
margin-left: -2.1875rem;
|
|
|
|
|
}
|
|
|
|
|
.fail-text[data-v-7e18bee5] {
|
|
|
|
|
margin-top: 0.46875rem;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.fail-text-spec[data-v-7e18bee5] {
|
|
|
|
|
margin-top: -3.125rem;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.kufang-img[data-v-7e18bee5] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
width: 1.34375rem;
|
|
|
|
|
height: 1.34375rem;
|
2025-07-14 17:26:40 +08:00
|
|
|
|
}
|
|
|
|
|
.tab-heng[data-v-7e18bee5] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50%;
|
|
|
|
|
bottom: -0.46875rem;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
width: 1.25rem;
|
|
|
|
|
height: 0.3125rem;
|
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
|
}
|
2025-07-23 17:34:48 +08:00
|
|
|
|
.right-title-father[data-v-7e18bee5] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0.625rem;
|
|
|
|
|
height: 100%;
|
|
|
|
|
top: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.split-line-white-sec[data-v-7e18bee5] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 50%;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
width: 0.0625rem;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 18.75rem;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #fff 50%, rgba(0, 0, 0, 0) 100%);
|
|
|
|
|
}
|
|
|
|
|
.topright-ball[data-v-7e18bee5] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5.3125rem;
|
|
|
|
|
right: 1.5625rem;
|
|
|
|
|
width: 2.34375rem;
|
|
|
|
|
height: 2.34375rem;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.3);
|
|
|
|
|
z-index: 999;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.topright-ball .ball-righttop[data-v-7e18bee5] {
|
|
|
|
|
width: 1.40625rem;
|
|
|
|
|
height: 1.40625rem;
|
|
|
|
|
margin-top: -0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.small-button[data-v-7e18bee5] {
|
|
|
|
|
width: 70%;
|
|
|
|
|
height: 2.1875rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.small-button .gray-ball[data-v-7e18bee5] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-color: #d8e1f2;
|
|
|
|
|
width: 1.875rem;
|
|
|
|
|
height: 1.875rem;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
.laba-img[data-v-7e18bee5] {
|
|
|
|
|
width: 0.9375rem;
|
|
|
|
|
height: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.time-right[data-v-7e18bee5] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0.3125rem;
|
|
|
|
|
top: 0.15625rem;
|
|
|
|
|
width: 2.8125rem;
|
|
|
|
|
height: 1.09375rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-color: #FFD5AC;
|
|
|
|
|
color: #FF5834;
|
|
|
|
|
border: 0.0625rem solid #FF5834;
|
|
|
|
|
margin-left: 0.15625rem;
|
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
|
font-size: 0.625rem;
|
|
|
|
|
}
|
2025-06-16 17:32:23 +08:00
|
|
|
|
|
2025-07-31 17:26:06 +08:00
|
|
|
|
/**
|
|
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
|
|
*
|
|
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
|
|
*
|
|
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
|
|
*/
|
|
|
|
|
/* 颜色变量 */
|
|
|
|
|
/* 行为相关颜色 */
|
|
|
|
|
/* 文字基本颜色 */
|
|
|
|
|
/* 背景颜色 */
|
|
|
|
|
/* 边框颜色 */
|
|
|
|
|
/* 尺寸变量 */
|
|
|
|
|
/* 文字尺寸 */
|
|
|
|
|
/* 图片尺寸 */
|
|
|
|
|
/* Border Radius */
|
|
|
|
|
/* 水平间距 */
|
|
|
|
|
/* 垂直间距 */
|
|
|
|
|
/* 透明度 */
|
|
|
|
|
/* 文章场景相关 */
|
|
|
|
|
/* 容器默认隐藏,透明度为 0,不接受点击 */
|
|
|
|
|
.neuro-wrapper[data-v-af075e65] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
inset: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
transition: opacity 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 显示时透明度过渡到 1,可接受点击 */
|
|
|
|
|
.neuro-wrapper.is-active[data-v-af075e65] {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
pointer-events: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 遮罩层,半透明黑色 */
|
|
|
|
|
.neuro-mask[data-v-af075e65] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
inset: 0;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 拟态框 固定尺寸 + 阴影样式 + 相对定位于 wrapper */
|
|
|
|
|
.neuro-box[data-v-af075e65] {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 18.75rem;
|
|
|
|
|
height: 14.0625rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-image: url("https://www.focusnu.com/media/directive/index/whitepeople.png");
|
|
|
|
|
background-position: top center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
padding: 0 10%;
|
|
|
|
|
}
|
|
|
|
|
.button[data-v-af075e65] {
|
|
|
|
|
width: 47%;
|
|
|
|
|
background: linear-gradient(to left, #00C9FF, #0076FF);
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.title[data-v-af075e65] {
|
|
|
|
|
margin-top: 2.1875rem;
|
|
|
|
|
}
|
|
|
|
|
.card-font[data-v-af075e65] {
|
|
|
|
|
margin-top: 2.1875rem;
|
|
|
|
|
width: 18.75rem;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.button-white[data-v-af075e65] {
|
|
|
|
|
width: 47%;
|
|
|
|
|
border: 0.0625rem solid #c3cacd;
|
|
|
|
|
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.button-father[data-v-af075e65] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 1.875rem;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 2.1875rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 0 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
|
|
*
|
|
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
|
|
*
|
|
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
|
|
*/
|
|
|
|
|
/* 颜色变量 */
|
|
|
|
|
/* 行为相关颜色 */
|
|
|
|
|
/* 文字基本颜色 */
|
|
|
|
|
/* 背景颜色 */
|
|
|
|
|
/* 边框颜色 */
|
|
|
|
|
/* 尺寸变量 */
|
|
|
|
|
/* 文字尺寸 */
|
|
|
|
|
/* 图片尺寸 */
|
|
|
|
|
/* Border Radius */
|
|
|
|
|
/* 水平间距 */
|
|
|
|
|
/* 垂直间距 */
|
|
|
|
|
/* 透明度 */
|
|
|
|
|
/* 文章场景相关 */
|
|
|
|
|
/* 容器默认隐藏,透明度为 0,不接受点击 */
|
|
|
|
|
.neuro-wrapper[data-v-a67d2760] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
inset: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
transition: opacity 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 显示时透明度过渡到 1,可接受点击 */
|
|
|
|
|
.neuro-wrapper.is-active[data-v-a67d2760] {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
pointer-events: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 遮罩层,半透明黑色 */
|
|
|
|
|
.neuro-mask[data-v-a67d2760] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
inset: 0;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 拟态框 固定尺寸 + 阴影样式 + 相对定位于 wrapper */
|
|
|
|
|
.neuro-box[data-v-a67d2760] {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 23.4375rem;
|
|
|
|
|
height: 21.875rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-image: url("https://www.focusnu.com/media/directive/index/whitepeople.png");
|
|
|
|
|
background-position: top center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
padding: 0 10%;
|
|
|
|
|
}
|
|
|
|
|
.button[data-v-a67d2760] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: linear-gradient(to left, #00C9FF, #0076FF);
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
border-radius: 1.09375rem;
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.title[data-v-a67d2760] {
|
|
|
|
|
margin-top: 2.1875rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
}
|
|
|
|
|
.card-font[data-v-a67d2760] {
|
|
|
|
|
margin-top: 2.1875rem;
|
|
|
|
|
width: 18.75rem;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.button-white[data-v-a67d2760] {
|
|
|
|
|
width: 47%;
|
|
|
|
|
border: 0.0625rem solid #c3cacd;
|
|
|
|
|
background: linear-gradient(to bottom, #f3f3f5, #dee4e9);
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.button-father[data-v-a67d2760] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 2.1875rem;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
padding: 0 3.4375rem;
|
|
|
|
|
}
|
|
|
|
|
.password-father[data-v-a67d2760] {
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
width: 23.4375rem;
|
|
|
|
|
padding: 0 3.75rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.password-father .password[data-v-a67d2760] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #edf0f9;
|
|
|
|
|
border-radius: 0.71875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
padding-left: 0.625rem;
|
|
|
|
|
font-size: 0.84375rem;
|
|
|
|
|
}
|
|
|
|
|
/* ==================
|
|
|
|
|
模态窗口
|
|
|
|
|
==================== */
|
|
|
|
|
.zy-modal[data-v-bf1d6c35] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 1110;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
outline: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
transform: scale(1.185);
|
|
|
|
|
-webkit-backface-visibility: hidden;
|
|
|
|
|
backface-visibility: hidden;
|
|
|
|
|
perspective: 62.5rem;
|
|
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
|
|
transition: all 0.3s ease-in-out 0s;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
.zy-modal[data-v-bf1d6c35]::before {
|
|
|
|
|
content: "\200B";
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 100%;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
.zy-modal.show[data-v-bf1d6c35] {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transition-duration: 0.3s;
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
pointer-events: auto;
|
|
|
|
|
}
|
|
|
|
|
.zy-dialog[data-v-bf1d6c35] {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
width: 21.25rem;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.zy-modal.bottom-modal[data-v-bf1d6c35]::before {
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
}
|
|
|
|
|
.zy-modal.bottom-modal .zy-dialog[data-v-bf1d6c35] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
.zy-modal.bottom-modal[data-v-bf1d6c35] {
|
|
|
|
|
margin-bottom: -31.25rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-modal.bottom-modal.show[data-v-bf1d6c35] {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
.zy-modal.drawer-modal[data-v-bf1d6c35] {
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.zy-modal.drawer-modal .zy-dialog[data-v-bf1d6c35] {
|
|
|
|
|
height: 100%;
|
|
|
|
|
min-width: 6.25rem;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
margin: initial;
|
|
|
|
|
transition-duration: 0.3s;
|
|
|
|
|
}
|
|
|
|
|
.zy-modal.drawer-modal.justify-start .zy-dialog[data-v-bf1d6c35] {
|
|
|
|
|
transform: translateX(-100%);
|
|
|
|
|
}
|
|
|
|
|
.zy-modal.drawer-modal.justify-end .zy-dialog[data-v-bf1d6c35] {
|
|
|
|
|
transform: translateX(100%);
|
|
|
|
|
}
|
|
|
|
|
.zy-modal.drawer-modal.show .zy-dialog[data-v-bf1d6c35] {
|
|
|
|
|
transform: translateX(0%);
|
|
|
|
|
}
|
|
|
|
|
.zy-modal .zy-dialog>.zy-bar:first-child .action[data-v-bf1d6c35] {
|
|
|
|
|
min-width: 3.125rem;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
min-height: 3.125rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ==================
|
|
|
|
|
进度条
|
|
|
|
|
==================== */
|
|
|
|
|
.zy-progress[data-v-bf1d6c35] {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
height: 0.875rem;
|
|
|
|
|
background-color: #ebeef5;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.zy-progress+uni-view[data-v-bf1d6c35],
|
|
|
|
|
.zy-progress+uni-text[data-v-bf1d6c35] {
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
.zy-progress.xs[data-v-bf1d6c35] {
|
|
|
|
|
height: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-progress.sm[data-v-bf1d6c35] {
|
|
|
|
|
height: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-progress uni-view[data-v-bf1d6c35] {
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-items: flex-end;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
font-size: 0.625rem;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
transition: width 0.6s ease;
|
|
|
|
|
}
|
|
|
|
|
.zy-progress uni-text[data-v-bf1d6c35] {
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
font-size: 0.625rem;
|
|
|
|
|
color: #333333;
|
|
|
|
|
text-indent: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-progress.text-progress[data-v-bf1d6c35] {
|
|
|
|
|
padding-right: 1.875rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-progress.striped uni-view[data-v-bf1d6c35] {
|
|
|
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
|
|
|
background-size: 2.25rem 2.25rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-progress.active uni-view[data-v-bf1d6c35] {
|
|
|
|
|
animation: progress-stripes-bf1d6c35 2s linear infinite;
|
|
|
|
|
}
|
|
|
|
|
@keyframes progress-stripes-bf1d6c35 {
|
|
|
|
|
from {
|
|
|
|
|
background-position: 2.25rem 0;
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
background-position: 0 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ==================
|
|
|
|
|
按钮
|
|
|
|
|
==================== */
|
|
|
|
|
.zy-btn[data-v-bf1d6c35] {
|
|
|
|
|
/* position: relative;
|
|
|
|
|
border: 0upx; */
|
|
|
|
|
/* display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center; */
|
|
|
|
|
/* box-sizing: border-box; */
|
|
|
|
|
/* padding: 0 30upx; */
|
|
|
|
|
/* font-size: 28upx; */
|
|
|
|
|
/* height: 64upx; */
|
|
|
|
|
/* line-height: 1;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
margin-left: initial;
|
|
|
|
|
transform: translate(0upx, 0upx);
|
|
|
|
|
margin-right: initial; */
|
|
|
|
|
height: 2.8125rem;
|
|
|
|
|
width: 17.1875rem;
|
|
|
|
|
/* margin: 0 auto; */
|
|
|
|
|
background: linear-gradient(to right, #00C9FF, #0076FF);
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn[data-v-bf1d6c35]::after {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn[data-v-bf1d6c35]:not([class*="bg-"]) {
|
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn[class*="line"][data-v-bf1d6c35] {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn[class*="line"][data-v-bf1d6c35]::after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: block;
|
|
|
|
|
width: 200%;
|
|
|
|
|
height: 200%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
border: 0.03125rem solid currentColor;
|
|
|
|
|
transform: scale(0.5);
|
|
|
|
|
transform-origin: 0 0;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn.round[class*="line"][data-v-bf1d6c35]::after {
|
|
|
|
|
border-radius: 31.25rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn[class*="lines"][data-v-bf1d6c35]::after {
|
|
|
|
|
border: 0.1875rem solid currentColor;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn[class*="bg-"][data-v-bf1d6c35]::after {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn.sm[data-v-bf1d6c35] {
|
|
|
|
|
padding: 0 0.625rem;
|
|
|
|
|
font-size: 0.625rem;
|
|
|
|
|
height: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn.lg[data-v-bf1d6c35] {
|
|
|
|
|
padding: 0 1.25rem;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn.cuIcon.sm[data-v-bf1d6c35] {
|
|
|
|
|
width: 1.5rem;
|
|
|
|
|
height: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn.cuIcon[data-v-bf1d6c35] {
|
|
|
|
|
width: 2rem;
|
|
|
|
|
height: 2rem;
|
|
|
|
|
border-radius: 15.625rem;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
uni-button.cuIcon.lg[data-v-bf1d6c35] {
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn.shadow-blur[data-v-bf1d6c35]::before {
|
|
|
|
|
top: 0.125rem;
|
|
|
|
|
left: 0.125rem;
|
|
|
|
|
filter: blur(0.1875rem);
|
|
|
|
|
opacity: 0.6;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn.button-hover[data-v-bf1d6c35] {
|
|
|
|
|
transform: translate(0.03125rem, 0.03125rem);
|
|
|
|
|
}
|
|
|
|
|
.block[data-v-bf1d6c35] {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn.block[data-v-bf1d6c35] {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.zy-btn[disabled][data-v-bf1d6c35] {
|
|
|
|
|
opacity: 0.6;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* -- 内外边距 -- */
|
|
|
|
|
.margin-0[data-v-bf1d6c35] {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
.margin-xs[data-v-bf1d6c35] {
|
|
|
|
|
margin: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-sm[data-v-bf1d6c35] {
|
|
|
|
|
margin: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin[data-v-bf1d6c35] {
|
|
|
|
|
margin: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-lg[data-v-bf1d6c35] {
|
|
|
|
|
margin: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-xl[data-v-bf1d6c35] {
|
|
|
|
|
margin: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-top-xs[data-v-bf1d6c35] {
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-top-sm[data-v-bf1d6c35] {
|
|
|
|
|
margin-top: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-top[data-v-bf1d6c35] {
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-top-lg[data-v-bf1d6c35] {
|
|
|
|
|
margin-top: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-top-xl[data-v-bf1d6c35] {
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-right-xs[data-v-bf1d6c35] {
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-right-sm[data-v-bf1d6c35] {
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-right[data-v-bf1d6c35] {
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-right-lg[data-v-bf1d6c35] {
|
|
|
|
|
margin-right: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-right-xl[data-v-bf1d6c35] {
|
|
|
|
|
margin-right: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-bottom-xs[data-v-bf1d6c35] {
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-bottom-sm[data-v-bf1d6c35] {
|
|
|
|
|
margin-bottom: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-bottom[data-v-bf1d6c35] {
|
|
|
|
|
margin-bottom: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-bottom-lg[data-v-bf1d6c35] {
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-bottom-xl[data-v-bf1d6c35] {
|
|
|
|
|
margin-bottom: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-left-xs[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-left-sm[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-left[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-left-lg[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-left-xl[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-lr-xs[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-lr-sm[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-lr[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 0.9375rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-lr-lg[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
|
margin-right: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-lr-xl[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 1.5625rem;
|
|
|
|
|
margin-right: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-tb-xs[data-v-bf1d6c35] {
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-tb-sm[data-v-bf1d6c35] {
|
|
|
|
|
margin-top: 0.625rem;
|
|
|
|
|
margin-bottom: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-tb[data-v-bf1d6c35] {
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
margin-bottom: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-tb-lg[data-v-bf1d6c35] {
|
|
|
|
|
margin-top: 1.25rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.margin-tb-xl[data-v-bf1d6c35] {
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-bottom: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-0[data-v-bf1d6c35] {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
.padding-xs[data-v-bf1d6c35] {
|
|
|
|
|
padding: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-sm[data-v-bf1d6c35] {
|
|
|
|
|
padding: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding[data-v-bf1d6c35] {
|
|
|
|
|
padding: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-lg[data-v-bf1d6c35] {
|
|
|
|
|
padding: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-xl[data-v-bf1d6c35] {
|
|
|
|
|
padding: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-top-xs[data-v-bf1d6c35] {
|
|
|
|
|
padding-top: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-top-sm[data-v-bf1d6c35] {
|
|
|
|
|
padding-top: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-top[data-v-bf1d6c35] {
|
|
|
|
|
padding-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-top-lg[data-v-bf1d6c35] {
|
|
|
|
|
padding-top: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-top-xl[data-v-bf1d6c35] {
|
|
|
|
|
padding-top: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-right-xs[data-v-bf1d6c35] {
|
|
|
|
|
padding-right: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-right-sm[data-v-bf1d6c35] {
|
|
|
|
|
padding-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-right[data-v-bf1d6c35] {
|
|
|
|
|
padding-right: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-right-lg[data-v-bf1d6c35] {
|
|
|
|
|
padding-right: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-right-xl[data-v-bf1d6c35] {
|
|
|
|
|
padding-right: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-bottom-xs[data-v-bf1d6c35] {
|
|
|
|
|
padding-bottom: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-bottom-sm[data-v-bf1d6c35] {
|
|
|
|
|
padding-bottom: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-bottom[data-v-bf1d6c35] {
|
|
|
|
|
padding-bottom: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-bottom-lg[data-v-bf1d6c35] {
|
|
|
|
|
padding-bottom: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-bottom-xl[data-v-bf1d6c35] {
|
|
|
|
|
padding-bottom: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-left-xs[data-v-bf1d6c35] {
|
|
|
|
|
padding-left: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-left-sm[data-v-bf1d6c35] {
|
|
|
|
|
padding-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-left[data-v-bf1d6c35] {
|
|
|
|
|
padding-left: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-left-lg[data-v-bf1d6c35] {
|
|
|
|
|
padding-left: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-left-xl[data-v-bf1d6c35] {
|
|
|
|
|
padding-left: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-lr-xs[data-v-bf1d6c35] {
|
|
|
|
|
padding-left: 0.3125rem;
|
|
|
|
|
padding-right: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-lr-sm[data-v-bf1d6c35] {
|
|
|
|
|
padding-left: 0.625rem;
|
|
|
|
|
padding-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-lr[data-v-bf1d6c35] {
|
|
|
|
|
padding-left: 0.9375rem;
|
|
|
|
|
padding-right: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-lr-lg[data-v-bf1d6c35] {
|
|
|
|
|
padding-left: 1.25rem;
|
|
|
|
|
padding-right: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-lr-xl[data-v-bf1d6c35] {
|
|
|
|
|
padding-left: 1.5625rem;
|
|
|
|
|
padding-right: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-tb-xs[data-v-bf1d6c35] {
|
|
|
|
|
padding-top: 0.3125rem;
|
|
|
|
|
padding-bottom: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-tb-sm[data-v-bf1d6c35] {
|
|
|
|
|
padding-top: 0.625rem;
|
|
|
|
|
padding-bottom: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-tb[data-v-bf1d6c35] {
|
|
|
|
|
padding-top: 0.9375rem;
|
|
|
|
|
padding-bottom: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-tb-lg[data-v-bf1d6c35] {
|
|
|
|
|
padding-top: 1.25rem;
|
|
|
|
|
padding-bottom: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.padding-tb-xl[data-v-bf1d6c35] {
|
|
|
|
|
padding-top: 1.5625rem;
|
|
|
|
|
padding-bottom: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ==================
|
|
|
|
|
操作条
|
|
|
|
|
==================== */
|
|
|
|
|
.zy-bar[data-v-bf1d6c35] {
|
|
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
align-items: center;
|
|
|
|
|
min-height: 3.125rem;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action[data-v-bf1d6c35] {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: 100%;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action.border-title[data-v-bf1d6c35] {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action.border-title uni-text[class*="bg-"][data-v-bf1d6c35]:last-child {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: -0.5rem;
|
|
|
|
|
min-width: 2rem;
|
|
|
|
|
height: 0.1875rem;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action.sub-title[data-v-bf1d6c35] {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -0.2rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action.sub-title uni-text[data-v-bf1d6c35] {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action.sub-title uni-text[class*="bg-"][data-v-bf1d6c35]:last-child {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
bottom: -0.2rem;
|
|
|
|
|
border-radius: 0.1875rem;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0.6rem;
|
|
|
|
|
left: 0.6rem;
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action.sub-title uni-text[class*="text-"][data-v-bf1d6c35]:last-child {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
bottom: -0.7rem;
|
|
|
|
|
left: 0.5rem;
|
|
|
|
|
opacity: 0.2;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
text-align: right;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
font-size: 1.125rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.justify-center .action.border-title uni-text[data-v-bf1d6c35]:last-child,
|
|
|
|
|
.zy-bar.justify-center .action.sub-title uni-text[data-v-bf1d6c35]:last-child {
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action[data-v-bf1d6c35]:first-child {
|
|
|
|
|
margin-left: 0.9375rem;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action uni-text.text-cut[data-v-bf1d6c35] {
|
|
|
|
|
text-align: left;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .zy-avatar[data-v-bf1d6c35]:first-child {
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action:first-child>uni-text[class*="cuIcon-"][data-v-bf1d6c35] {
|
|
|
|
|
margin-left: -0.3em;
|
|
|
|
|
margin-right: 0.3em;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action[data-v-bf1d6c35]:last-child {
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action>uni-text[class*="cuIcon-"][data-v-bf1d6c35],
|
|
|
|
|
.zy-bar .action>uni-view[class*="cuIcon-"][data-v-bf1d6c35] {
|
|
|
|
|
font-size: 1.125rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .action>uni-text[class*="cuIcon-"]+uni-text[class*="cuIcon-"][data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .content[data-v-bf1d6c35] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: calc(100% - 10.625rem);
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
height: 1.875rem;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
line-height: 1.875rem;
|
|
|
|
|
cursor: none;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.ios .content[data-v-bf1d6c35] {
|
|
|
|
|
bottom: 7px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.btn-group[data-v-bf1d6c35] {
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.btn-group uni-button[data-v-bf1d6c35] {
|
|
|
|
|
padding: 0.625rem 1rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.btn-group uni-button[data-v-bf1d6c35] {
|
|
|
|
|
flex: 1;
|
|
|
|
|
margin: 0 0.625rem;
|
|
|
|
|
max-width: 50%;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .search-form[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
line-height: 2rem;
|
|
|
|
|
height: 2rem;
|
|
|
|
|
font-size: 0.75rem;
|
|
|
|
|
color: #333333;
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin: 0 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .search-form+.action[data-v-bf1d6c35] {
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .search-form uni-input[data-v-bf1d6c35] {
|
|
|
|
|
flex: 1;
|
|
|
|
|
padding-right: 0.9375rem;
|
|
|
|
|
height: 2rem;
|
|
|
|
|
line-height: 2rem;
|
|
|
|
|
font-size: 0.8125rem;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .search-form [class*="cuIcon-"][data-v-bf1d6c35] {
|
|
|
|
|
margin: 0 0.5em 0 0.8em;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar .search-form [class*="cuIcon-"][data-v-bf1d6c35]::before {
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.fixed[data-v-bf1d6c35],
|
|
|
|
|
.nav.fixed[data-v-bf1d6c35] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 100%;
|
|
|
|
|
top: 0;
|
|
|
|
|
z-index: 1024;
|
|
|
|
|
box-shadow: 0 0.03125rem 0.1875rem rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.foot[data-v-bf1d6c35] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 100%;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 1024;
|
|
|
|
|
box-shadow: 0 -0.03125rem 0.1875rem rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar[data-v-bf1d6c35] {
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: calc(3.125rem + env(safe-area-inset-bottom) / 2);
|
|
|
|
|
padding-bottom: calc(env(safe-area-inset-bottom) / 2);
|
|
|
|
|
}
|
|
|
|
|
.zy-tabbar-height[data-v-bf1d6c35] {
|
|
|
|
|
min-height: 3.125rem;
|
|
|
|
|
height: calc(3.125rem + env(safe-area-inset-bottom) / 2);
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar.shadow[data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0 -0.03125rem 0.1875rem rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .action[data-v-bf1d6c35] {
|
|
|
|
|
font-size: 0.6875rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
flex: 1;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0;
|
|
|
|
|
display: block;
|
|
|
|
|
height: auto;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
margin: 0;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
overflow: initial;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar.shop .action[data-v-bf1d6c35] {
|
|
|
|
|
width: 4.375rem;
|
|
|
|
|
flex: initial;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .action.add-action[data-v-bf1d6c35] {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
padding-top: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .action.add-action [class*="cuIcon-"][data-v-bf1d6c35] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 2.1875rem;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
height: 2.1875rem;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
line-height: 2.1875rem;
|
|
|
|
|
font-size: 1.5625rem;
|
|
|
|
|
top: -1.09375rem;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .action.add-action[data-v-bf1d6c35]::after {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 3.125rem;
|
|
|
|
|
top: -1.5625rem;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
box-shadow: 0 -0.09375rem 0.25rem rgba(0, 0, 0, 0.08);
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .action.add-action[data-v-bf1d6c35]::before {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 0.9375rem;
|
|
|
|
|
bottom: 0.9375rem;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .btn-group[data-v-bf1d6c35] {
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 0 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar uni-button.action[data-v-bf1d6c35]::after {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .action [class*="cuIcon-"][data-v-bf1d6c35] {
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
height: auto;
|
|
|
|
|
margin: 0 auto 0.3125rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .action .cuIcon-zy-image[data-v-bf1d6c35] {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .action .cuIcon-zy-image uni-image[data-v-bf1d6c35] {
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .submit[data-v-bf1d6c35] {
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
flex: 2;
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .submit[data-v-bf1d6c35]:last-child {
|
|
|
|
|
flex: 2.6;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar .submit+.submit[data-v-bf1d6c35] {
|
|
|
|
|
flex: 2;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar.border .action[data-v-bf1d6c35]::before {
|
|
|
|
|
content: " ";
|
|
|
|
|
width: 200%;
|
|
|
|
|
height: 200%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
transform: scale(0.5);
|
|
|
|
|
transform-origin: 0 0;
|
|
|
|
|
border-right: 0.03125rem solid rgba(0, 0, 0, 0.1);
|
|
|
|
|
z-index: 3;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.tabbar.border .action[data-v-bf1d6c35]:last-child:before {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.input[data-v-bf1d6c35] {
|
|
|
|
|
padding-right: 0.625rem;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.input uni-input[data-v-bf1d6c35] {
|
|
|
|
|
overflow: initial;
|
|
|
|
|
line-height: 2rem;
|
|
|
|
|
height: 2rem;
|
|
|
|
|
min-height: 2rem;
|
|
|
|
|
flex: 1;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin: 0 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.input .action[data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.input .action [class*="cuIcon-"][data-v-bf1d6c35] {
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.input uni-input+.action[data-v-bf1d6c35] {
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
.zy-bar.input .action:first-child [class*="cuIcon-"][data-v-bf1d6c35] {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
.zy-custom[data-v-bf1d6c35] {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.zy-custom .zy-bar .content[data-v-bf1d6c35] {
|
|
|
|
|
width: calc(100% - 13.75rem);
|
|
|
|
|
}
|
|
|
|
|
.zy-custom .zy-bar .content uni-image[data-v-bf1d6c35] {
|
|
|
|
|
height: 1.875rem;
|
|
|
|
|
width: 7.5rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-custom .zy-bar[data-v-bf1d6c35] {
|
|
|
|
|
min-height: 0px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
box-shadow: 0 0 0;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
}
|
|
|
|
|
.zy-custom .zy-bar .border-custom[data-v-bf1d6c35] {
|
|
|
|
|
position: relative;
|
|
|
|
|
background: rgba(0, 0, 0, 0.15);
|
|
|
|
|
border-radius: 31.25rem;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.zy-custom .zy-bar .border-custom[data-v-bf1d6c35]::after {
|
|
|
|
|
content: " ";
|
|
|
|
|
width: 200%;
|
|
|
|
|
height: 200%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
border-radius: inherit;
|
|
|
|
|
transform: scale(0.5);
|
|
|
|
|
transform-origin: 0 0;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border: 0.03125rem solid #ffffff;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
.zy-custom .zy-bar .border-custom[data-v-bf1d6c35]::before {
|
|
|
|
|
content: " ";
|
|
|
|
|
width: 0.03125rem;
|
|
|
|
|
height: 110%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 22.5%;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
transform: scale(0.5);
|
|
|
|
|
transform-origin: 0 0;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
opacity: 0.6;
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.zy-custom .zy-bar .border-custom uni-text[data-v-bf1d6c35] {
|
|
|
|
|
display: block;
|
|
|
|
|
flex: 1;
|
|
|
|
|
margin: auto !important;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1.0625rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ==================
|
|
|
|
|
布局
|
|
|
|
|
==================== */
|
|
|
|
|
|
|
|
|
|
/* -- flex弹性布局 -- */
|
|
|
|
|
.flex[data-v-bf1d6c35] {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.basis-xs[data-v-bf1d6c35] {
|
|
|
|
|
flex-basis: 20%;
|
|
|
|
|
}
|
|
|
|
|
.basis-sm[data-v-bf1d6c35] {
|
|
|
|
|
flex-basis: 40%;
|
|
|
|
|
}
|
|
|
|
|
.basis-df[data-v-bf1d6c35] {
|
|
|
|
|
flex-basis: 50%;
|
|
|
|
|
}
|
|
|
|
|
.basis-lg[data-v-bf1d6c35] {
|
|
|
|
|
flex-basis: 60%;
|
|
|
|
|
}
|
|
|
|
|
.basis-xl[data-v-bf1d6c35] {
|
|
|
|
|
flex-basis: 80%;
|
|
|
|
|
}
|
|
|
|
|
.flex-sub[data-v-bf1d6c35] {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
.flex-twice[data-v-bf1d6c35] {
|
|
|
|
|
flex: 2;
|
|
|
|
|
}
|
|
|
|
|
.flex-treble[data-v-bf1d6c35] {
|
|
|
|
|
flex: 3;
|
|
|
|
|
}
|
|
|
|
|
.flex-direction[data-v-bf1d6c35] {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
.flex-wrap[data-v-bf1d6c35] {
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
.align-start[data-v-bf1d6c35] {
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.align-end[data-v-bf1d6c35] {
|
|
|
|
|
align-items: flex-end;
|
|
|
|
|
}
|
|
|
|
|
.align-center[data-v-bf1d6c35] {
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.align-stretch[data-v-bf1d6c35] {
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
}
|
|
|
|
|
.self-start[data-v-bf1d6c35] {
|
|
|
|
|
align-self: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.self-center[data-v-bf1d6c35] {
|
|
|
|
|
align-self: flex-center;
|
|
|
|
|
}
|
|
|
|
|
.self-end[data-v-bf1d6c35] {
|
|
|
|
|
align-self: flex-end;
|
|
|
|
|
}
|
|
|
|
|
.self-stretch[data-v-bf1d6c35] {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
}
|
|
|
|
|
.align-stretch[data-v-bf1d6c35] {
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
}
|
|
|
|
|
.justify-start[data-v-bf1d6c35] {
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.justify-end[data-v-bf1d6c35] {
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
}
|
|
|
|
|
.justify-center[data-v-bf1d6c35] {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.justify-between[data-v-bf1d6c35] {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.justify-around[data-v-bf1d6c35] {
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ==================
|
|
|
|
|
背景
|
|
|
|
|
==================== */
|
|
|
|
|
.line-red[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-red[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #e54d42;
|
|
|
|
|
}
|
|
|
|
|
.line-orange[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-orange[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #f37b1d;
|
|
|
|
|
}
|
|
|
|
|
.line-yellow[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-yellow[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #fbbd08;
|
|
|
|
|
}
|
|
|
|
|
.line-olive[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-olive[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #8dc63f;
|
|
|
|
|
}
|
|
|
|
|
.line-green[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-green[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #39b54a;
|
|
|
|
|
}
|
|
|
|
|
.line-cyan[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-cyan[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #1cbbb4;
|
|
|
|
|
}
|
|
|
|
|
.line-blue[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-blue[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #0081ff;
|
|
|
|
|
}
|
|
|
|
|
.line-purple[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-purple[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #6739b6;
|
|
|
|
|
}
|
|
|
|
|
.line-mauve[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-mauve[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #9c26b0;
|
|
|
|
|
}
|
|
|
|
|
.line-pink[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-pink[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #e03997;
|
|
|
|
|
}
|
|
|
|
|
.line-brown[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-brown[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #a5673f;
|
|
|
|
|
}
|
|
|
|
|
.line-grey[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-grey[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #8799a3;
|
|
|
|
|
}
|
|
|
|
|
.line-gray[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-gray[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #aaaaaa;
|
|
|
|
|
}
|
|
|
|
|
.line-black[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-black[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.line-white[data-v-bf1d6c35]::after,
|
|
|
|
|
.lines-white[data-v-bf1d6c35]::after {
|
|
|
|
|
border-color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-red[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #e54d42;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-orange[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #f37b1d;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-yellow[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #fbbd08;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.bg-olive[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #8dc63f;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-green[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #39b54a;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-cyan[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #1cbbb4;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-blue[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #0081ff;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-purple[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #6739b6;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-mauve[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #9c26b0;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-pink[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #e03997;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-brown[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #a5673f;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-grey[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #8799a3;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-gray[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.bg-black[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #333333;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-white[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
color: #666666;
|
|
|
|
|
}
|
|
|
|
|
.bg-shadeTop[data-v-bf1d6c35] {
|
|
|
|
|
background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-shadeBottom[data-v-bf1d6c35] {
|
|
|
|
|
background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 1));
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-red.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #e54d42;
|
|
|
|
|
background-color: #fadbd9;
|
|
|
|
|
}
|
|
|
|
|
.bg-orange.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #f37b1d;
|
|
|
|
|
background-color: #fde6d2;
|
|
|
|
|
}
|
|
|
|
|
.bg-yellow.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #fbbd08;
|
|
|
|
|
background-color: #fef2ced2;
|
|
|
|
|
}
|
|
|
|
|
.bg-olive.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #8dc63f;
|
|
|
|
|
background-color: #e8f4d9;
|
|
|
|
|
}
|
|
|
|
|
.bg-green.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #39b54a;
|
|
|
|
|
background-color: #d7f0dbff;
|
|
|
|
|
}
|
|
|
|
|
.bg-cyan.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #1cbbb4;
|
|
|
|
|
background-color: #d2f1f0;
|
|
|
|
|
}
|
|
|
|
|
.bg-blue.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #0081ff;
|
|
|
|
|
background-color: #cce6ff;
|
|
|
|
|
}
|
|
|
|
|
.bg-purple.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #6739b6;
|
|
|
|
|
background-color: #e1d7f0;
|
|
|
|
|
}
|
|
|
|
|
.bg-mauve.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #9c26b0;
|
|
|
|
|
background-color: #ebd4ef;
|
|
|
|
|
}
|
|
|
|
|
.bg-pink.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #e03997;
|
|
|
|
|
background-color: #f9d7ea;
|
|
|
|
|
}
|
|
|
|
|
.bg-brown.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #a5673f;
|
|
|
|
|
background-color: #ede1d9;
|
|
|
|
|
}
|
|
|
|
|
.bg-grey.light[data-v-bf1d6c35] {
|
|
|
|
|
color: #8799a3;
|
|
|
|
|
background-color: #e7ebed;
|
|
|
|
|
}
|
|
|
|
|
.bg-gradual-red[data-v-bf1d6c35] {
|
|
|
|
|
background-image: linear-gradient(45deg, #f43f3b, #ec008c);
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-gradual-orange[data-v-bf1d6c35] {
|
|
|
|
|
background-image: linear-gradient(45deg, #ff9700, #ed1c24);
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-gradual-green[data-v-bf1d6c35] {
|
|
|
|
|
background-image: linear-gradient(45deg, #39b54a, #8dc63f);
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-gradual-purple[data-v-bf1d6c35] {
|
|
|
|
|
background-image: linear-gradient(45deg, #9000ff, #5e00ff);
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-gradual-pink[data-v-bf1d6c35] {
|
|
|
|
|
background-image: linear-gradient(45deg, #ec008c, #6739b6);
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.bg-gradual-blue[data-v-bf1d6c35] {
|
|
|
|
|
background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-red"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(204, 69, 59, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-orange"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(217, 109, 26, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-yellow"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(224, 170, 7, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-olive"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(124, 173, 55, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-green"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(48, 156, 63, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-cyan"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(28, 187, 180, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-blue"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0, 102, 204, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-purple"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(88, 48, 156, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-mauve"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(133, 33, 150, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-pink"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(199, 50, 134, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-brown"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(140, 88, 53, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-grey"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(114, 130, 138, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-gray"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(114, 130, 138, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-black"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(26, 26, 26, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.shadow[class*="-white"][data-v-bf1d6c35] {
|
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(26, 26, 26, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-red"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(204, 69, 59, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-orange"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(217, 109, 26, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-yellow"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(224, 170, 7, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-olive"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(124, 173, 55, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-green"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(48, 156, 63, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-cyan"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(28, 187, 180, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-blue"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0, 102, 204, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-purple"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(88, 48, 156, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-mauve"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(133, 33, 150, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-pink"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(199, 50, 134, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-brown"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(140, 88, 53, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-grey"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(114, 130, 138, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-gray"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(114, 130, 138, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.text-shadow[class*="-black"][data-v-bf1d6c35] {
|
|
|
|
|
text-shadow: 0.1875rem 0.1875rem 0.25rem rgba(26, 26, 26, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.bg-img[data-v-bf1d6c35] {
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.bg-mask[data-v-bf1d6c35] {
|
|
|
|
|
background-color: #333333;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.bg-mask[data-v-bf1d6c35]::after {
|
|
|
|
|
content: "";
|
|
|
|
|
border-radius: inherit;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
}
|
|
|
|
|
.bg-mask uni-view[data-v-bf1d6c35],
|
|
|
|
|
.bg-mask uni-cover-view[data-v-bf1d6c35] {
|
|
|
|
|
z-index: 5;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.bg-video[data-v-bf1d6c35] {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.bg-video uni-video[data-v-bf1d6c35] {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ==================
|
|
|
|
|
文本
|
|
|
|
|
==================== */
|
|
|
|
|
.text-xs[data-v-bf1d6c35] {
|
|
|
|
|
font-size: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.text-sm[data-v-bf1d6c35] {
|
|
|
|
|
font-size: 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
.text-df[data-v-bf1d6c35] {
|
|
|
|
|
font-size: 0.875rem;
|
|
|
|
|
}
|
|
|
|
|
.text-lg[data-v-bf1d6c35] {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
|
|
|
|
.text-xl[data-v-bf1d6c35] {
|
|
|
|
|
font-size: 1.125rem;
|
|
|
|
|
}
|
|
|
|
|
.text-xxl[data-v-bf1d6c35] {
|
|
|
|
|
font-size: 1.375rem;
|
|
|
|
|
}
|
|
|
|
|
.text-sl[data-v-bf1d6c35] {
|
|
|
|
|
font-size: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.text-xsl[data-v-bf1d6c35] {
|
|
|
|
|
font-size: 3.75rem;
|
|
|
|
|
}
|
|
|
|
|
.text-Abc[data-v-bf1d6c35] {
|
|
|
|
|
text-transform: Capitalize;
|
|
|
|
|
}
|
|
|
|
|
.text-ABC[data-v-bf1d6c35] {
|
|
|
|
|
text-transform: Uppercase;
|
|
|
|
|
}
|
|
|
|
|
.text-abc[data-v-bf1d6c35] {
|
|
|
|
|
text-transform: Lowercase;
|
|
|
|
|
}
|
|
|
|
|
.text-price[data-v-bf1d6c35]::before {
|
|
|
|
|
content: "¥";
|
|
|
|
|
font-size: 80%;
|
|
|
|
|
margin-right: 0.125rem;
|
|
|
|
|
}
|
|
|
|
|
.text-cut[data-v-bf1d6c35] {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.text-bold[data-v-bf1d6c35] {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.text-center[data-v-bf1d6c35] {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.text-content[data-v-bf1d6c35] {
|
|
|
|
|
line-height: 1.6;
|
|
|
|
|
}
|
|
|
|
|
.text-left[data-v-bf1d6c35] {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
.text-right[data-v-bf1d6c35] {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
.text-red[data-v-bf1d6c35],
|
|
|
|
|
.line-red[data-v-bf1d6c35],
|
|
|
|
|
.lines-red[data-v-bf1d6c35] {
|
|
|
|
|
color: #e54d42;
|
|
|
|
|
}
|
|
|
|
|
.text-orange[data-v-bf1d6c35],
|
|
|
|
|
.line-orange[data-v-bf1d6c35],
|
|
|
|
|
.lines-orange[data-v-bf1d6c35] {
|
|
|
|
|
color: #f37b1d;
|
|
|
|
|
}
|
|
|
|
|
.text-yellow[data-v-bf1d6c35],
|
|
|
|
|
.line-yellow[data-v-bf1d6c35],
|
|
|
|
|
.lines-yellow[data-v-bf1d6c35] {
|
|
|
|
|
color: #fbbd08;
|
|
|
|
|
}
|
|
|
|
|
.text-olive[data-v-bf1d6c35],
|
|
|
|
|
.line-olive[data-v-bf1d6c35],
|
|
|
|
|
.lines-olive[data-v-bf1d6c35] {
|
|
|
|
|
color: #8dc63f;
|
|
|
|
|
}
|
|
|
|
|
.text-green[data-v-bf1d6c35],
|
|
|
|
|
.line-green[data-v-bf1d6c35],
|
|
|
|
|
.lines-green[data-v-bf1d6c35] {
|
|
|
|
|
color: #39b54a;
|
|
|
|
|
}
|
|
|
|
|
.text-cyan[data-v-bf1d6c35],
|
|
|
|
|
.line-cyan[data-v-bf1d6c35],
|
|
|
|
|
.lines-cyan[data-v-bf1d6c35] {
|
|
|
|
|
color: #1cbbb4;
|
|
|
|
|
}
|
|
|
|
|
.text-blue[data-v-bf1d6c35],
|
|
|
|
|
.line-blue[data-v-bf1d6c35],
|
|
|
|
|
.lines-blue[data-v-bf1d6c35] {
|
|
|
|
|
color: #0081ff;
|
|
|
|
|
}
|
|
|
|
|
.text-purple[data-v-bf1d6c35],
|
|
|
|
|
.line-purple[data-v-bf1d6c35],
|
|
|
|
|
.lines-purple[data-v-bf1d6c35] {
|
|
|
|
|
color: #6739b6;
|
|
|
|
|
}
|
|
|
|
|
.text-mauve[data-v-bf1d6c35],
|
|
|
|
|
.line-mauve[data-v-bf1d6c35],
|
|
|
|
|
.lines-mauve[data-v-bf1d6c35] {
|
|
|
|
|
color: #9c26b0;
|
|
|
|
|
}
|
|
|
|
|
.text-pink[data-v-bf1d6c35],
|
|
|
|
|
.line-pink[data-v-bf1d6c35],
|
|
|
|
|
.lines-pink[data-v-bf1d6c35] {
|
|
|
|
|
color: #e03997;
|
|
|
|
|
}
|
|
|
|
|
.text-brown[data-v-bf1d6c35],
|
|
|
|
|
.line-brown[data-v-bf1d6c35],
|
|
|
|
|
.lines-brown[data-v-bf1d6c35] {
|
|
|
|
|
color: #a5673f;
|
|
|
|
|
}
|
|
|
|
|
.text-grey[data-v-bf1d6c35],
|
|
|
|
|
.line-grey[data-v-bf1d6c35],
|
|
|
|
|
.lines-grey[data-v-bf1d6c35] {
|
|
|
|
|
color: #8799a3;
|
|
|
|
|
}
|
|
|
|
|
.text-gray[data-v-bf1d6c35],
|
|
|
|
|
.line-gray[data-v-bf1d6c35],
|
|
|
|
|
.lines-gray[data-v-bf1d6c35] {
|
|
|
|
|
color: #aaaaaa;
|
|
|
|
|
}
|
|
|
|
|
.text-black[data-v-bf1d6c35],
|
|
|
|
|
.line-black[data-v-bf1d6c35],
|
|
|
|
|
.lines-black[data-v-bf1d6c35] {
|
|
|
|
|
color: #333333;
|
|
|
|
|
}
|
|
|
|
|
.text-white[data-v-bf1d6c35],
|
|
|
|
|
.line-white[data-v-bf1d6c35],
|
|
|
|
|
.lines-white[data-v-bf1d6c35] {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.zy-upgrade-topbg-green[data-v-bf1d6c35] {
|
|
|
|
|
background-image: url('../../assets/green.20d5f80a.png');
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
height: 9.0625rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-upgrade-topbg-red[data-v-bf1d6c35] {
|
|
|
|
|
background-image: url('../../assets/red.8267d3cf.png');
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
height: 9.0625rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-upgrade-topbg-pink[data-v-bf1d6c35] {
|
|
|
|
|
background-image: url('../../assets/pink.78f243a3.png');
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
height: 9.0625rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-upgrade-topbg-yellow[data-v-bf1d6c35] {
|
|
|
|
|
background-image: url('../../assets/yellow.4438648c.png');
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
height: 9.0625rem;
|
|
|
|
|
}
|
|
|
|
|
.zy-upgrade-topbg-blue[data-v-bf1d6c35] {
|
|
|
|
|
/* background-image: url('static/images/blue.png'); */
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
/* height: 290rpx; */
|
|
|
|
|
}
|
|
|
|
|
.zy-upgrade-title[data-v-bf1d6c35] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
/* color: white; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.all[data-v-e42fb5c8] {
|
|
|
|
|
margin-top: 1.40625rem;
|
|
|
|
|
}
|
|
|
|
|
.all .all-content[data-v-e42fb5c8] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 40.625rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.all[data-v-1ebfd7ba] {
|
|
|
|
|
margin-top: 1.40625rem;
|
|
|
|
|
}
|
|
|
|
|
.all .all-content[data-v-1ebfd7ba] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 40.625rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.index-content-other[data-v-1bfb66e0] {
|
|
|
|
|
width: calc(100% - 5.3125rem);
|
|
|
|
|
height: 100%;
|
|
|
|
|
transition: opacity 1s ease;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.index-content-right[data-v-1bfb66e0] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
height: 3.75rem;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.item[data-v-1bfb66e0] {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 4.0625rem;
|
|
|
|
|
}
|
|
|
|
|
.item .left-item[data-v-1bfb66e0] {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.item .left-item .left-icon[data-v-1bfb66e0] {
|
|
|
|
|
margin: 0 0.625rem;
|
|
|
|
|
width: 1.25rem;
|
|
|
|
|
height: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.item .right-item[data-v-1bfb66e0] {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-right: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.item .right-item .right-icon[data-v-1bfb66e0] {
|
|
|
|
|
width: 0.46875rem;
|
|
|
|
|
height: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.array-father[data-v-1bfb66e0] {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
|
|
|
width: 98.2%;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.bottom-button[data-v-1bfb66e0] {
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
|
|
|
width: 98.2%;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
height: 3.125rem;
|
|
|
|
|
color: #0174D3;
|
|
|
|
|
}
|
|
|
|
|
.popup-any[data-v-1bfb66e0] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
inset: 0;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
/* 初始透明度 */
|
|
|
|
|
opacity: 0;
|
|
|
|
|
/* 播放动画:名称 fadeIn,时长 0.5s,缓动函数 ease,保持最后状态 */
|
|
|
|
|
transition: opacity 0.5s ease;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.mask[data-v-1bfb66e0] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
inset: 0;
|
|
|
|
|
}
|
|
|
|
|
.box-any[data-v-1bfb66e0] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
width: 31.25rem;
|
|
|
|
|
height: 46.875rem;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding: 2.03125rem 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.title-left[data-v-1bfb66e0] {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.title-left .back-img[data-v-1bfb66e0] {
|
|
|
|
|
width: 1.875rem;
|
|
|
|
|
height: 1.875rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.title-left .back-font[data-v-1bfb66e0] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
|
2025-06-19 17:04:05 +08:00
|
|
|
|
.index-content-other[data-v-14770cca] {
|
|
|
|
|
width: calc(100% - 5.3125rem);
|
|
|
|
|
height: 100%;
|
|
|
|
|
transition: opacity 1s ease;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.index-content-down[data-v-14770cca] {
|
|
|
|
|
width: calc(100% - 1.875rem);
|
|
|
|
|
height: 3.125rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.index-content-right[data-v-14770cca] {
|
2025-07-14 17:26:40 +08:00
|
|
|
|
height: calc(100% - 0.9375rem);
|
2025-06-19 17:04:05 +08:00
|
|
|
|
width: calc(100% - 1.875rem);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
|
|
|
background-image: url('../../static/index/leida/bgc.png');
|
|
|
|
|
background-position: 30% 70%;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.leida[data-v-14770cca] {
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 35%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.kutong-father[data-v-14770cca] {
|
|
|
|
|
width: 9.375rem;
|
|
|
|
|
height: 14.0625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.kutong-img[data-v-14770cca] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 9.375rem;
|
|
|
|
|
height: 9.375rem;
|
|
|
|
|
}
|
|
|
|
|
.kutong-shan[data-v-14770cca] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 4.6875rem;
|
|
|
|
|
height: 6.4375rem;
|
|
|
|
|
transform-origin: 100% 73%;
|
|
|
|
|
}
|
|
|
|
|
.spin-anim[data-v-14770cca] {
|
|
|
|
|
animation: spin-14770cca 2s linear infinite;
|
|
|
|
|
animation-play-state: running;
|
|
|
|
|
}
|
|
|
|
|
.no-anim[data-v-14770cca] {
|
|
|
|
|
animation: spin-14770cca 2s linear infinite;
|
|
|
|
|
animation-play-state: paused;
|
|
|
|
|
}
|
|
|
|
|
.spin-anim-spec[data-v-14770cca] {
|
|
|
|
|
animation: spinx-14770cca 2s linear infinite;
|
|
|
|
|
animation-play-state: running;
|
|
|
|
|
}
|
|
|
|
|
.no-anim-spec[data-v-14770cca] {
|
|
|
|
|
animation: spinx-14770cca 2s linear infinite;
|
|
|
|
|
animation-play-state: paused;
|
|
|
|
|
}
|
|
|
|
|
.huan[data-v-14770cca] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -2.03125rem;
|
|
|
|
|
left: -2.03125rem;
|
|
|
|
|
width: 13.4375rem;
|
|
|
|
|
height: 13.4375rem;
|
|
|
|
|
border: 0.625rem solid #cedcf5;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
.quarter-ring[data-v-14770cca] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -5%;
|
|
|
|
|
left: -5%;
|
|
|
|
|
width: 110%;
|
|
|
|
|
height: 110%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
border: 0.625rem solid transparent;
|
|
|
|
|
border-top-color: #03a9ff;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
transform: rotate(0deg);
|
|
|
|
|
transform-origin: center center;
|
|
|
|
|
}
|
|
|
|
|
.jindutiao[data-v-14770cca] {
|
|
|
|
|
width: 12.5rem;
|
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
|
height: 0.625rem;
|
|
|
|
|
background-color: #a6c9fa;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.progress-fill[data-v-14770cca] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: linear-gradient(to bottom, #00C9FF, #0076FF);
|
|
|
|
|
transform-origin: left center;
|
|
|
|
|
will-change: transform;
|
|
|
|
|
transition: transform 0.05s linear;
|
|
|
|
|
}
|
|
|
|
|
.color-font[data-v-14770cca] {
|
|
|
|
|
color: #415273;
|
|
|
|
|
margin-top: 0.625rem;
|
|
|
|
|
height: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.agagin-button[data-v-14770cca] {
|
|
|
|
|
width: 7.5rem;
|
|
|
|
|
height: 2.8125rem;
|
|
|
|
|
margin-top: 2.5rem;
|
|
|
|
|
border-radius: 1.09375rem;
|
|
|
|
|
background: linear-gradient(to bottom, #00C9FF, #0076FF);
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.other[data-v-14770cca] {
|
|
|
|
|
width: 65%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.other-father[data-v-14770cca] {
|
|
|
|
|
margin-top: 4.6875rem;
|
|
|
|
|
height: calc(100% - 4.6875rem);
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.card-father[data-v-14770cca] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
.card[data-v-14770cca] {
|
|
|
|
|
width: 45%;
|
|
|
|
|
margin-left: 3%;
|
|
|
|
|
height: 16.5625rem;
|
|
|
|
|
box-shadow: 0.0625rem 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
margin-bottom: 1.09375rem;
|
|
|
|
|
padding: 0 0.78125rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.card .rename-father[data-v-14770cca] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
width: 17.1875rem;
|
|
|
|
|
height: 10.9375rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
box-shadow: 0.0625rem 0.125rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 0 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.card .rename-father .rename-title[data-v-14770cca] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-bottom: 0.0625rem solid #f5f5f5;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.card .rename-father .rename-gray[data-v-14770cca] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
color: #a7a7a7;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.card .rename-father .rename-input[data-v-14770cca] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
background-color: #f5f6fa;
|
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
|
color: #a7a7a7;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 0 0.625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.card .rename-father .rename-input .uni-input[data-v-14770cca] {
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
}
|
|
|
|
|
.card .rename-father .rename-input .left-img[data-v-14770cca] {
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
margin-right: 0.46875rem;
|
|
|
|
|
}
|
|
|
|
|
.card .rename-father .rename-input .right-img[data-v-14770cca] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0.9375rem;
|
|
|
|
|
top: 50%;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
width: 0.9375rem;
|
|
|
|
|
height: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.card-title[data-v-14770cca] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 4.0625rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.card-middle[data-v-14770cca] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 10rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.video-box[data-v-14770cca] {
|
|
|
|
|
width: 82%;
|
|
|
|
|
height: 10rem;
|
|
|
|
|
background-color: #E5ECFA;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.video-box-img[data-v-14770cca] {
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
/* 旋转动画 */
|
|
|
|
|
@keyframes spin-14770cca {
|
|
|
|
|
from {
|
|
|
|
|
transform: rotate(0deg);
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
transform: rotate(360deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@keyframes spinx-14770cca {
|
|
|
|
|
from {
|
|
|
|
|
transform: rotate(-70deg);
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
transform: rotate(290deg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/* 新卡片淡入动画 */
|
|
|
|
|
@keyframes fadeIn-14770cca {
|
|
|
|
|
from {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
transform: translateY(0.3125rem);
|
|
|
|
|
}
|
|
|
|
|
to {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transform: translateY(0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.fade-in[data-v-14770cca] {
|
|
|
|
|
animation: fadeIn-14770cca 0.4s ease-out forwards;
|
|
|
|
|
}
|
|
|
|
|
.index-content-title[data-v-14770cca] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.875rem;
|
|
|
|
|
left: 1.875rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.index-content-title .shu[data-v-14770cca] {
|
|
|
|
|
width: 0.625rem;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
background: linear-gradient(to right, #0052C2, #00B4FF);
|
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.index-content-title .shu-font[data-v-14770cca] {
|
|
|
|
|
color: #415273;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-box[data-v-14770cca] {
|
|
|
|
|
background: #00abff;
|
|
|
|
|
width: 5rem;
|
|
|
|
|
height: 2.03125rem;
|
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.small-menu[data-v-14770cca] {
|
|
|
|
|
width: 2.34375rem;
|
|
|
|
|
height: 2.28125rem;
|
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
|
background-color: #E7ECFA;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.small-menu .small-img[data-v-14770cca] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.card-bottom[data-v-14770cca] {
|
|
|
|
|
margin-top: 0.53125rem;
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.card-bottom .bottom-img[data-v-14770cca] {
|
|
|
|
|
width: 1.1875rem;
|
|
|
|
|
height: 1.1875rem;
|
|
|
|
|
margin-left: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.blue-button[data-v-14770cca] {
|
|
|
|
|
margin-top: 0.625rem;
|
|
|
|
|
width: 5.625rem;
|
|
|
|
|
height: 2.1875rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: linear-gradient(to bottom, #00C9FF, #0076FF);
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-07 17:35:35 +08:00
|
|
|
|
.index-content-other[data-v-ab7f57c7] {
|
|
|
|
|
width: calc(100% - 5.3125rem);
|
|
|
|
|
height: 100%;
|
|
|
|
|
transition: opacity 1s ease;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.index-content-down[data-v-ab7f57c7] {
|
|
|
|
|
width: calc(100% - 1.875rem);
|
|
|
|
|
height: 3.125rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.index-content-right[data-v-ab7f57c7] {
|
2025-07-14 17:26:40 +08:00
|
|
|
|
height: calc(100% - 0.9375rem);
|
2025-07-07 17:35:35 +08:00
|
|
|
|
width: calc(100% - 1.875rem);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
|
|
|
background-image: url('../../static/index/leida/bgc.png');
|
|
|
|
|
background-position: 30% 70%;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.index-content-right .index-content-title[data-v-ab7f57c7] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.875rem;
|
|
|
|
|
left: 1.875rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.index-content-right .index-content-title .shu[data-v-ab7f57c7] {
|
|
|
|
|
width: 0.625rem;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
background: linear-gradient(to right, #0052C2, #00B4FF);
|
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.index-content-right .index-content-title .shu-font[data-v-ab7f57c7] {
|
|
|
|
|
color: #415273;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
}
|
|
|
|
|
.saomiao[data-v-ab7f57c7] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
width: 12.5rem;
|
|
|
|
|
height: 12.5rem;
|
|
|
|
|
background-image: url("../../static/index/leida/fourjiao.png");
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
.saomiao[data-v-ab7f57c7]::before {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
/* 初始给个向下的阴影(扫描线起点在顶部) */
|
|
|
|
|
animation: scanMove-ab7f57c7 1.3s ease-in-out infinite;
|
|
|
|
|
z-index: 1001;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
background: linear-gradient(to bottom, rgba(5, 170, 254, 0.6), rgba(5, 170, 254, 0.1), transparent);
|
|
|
|
|
will-change: transform;
|
|
|
|
|
}
|
|
|
|
|
.saomiao .saomiao-son[data-v-ab7f57c7] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
width: 11.25rem;
|
|
|
|
|
height: 11.25rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background-color: #dae4f8;
|
|
|
|
|
}
|
|
|
|
|
.saomiao .saomiao-son .saomiao-son-son[data-v-ab7f57c7] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
width: 10rem;
|
|
|
|
|
height: 10rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background-color: #d0e0f6;
|
|
|
|
|
}
|
|
|
|
|
.saomiao .saomiao-son .saomiao-son-son .saomiao-son-son-img[data-v-ab7f57c7] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 7.8125rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
background-image: url("../../static/index/leida/QR.png");
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
@keyframes scanMove-ab7f57c7 {
|
|
|
|
|
0% {
|
|
|
|
|
top: 10%;
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
top: 80%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-09 17:35:13 +08:00
|
|
|
|
.index-content-other[data-v-bcec69b8] {
|
|
|
|
|
width: calc(100% - 5.3125rem);
|
|
|
|
|
height: 100%;
|
|
|
|
|
transition: opacity 1s ease;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.index-content-down[data-v-bcec69b8] {
|
|
|
|
|
width: calc(100% - 1.875rem);
|
|
|
|
|
height: 3.125rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.index-content-right[data-v-bcec69b8] {
|
2025-07-14 17:26:40 +08:00
|
|
|
|
height: calc(100% - 0.9375rem);
|
2025-07-09 17:35:13 +08:00
|
|
|
|
width: calc(100% - 1.875rem);
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
|
|
|
background-image: url('../../static/index/leida/bgc.png');
|
|
|
|
|
background-position: 30% 70%;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.index-content-right .index-content-title[data-v-bcec69b8] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.875rem;
|
|
|
|
|
left: 1.875rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.index-content-right .index-content-title .shu[data-v-bcec69b8] {
|
|
|
|
|
width: 0.625rem;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
background: linear-gradient(to right, #0052C2, #00B4FF);
|
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.index-content-right .index-content-title .shu-font[data-v-bcec69b8] {
|
|
|
|
|
color: #415273;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
}
|
|
|
|
|
.saomiao[data-v-bcec69b8] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.saomiao .saoma-input[data-v-bcec69b8] {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
width: 17.1875rem;
|
|
|
|
|
height: 2.8125rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
padding-left: 3.125rem;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
.saomiao .left-img[data-v-bcec69b8] {
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 0.9375rem;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
.saomiao .right-img[data-v-bcec69b8] {
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
right: 6.875rem;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
|
|
|
|
.blue-button[data-v-bcec69b8] {
|
|
|
|
|
margin-left: 0.9375rem;
|
|
|
|
|
width: 5.3125rem;
|
|
|
|
|
height: 2.8125rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
background: linear-gradient(to bottom, #00C9FF, #0076FF);
|
|
|
|
|
}
|
|
|
|
|
.big-ball[data-v-bcec69b8] {
|
|
|
|
|
width: 6.25rem;
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: -1.71875rem;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #dbe4f6;
|
|
|
|
|
}
|
|
|
|
|
.big-ball .ball[data-v-bcec69b8] {
|
|
|
|
|
width: 4.6875rem;
|
|
|
|
|
height: 4.6875rem;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #cfddf1;
|
|
|
|
|
}
|
|
|
|
|
|
2025-06-16 17:32:23 +08:00
|
|
|
|
.backgroundContainer[data-v-41b2a00b] {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-image: url('../../static/index/lightbgcnew.png');
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.darkbackgroundContainer[data-v-41b2a00b] {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-image: url('../../static/index/background.png');
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.index-title[data-v-41b2a00b] {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: calc(100% - 3.4375rem);
|
|
|
|
|
height: 4.0625rem;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin: 0.625rem 1.5625rem 0 1.875rem;
|
|
|
|
|
}
|
|
|
|
|
.index-title .index-title-left[data-v-41b2a00b] {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 100%;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.index-title .index-title-left .index-title-left-wel[data-v-41b2a00b] {
|
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.index-title .index-title-left .index-title-left-weight[data-v-41b2a00b] {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
margin: 0 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.index-title .index-title-right[data-v-41b2a00b] {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 100%;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 0.625rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-right: 0.3125rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
|
|
|
|
.index-title .index-title-right .top-card[data-v-41b2a00b] {
|
|
|
|
|
width: 5.625rem;
|
|
|
|
|
height: 1.71875rem;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
background-color: #E2E7FF;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.index-title .index-title-right .top-card .top-card-img[data-v-41b2a00b] {
|
|
|
|
|
width: 1.09375rem;
|
|
|
|
|
height: 1.09375rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.index-title .index-title-right .top-card .top-card-font[data-v-41b2a00b] {
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
}
|
|
|
|
|
.index-content[data-v-41b2a00b] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: calc(100vh - 4.6875rem);
|
|
|
|
|
display: flex;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-top: 1.71875rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
|
|
|
|
.index-content .index-content-leftMenus[data-v-41b2a00b] {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 5.3125rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
margin-top: 0.625rem;
|
|
|
|
|
position: relative;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
|
|
|
|
.index-content .index-content-leftMenus .left-img[data-v-41b2a00b] {
|
2025-07-23 17:34:48 +08:00
|
|
|
|
width: 2.8125rem;
|
|
|
|
|
height: 2.8125rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
z-index: 100;
|
|
|
|
|
}
|
|
|
|
|
.index-content .index-content-leftMenus .left-img-font[data-v-41b2a00b] {
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
color: #fff;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
font-size: 0.78125rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
|
|
|
|
.index-content .index-content-leftMenus .left-img-font-target[data-v-41b2a00b] {
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
color: #0174D3;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
font-size: 0.78125rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
|
|
|
|
.index-content .index-content-leftMenus .blue-circle-pos[data-v-41b2a00b] {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-07-23 17:34:48 +08:00
|
|
|
|
height: 25rem;
|
2025-06-16 17:32:23 +08:00
|
|
|
|
}
|
|
|
|
|
.index-content .index-content-leftMenus .blue-circle-pos .blue-circle[data-v-41b2a00b] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -1.5625rem;
|
|
|
|
|
left: -2.125rem;
|
|
|
|
|
}
|
|
|
|
|
.index-content .index-content-leftMenus .blue-circle-pos .blue-circle .blue-circle-size[data-v-41b2a00b] {
|
|
|
|
|
width: 5.3125rem;
|
|
|
|
|
height: 7.8125rem;
|
|
|
|
|
}
|
|
|
|
|
.red-pao[data-v-41b2a00b] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.25rem;
|
|
|
|
|
left: 1.875rem;
|
|
|
|
|
padding: 0.09375rem 0.3125rem;
|
|
|
|
|
background-color: #FF4C4E;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 0.625rem;
|
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
|
z-index: 101;
|
|
|
|
|
}
|
2025-07-07 17:35:35 +08:00
|
|
|
|
.ball-bgc[data-v-41b2a00b] {
|
|
|
|
|
width: 1.8125rem;
|
|
|
|
|
height: 1.8125rem;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #E2E7FF;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
}
|
|
|
|
|
.ball-bgc .ball-img[data-v-41b2a00b] {
|
|
|
|
|
width: 1.1875rem;
|
|
|
|
|
height: 1.1875rem;
|
|
|
|
|
}
|
2025-07-23 17:34:48 +08:00
|
|
|
|
.index-title-title[data-v-41b2a00b] {
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
}
|
|
|
|
|
.index-title-left-img[data-v-41b2a00b] {
|
|
|
|
|
width: 2.34375rem;
|
|
|
|
|
height: 2.34375rem;
|
|
|
|
|
}
|