|
|
|
.page {
|
|
|
|
padding: 36rpx 32rpx 200rpx;
|
|
|
|
.user {
|
|
|
|
margin-top: 40rpx;
|
|
|
|
position: relative;
|
|
|
|
padding: 94rpx 32rpx 32rpx;
|
|
|
|
background: linear-gradient(180deg, #f1feff 0%, #ffffff 35%, #ffffff 100%);
|
|
|
|
box-shadow: 0rpx 8rpx 24rpx 0rpx rgba(0, 66, 73, 0.09);
|
|
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
|
|
border: 2rpx solid #ffffff;
|
|
|
|
.avatar {
|
|
|
|
position: absolute;
|
|
|
|
top: -38rpx;
|
|
|
|
left: 32rpx;
|
|
|
|
width: 112rpx;
|
|
|
|
height: 112rpx;
|
|
|
|
}
|
|
|
|
.code {
|
|
|
|
position: absolute;
|
|
|
|
top: 38rpx;
|
|
|
|
right: 34rpx;
|
|
|
|
width: 60rpx;
|
|
|
|
height: 60rpx;
|
|
|
|
}
|
|
|
|
.wrap {
|
|
|
|
.w-header {
|
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
gap: 16rpx;
|
|
|
|
.name {
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: rgba(20, 21, 21, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.desc {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(20, 21, 21, 1);
|
|
|
|
.line {
|
|
|
|
margin: 0 12rpx;
|
|
|
|
display: inline-block;
|
|
|
|
height: 24rpx;
|
|
|
|
width: 1rpx;
|
|
|
|
background-color: rgba(205, 205, 205, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.w-container {
|
|
|
|
margin-top: 24rpx;
|
|
|
|
.hostipal {
|
|
|
|
margin-right: 12rpx;
|
|
|
|
display: inline;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(20, 21, 21, 1);
|
|
|
|
}
|
|
|
|
.tag {
|
|
|
|
margin-right: 12rpx;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 8rpx;
|
|
|
|
border-radius: 4rpx;
|
|
|
|
background-color: rgba(0, 180, 197, 1);
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.site {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 8rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
line-height: 32rpx;
|
|
|
|
color: rgba(148, 87, 30, 1);
|
|
|
|
border-radius: 4rpx;
|
|
|
|
background-color: rgba(250, 229, 206, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.w-footer {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 12rpx;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
.wf-label {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 48rpx;
|
|
|
|
height: 32rpx;
|
|
|
|
}
|
|
|
|
.wf-tag {
|
|
|
|
flex-shrink: 0;
|
|
|
|
padding: 0 8rpx;
|
|
|
|
font-size: 22rpx;
|
|
|
|
color: rgba(0, 180, 197, 1);
|
|
|
|
line-height: 32rpx;
|
|
|
|
border: 1px solid rgba(191, 239, 244, 1);
|
|
|
|
border-radius: 4rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.banner {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
.title {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
padding: 22rpx 30rpx 18rpx;
|
|
|
|
width: 262rpx;
|
|
|
|
height: 116rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgba(0, 180, 197, 1);
|
|
|
|
line-height: 1;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.bg {
|
|
|
|
padding-top: 40rpx;
|
|
|
|
border-radius: 24rpx;
|
|
|
|
background-color: rgba(250, 229, 206, 1);
|
|
|
|
margin-top: -95rpx;
|
|
|
|
.b-container {
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
background: linear-gradient(90deg, #00b4c5 0%, #54e2b4 100%);
|
|
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.item {
|
|
|
|
padding: 32rpx 0;
|
|
|
|
flex: 1;
|
|
|
|
text-align: center;
|
|
|
|
.name {
|
|
|
|
font-size: 26rpx;
|
|
|
|
color: #fff;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
.num {
|
|
|
|
margin-top: 24rpx;
|
|
|
|
font-size: 56rpx;
|
|
|
|
color: #fff;
|
|
|
|
line-height: 56rpx;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
.num-center {
|
|
|
|
position: relative;
|
|
|
|
.dot {
|
|
|
|
position: absolute;
|
|
|
|
top: -10rpx;
|
|
|
|
right: -10rpx;
|
|
|
|
width: 16rpx;
|
|
|
|
height: 16rpx;
|
|
|
|
background-color: #ed4f39;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.line {
|
|
|
|
flex-shrink: 0;
|
|
|
|
height: 108rpx;
|
|
|
|
border-right: 1rpx dashed #ffffff;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.b-container-none {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
width: 686rpx;
|
|
|
|
height: 172rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #fff;
|
|
|
|
background: linear-gradient(90deg, #00b4c5 0%, #54e2b4 100%);
|
|
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.stat {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 24rpx;
|
|
|
|
padding: 96rpx 0 32rpx;
|
|
|
|
border-radius: 16rpx;
|
|
|
|
.title {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: 16rpx 30rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.more {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 14rpx 20rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(153, 153, 153, 1);
|
|
|
|
}
|
|
|
|
.s-container {
|
|
|
|
display: flex;
|
|
|
|
.item {
|
|
|
|
position: relative;
|
|
|
|
flex: 1;
|
|
|
|
text-align: center;
|
|
|
|
.name {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(128, 128, 128, 1);
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
.num {
|
|
|
|
margin-top: 24rpx;
|
|
|
|
font-size: 48rpx;
|
|
|
|
color: rgba(20, 21, 21, 1);
|
|
|
|
line-height: 56rpx;
|
|
|
|
}
|
|
|
|
.item-toast {
|
|
|
|
position: absolute;
|
|
|
|
left: -80rpx;
|
|
|
|
top: -20rpx;
|
|
|
|
transform: translate(0, -100%);
|
|
|
|
padding: 28rpx 0;
|
|
|
|
border-radius: 16rpx;
|
|
|
|
background: linear-gradient(90deg, #00b4c5 0%, #54e2b4 100%);
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #fff;
|
|
|
|
.i-row {
|
|
|
|
padding: 0 56rpx;
|
|
|
|
}
|
|
|
|
.i-line {
|
|
|
|
width: 2rpx;
|
|
|
|
height: 32rpx;
|
|
|
|
background-color: rgba(255, 255, 255, 0.29);
|
|
|
|
}
|
|
|
|
.i-clsoe {
|
|
|
|
position: absolute;
|
|
|
|
top: -10rpx;
|
|
|
|
right: -10rpx;
|
|
|
|
width: 32rpx;
|
|
|
|
height: 32rpx;
|
|
|
|
}
|
|
|
|
&::after {
|
|
|
|
position: absolute;
|
|
|
|
left: 134rpx;
|
|
|
|
bottom: -10rpx;
|
|
|
|
content: "";
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 18rpx 18rpx 0 18rpx;
|
|
|
|
border-color: #4abfc0 transparent transparent transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.line {
|
|
|
|
flex-shrink: 0;
|
|
|
|
height: 108rpx;
|
|
|
|
border-right: 1rpx dashed rgba(224, 224, 224, 0.5);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.stat-none {
|
|
|
|
position: relative;
|
|
|
|
margin-top: 24rpx;
|
|
|
|
padding: 96rpx 0 32rpx;
|
|
|
|
border-radius: 16rpx;
|
|
|
|
.title {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: 16rpx 30rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.s-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0 38rpx 0;
|
|
|
|
.none {
|
|
|
|
width: 102rpx;
|
|
|
|
height: 102rpx;
|
|
|
|
}
|
|
|
|
.tip {
|
|
|
|
padding: 0 26rpx;
|
|
|
|
flex: 1;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(128, 128, 128, 1);
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
width: 184rpx;
|
|
|
|
height: 72rpx;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 72rpx;
|
|
|
|
font-size: 30rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
background: linear-gradient(90deg, #00b4c5 0%, #54e2b4 100%);
|
|
|
|
border-radius: 44rpx 44rpx 44rpx 44rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cooperate,
|
|
|
|
.invite {
|
|
|
|
margin-top: 24rpx;
|
|
|
|
background: #ffffff linear-gradient(180deg, #f1feff 0%, #ffffff 100%) no-repeat top center/100% 200rpx;
|
|
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
|
|
border: 2rpx solid #ffffff;
|
|
|
|
&-header {
|
|
|
|
padding: 32rpx 20rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
.name {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(20, 21, 21, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.fold {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(153, 153, 153, 1);
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 12rpx;
|
|
|
|
.icon {
|
|
|
|
width: 28rpx;
|
|
|
|
height: 28rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.doctor-list {
|
|
|
|
padding: 0 20rpx 32rpx;
|
|
|
|
transition: 0.3s max-height;
|
|
|
|
max-height: var(--fold-height);
|
|
|
|
&-fold {
|
|
|
|
padding: 0;
|
|
|
|
max-height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.cooperate-options {
|
|
|
|
padding-bottom: 20rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
gap: 18rpx;
|
|
|
|
.co-item {
|
|
|
|
flex: 1;
|
|
|
|
padding: 18rpx 36rpx;
|
|
|
|
background: linear-gradient(180deg, #e5f5f7 0%, #ffffff 50%);
|
|
|
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.1);
|
|
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
|
|
border: 2rpx solid #ffffff;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.icon {
|
|
|
|
width: 76rpx;
|
|
|
|
height: 76rpx;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
position: relative;
|
|
|
|
padding-left: 8rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #141515;
|
|
|
|
&.dot::after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: -10rpx;
|
|
|
|
right: -10rpx;
|
|
|
|
width: 16rpx;
|
|
|
|
height: 16rpx;
|
|
|
|
background-color: #ed4f39;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.doctor {
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
padding: 32rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 24rpx;
|
|
|
|
background: linear-gradient(180deg, #e5f5f7 0%, #ffffff 50%);
|
|
|
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.1);
|
|
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
|
|
border: 2rpx solid #ffffff;
|
|
|
|
&:last-of-type {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.invite-doctor {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 2rpx 16rpx;
|
|
|
|
font-size: 22rpx;
|
|
|
|
color: #00b4c5;
|
|
|
|
line-height: 28rpx;
|
|
|
|
border-radius: 0 16rpx 0 16rpx;
|
|
|
|
background-color: #d7edee;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
flex-shrink: 0;
|
|
|
|
position: relative;
|
|
|
|
width: 112rpx;
|
|
|
|
height: 112rpx;
|
|
|
|
}
|
|
|
|
.assign {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
padding: 2rpx 16rpx;
|
|
|
|
line-height: 28rpx;
|
|
|
|
font-size: 22rpx;
|
|
|
|
color: rgba(0, 180, 197, 1);
|
|
|
|
background-color: rgba(215, 237, 238, 1);
|
|
|
|
border-radius: 0 16rpx 0 16rpx;
|
|
|
|
}
|
|
|
|
.wrap {
|
|
|
|
padding-top: 8rpx;
|
|
|
|
.w-header {
|
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
gap: 16rpx;
|
|
|
|
line-height: 1;
|
|
|
|
.name {
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: rgba(20, 21, 21, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.label {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(20, 21, 21, 1);
|
|
|
|
}
|
|
|
|
.line {
|
|
|
|
width: 1px;
|
|
|
|
height: 24rpx;
|
|
|
|
background-color: rgba(205, 205, 205, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.w-container {
|
|
|
|
margin-top: 24rpx;
|
|
|
|
.hostipal {
|
|
|
|
margin-right: 12rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(20, 21, 21, 1);
|
|
|
|
}
|
|
|
|
.tag {
|
|
|
|
margin-right: 12rpx;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 8rpx;
|
|
|
|
border-radius: 4rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
line-height: 32rpx;
|
|
|
|
background-color: rgba(0, 180, 197, 1);
|
|
|
|
}
|
|
|
|
.site {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 8rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: rgba(148, 87, 30, 1);
|
|
|
|
line-height: 32rpx;
|
|
|
|
border-radius: 4rpx;
|
|
|
|
background-color: rgba(250, 229, 206, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.w-footer {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 12rpx;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
.wf-label {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 48rpx;
|
|
|
|
height: 32rpx;
|
|
|
|
}
|
|
|
|
.wf-tag {
|
|
|
|
flex-shrink: 0;
|
|
|
|
padding: 0 8rpx;
|
|
|
|
font-size: 22rpx;
|
|
|
|
color: rgba(0, 180, 197, 1);
|
|
|
|
line-height: 32rpx;
|
|
|
|
border: 1px solid rgba(191, 239, 244, 1);
|
|
|
|
border-radius: 4rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cooperate-none,
|
|
|
|
.invite-none {
|
|
|
|
margin-top: 24rpx;
|
|
|
|
background: #ffffff linear-gradient(180deg, #f1feff 0%, #ffffff 100%) no-repeat top center/100% 200rpx;
|
|
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
|
|
border: 2rpx solid #ffffff;
|
|
|
|
&-header {
|
|
|
|
padding: 32rpx 20rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
.name {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(20, 21, 21, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.none {
|
|
|
|
padding-bottom: 54rpx;
|
|
|
|
text-align: center;
|
|
|
|
.cooperate-options {
|
|
|
|
padding-bottom: 20rpx;
|
|
|
|
margin: 0 20rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
gap: 18rpx;
|
|
|
|
.co-item {
|
|
|
|
flex: 1;
|
|
|
|
padding: 18rpx 36rpx;
|
|
|
|
background: linear-gradient(180deg, #e5f5f7 0%, #ffffff 50%);
|
|
|
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.1);
|
|
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
|
|
border: 2rpx solid #ffffff;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.icon {
|
|
|
|
width: 76rpx;
|
|
|
|
height: 76rpx;
|
|
|
|
}
|
|
|
|
.co-content {
|
|
|
|
position: relative;
|
|
|
|
padding-left: 8rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #141515;
|
|
|
|
&.dot::after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: -10rpx;
|
|
|
|
right: -10rpx;
|
|
|
|
width: 16rpx;
|
|
|
|
height: 16rpx;
|
|
|
|
background-color: #ed4f39;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.none-img {
|
|
|
|
width: 240rpx;
|
|
|
|
height: 200rpx;
|
|
|
|
}
|
|
|
|
.none-img1 {
|
|
|
|
width: 230rpx;
|
|
|
|
height: 184rpx;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
margin-top: -70rpx;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(153, 153, 153, 1);
|
|
|
|
line-height: 44rpx;
|
|
|
|
.sub-content {
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.preview {
|
|
|
|
position: fixed;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
z-index: 1000000000;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
.img {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 100vh;
|
|
|
|
opacity: 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.close {
|
|
|
|
position: absolute;
|
|
|
|
left: 80%;
|
|
|
|
z-index: 1;
|
|
|
|
width: 64rpx;
|
|
|
|
height: 64rpx;
|
|
|
|
}
|
|
|
|
.show {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|