610 lines
18 KiB
CSS
610 lines
18 KiB
CSS
.drawer[data-v-97afcb63] {
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
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%;
|
|
}
|
|
.drawer-content-circle[data-v-97afcb63] {
|
|
position: absolute;
|
|
bottom: 7.5rem;
|
|
left: -1.875rem;
|
|
width: 4.6875rem;
|
|
height: 5rem;
|
|
border-radius: 50%;
|
|
z-index: -1;
|
|
display: flex;
|
|
align-items: center;
|
|
-webkit-clip-path: inset(0 60% 0 0);
|
|
clip-path: inset(0 60% 0 0);
|
|
}
|
|
.drawer-img[data-v-97afcb63] {
|
|
width: 0.625rem;
|
|
height: 0.625rem;
|
|
margin-left: 0.78125rem;
|
|
}
|
|
|
|
.draw-all[data-v-a7ccf45b] {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
.draw-all .button-father[data-v-a7ccf45b] {
|
|
position: absolute;
|
|
bottom: 4.6875rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 100%;
|
|
height: 12.5rem;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.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%;
|
|
}
|
|
|
|
.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 混合模式,让图像与白色混合变淡 */
|
|
background-color: #eff0f4;
|
|
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;
|
|
background-color: #A9ACB1;
|
|
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;
|
|
margin-right: 1.5625rem;
|
|
}
|
|
.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% - 4.6875rem);
|
|
margin-top: 3.125rem;
|
|
}
|
|
.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;
|
|
width: 11.875rem;
|
|
color: #A9ACB1;
|
|
}
|
|
.super-card .super-card-time-und[data-v-d5065f48] {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 11.875rem;
|
|
position: relative;
|
|
flex-direction: column;
|
|
border-right: 0.03125rem solid transparent;
|
|
border-image: repeating-linear-gradient(180deg, #A9ACB1 0px, #A9ACB1 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
|
|
}
|
|
.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;
|
|
border-image: repeating-linear-gradient(90deg, #A9ACB1 0px, #A9ACB1 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
|
|
flex-direction: column;
|
|
position: relative;
|
|
}
|
|
.title-time-border-yellow[data-v-d5065f48] {
|
|
margin: 0.3125rem;
|
|
background-color: #fff;
|
|
width: calc(100% - 1.25rem);
|
|
height: calc(100% - 1.25rem);
|
|
border-radius: 0.625rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.title-time-border-pouple[data-v-d5065f48] {
|
|
margin: 0.3125rem;
|
|
background-color: #fff;
|
|
width: calc(100% - 1.25rem);
|
|
height: calc(100% - 1.25rem);
|
|
border-radius: 0.625rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.title-time-border[data-v-d5065f48] {
|
|
margin: 0.3125rem;
|
|
width: calc(100% - 1.25rem);
|
|
height: calc(100% - 1.25rem);
|
|
border-radius: 0.625rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.title-time[data-v-d5065f48] {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
.title-time .title-time-time[data-v-d5065f48] {
|
|
font-size: 1rem;
|
|
margin: 0 auto;
|
|
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;
|
|
}
|
|
.popup-overlay-content[data-v-d5065f48] {
|
|
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;
|
|
}
|
|
.popup-overlay-content .popup-overlay-content-left[data-v-d5065f48] {
|
|
height: 100%;
|
|
width: 10.9375rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
.popup-overlay-content .popup-overlay-content-left .popup-overlay-content-left-img[data-v-d5065f48] {
|
|
width: 8.75rem;
|
|
height: 5.625rem;
|
|
margin-top: -0.9375rem;
|
|
}
|
|
.popup-overlay-content .popup-overlay-content-left .popup-overlay-content-left-font[data-v-d5065f48] {
|
|
font-size: 0.9375rem;
|
|
}
|
|
.popup-overlay-content .popup-overlay-content-right[data-v-d5065f48] {
|
|
height: 100%;
|
|
width: 14.0625rem;
|
|
position: relative;
|
|
}
|
|
.popup-overlay-content .popup-overlay-content-right .time-font[data-v-d5065f48] {
|
|
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;
|
|
}
|
|
.popup-overlay-content .popup-overlay-content-right .time-text[data-v-d5065f48] {
|
|
margin-left: 0.3125rem;
|
|
font-size: 0.9375rem;
|
|
width: 11.875rem;
|
|
margin-bottom: 1.5625rem;
|
|
line-height: 1.09375rem;
|
|
}
|
|
.popup-overlay-content .popup-overlay-content-right .right-richang[data-v-d5065f48] {
|
|
background-color: #FFC363;
|
|
position: absolute;
|
|
top: 3.375rem;
|
|
right: 1.5625rem;
|
|
padding: 0.15625rem;
|
|
border-radius: 0.3125rem;
|
|
}
|
|
.popup-overlay-content .popup-overlay-content-right .right-richangnot[data-v-d5065f48] {
|
|
background-color: #7B61FF;
|
|
position: absolute;
|
|
top: 3.375rem;
|
|
right: 1.5625rem;
|
|
padding: 0.15625rem;
|
|
border-radius: 0.3125rem;
|
|
color: #fff;
|
|
}
|
|
.popup-overlay-content .popup-overlay-content-right .right-crush[data-v-d5065f48] {
|
|
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;
|
|
}
|
|
.title-time-blue[data-v-d5065f48] {
|
|
/* 你的定位与尺寸保持不变 */
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 105%;
|
|
height: 105%;
|
|
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;
|
|
}
|
|
.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;
|
|
}
|