445 lines
14 KiB
CSS
445 lines
14 KiB
CSS
.backgroundContainer[data-v-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
border: 0.0625rem solid #fff;
|
|
width: calc(100% - 0.125rem);
|
|
height: calc(100vh - 0.125rem);
|
|
/* 设置背景图和白色背景 */
|
|
background: url("../../static/index/lightbgcnew.png") center / cover, rgba(255, 255, 255, 0.3);
|
|
-webkit-backdrop-filter: blur(0.625rem);
|
|
backdrop-filter: blur(0.625rem);
|
|
/* 使用 screen 混合模式,让图像与白色混合变淡 */
|
|
background-blend-mode: screen;
|
|
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-11ec1ae8] {
|
|
width: 100%;
|
|
display: flex;
|
|
}
|
|
.doctorsay-container-container .super-card-end .super-end-father[data-v-11ec1ae8] {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
}
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-items-all[data-v-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
width: 1.25rem;
|
|
height: 1.25rem;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
background-color: #0184db;
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
margin-top: -0.3125rem;
|
|
font-size: 0.78125rem;
|
|
}
|
|
.doctorsay-container-container .super-card-end .super-end-father .super-end-font-father[data-v-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
font-size: 1.1875rem;
|
|
font-weight: 700;
|
|
}
|
|
.doctorsay-container-container .doctorsay-container-title[data-v-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 14.0625rem;
|
|
}
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-juzhen[data-v-11ec1ae8] {
|
|
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;
|
|
}
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father[data-v-11ec1ae8] {
|
|
display: flex;
|
|
}
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-right .doctorsay-container-button-father .doctorsay-container-button-target[data-v-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
font-size: 1rem;
|
|
margin-left: 0.3125rem;
|
|
margin-right: 0.78125rem;
|
|
}
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-left[data-v-11ec1ae8] {
|
|
display: flex;
|
|
}
|
|
.doctorsay-container-container .doctorsay-container-title .doctorsay-container-left .doctorsay-container-left-gun[data-v-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
font-size: 1.1875rem;
|
|
font-weight: 700;
|
|
}
|
|
.super-card[data-v-11ec1ae8] {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: calc(100% - 6.25rem);
|
|
}
|
|
.super-card .scroll-x[data-v-11ec1ae8] {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.super-card .super-card-container[data-v-11ec1ae8] {
|
|
/* 设置背景图和白色背景 */
|
|
background: url("../../static/index/clearmountain.png") center / cover, rgba(255, 255, 255, 0.5);
|
|
/* 使用 screen 混合模式,让图像与白色混合变淡 */
|
|
background-blend-mode: screen;
|
|
isolation: isolate;
|
|
overflow: hidden;
|
|
width: calc(100% - 3.125rem);
|
|
height: 100%;
|
|
border-radius: 0.625rem;
|
|
border: 0.0625rem solid #fff;
|
|
box-shadow: 0.3125rem 0.3125rem 20px rgba(0, 0, 0, 0.1);
|
|
position: relative;
|
|
}
|
|
.super-card .super-card-time[data-v-11ec1ae8] {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 2.5rem;
|
|
width: 8.6875rem;
|
|
border-right: 0.03125rem solid transparent;
|
|
border-image: repeating-linear-gradient(180deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
|
|
font-weight: 700;
|
|
}
|
|
.super-card .super-card-time-und[data-v-11ec1ae8] {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 8.6875rem;
|
|
flex-direction: column;
|
|
border-right: 0.03125rem solid transparent;
|
|
border-image: repeating-linear-gradient(180deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
|
|
}
|
|
.super-card .super-card-time-card[data-v-11ec1ae8] {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 7.71875rem;
|
|
width: calc(100%);
|
|
border-top: 0.03125rem solid transparent;
|
|
border-image: repeating-linear-gradient(90deg, #0184db 0px, #0184db 0.1875rem, transparent 0.1875rem, transparent 0.375rem) 1;
|
|
flex-direction: column;
|
|
position: relative;
|
|
}
|
|
.title-time-border-blue[data-v-11ec1ae8] {
|
|
z-index: 999;
|
|
background: linear-gradient(to right, #0184db, #0184db) top left / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, #0184db, #0184db) top left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, #0184db, #0184db) top right / 1.875rem 0.25rem no-repeat, linear-gradient(to bottom, #0184db, #0184db) top right / 0.25rem 1.875rem no-repeat, linear-gradient(to right, #0184db, #0184db) bottom left / 1.875rem 0.25rem no-repeat, linear-gradient(to top, #0184db, #0184db) bottom left / 0.25rem 1.875rem no-repeat, linear-gradient(to left, #0184db, #0184db) bottom right / 1.875rem 0.25rem no-repeat, linear-gradient(to top, #0184db, #0184db) bottom right / 0.25rem 1.875rem no-repeat;
|
|
}
|
|
.title-time-border-yellow[data-v-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
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-11ec1ae8] {
|
|
display: flex;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
.title-time .title-time-time[data-v-11ec1ae8] {
|
|
font-size: 1rem;
|
|
margin-left: 1.25rem;
|
|
margin-top: 0.375rem;
|
|
}
|
|
.title-time .title-time-button[data-v-11ec1ae8] {
|
|
position: absolute;
|
|
top: -0.125rem;
|
|
right: -0.125rem;
|
|
width: 2.03125rem;
|
|
height: 1.875rem;
|
|
}
|
|
.title-time .title-time-zhejiao[data-v-11ec1ae8] {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0.15625rem;
|
|
width: 1.25rem;
|
|
height: 1.25rem;
|
|
}
|
|
.title-time .title-time-font[data-v-11ec1ae8] {
|
|
position: absolute;
|
|
top: 0.21875rem;
|
|
right: 0.15625rem;
|
|
font-size: 0.625rem;
|
|
color: #fff;
|
|
}
|
|
.down-icons[data-v-11ec1ae8] {
|
|
margin-top: 0.9375rem;
|
|
width: 100%;
|
|
height: 2.34375rem;
|
|
background-color: #ffd87e;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.down-icons .icon[data-v-11ec1ae8] {
|
|
margin: 0 0.15625rem;
|
|
font-size: 0.875rem;
|
|
padding: 0.15625rem 0.3125rem;
|
|
background-color: #ff8a00;
|
|
color: #fff;
|
|
border-radius: 0.15625rem;
|
|
}
|
|
.popup-overlay[data-v-11ec1ae8] {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
/* 添加毛玻璃效果 */
|
|
z-index: 998;
|
|
}
|
|
.popup-overlay .popup-overlay-content[data-v-11ec1ae8] {
|
|
position: absolute;
|
|
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 .popup-overlay-content .popup-overlay-content-left[data-v-11ec1ae8] {
|
|
height: 100%;
|
|
width: 10.9375rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
.popup-overlay .popup-overlay-content .popup-overlay-content-left .popup-overlay-content-left-img[data-v-11ec1ae8] {
|
|
width: 8.75rem;
|
|
height: 5.625rem;
|
|
margin-top: -0.9375rem;
|
|
}
|
|
.popup-overlay .popup-overlay-content .popup-overlay-content-left .popup-overlay-content-left-font[data-v-11ec1ae8] {
|
|
font-size: 0.9375rem;
|
|
}
|
|
.popup-overlay .popup-overlay-content .popup-overlay-content-right[data-v-11ec1ae8] {
|
|
height: 100%;
|
|
width: 14.0625rem;
|
|
position: relative;
|
|
}
|
|
.popup-overlay .popup-overlay-content .popup-overlay-content-right .time-font[data-v-11ec1ae8] {
|
|
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 .popup-overlay-content .popup-overlay-content-right .time-text[data-v-11ec1ae8] {
|
|
margin-left: 0.3125rem;
|
|
font-size: 0.9375rem;
|
|
width: 11.875rem;
|
|
margin-bottom: 1.5625rem;
|
|
line-height: 1.09375rem;
|
|
}
|
|
.popup-overlay .popup-overlay-content .popup-overlay-content-right .right-richang[data-v-11ec1ae8] {
|
|
background-color: #FFC363;
|
|
position: absolute;
|
|
top: 3.375rem;
|
|
right: 1.5625rem;
|
|
padding: 0.15625rem;
|
|
border-radius: 0.3125rem;
|
|
}
|
|
.popup-overlay .popup-overlay-content .popup-overlay-content-right .right-richangnot[data-v-11ec1ae8] {
|
|
background-color: #7B61FF;
|
|
position: absolute;
|
|
top: 3.375rem;
|
|
right: 1.5625rem;
|
|
padding: 0.15625rem;
|
|
border-radius: 0.3125rem;
|
|
color: #fff;
|
|
}
|
|
.popup-overlay .popup-overlay-content .popup-overlay-content-right .right-crush[data-v-11ec1ae8] {
|
|
position: absolute;
|
|
top: 0.625rem;
|
|
right: 0.625rem;
|
|
width: 2.1875rem;
|
|
height: 2.1875rem;
|
|
animation: shake 0.5s 3;
|
|
}
|