2025-02-25 17:23:40 +08:00
|
|
|
|
.backgroundContainer[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100vh;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
background-image: url('../../static/index/lightbgcnew.png');
|
2025-02-18 17:11:31 +08:00
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.darkbackgroundContainer[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-image: url('../../static/index/background.png');
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2025-02-18 17:11:31 +08:00
|
|
|
|
.right-container[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
position: relative;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-sec .right-container-left-font-spec[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5.625rem;
|
|
|
|
|
left: 18.125rem;
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 1.25rem;
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
border-radius: 0.15625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
background-color: #34c678;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec .right-container-fir-left-carousel[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
right: 7.65625rem;
|
|
|
|
|
top: 0.53125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-fir-left-carousel .carousel[data-v-1cf27b2a] {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 0.9375rem;
|
|
|
|
|
/* 轮播图的宽度 */
|
2025-02-27 17:15:17 +08:00
|
|
|
|
height: 2.5rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
/* 轮播图的高度 */
|
|
|
|
|
/* 背景色(示例) */
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
right: 0.3125rem;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 0.21875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots .dot[data-v-1cf27b2a] {
|
|
|
|
|
width: 0.3125rem;
|
|
|
|
|
height: 0.3125rem;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #657494;
|
|
|
|
|
/* 默认未激活的颜色 */
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: background-color 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots .dot-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 0.3125rem;
|
|
|
|
|
height: 0.3125rem;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
/* 默认未激活的颜色 */
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: background-color 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-fir-left-carousel .carousel .dots .dot.active[data-v-1cf27b2a] {
|
|
|
|
|
background-color: #01A0FE;
|
|
|
|
|
/* 激活的颜色 */
|
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 2%;
|
|
|
|
|
width: 41%;
|
|
|
|
|
height: 19.6875rem;
|
|
|
|
|
border-radius: 1.40625rem;
|
|
|
|
|
background-color: #16304c;
|
|
|
|
|
border: 0.0625rem solid transparent;
|
|
|
|
|
background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
|
|
|
|
|
background-clip: padding-box, border-box;
|
|
|
|
|
background-color: rgba(12, 25, 47, 0.1);
|
|
|
|
|
/* 背景颜色 #f4f9ff,透明度 70% */
|
|
|
|
|
/* 背景颜色 #f4f9ff,透明度 70% */
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap[data-v-1cf27b2a] {
|
|
|
|
|
margin-top: 6.25rem;
|
|
|
|
|
width: 37.5rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap .swiper[data-v-1cf27b2a] {
|
|
|
|
|
height: 28.125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap .swiper .swiper-item-flex[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .uni-margin-wrap .swiper .swiper-item[data-v-1cf27b2a] {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 9.375rem;
|
|
|
|
|
line-height: 9.375rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next[data-v-1cf27b2a] {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 21.875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-left: -1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-start[data-v-1cf27b2a] {
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background: linear-gradient(to top, #047ADB, #0EA7DD);
|
|
|
|
|
border-left: 0.0625rem solid #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-end[data-v-1cf27b2a] {
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-end-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background: linear-gradient(to top, #6B87BA, #FFFFFF);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
/* 渐变从下到上 */
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 2.8125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-people .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 2.8125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.03125rem;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.03125rem;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-text[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
font-size: 2.1875rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
width: 25rem;
|
|
|
|
|
margin-bottom: 1.5625rem;
|
|
|
|
|
line-height: 2.1875rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .time-tra-next .time-text .time-text-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 9.375rem;
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 17.5rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-left[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-top: -4.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 1.5625rem;
|
|
|
|
|
margin-top: 1.875rem;
|
|
|
|
|
width: 23.84375rem;
|
|
|
|
|
height: 13.4375rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
box-shadow: 0.0625rem 0 0 0.0625rem;
|
|
|
|
|
background-color: #16304c;
|
|
|
|
|
border: 0.0625rem solid #fff;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-line[data-v-1cf27b2a] {
|
|
|
|
|
width: 1px;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
|
|
|
|
|
margin-left: -0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
margin-top: 3.125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 14.0625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -0.78125rem;
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #414F6E;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 1.5625rem;
|
|
|
|
|
margin-top: 1.875rem;
|
|
|
|
|
width: 23.84375rem;
|
|
|
|
|
height: 13.4375rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
border: 0.03125rem solid black;
|
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-line[data-v-1cf27b2a] {
|
|
|
|
|
width: 1px;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
|
|
|
|
|
margin-left: -0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
margin-top: 3.125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 14.0625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -0.78125rem;
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #414F6E;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.5625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-right[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-top: -4.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 5.3125rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title .right-container-right-text[data-v-1cf27b2a] {
|
|
|
|
|
line-height: 4.0625rem;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-left: 1.875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title .right-container-right-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
line-height: 4.0625rem;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-left: 1.875rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father-dark .right-container-right-title .right-container-right-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.875rem;
|
|
|
|
|
right: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
height: 0.46875rem;
|
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec .right-container-right-father[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 2%;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 41%;
|
|
|
|
|
height: 19.6875rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
border-radius: 1.09375rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
border: 0.0625rem solid #fff;
|
|
|
|
|
background-image: url('../../static/index/mountain.png');
|
2025-02-25 17:23:40 +08:00
|
|
|
|
background-color: rgba(200, 216, 238, 0.8);
|
2025-02-27 17:15:17 +08:00
|
|
|
|
background-position: 60% 50%;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
/* 背景颜色 #f4f9ff,透明度 70% */
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
overflow: hidden;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .uni-margin-wrap[data-v-1cf27b2a] {
|
|
|
|
|
margin-top: 6.25rem;
|
|
|
|
|
width: 37.5rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .uni-margin-wrap .swiper[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
height: 28.125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .uni-margin-wrap .swiper .swiper-item-flex[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .uni-margin-wrap .swiper .swiper-item[data-v-1cf27b2a] {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 9.375rem;
|
|
|
|
|
line-height: 9.375rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next[data-v-1cf27b2a] {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 21.875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 1.5625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: -1.5625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin .time-button-start[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 6.875rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background: linear-gradient(to top, #047ADB, #0EA7DD);
|
|
|
|
|
border-left: 0.0625rem solid #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin .time-button-end[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 6.875rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-button-view-fin .time-button-end-dark[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 6.875rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background: linear-gradient(to top, #6B87BA, #FFFFFF);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
/* 渐变从下到上 */
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people .time-people-font[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 0.9375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-right: 2.8125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-people .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 0.9375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-right: 2.8125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.03125rem;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.03125rem;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-text[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
font-size: 2.1875rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
width: 25rem;
|
|
|
|
|
margin-bottom: 1.5625rem;
|
|
|
|
|
line-height: 2.1875rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec .right-container-right-father .time-tra-next .time-text .time-text-img[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
position: absolute;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
top: 0;
|
|
|
|
|
left: 9.375rem;
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 17.5rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-left[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-top: -4.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: 1.5625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-top: 1.875rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 23.84375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 13.4375rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
box-shadow: 0.0625rem 0 0 0.0625rem;
|
|
|
|
|
background-color: #16304c;
|
|
|
|
|
border: 0.0625rem solid #fff;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-line[data-v-1cf27b2a] {
|
|
|
|
|
width: 1px;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: -0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-top: 3.125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 14.0625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -0.78125rem;
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #414F6E;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-img[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 6.25rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: 1.5625rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
margin-top: 1.875rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 23.84375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 13.4375rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
border: 0.03125rem solid black;
|
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-line[data-v-1cf27b2a] {
|
|
|
|
|
width: 1px;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: -0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-top: 3.125rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 14.0625rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
position: absolute;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
top: 0;
|
|
|
|
|
left: -0.78125rem;
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 2.5rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
position: absolute;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #414F6E;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-img[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 6.25rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.5625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-down-father .right-container-right-down-right[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-top: -4.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-title[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 5.3125rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-title .right-container-right-text[data-v-1cf27b2a] {
|
|
|
|
|
line-height: 4.0625rem;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-left: 1.875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-title .right-container-right-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
line-height: 4.0625rem;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-left: 1.875rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-right-father .right-container-right-title .right-container-right-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.875rem;
|
|
|
|
|
right: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
height: 0.46875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-left[data-v-1cf27b2a] {
|
|
|
|
|
width: 55%;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
height: 19.6875rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
border-radius: 1.40625rem;
|
|
|
|
|
border: 0.03125rem solid #fff;
|
|
|
|
|
/* 背景颜色 #f4f9ff,透明度 70% */
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
|
|
|
/* 白色背景透明度为 10% */
|
2025-02-27 17:15:17 +08:00
|
|
|
|
background-image: url('../../static/index/mountain.png');
|
|
|
|
|
background-position: 70% 45%;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
overflow: hidden;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
2025-02-25 17:23:40 +08:00
|
|
|
|
/* 背景图片从左上角25%和30%的位置开始 */
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-left-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 55%;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
height: 19.6875rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
border-radius: 1.40625rem;
|
|
|
|
|
background-color: #16304c;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
border: 0.0625rem solid transparent;
|
|
|
|
|
background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
|
|
|
|
|
background-clip: padding-box, border-box;
|
|
|
|
|
background-color: rgba(12, 25, 47, 0.1);
|
2025-02-25 17:23:40 +08:00
|
|
|
|
/* 背景颜色 #f4f9ff,透明度 70% */
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .uni-margin-wrap[data-v-1cf27b2a] {
|
|
|
|
|
width: 31.25rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .uni-margin-wrap .swiper[data-v-1cf27b2a] {
|
|
|
|
|
height: 21.875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .uni-margin-wrap .swiper .swiper-item-flex[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
position: relative;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .uni-margin-wrap .swiper .swiper-item[data-v-1cf27b2a] {
|
|
|
|
|
display: block;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
height: 7.8125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
line-height: 9.375rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-fir-left-card-main-right[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
z-index: 11;
|
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-sec .right-huli-fir[data-v-1cf27b2a] {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-sec .right-huli-fir .right-huli-view[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.25rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 23.4375rem;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis[data-v-1cf27b2a] {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 100%;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
height: 5.3125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-img[data-v-1cf27b2a] {
|
2025-02-28 17:27:27 +08:00
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-text[data-v-1cf27b2a] {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0.3125rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
font-size: 1.09375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
text-align: center;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
margin-bottom: 0.15625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-sec .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-text-dark[data-v-1cf27b2a] {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0.3125rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
font-size: 1.09375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
text-align: center;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
margin-bottom: 0.15625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-sec .right-huli-fir .right-huli-shang[data-v-1cf27b2a] {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-top: 1.25rem;
|
|
|
|
|
width: 0.9375rem;
|
|
|
|
|
height: 0.9375rem;
|
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-sec .right-huli-fir .right-huli-xia[data-v-1cf27b2a] {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
width: 0.9375rem;
|
|
|
|
|
height: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-photo[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: 1.5625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-photo .right-container-photo-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 9.6875rem;
|
|
|
|
|
height: 10.9375rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-photo .right-container-photo-text[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
color: #324160;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-photo .right-container-photo-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-fir-left-card-main-left[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-left: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-left-type[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.3125rem;
|
|
|
|
|
left: -0.46875rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 7.34375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 2.28125rem;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .right-container-left-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.59375rem;
|
|
|
|
|
left: 1.5625rem;
|
|
|
|
|
font-size: 1.125rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-sec .time-tra-thi[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 2.5rem;
|
|
|
|
|
margin-top: 2.1875rem;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 17.1875rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-text[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
width: 14.0625rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
line-height: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
width: 14.0625rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
line-height: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-tra-thi-zhixing[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 2.34375rem;
|
|
|
|
|
left: 14.0625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-tra-thi-zhixing-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.875rem;
|
|
|
|
|
left: 0.3125rem;
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 1.25rem;
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
border-radius: 0.15625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
background-color: #f37b5b;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-people-two[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 1.25rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-people-thi[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-people-thi .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
margin-left: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-people-thi .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-people-thi .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-button-view[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-left: 0;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-button-view .time-button-start[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background: linear-gradient(to bottom, #AF8ED7, #4D3E9B);
|
|
|
|
|
border-left: 0.0625rem solid #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-button-view .time-button-end[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-button-view .time-button-end-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background: linear-gradient(to top, #6B87BA, #FFFFFF);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.1875rem;
|
|
|
|
|
margin-top: 3.75rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.1875rem;
|
|
|
|
|
margin-top: 3.75rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-thi .time-text-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 9.375rem;
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-sec[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 2.5rem;
|
|
|
|
|
margin-top: 3.4375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 100%;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 15.625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-people-thi[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 0.46875rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-people-thi .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
margin-left: 0.15625rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-people-thi .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-people-thi .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-button-view[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-button-view .time-button-start[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background: linear-gradient(to top, #0DA0B1, #04D3AF);
|
|
|
|
|
border-left: 0.0625rem solid #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-button-view .time-button-end[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-button-view .time-button-end-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background: linear-gradient(to top, #6B87BA, #FFFFFF);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-font[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 2.34375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-font-dark[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 2.34375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-sec .time-tra-sec .time-text-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 9.375rem;
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .time-people-sec[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .time-people-sec .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
margin-left: 0.15625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .time-people-sec .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 2.8125rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .time-people-sec .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 2.8125rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 18.125rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav[data-v-1cf27b2a] {
|
|
|
|
|
width: 63%;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
height: 17.125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
border-radius: 1.40625rem;
|
|
|
|
|
/* 圆角 */
|
|
|
|
|
position: relative;
|
|
|
|
|
/* 增加背景色确保视觉效果 */
|
2025-02-27 17:15:17 +08:00
|
|
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
/* 增强的阴影效果 */
|
2025-02-25 17:23:40 +08:00
|
|
|
|
/* 包括边框在内计算宽高 */
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
left: 29.0625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel[data-v-1cf27b2a] {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 4.6875rem;
|
|
|
|
|
/* 轮播图的宽度 */
|
2025-02-18 17:11:31 +08:00
|
|
|
|
height: 3.125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
/* 轮播图的高度 */
|
|
|
|
|
/* 背景色(示例) */
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
right: 0.3125rem;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 0.21875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots .dot[data-v-1cf27b2a] {
|
|
|
|
|
width: 0.3125rem;
|
|
|
|
|
height: 0.3125rem;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #657494;
|
|
|
|
|
/* 默认未激活的颜色 */
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: background-color 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots .dot-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 0.3125rem;
|
|
|
|
|
height: 0.3125rem;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
/* 默认未激活的颜色 */
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: background-color 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-carousel .carousel .dots .dot.active[data-v-1cf27b2a] {
|
|
|
|
|
background-color: #01A0FE;
|
|
|
|
|
/* 激活的颜色 */
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
position: absolute;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
top: 0;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
left: 0;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 1.40625rem;
|
|
|
|
|
border: 0.03125rem solid #fff;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
background-color: rgba(99, 115, 157, 0.1);
|
2025-02-25 17:23:40 +08:00
|
|
|
|
/* 白色背景透明度为 10% */
|
2025-02-27 17:15:17 +08:00
|
|
|
|
background-image: url('../../static/index/mountain.png');
|
|
|
|
|
background-position: 60% 50%;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-dark[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
border: 0.0625rem solid transparent;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
border-radius: 1.40625rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
|
|
|
|
|
background-clip: padding-box, border-box;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
background-color: rgba(12, 25, 47, 0.1);
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 100%;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .split-line-white-right-left[data-v-1cf27b2a] {
|
|
|
|
|
width: 0.0625rem;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #fff 50%, rgba(0, 0, 0, 0) 100%);
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-right: 0.625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .split-line-white-right-left .split-line-white-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -9.375rem;
|
|
|
|
|
height: 25rem;
|
|
|
|
|
width: 9.375rem;
|
|
|
|
|
z-index: -1;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper[data-v-1cf27b2a] {
|
|
|
|
|
height: 14.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper .swiper-item-flex[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper .swiper-item[data-v-1cf27b2a] {
|
|
|
|
|
display: block;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
height: 6.25rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
line-height: 9.375rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-main-right[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-top: 1.25rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-left: 0.9375rem;
|
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-two[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-top: 0.3125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-start[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background: linear-gradient(to top, #047ADB, #0EA7DD);
|
|
|
|
|
border-left: 0.0625rem solid #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-end[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-end-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background: linear-gradient(to top, #6B87BA, #FFFFFF);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
/* 渐变从下到上 */
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-right: 0.625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
margin-left: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-font[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 2.1875rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-bottom: 0.9375rem;
|
|
|
|
|
background: linear-gradient(to top, #334160, #687898);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-font-dark[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 2.1875rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-bottom: 0.9375rem;
|
|
|
|
|
background: linear-gradient(to right, #EBF4FF, #ADC4E0);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-text[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1.09375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 16.5625rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
line-height: 1.25rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .time-tra-fir .time-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
color: #CDD6EA;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1.09375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 16.5625rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
line-height: 1.25rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
position: relative;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: 1.5625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-zhixing[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
position: absolute;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
top: 0.3125rem;
|
|
|
|
|
left: 27.1875rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-zhixing-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
top: 1.875rem;
|
|
|
|
|
left: 0.3125rem;
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 1.25rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
font-size: 0.78125rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
border-radius: 0.15625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 10;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
background-color: #f37b5b;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.0625rem;
|
|
|
|
|
font-weight: 350;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.0625rem;
|
|
|
|
|
font-weight: 350;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video .right-container-fir-left-card-main-laba[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.40625rem;
|
|
|
|
|
height: 1.40625rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video .right-container-fir-left-card-main-video[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.40625rem;
|
|
|
|
|
height: 1.40625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 11.25rem;
|
|
|
|
|
height: 8.4375rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-main .right-container-fir-left-card-main-left-up[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-hulilei[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.3125rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
left: -0.3125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.28125rem;
|
|
|
|
|
z-index: 10;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-fir .right-container-fir-left-nav .right-container-fir-left-card-hulilei-font[data-v-1cf27b2a] {
|
2025-02-18 17:11:31 +08:00
|
|
|
|
position: absolute;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
top: 1.59375rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
left: 1.40625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
font-size: 1.125rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
color: #fff;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
z-index: 10;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-right[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 2%;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-right: 2%;
|
|
|
|
|
width: 21.875rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
height: 17.125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
border: 0.03125rem solid #fff;
|
|
|
|
|
background: url(../../static/index/rightbgi.png);
|
|
|
|
|
background-size: cover;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
background-color: rgba(99, 115, 157, 0.1);
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-fir-right-dark[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 2%;
|
|
|
|
|
margin-right: 2%;
|
|
|
|
|
width: 21.875rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
height: 17.125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
border-radius: 1.25rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
border: 0.03125rem solid #fff;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
background-color: #16304c;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
border: 0.0625rem solid transparent;
|
|
|
|
|
background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
|
|
|
|
|
background-clip: padding-box, border-box;
|
|
|
|
|
background-color: rgba(12, 25, 47, 0.1);
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-top: 0.78125rem;
|
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
|
position: relative;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-card-right[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 3.75rem;
|
|
|
|
|
height: 10.9375rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-direction: column;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-bottom: 0.625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-card-right .right-container-card-right-img[data-v-1cf27b2a] {
|
2025-03-04 17:29:52 +08:00
|
|
|
|
width: 1.875rem;
|
|
|
|
|
height: 1.875rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-button[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-left: -0.625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-top: 0.71875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-any[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 4.6875rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-any .right-container-button-ray[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -0.78125rem;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 4.9375rem;
|
|
|
|
|
height: 4.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-any .right-container-button-text[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 0.78125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
color: #313D56;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-button .right-container-button-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-fenge[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0.0625rem;
|
|
|
|
|
/* 可根据需求调整容器的高度 */
|
2025-03-04 17:29:52 +08:00
|
|
|
|
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, /* 左端透明 */ #ffffff 50%, /* 中心纯白 */ rgba(255, 255, 255, 0) 100% /* 右端透明 */);
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-tem[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-top: 0.625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-bottom: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-tem .right-container-tem-text[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.5625rem;
|
|
|
|
|
margin-right: 2.1875rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-tem .right-container-tem-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.5625rem;
|
|
|
|
|
margin-right: 2.1875rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-tem .right-container-tem-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 2.03125rem;
|
|
|
|
|
height: 2.03125rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-title[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 3.75rem;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
margin: 0;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-title-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 3.75rem;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-date[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0;
|
|
|
|
|
margin-left: 0.5625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-bottom: 0.3125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-date-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #7080A1;
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0;
|
|
|
|
|
margin-left: 0.5625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-bottom: 0.3125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-day[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-left: 0.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-fir .right-container-card .right-container-day-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-left: 0.5625rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-title-nav[data-v-1cf27b2a] {
|
|
|
|
|
margin-top: 2.34375rem;
|
|
|
|
|
margin-bottom: 0.625rem;
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-title-nav .right-container-title-no[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-title-nav .right-container-title-no-dark[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1.09375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-right: 0.625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-title-nav .right-container-title-class[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1.09375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
font-weight: 800;
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-title-nav .right-container-title-class-dark[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1.09375rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
font-weight: 800;
|
|
|
|
|
margin-left: 0.625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-title-nav .right-container-title-class-anhei-button[data-v-1cf27b2a] {
|
|
|
|
|
float: right;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
width: 6.25rem;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
background-color: black;
|
|
|
|
|
border: 0.0625rem solid;
|
|
|
|
|
}
|
|
|
|
|
.right-container .right-container-title-nav .right-container-title-class-anhei-button .right-container-title-class-anhei[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.625rem;
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
color: white;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
|
|
|
|
.left-container[data-v-1cf27b2a] {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 8.125rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.left-container .blue-circle-pos[data-v-1cf27b2a] {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.left-container .blue-circle-pos .blue-circle[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
top: -1.5625rem;
|
|
|
|
|
left: -2.125rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
|
|
|
|
.left-container .blue-circle-pos .blue-circle .blue-circle-size[data-v-1cf27b2a] {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 5.3125rem;
|
|
|
|
|
height: 7.8125rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
|
|
|
|
.left-container .left-head[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
.left-container .left-head .left-head-img[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 4.6875rem;
|
|
|
|
|
height: 4.6875rem;
|
|
|
|
|
margin-top: 1.875rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
|
|
|
|
.left-container .left-head .left-head-font[data-v-1cf27b2a] {
|
|
|
|
|
font-weight: 700;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1.25rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.left-container .left-head .left-head-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-weight: 700;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 1.25rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
background: linear-gradient(to right, #EBF4FF, #ADC4E0);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
|
|
|
|
.left-container .left-img-container[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
.left-container .left-img-container .left-img[data-v-1cf27b2a] {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
width: 2.90625rem;
|
|
|
|
|
height: 2.90625rem;
|
|
|
|
|
margin: 1.5625rem 0;
|
|
|
|
|
z-index: 100;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
}
|
|
|
|
|
.split-line[data-v-1cf27b2a] {
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
margin-top: 3.75rem;
|
|
|
|
|
width: 0.0625rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
/* 线条的宽度 */
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 4.6875rem;
|
2025-02-18 17:11:31 +08:00
|
|
|
|
/* 高度占满父容器 */
|
2025-02-25 17:23:40 +08:00
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #92a7c5 50%, rgba(0, 0, 0, 0) 100%);
|
2025-02-18 17:11:31 +08:00
|
|
|
|
/* 上面到下面的渐变效果:
|
|
|
|
|
- 从透明到黑色,再从黑色到透明
|
|
|
|
|
- 渐变的范围:50%处为渐变的中心,顶部和底部是透明的 */
|
|
|
|
|
}
|
2025-02-25 17:23:40 +08:00
|
|
|
|
.split-line-white-sec[data-v-1cf27b2a] {
|
|
|
|
|
width: 0.0625rem;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #fff 50%, rgba(0, 0, 0, 0) 100%);
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.split-line-white-sec .split-line-white-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -9.375rem;
|
|
|
|
|
height: 25rem;
|
|
|
|
|
width: 9.375rem;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
.card-upfaguang[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
top: 8.28125rem;
|
|
|
|
|
left: 1.5625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 18.75rem;
|
|
|
|
|
width: 15.625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.card-upfaguang-down[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 19.375rem;
|
|
|
|
|
left: 26.875rem;
|
|
|
|
|
height: 18.75rem;
|
|
|
|
|
width: 15.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-huli-sec[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: 0.21875rem;
|
|
|
|
|
width: 7.1875rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-huli-sec .right-huli-view[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
/* 垂直方向对齐方式可以调整 */
|
|
|
|
|
flex-direction: column;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
height: 14.0625rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-huli-sec .right-huli-view .right-huli-view-dis[data-v-1cf27b2a] {
|
2025-03-04 17:29:52 +08:00
|
|
|
|
height: 4.375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 100%;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-huli-sec .right-huli-view .right-huli-view-dis .right-huli-img[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 2.8125rem;
|
|
|
|
|
height: 2.8125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-huli-sec .right-huli-view .right-huli-view-dis .right-huli-text[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0.46875rem;
|
|
|
|
|
text-align: center;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
font-size: 1.09375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-huli-sec .right-huli-view .right-huli-view-dis .right-huli-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0.46875rem;
|
|
|
|
|
text-align: center;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
font-size: 1.09375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
color: #fff;
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-huli-sec .right-huli-shang[data-v-1cf27b2a] {
|
|
|
|
|
width: 0.9375rem;
|
|
|
|
|
height: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-huli-sec .right-huli-xia[data-v-1cf27b2a] {
|
|
|
|
|
width: 0.9375rem;
|
|
|
|
|
height: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container-fir-left-card-flex[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.right-container-fir-left-card-flex-sec[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.3125rem;
|
|
|
|
|
left: -0.3125rem;
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.28125rem;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.59375rem;
|
|
|
|
|
left: 1.40625rem;
|
|
|
|
|
font-size: 1.125rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-imgright-fir[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
top: 1.59375rem;
|
|
|
|
|
left: 20.3125rem;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
.right-container-fir-left-card-flex-sec .right-container-fir-left-card-flex-sec-imgright-sec[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
top: 1.59375rem;
|
|
|
|
|
left: 20.9375rem;
|
|
|
|
|
z-index: 10;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.savehundred[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.mt[data-v-1cf27b2a] {
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.progress-bar-container[data-v-1cf27b2a] {
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
width: 60%;
|
|
|
|
|
height: 0.625rem;
|
|
|
|
|
background-color: #AAB9D6;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.progress-bar[data-v-1cf27b2a] {
|
|
|
|
|
height: 100%;
|
|
|
|
|
/* 这里可以更改进度百分比 */
|
|
|
|
|
background: linear-gradient(to top, #047ADB, #0EA7DD);
|
|
|
|
|
border-radius: 15px 0 0 15px;
|
|
|
|
|
transition: width 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
.under-father[data-v-1cf27b2a] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 4.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.under-father .under-father-view[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
margin-right: 4.6875rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.under-father .under-father-view .under-father-light[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: -0.625rem;
|
|
|
|
|
left: -3.125rem;
|
|
|
|
|
width: 9.375rem;
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
}
|
|
|
|
|
.under-father .under-father-view .under-father-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 3.125rem;
|
|
|
|
|
}
|
|
|
|
|
.right-icons[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
float: right;
|
|
|
|
|
height: 2.1875rem;
|
|
|
|
|
margin-right: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
.right-icons .right-icons-font[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-top: -0.9375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-icons .right-icons-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #fff;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-top: -0.9375rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-icons .right-icons-img[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-top: -1.25rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
}
|
|
|
|
|
.right-icons .right-icons-img-icon[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.875rem;
|
|
|
|
|
height: 2.5rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-top: -0.3125rem;
|
2025-02-25 17:23:40 +08:00
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
|
}
|
2025-02-27 17:15:17 +08:00
|
|
|
|
.time-tra-thi-photo[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 9.375rem;
|
|
|
|
|
flex-direction: column;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
|
|
|
|
.time-tra-thi-photo .time-tra-thi-photo-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 10.3125rem;
|
|
|
|
|
height: 10.3125rem;
|
|
|
|
|
margin-top: -3.125rem;
|
|
|
|
|
margin-left: -1.5625rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
|
|
|
|
.time-tra-thi-photo .time-tra-thi-photo-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 1.5625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
|
|
|
|
.time-tra-thi-photo .time-tra-thi-photo-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 1.5625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.time-tra-thi-photo-change[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 15.9375rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-left: 6.25rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
flex-direction: column;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.time-tra-thi-photo-change .time-tra-thi-photo-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 15.625rem;
|
|
|
|
|
height: 15.625rem;
|
|
|
|
|
margin-top: -3.125rem;
|
|
|
|
|
margin-left: -1.5625rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.time-tra-thi-photo-change .time-tra-thi-photo-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
margin-right: 1.5625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.time-tra-thi-photo-change .time-tra-thi-photo-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
margin-right: 1.5625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
|
|
|
|
.popup-overlay[data-v-1cf27b2a] {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-03-03 17:43:20 +08:00
|
|
|
|
-webkit-backdrop-filter: blur(0.03125rem);
|
|
|
|
|
backdrop-filter: blur(0.03125rem);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
/* 关键:通过遮罩控制模糊的显示区域 */
|
2025-02-27 17:15:17 +08:00
|
|
|
|
/* 添加毛玻璃效果 */
|
|
|
|
|
z-index: 999;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
background-color: #ffffff;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
transition: width 0.4s ease-in-out, height 0.4s ease-in-out, top 0.4s ease-in-out, left 0.4s ease-in-out;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
/* 修正了 transition 语法 左上角*/
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 1.40625rem;
|
|
|
|
|
/* 圆角 */
|
|
|
|
|
position: relative;
|
|
|
|
|
/* 增加背景色确保视觉效果 */
|
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
/* 增强的阴影效果 */
|
|
|
|
|
/* 包括边框在内计算宽高 */
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-carousel[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 29.6875rem;
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 1.40625rem;
|
|
|
|
|
border: 0.03125rem solid #fff;
|
|
|
|
|
background-color: #c9ddf4;
|
|
|
|
|
/* 白色背景透明度为 10% */
|
|
|
|
|
/* 白色背景透明度为 10% */
|
|
|
|
|
background-image: url('../../static/index/mountain.png');
|
|
|
|
|
background-position: 60% 50%;
|
|
|
|
|
/* 背景图片从左上角25%和30%的位置开始 */
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-dark[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
border: 0.0625rem solid transparent;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
border-radius: 1.40625rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
|
|
|
|
|
background-clip: padding-box, border-box;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
background-color: rgba(12, 25, 47, 0.1);
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .split-line-white-right-left[data-v-1cf27b2a] {
|
|
|
|
|
width: 0.0625rem;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #fff 50%, rgba(0, 0, 0, 0) 100%);
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .split-line-white-right-left .split-line-white-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -9.375rem;
|
|
|
|
|
height: 25rem;
|
|
|
|
|
width: 9.375rem;
|
|
|
|
|
z-index: -1;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .uni-margin-wrap-fir[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper[data-v-1cf27b2a] {
|
|
|
|
|
height: 14.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper .swiper-item-flex[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .uni-margin-wrap-fir .swiper .swiper-item[data-v-1cf27b2a] {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
line-height: 9.375rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-main-right[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir[data-v-1cf27b2a] {
|
|
|
|
|
margin-top: 1.25rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-left: 1.5625rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-people-two[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-button-view[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-start[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background: linear-gradient(to top, #047ADB, #0EA7DD);
|
|
|
|
|
border-left: 0.0625rem solid #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-end[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-button-view .time-button-end-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background: linear-gradient(to top, #6B87BA, #FFFFFF);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
/* 渐变从下到上 */
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-people-fir[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
margin-left: 0.15625rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-people-fir .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.1875rem;
|
|
|
|
|
margin-bottom: 0.9375rem;
|
|
|
|
|
background: linear-gradient(to top, #334160, #687898);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.1875rem;
|
|
|
|
|
margin-bottom: 0.9375rem;
|
|
|
|
|
background: linear-gradient(to right, #EBF4FF, #ADC4E0);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-text[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
width: 16.5625rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
line-height: 1.25rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .time-tra-fir .time-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
width: 16.5625rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
line-height: 1.25rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-card[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-left: 1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-zhixing[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.3125rem;
|
|
|
|
|
left: 27.1875rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-zhixing-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -2.5rem;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 1.25rem;
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
border-radius: 0.15625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
background-color: #f37b5b;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.0625rem;
|
|
|
|
|
font-weight: 350;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.0625rem;
|
|
|
|
|
font-weight: 350;
|
|
|
|
|
color: #fff;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-top: 0.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video .right-container-fir-left-card-main-laba[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.40625rem;
|
|
|
|
|
height: 1.40625rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-main-laba-video .right-container-fir-left-card-main-video[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.40625rem;
|
|
|
|
|
height: 1.40625rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-card .right-container-fir-left-card-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 11.25rem;
|
|
|
|
|
height: 8.4375rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-main .right-container-fir-left-card-main-left-up[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
margin-left: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-hulilei[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.1875rem;
|
|
|
|
|
left: -0.3125rem;
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.28125rem;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-nav-open .right-container-fir-left-card-hulilei-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.46875rem;
|
|
|
|
|
left: 1.40625rem;
|
|
|
|
|
font-size: 1.125rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-left-font-spec[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 3.4375rem;
|
|
|
|
|
left: 18.125rem;
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 1.25rem;
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
border-radius: 0.15625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
background-color: #34c678;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 1.40625rem;
|
|
|
|
|
background-color: #16304c;
|
|
|
|
|
border: 0.0625rem solid transparent;
|
|
|
|
|
background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
|
|
|
|
|
background-clip: padding-box, border-box;
|
|
|
|
|
background-color: rgba(12, 25, 47, 0.1);
|
|
|
|
|
/* 背景颜色 #f4f9ff,透明度 70% */
|
|
|
|
|
/* 背景颜色 #f4f9ff,透明度 70% */
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .uni-margin-wrap[data-v-1cf27b2a] {
|
|
|
|
|
margin-top: 6.25rem;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .uni-margin-wrap .swiper[data-v-1cf27b2a] {
|
|
|
|
|
height: 28.125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .uni-margin-wrap .swiper .swiper-item-flex[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .uni-margin-wrap .swiper .swiper-item[data-v-1cf27b2a] {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 9.375rem;
|
|
|
|
|
line-height: 9.375rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next[data-v-1cf27b2a] {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 21.875rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-button-view-fin[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-left: -1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-start[data-v-1cf27b2a] {
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background: linear-gradient(to top, #047ADB, #0EA7DD);
|
|
|
|
|
border-left: 0.0625rem solid #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-end[data-v-1cf27b2a] {
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-button-view-fin .time-button-end-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background: linear-gradient(to top, #6B87BA, #FFFFFF);
|
|
|
|
|
/* 渐变从下到上 */
|
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-people[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
display: flex;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-bottom: 0.625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-people .time-people-img[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-right: 0.15625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-people .time-people-font[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
font-size: 0.9375rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-right: 2.8125rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-people .time-people-font-dark[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-right: 2.8125rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.03125rem;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
2025-02-27 17:15:17 +08:00
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.03125rem;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
2025-02-27 17:15:17 +08:00
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-text[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
margin-left: 0.3125rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
font-size: 2.1875rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
width: 25rem;
|
|
|
|
|
margin-bottom: 1.5625rem;
|
|
|
|
|
line-height: 2.1875rem;
|
|
|
|
|
position: relative;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .time-tra-next .time-text .time-text-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 9.375rem;
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 17.5rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-left[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-top: -4.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 1.5625rem;
|
|
|
|
|
margin-top: 1.875rem;
|
|
|
|
|
width: 23.84375rem;
|
|
|
|
|
height: 13.4375rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
box-shadow: 0.0625rem 0 0 0.0625rem;
|
|
|
|
|
background-color: #16304c;
|
|
|
|
|
border: 0.0625rem solid #fff;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-line[data-v-1cf27b2a] {
|
|
|
|
|
width: 1px;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
|
|
|
|
|
margin-left: -0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
margin-top: 3.125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
display: flex;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
flex-direction: column;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
width: 14.0625rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
position: absolute;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
top: 0;
|
|
|
|
|
left: -0.78125rem;
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 2.5rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
position: absolute;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #414F6E;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
color: #fff;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-top: 0.9375rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 1.5625rem;
|
|
|
|
|
margin-top: 1.875rem;
|
|
|
|
|
width: 23.84375rem;
|
|
|
|
|
height: 13.4375rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
border: 0.03125rem solid black;
|
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-line[data-v-1cf27b2a] {
|
|
|
|
|
width: 1px;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
|
|
|
|
|
margin-left: -0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
margin-top: 3.125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 14.0625rem;
|
|
|
|
|
position: relative;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -0.78125rem;
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 2.5rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #414F6E;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.5625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-down-father .right-container-right-down-right[data-v-1cf27b2a] {
|
2025-02-27 17:15:17 +08:00
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-top: -4.6875rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-title[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 5.3125rem;
|
|
|
|
|
position: relative;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-title .right-container-right-text[data-v-1cf27b2a] {
|
|
|
|
|
line-height: 4.0625rem;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-left: 1.875rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-title .right-container-right-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
line-height: 4.0625rem;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-left: 1.875rem;
|
2025-02-27 17:15:17 +08:00
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2025-03-04 17:29:52 +08:00
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father-dark .right-container-right-title .right-container-right-img[data-v-1cf27b2a] {
|
2025-02-28 17:27:27 +08:00
|
|
|
|
position: absolute;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
top: 1.875rem;
|
|
|
|
|
right: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
height: 0.46875rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 1.09375rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
border: 0.0625rem solid #fff;
|
|
|
|
|
background-image: url('../../static/index/mountain.png');
|
2025-02-28 17:27:27 +08:00
|
|
|
|
background-color: rgba(200, 216, 238, 0.8);
|
|
|
|
|
background-position: 60% 50%;
|
|
|
|
|
/* 背景颜色 #f4f9ff,透明度 70% */
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .uni-margin-wrap[data-v-1cf27b2a] {
|
|
|
|
|
margin-top: 6.25rem;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .uni-margin-wrap .swiper[data-v-1cf27b2a] {
|
|
|
|
|
height: 28.125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .uni-margin-wrap .swiper .swiper-item-flex[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .uni-margin-wrap .swiper .swiper-item[data-v-1cf27b2a] {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 9.375rem;
|
|
|
|
|
line-height: 9.375rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next[data-v-1cf27b2a] {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 21.875rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-button-view-fin[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-left: -1.5625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-button-view-fin .time-button-start[data-v-1cf27b2a] {
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background: linear-gradient(to top, #047ADB, #0EA7DD);
|
|
|
|
|
border-left: 0.0625rem solid #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-button-view-fin .time-button-end[data-v-1cf27b2a] {
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-button-view-fin .time-button-end-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 6.875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.5625rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background: linear-gradient(to top, #6B87BA, #FFFFFF);
|
|
|
|
|
/* 渐变从下到上 */
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-people[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-people .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-people .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 2.8125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-people .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 2.8125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.03125rem;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.03125rem;
|
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-text[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
font-size: 2.1875rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
width: 25rem;
|
|
|
|
|
margin-bottom: 1.5625rem;
|
|
|
|
|
line-height: 2.1875rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .time-tra-next .time-text .time-text-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 9.375rem;
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 17.5rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-left[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-top: -4.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 1.5625rem;
|
|
|
|
|
margin-top: 1.875rem;
|
|
|
|
|
width: 23.84375rem;
|
|
|
|
|
height: 13.4375rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
box-shadow: 0.0625rem 0 0 0.0625rem;
|
|
|
|
|
background-color: #16304c;
|
|
|
|
|
border: 0.0625rem solid #fff;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-line[data-v-1cf27b2a] {
|
|
|
|
|
width: 1px;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
|
|
|
|
|
margin-left: -0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
margin-top: 3.125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 14.0625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -0.78125rem;
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #414F6E;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card-dark .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 1.5625rem;
|
|
|
|
|
margin-top: 1.875rem;
|
|
|
|
|
width: 23.84375rem;
|
|
|
|
|
height: 13.4375rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
border: 0.03125rem solid black;
|
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-line[data-v-1cf27b2a] {
|
|
|
|
|
width: 1px;
|
|
|
|
|
/* 线条的宽度 */
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
/* 高度占满父容器 */
|
|
|
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #808080 50%, rgba(0, 0, 0, 0) 100%);
|
|
|
|
|
margin-left: -0.625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
margin-top: 3.125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 14.0625rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-type[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -0.78125rem;
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-card-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0.46875rem;
|
|
|
|
|
left: 2.03125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
color: #414F6E;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 6.25rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-card .right-container-right-down-card-card .right-container-right-down-card-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.5625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-down-father .right-container-right-down-right[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-top: -4.6875rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-title[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 5.3125rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-title .right-container-right-text[data-v-1cf27b2a] {
|
|
|
|
|
line-height: 4.0625rem;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-left: 1.875rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-title .right-container-right-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
line-height: 4.0625rem;
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-left: 1.875rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-right-father .right-container-right-title .right-container-right-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.875rem;
|
|
|
|
|
right: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
height: 0.46875rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-left[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 1.40625rem;
|
|
|
|
|
border: 0.03125rem solid #fff;
|
|
|
|
|
/* 背景颜色 #f4f9ff,透明度 70% */
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-color: #c9ddf4;
|
|
|
|
|
/* 白色背景透明度为 10% */
|
|
|
|
|
background-image: url('../../static/index/mountain.png');
|
|
|
|
|
background-position: 70% 45%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
/* 背景图片从左上角25%和30%的位置开始 */
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-left-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-radius: 1.40625rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
border: 0.0625rem solid transparent;
|
|
|
|
|
background: url('../../static/index/cardbgc/bgcdark.png') padding-box, linear-gradient(45deg, #9bc4f8, #285399, #9bc4f8, #285399, #9bc4f8) border-box;
|
|
|
|
|
background-clip: padding-box, border-box;
|
|
|
|
|
background-color: rgba(12, 25, 47, 0.1);
|
2025-02-28 17:27:27 +08:00
|
|
|
|
background-color: #16304c;
|
|
|
|
|
/* 背景颜色 #f4f9ff,透明度 70% */
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .uni-margin-wrap[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .uni-margin-wrap .swiper[data-v-1cf27b2a] {
|
|
|
|
|
height: 25rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .uni-margin-wrap .swiper .swiper-item-flex[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .uni-margin-wrap .swiper .swiper-item[data-v-1cf27b2a] {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 9.375rem;
|
|
|
|
|
line-height: 9.375rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-card-main-right[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
z-index: 11;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-huli-fir[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.8125rem;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-huli-fir .right-huli-view[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
|
height: 23.4375rem;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-huli-fir .right-huli-view .right-huli-view-dis[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 5.3125rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-text[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0.3125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-huli-fir .right-huli-view .right-huli-view-dis .right-huli-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 0.3125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 0.15625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-huli-fir .right-huli-shang[data-v-1cf27b2a] {
|
|
|
|
|
margin-top: 1.25rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
width: 1.25rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
height: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-huli-fir .right-huli-xia[data-v-1cf27b2a] {
|
|
|
|
|
margin-bottom: 1.25rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
width: 1.25rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
height: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-photo[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-left: 1.5625rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-photo .right-container-photo-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 9.6875rem;
|
|
|
|
|
height: 10.9375rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-photo .right-container-photo-text[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
color: #324160;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-photo .right-container-photo-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-photo-change[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-left: 2.8125rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-top: 3.125rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-photo-change .right-container-photo-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 15.9375rem;
|
|
|
|
|
height: 17.1875rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-photo-change .right-container-photo-text[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
color: #324160;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-photo-change .right-container-photo-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.25rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-fir-left-card-main-left[data-v-1cf27b2a] {
|
|
|
|
|
height: 1.5625rem;
|
|
|
|
|
width: 1.5625rem;
|
|
|
|
|
margin-left: 0.9375rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-left-type[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.3125rem;
|
|
|
|
|
left: -0.46875rem;
|
|
|
|
|
width: 7.34375rem;
|
|
|
|
|
height: 2.28125rem;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .right-container-left-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.59375rem;
|
|
|
|
|
left: 1.5625rem;
|
|
|
|
|
font-size: 1.125rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 2.5rem;
|
|
|
|
|
margin-top: 2.1875rem;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 17.1875rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-text[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
width: 14.0625rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
line-height: 1.25rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-text-dark[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 1.09375rem;
|
|
|
|
|
width: 14.0625rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
line-height: 1.25rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-tra-thi-zhixing[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 2.34375rem;
|
|
|
|
|
left: 14.0625rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-tra-thi-zhixing-font[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 1.875rem;
|
|
|
|
|
left: 0.3125rem;
|
|
|
|
|
width: 3.125rem;
|
|
|
|
|
height: 1.25rem;
|
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
|
border-radius: 0.15625rem;
|
|
|
|
|
color: #fff;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
background-color: #f37b5b;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-people-two[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 1.25rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-people-thi[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-people-thi .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
margin-left: 0.15625rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-people-thi .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-people-thi .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-button-view[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-button-view .time-button-start[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background: linear-gradient(to bottom, #AF8ED7, #4D3E9B);
|
|
|
|
|
border-left: 0.0625rem solid #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-button-view .time-button-end[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-button-view .time-button-end-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background: linear-gradient(to top, #6B87BA, #FFFFFF);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.1875rem;
|
|
|
|
|
margin-top: 3.75rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.1875rem;
|
|
|
|
|
margin-top: 3.75rem;
|
|
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-thi-open .time-text-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 9.375rem;
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec[data-v-1cf27b2a] {
|
|
|
|
|
margin-left: 2.5rem;
|
2025-03-04 17:29:52 +08:00
|
|
|
|
margin-top: 1.5625rem;
|
2025-02-28 17:27:27 +08:00
|
|
|
|
height: 100%;
|
|
|
|
|
width: 15.625rem;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-people-thi[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 0.46875rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-people-thi .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.3125rem;
|
|
|
|
|
height: 1.3125rem;
|
|
|
|
|
margin-right: 0.15625rem;
|
|
|
|
|
margin-left: 0.15625rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-people-thi .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-people-thi .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-people-thi-change[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 0.46875rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-people-thi-change .time-people-img[data-v-1cf27b2a] {
|
|
|
|
|
width: 1.875rem;
|
|
|
|
|
height: 1.875rem;
|
|
|
|
|
margin-right: 0.25rem;
|
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-people-thi-change .time-people-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 1.40625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-people-thi-change .time-people-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
color: #CDD6EA;
|
|
|
|
|
font-size: 1.40625rem;
|
|
|
|
|
margin-right: 0.9375rem;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-button-view[data-v-1cf27b2a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 0.78125rem;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-button-view .time-button-start[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background: linear-gradient(to top, #0DA0B1, #04D3AF);
|
|
|
|
|
border-left: 0.0625rem solid #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-button-view .time-button-end[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-button-view .time-button-end-dark[data-v-1cf27b2a] {
|
|
|
|
|
width: 7.1875rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
border-radius: 1.25rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
box-shadow: 0.09375rem 0.09375rem 0.3125rem rgba(0, 0, 0, 0.3);
|
|
|
|
|
background: linear-gradient(to top, #6B87BA, #FFFFFF);
|
|
|
|
|
transition: all 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-font[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.34375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
transition: font-size 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-font-dark[data-v-1cf27b2a] {
|
|
|
|
|
font-size: 2.34375rem;
|
|
|
|
|
margin-top: 0.9375rem;
|
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
|
background: linear-gradient(to bottom, #FFFFFF, #B2C8E2);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
color: transparent;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
transition: font-size 0.4s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
.popup-overlay .popup-overlay-content .time-tra-sec .time-text-img[data-v-1cf27b2a] {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 9.375rem;
|
|
|
|
|
width: 2.5rem;
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
}
|