hldy_app/unpackage/dist/dev/app-plus/pages/timeMatrix/indexnew.css

610 lines
18 KiB
CSS
Raw Normal View History

2025-08-21 16:51:53 +08:00
.drawer[data-v-97afcb63] {
2025-07-24 15:55:15 +08:00
position: fixed;
2025-08-13 17:19:40 +08:00
bottom: 0;
2025-07-23 17:34:48 +08:00
right: 0;
2025-08-21 16:51:53 +08:00
height: 85vh;
z-index: 1000;
border-top-left-radius: 2.5rem;
border-bottom-left-radius: 2.5rem;
/* 初始隐藏 */
transform: translateX(100%);
transition: transform 0.4s ease;
}
.drawer-open[data-v-97afcb63] {
transform: translateX(0);
}
.drawer-content[data-v-97afcb63] {
position: relative;
width: 100%;
height: 100%;
2025-08-13 17:19:40 +08:00
}
2025-08-21 16:51:53 +08:00
.drawer-content-circle[data-v-97afcb63] {
2025-08-13 17:19:40 +08:00
position: absolute;
2025-08-21 16:51:53 +08:00
bottom: 7.5rem;
left: -1.875rem;
width: 4.6875rem;
height: 5rem;
2025-08-13 17:19:40 +08:00
border-radius: 50%;
2025-08-21 16:51:53 +08:00
z-index: -1;
display: flex;
align-items: center;
-webkit-clip-path: inset(0 60% 0 0);
clip-path: inset(0 60% 0 0);
2025-08-13 17:19:40 +08:00
}
2025-08-21 16:51:53 +08:00
.drawer-img[data-v-97afcb63] {
width: 0.625rem;
height: 0.625rem;
margin-left: 0.78125rem;
2025-08-13 17:19:40 +08:00
}
2025-08-21 16:51:53 +08:00
.draw-all[data-v-a7ccf45b] {
width: 100%;
height: 100%;
overflow: hidden;
2025-08-13 17:19:40 +08:00
position: relative;
}
2025-08-21 16:51:53 +08:00
.draw-all .button-father[data-v-a7ccf45b] {
2025-08-13 17:19:40 +08:00
position: absolute;
2025-08-21 16:51:53 +08:00
bottom: 4.6875rem;
2025-08-13 17:19:40 +08:00
left: 50%;
2025-08-21 16:51:53 +08:00
transform: translateX(-50%);
width: 100%;
height: 12.5rem;
display: flex;
flex-wrap: wrap;
2025-08-13 17:19:40 +08:00
}
2025-08-21 16:51:53 +08:00
.white-ball[data-v-a7ccf45b] {
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
width: 3.75rem;
height: 3.75rem;
margin: 0.9375rem;
border-radius: 50%;
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%;
2025-08-21 16:51:53 +08:00
height: calc(100% - 4.6875rem);
margin-top: 3.125rem;
2025-04-28 17:33:10 +08:00
}
.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%;
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-08-21 16:51:53 +08:00
color: #A9ACB1;
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-08-21 16:51:53 +08:00
position: relative;
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-yellow[data-v-d5065f48] {
margin: 0.3125rem;
2025-08-21 16:51:53 +08:00
background-color: #fff;
width: calc(100% - 1.25rem);
height: calc(100% - 1.25rem);
2025-04-28 17:33:10 +08:00
border-radius: 0.625rem;
display: flex;
align-items: center;
2025-08-21 16:51:53 +08:00
justify-content: center;
2025-04-28 17:33:10 +08:00
flex-direction: column;
}
.title-time-border-pouple[data-v-d5065f48] {
margin: 0.3125rem;
2025-08-21 16:51:53 +08:00
background-color: #fff;
width: calc(100% - 1.25rem);
height: calc(100% - 1.25rem);
2025-04-28 17:33:10 +08:00
border-radius: 0.625rem;
display: flex;
align-items: center;
2025-08-21 16:51:53 +08:00
justify-content: center;
2025-04-28 17:33:10 +08:00
flex-direction: column;
}
.title-time-border[data-v-d5065f48] {
2025-08-21 16:51:53 +08:00
margin: 0.3125rem;
width: calc(100% - 1.25rem);
height: calc(100% - 1.25rem);
2025-04-28 17:33:10 +08:00
border-radius: 0.625rem;
display: flex;
align-items: center;
2025-08-21 16:51:53 +08:00
justify-content: center;
2025-04-28 17:33:10 +08:00
flex-direction: column;
}
.title-time[data-v-d5065f48] {
display: flex;
width: 100%;
}
.title-time .title-time-time[data-v-d5065f48] {
font-size: 1rem;
2025-08-21 16:51:53 +08:00
margin: 0 auto;
2025-04-28 17:33:10 +08:00
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%);
2025-08-21 16:51:53 +08:00
width: 105%;
height: 105%;
2025-08-13 17:19:40 +08:00
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;
}
2025-08-21 16:51:53 +08:00
.title-time-font-rel[data-v-d5065f48] {
min-width: 0;
/* 关键:允许在 flex 中收缩以触发 overflow */
overflow: hidden;
text-align: center;
}
.xian-bian[data-v-d5065f48] {
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 999;
border-right: 0.03125rem solid transparent;
border-image: repeating-linear-gradient(180deg, #A9ACB1 0px, #A9ACB1 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
}
.bottom-bian[data-v-d5065f48] {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
z-index: 999;
border-bottom: 0.03125rem solid transparent;
border-image: repeating-linear-gradient(90deg, #A9ACB1 0px, #A9ACB1 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
}