2025-07-24 15:55:15 +08:00
|
|
|
.floating-ball[data-v-88de1696] {
|
|
|
|
position: fixed;
|
|
|
|
width: 4.375rem;
|
|
|
|
height: 4.375rem;
|
|
|
|
border-radius: 50%;
|
|
|
|
background: linear-gradient(to bottom right, #3FBBFE, #A541FF);
|
|
|
|
border: 0.0625rem solid #fff;
|
|
|
|
z-index: 999;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
/* 可根据需要添加阴影或其他样式 */
|
|
|
|
}
|
|
|
|
|
2025-07-23 17:34:48 +08:00
|
|
|
.move-circle[data-v-e20c63a2] {
|
|
|
|
position: absolute;
|
2025-08-13 17:19:40 +08:00
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 10.9375rem;
|
|
|
|
height: 10.9375rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2025-08-13 17:19:40 +08:00
|
|
|
z-index: 99;
|
|
|
|
touch-action: none;
|
2025-07-23 17:34:48 +08:00
|
|
|
}
|
|
|
|
.move-circle .click-box-top[data-v-e20c63a2] {
|
|
|
|
position: absolute;
|
2025-08-13 17:19:40 +08:00
|
|
|
top: 0.625rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
left: 2.1875rem;
|
2025-08-13 17:19:40 +08:00
|
|
|
width: 6.875rem;
|
|
|
|
height: 2.5rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
}
|
|
|
|
.move-circle .click-box-bottom[data-v-e20c63a2] {
|
|
|
|
position: absolute;
|
2025-08-13 17:19:40 +08:00
|
|
|
bottom: 0.625rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
left: 2.1875rem;
|
2025-08-13 17:19:40 +08:00
|
|
|
width: 6.875rem;
|
|
|
|
height: 2.5rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
}
|
|
|
|
.move-circle .click-box-left[data-v-e20c63a2] {
|
|
|
|
position: absolute;
|
2025-08-13 17:19:40 +08:00
|
|
|
bottom: 3.125rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
left: 0;
|
2025-08-13 17:19:40 +08:00
|
|
|
width: 2.8125rem;
|
|
|
|
height: 4.6875rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
}
|
|
|
|
.move-circle .click-box-right[data-v-e20c63a2] {
|
|
|
|
position: absolute;
|
2025-08-13 17:19:40 +08:00
|
|
|
bottom: 3.125rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
right: 0;
|
2025-08-13 17:19:40 +08:00
|
|
|
width: 2.8125rem;
|
|
|
|
height: 4.6875rem;
|
|
|
|
}
|
|
|
|
.move-circle .click-box-center[data-v-e20c63a2] {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 4.0625rem;
|
|
|
|
right: 4.0625rem;
|
|
|
|
width: 2.8125rem;
|
|
|
|
height: 2.8125rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
}
|
|
|
|
.move-circle-all[data-v-e20c63a2] {
|
2025-08-13 17:19:40 +08:00
|
|
|
width: 10.9375rem;
|
|
|
|
height: 10.9375rem;
|
|
|
|
}
|
|
|
|
.light-shadow[data-v-e20c63a2] {
|
|
|
|
position: absolute;
|
|
|
|
width: 1.25rem;
|
|
|
|
height: 1.25rem;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 1.875rem solid #3da6ff;
|
|
|
|
border-radius: 50%;
|
|
|
|
pointer-events: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
/* 无限循环波纹动画,长按时用 */
|
|
|
|
.ripple-loop[data-v-e20c63a2] {
|
|
|
|
animation: rippleLoop-e20c63a2 1.2s ease-out infinite;
|
|
|
|
}
|
|
|
|
/* 点击一次的波纹动画 */
|
|
|
|
.ripple-once[data-v-e20c63a2] {
|
|
|
|
animation: rippleLoop-e20c63a2 1.2s ease-out forwards;
|
|
|
|
}
|
|
|
|
@keyframes rippleLoop-e20c63a2 {
|
|
|
|
0% {
|
|
|
|
transform: translate(-50%, -50%) scale(0.5);
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
transform: translate(-50%, -50%) scale(2.5);
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.light-circle[data-v-e20c63a2] {
|
|
|
|
position: relative;
|
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
|
|
|
border-radius: 50%;
|
|
|
|
background: #111;
|
|
|
|
/* 你背景色自己改 */
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
.circle[data-v-e20c63a2] {
|
|
|
|
position: relative;
|
|
|
|
width: 150px;
|
|
|
|
height: 150px;
|
|
|
|
border-radius: 50%;
|
|
|
|
background: #222;
|
|
|
|
margin: 50px;
|
|
|
|
}
|
|
|
|
.pulse-circle[data-v-e20c63a2] {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
border-radius: 50%;
|
|
|
|
background: radial-gradient(circle, #03a4ff 0%, transparent 70%);
|
|
|
|
animation: pulse-e20c63a2 3s forwards;
|
|
|
|
}
|
|
|
|
@keyframes pulse-e20c63a2 {
|
|
|
|
0% {
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
50% {
|
|
|
|
width: 10.9375rem;
|
|
|
|
height: 10.9375rem;
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2025-07-23 17:34:48 +08:00
|
|
|
}
|
|
|
|
|
2025-04-28 17:33:10 +08:00
|
|
|
.backgroundContainer[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
|
|
|
background-image: url('../../static/index/lightbgcnew.png');
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.darkbackgroundContainer[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
|
|
|
background-image: url('../../static/index/background.png');
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center center;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container[data-v-d5065f48] {
|
|
|
|
border: 0.0625rem solid #fff;
|
|
|
|
width: calc(100% - 0.125rem);
|
|
|
|
height: calc(100vh - 0.125rem);
|
|
|
|
/* 设置背景图和白色背景 */
|
|
|
|
/* 使用 screen 混合模式,让图像与白色混合变淡 */
|
2025-08-13 17:19:40 +08:00
|
|
|
background-color: #eff0f4;
|
2025-04-28 17:33:10 +08:00
|
|
|
border-radius: 0.9375rem;
|
|
|
|
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
/* 右下角阴影 */
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end[data-v-d5065f48] {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father[data-v-d5065f48] {
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-items-all[data-v-d5065f48] {
|
|
|
|
width: calc(100% - 2.65625rem);
|
|
|
|
height: 6.25rem;
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
margin-right: 1.25rem;
|
|
|
|
margin-top: 0.625rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-items[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
width: calc(100% - 2.65625rem);
|
|
|
|
height: 6.25rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father[data-v-d5065f48] {
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
width: 4.6875rem;
|
|
|
|
height: 4.6875rem;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
position: relative;
|
|
|
|
background: linear-gradient(to bottom right, #fff 0%, #dcdcf9 50%, #dbdcf8 100%);
|
|
|
|
border-radius: 0.78125rem;
|
|
|
|
border: 0.0625rem solid #fff;
|
|
|
|
box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
|
|
|
|
transition: all 1.5s ease-in-out;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-father-close-father[data-v-d5065f48] {
|
|
|
|
width: 1.25rem;
|
|
|
|
height: 1.25rem;
|
|
|
|
border-radius: 50%;
|
|
|
|
display: flex;
|
2025-08-13 17:19:40 +08:00
|
|
|
background-color: #A9ACB1;
|
2025-04-28 17:33:10 +08:00
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 10;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father[data-v-d5065f48] {
|
|
|
|
width: 3.125rem;
|
|
|
|
height: 3.125rem;
|
|
|
|
border-radius: 50%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
/* 让正方形变成圆 */
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father .super-end-items-img[data-v-d5065f48] {
|
|
|
|
width: 2.65625rem;
|
|
|
|
height: 2.65625rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father-active[data-v-d5065f48] {
|
|
|
|
width: 3.125rem;
|
|
|
|
height: 3.125rem;
|
|
|
|
border-radius: 50%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
animation: shake 0.5s infinite;
|
|
|
|
/* 让正方形变成圆 */
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-img-father-active .super-end-items-img[data-v-d5065f48] {
|
|
|
|
width: 2.65625rem;
|
|
|
|
height: 2.65625rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-items .super-end-items-father .super-end-items-font[data-v-d5065f48] {
|
|
|
|
margin-top: -0.3125rem;
|
|
|
|
font-size: 0.78125rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-font-father[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
margin-top: 0.625rem;
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-font-father .super-end-font-gun[data-v-d5065f48] {
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
margin-top: 0.15625rem;
|
|
|
|
width: 0.40625rem;
|
|
|
|
height: 1.25rem;
|
|
|
|
background: linear-gradient(to bottom, #04BCED, #0160CE);
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-font-father .super-end-font-font[data-v-d5065f48] {
|
|
|
|
font-size: 1.1875rem;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title[data-v-d5065f48] {
|
|
|
|
width: 100%;
|
|
|
|
height: 3.28125rem;
|
|
|
|
margin-top: 1.5625rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right[data-v-d5065f48] {
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-juzhen[data-v-d5065f48] {
|
|
|
|
background: linear-gradient(to right bottom, #00c9ff, #0076ff);
|
|
|
|
color: #fff;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0.3125rem 0.625rem;
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
font-size: 0.84375rem;
|
2025-07-31 17:26:06 +08:00
|
|
|
margin-right: 1.5625rem;
|
2025-04-28 17:33:10 +08:00
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father .doctorsay-container-button-target[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #3FA9F5;
|
|
|
|
color: #fff;
|
|
|
|
width: 4.375rem;
|
|
|
|
height: 1.875rem;
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father .doctorsay-container-button[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
background-color: #fff;
|
|
|
|
width: 4.375rem;
|
|
|
|
height: 1.875rem;
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
font-size: 0.875rem;
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-right-kuai-cheng[data-v-d5065f48] {
|
|
|
|
background-color: #FFDBA1;
|
|
|
|
height: 1.09375rem;
|
|
|
|
width: 1.09375rem;
|
|
|
|
border-radius: 0.21875rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-right-kuai-zi[data-v-d5065f48] {
|
|
|
|
background-color: #7B61FF;
|
|
|
|
height: 1.09375rem;
|
|
|
|
width: 1.09375rem;
|
|
|
|
border-radius: 0.21875rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-kuai-font[data-v-d5065f48] {
|
|
|
|
font-size: 1rem;
|
|
|
|
margin-left: 0.3125rem;
|
|
|
|
margin-right: 0.78125rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-left[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-left .doctorsay-container-left-gun[data-v-d5065f48] {
|
|
|
|
margin-top: 0.21875rem;
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
width: 0.40625rem;
|
|
|
|
height: 1.25rem;
|
|
|
|
background: linear-gradient(to bottom, #04BCED, #0160CE);
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
}
|
|
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-left .doctorsay-container-left-font[data-v-d5065f48] {
|
|
|
|
font-size: 1.1875rem;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
.super-card[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
height: calc(100% - 6.25rem);
|
|
|
|
}
|
|
|
|
.super-card .scroll-x[data-v-d5065f48] {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.super-card .super-card-container[data-v-d5065f48] {
|
|
|
|
/* 设置背景图和白色背景 */
|
|
|
|
/* 使用 screen 混合模式,让图像与白色混合变淡 */
|
|
|
|
overflow: hidden;
|
|
|
|
width: calc(100% - 3.125rem);
|
|
|
|
height: 100%;
|
2025-08-13 17:19:40 +08:00
|
|
|
color: #A9ACB1;
|
2025-04-28 17:33:10 +08:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.super-card .super-card-time[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
height: 2.5rem;
|
2025-07-23 17:34:48 +08:00
|
|
|
width: 11.875rem;
|
2025-04-28 17:33:10 +08:00
|
|
|
}
|
|
|
|
.super-card .super-card-time-und[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2025-07-23 17:34:48 +08:00
|
|
|
width: 11.875rem;
|
2025-04-28 17:33:10 +08:00
|
|
|
flex-direction: column;
|
|
|
|
border-right: 0.03125rem solid transparent;
|
2025-08-13 17:19:40 +08:00
|
|
|
border-image: repeating-linear-gradient(180deg, #A9ACB1 0px, #A9ACB1 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
|
2025-04-28 17:33:10 +08:00
|
|
|
}
|
|
|
|
.super-card .super-card-time-card[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: calc(100%);
|
|
|
|
border-top: 0.03125rem solid transparent;
|
2025-08-13 17:19:40 +08:00
|
|
|
border-image: repeating-linear-gradient(90deg, #A9ACB1 0px, #A9ACB1 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
|
2025-04-28 17:33:10 +08:00
|
|
|
flex-direction: column;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.title-time-border-blue[data-v-d5065f48] {
|
|
|
|
z-index: 999;
|
2025-08-13 17:19:40 +08:00
|
|
|
background: linear-gradient(to right, #A9ACB1, #A9ACB1) top left / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, #A9ACB1, #A9ACB1) top left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, #A9ACB1, #A9ACB1) top right / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, #A9ACB1, #A9ACB1) top right / 0.25rem 1.875rem no-repeat, linear-gradient(to right, #A9ACB1, #A9ACB1) bottom left / 1.875rem 0.25rem no-repeat, linear-gradient(to top, #A9ACB1, #A9ACB1) bottom left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, #A9ACB1, #A9ACB1) bottom right / 1.875rem 0.25rem no-repeat, linear-gradient(to top, #A9ACB1, #A9ACB1) bottom right / 0.25rem 1.875rem no-repeat;
|
2025-04-28 17:33:10 +08:00
|
|
|
}
|
|
|
|
.title-time-border-yellow[data-v-d5065f48] {
|
|
|
|
margin: 0.3125rem;
|
|
|
|
border: 0.0625rem solid #d0d8e0;
|
|
|
|
background: linear-gradient(to bottom, #fff1db, #ffe2b2);
|
|
|
|
width: calc(100% - 0.625rem);
|
|
|
|
height: calc(100% - 0.625rem);
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(255, 138, 0, 0.7);
|
|
|
|
}
|
|
|
|
.title-time-border-pouple[data-v-d5065f48] {
|
|
|
|
margin: 0.3125rem;
|
|
|
|
border: 0.03125rem solid #dae8fa;
|
|
|
|
background: linear-gradient(to bottom, #f1eeff, #e3deff);
|
|
|
|
width: calc(100% - 0.625rem);
|
|
|
|
height: calc(100% - 0.625rem);
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(123, 97, 255, 0.7);
|
|
|
|
}
|
|
|
|
.title-time-border[data-v-d5065f48] {
|
|
|
|
margin-top: 0.125rem;
|
|
|
|
margin-left: 0.125rem;
|
|
|
|
width: calc(100% - 0.25rem);
|
|
|
|
height: calc(100% - 0.25rem);
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.title-time[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.title-time .title-time-time[data-v-d5065f48] {
|
|
|
|
font-size: 1rem;
|
|
|
|
margin-left: 1.25rem;
|
|
|
|
margin-top: 0.375rem;
|
|
|
|
}
|
|
|
|
.title-time .title-time-button[data-v-d5065f48] {
|
|
|
|
position: absolute;
|
|
|
|
top: -0.125rem;
|
|
|
|
right: -0.125rem;
|
|
|
|
width: 2.03125rem;
|
|
|
|
height: 1.875rem;
|
|
|
|
}
|
|
|
|
.title-time .title-time-zhejiao[data-v-d5065f48] {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0.15625rem;
|
|
|
|
width: 1.25rem;
|
|
|
|
height: 1.25rem;
|
|
|
|
}
|
|
|
|
.title-time .title-time-font[data-v-d5065f48] {
|
|
|
|
position: absolute;
|
|
|
|
top: 0.21875rem;
|
|
|
|
right: 0.15625rem;
|
|
|
|
font-size: 0.625rem;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.down-icons[data-v-d5065f48] {
|
|
|
|
margin-top: 0.15625rem;
|
|
|
|
width: 100%;
|
|
|
|
height: 1.8125rem;
|
|
|
|
background-color: #ffd87e;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.down-icons .icon[data-v-d5065f48] {
|
|
|
|
margin: 0 0.15625rem;
|
|
|
|
font-size: 0.625rem;
|
|
|
|
padding: 0.09375rem 0.15625rem;
|
|
|
|
background-color: #ff8a00;
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 0.15625rem;
|
|
|
|
}
|
2025-07-31 17:26:06 +08:00
|
|
|
.popup-overlay-content[data-v-d5065f48] {
|
2025-04-28 17:33:10 +08:00
|
|
|
position: fixed;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
width: 25rem;
|
|
|
|
height: 12.1875rem;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 0.9375rem;
|
|
|
|
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 0.4s ease;
|
|
|
|
}
|
2025-07-31 17:26:06 +08:00
|
|
|
.popup-overlay-content .popup-overlay-content-left[data-v-d5065f48] {
|
2025-04-28 17:33:10 +08:00
|
|
|
height: 100%;
|
|
|
|
width: 10.9375rem;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2025-07-31 17:26:06 +08:00
|
|
|
.popup-overlay-content .popup-overlay-content-left .popup-overlay-content-left-img[data-v-d5065f48] {
|
2025-04-28 17:33:10 +08:00
|
|
|
width: 8.75rem;
|
|
|
|
height: 5.625rem;
|
|
|
|
margin-top: -0.9375rem;
|
|
|
|
}
|
2025-07-31 17:26:06 +08:00
|
|
|
.popup-overlay-content .popup-overlay-content-left .popup-overlay-content-left-font[data-v-d5065f48] {
|
2025-04-28 17:33:10 +08:00
|
|
|
font-size: 0.9375rem;
|
|
|
|
}
|
2025-07-31 17:26:06 +08:00
|
|
|
.popup-overlay-content .popup-overlay-content-right[data-v-d5065f48] {
|
2025-04-28 17:33:10 +08:00
|
|
|
height: 100%;
|
|
|
|
width: 14.0625rem;
|
|
|
|
position: relative;
|
|
|
|
}
|
2025-07-31 17:26:06 +08:00
|
|
|
.popup-overlay-content .popup-overlay-content-right .time-font[data-v-d5065f48] {
|
2025-04-28 17:33:10 +08:00
|
|
|
font-size: 1.5625rem;
|
|
|
|
margin-top: 3.125rem;
|
|
|
|
margin-bottom: 0.3125rem;
|
|
|
|
font-weight: 700;
|
|
|
|
background: linear-gradient(to bottom, #7080A1, #263556);
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
color: transparent;
|
|
|
|
}
|
2025-07-31 17:26:06 +08:00
|
|
|
.popup-overlay-content .popup-overlay-content-right .time-text[data-v-d5065f48] {
|
2025-04-28 17:33:10 +08:00
|
|
|
margin-left: 0.3125rem;
|
|
|
|
font-size: 0.9375rem;
|
|
|
|
width: 11.875rem;
|
|
|
|
margin-bottom: 1.5625rem;
|
|
|
|
line-height: 1.09375rem;
|
|
|
|
}
|
2025-07-31 17:26:06 +08:00
|
|
|
.popup-overlay-content .popup-overlay-content-right .right-richang[data-v-d5065f48] {
|
2025-04-28 17:33:10 +08:00
|
|
|
background-color: #FFC363;
|
|
|
|
position: absolute;
|
|
|
|
top: 3.375rem;
|
|
|
|
right: 1.5625rem;
|
|
|
|
padding: 0.15625rem;
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
}
|
2025-07-31 17:26:06 +08:00
|
|
|
.popup-overlay-content .popup-overlay-content-right .right-richangnot[data-v-d5065f48] {
|
2025-04-28 17:33:10 +08:00
|
|
|
background-color: #7B61FF;
|
|
|
|
position: absolute;
|
|
|
|
top: 3.375rem;
|
|
|
|
right: 1.5625rem;
|
|
|
|
padding: 0.15625rem;
|
|
|
|
border-radius: 0.3125rem;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2025-07-31 17:26:06 +08:00
|
|
|
.popup-overlay-content .popup-overlay-content-right .right-crush[data-v-d5065f48] {
|
2025-04-28 17:33:10 +08:00
|
|
|
position: absolute;
|
|
|
|
top: 0.625rem;
|
|
|
|
right: 0.625rem;
|
|
|
|
width: 2.1875rem;
|
|
|
|
height: 2.1875rem;
|
|
|
|
animation: shake 0.5s 3;
|
|
|
|
}
|
|
|
|
.titlebutton-father[data-v-d5065f48] {
|
|
|
|
display: flex;
|
|
|
|
margin-right: 0.625rem;
|
|
|
|
}
|
|
|
|
.titlebutton-father .titlebutton[data-v-d5065f48] {
|
|
|
|
background-color: #fff;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0.3125rem 0.9375rem;
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
font-size: 0.84375rem;
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
}
|
|
|
|
.titlebutton-father .titlebutton-target[data-v-d5065f48] {
|
|
|
|
background: linear-gradient(to right bottom, #00c9ff, #0076ff);
|
|
|
|
color: #fff;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0.3125rem 0.9375rem;
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
font-size: 0.84375rem;
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
}
|
|
|
|
.titlebutton-father .titlebutton-target-yellow[data-v-d5065f48] {
|
|
|
|
background: #FFDBA1;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0.3125rem 0.9375rem;
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
font-size: 0.84375rem;
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
}
|
|
|
|
.titlebutton-father .titlebutton-target-pouple[data-v-d5065f48] {
|
|
|
|
background: #7B61FF;
|
|
|
|
color: #fff;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0.3125rem 0.9375rem;
|
|
|
|
border-radius: 0.625rem;
|
|
|
|
font-size: 0.84375rem;
|
|
|
|
margin-right: 0.3125rem;
|
|
|
|
}
|
|
|
|
.boom[data-v-d5065f48] {
|
|
|
|
position: absolute;
|
|
|
|
top: 2.5rem;
|
|
|
|
left: 0;
|
|
|
|
width: 0.9375rem;
|
|
|
|
height: 46.875rem;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
overflow: hidden;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
.boom .boom-son[data-v-d5065f48] {
|
|
|
|
height: 4.78125rem;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 0.6875rem;
|
|
|
|
letter-spacing: 0.15625rem;
|
|
|
|
-webkit-writing-mode: vertical-rl;
|
|
|
|
writing-mode: vertical-rl;
|
|
|
|
/* 竖排文字,从右往左 */
|
|
|
|
text-align: center;
|
|
|
|
z-index: 10;
|
|
|
|
/* 确保文字在容器内居中 */
|
|
|
|
background: linear-gradient(to bottom, #ffe2b2, #e3deff);
|
|
|
|
border-bottom-right-radius: 1.25rem;
|
|
|
|
border-top-right-radius: 1.25rem;
|
|
|
|
}
|
|
|
|
.boom .boom-son-target[data-v-d5065f48] {
|
|
|
|
height: 4.78125rem;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 0.6875rem;
|
|
|
|
letter-spacing: 0.15625rem;
|
|
|
|
-webkit-writing-mode: vertical-rl;
|
|
|
|
writing-mode: vertical-rl;
|
|
|
|
/* 竖排文字,从右往左 */
|
|
|
|
text-align: center;
|
|
|
|
z-index: 10;
|
|
|
|
/* 确保文字在容器内居中 */
|
|
|
|
background: linear-gradient(to bottom, #ff8a00, #eceaff);
|
|
|
|
border-bottom-right-radius: 1.25rem;
|
|
|
|
border-top-right-radius: 1.25rem;
|
|
|
|
}
|
2025-08-13 17:19:40 +08:00
|
|
|
.title-time-blue[data-v-d5065f48] {
|
|
|
|
/* 你的定位与尺寸保持不变 */
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
width: 90%;
|
|
|
|
height: 88%;
|
|
|
|
z-index: 10;
|
|
|
|
--color: #99C9FD;
|
|
|
|
--thick: 2px;
|
|
|
|
--radius: 16px;
|
|
|
|
border: var(--thick) dashed var(--color);
|
|
|
|
border-radius: var(--radius);
|
|
|
|
background: repeating-linear-gradient(90deg, var(--color) 0 var(--dash), transparent 0 calc(var(--dash) + var(--gap))) top left / 100% var(--thick) no-repeat, /* 下边 */ repeating-linear-gradient(90deg, var(--color) 0 var(--dash), transparent 0 calc(var(--dash) + var(--gap))) bottom left / 100% var(--thick) no-repeat, /* 左边 */ repeating-linear-gradient(0deg, var(--color) 0 var(--dash), transparent 0 calc(var(--dash) + var(--gap))) top left / var(--thick) 100% no-repeat, /* 右边 */ repeating-linear-gradient(0deg, var(--color) 0 var(--dash), transparent 0 calc(var(--dash) + var(--gap))) top right / var(--thick) 100% no-repeat;
|
|
|
|
}
|