You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
538 lines
13 KiB
538 lines
13 KiB
.page { |
|
padding: 36rpx 32rpx 100rpx; |
|
.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; |
|
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: 26rpx; |
|
color: #fff; |
|
font-weight: bold; |
|
} |
|
.picker { |
|
position: absolute; |
|
top: 8rpx; |
|
left: 296rpx; |
|
.picker-content { |
|
padding: 8rpx 24rpx; |
|
display: flex; |
|
gap: 18rpx; |
|
font-size: 28rpx; |
|
line-height: 40rpx; |
|
color: rgba(133, 133, 133, 1); |
|
background: #ffffff; |
|
border-radius: 98rpx 98rpx 98rpx 98rpx; |
|
border: 1px solid #f6f6f6; |
|
} |
|
} |
|
.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); |
|
} |
|
} |
|
.s-container-none { |
|
padding: 4rpx 0; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
gap: 26rpx; |
|
.none { |
|
width: 102rpx; |
|
height: 102rpx; |
|
} |
|
.tip { |
|
font-size: 28rpx; |
|
color: rgba(128, 128, 128, 1); |
|
} |
|
} |
|
} |
|
.department { |
|
margin-top: 24rpx; |
|
padding: 0 20rpx; |
|
background: linear-gradient(180deg, #f1feff 0%, #ffffff 35%, #ffffff 100%); |
|
border-radius: 16rpx 16rpx 16rpx 16rpx; |
|
border: 2rpx solid #ffffff; |
|
.d-header { |
|
padding: 32rpx 0; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
.name { |
|
font-size: 32rpx; |
|
color: rgba(20, 21, 21, 1); |
|
font-weight: bold; |
|
} |
|
.more { |
|
font-size: 28rpx; |
|
color: rgba(153, 153, 153, 1); |
|
} |
|
} |
|
.d-container { |
|
padding: 32rpx 0; |
|
background: linear-gradient(180deg, #f3fbfd 0%, #ffffff 50%); |
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.08); |
|
border-radius: 16rpx 16rpx 16rpx 16rpx; |
|
border: 2rpx solid #ffffff; |
|
display: flex; |
|
justify-content: space-between; |
|
.item { |
|
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; |
|
} |
|
} |
|
} |
|
.tip { |
|
padding: 20rpx 0; |
|
font-size: 22rpx; |
|
color: rgba(153, 153, 153, 1); |
|
text-align: right; |
|
} |
|
} |
|
.department-none { |
|
margin-top: 24rpx; |
|
padding: 0 20rpx; |
|
background: linear-gradient(180deg, #f1feff 0%, #ffffff 35%, #ffffff 100%); |
|
border-radius: 16rpx 16rpx 16rpx 16rpx; |
|
border: 2rpx solid #ffffff; |
|
.d-header { |
|
padding: 32rpx 0; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
.name { |
|
font-size: 32rpx; |
|
color: rgba(20, 21, 21, 1); |
|
} |
|
} |
|
.d-container { |
|
padding: 24rpx; |
|
text-align: center; |
|
.none-img { |
|
width: 240rpx; |
|
height: 200rpx; |
|
} |
|
.none-title { |
|
margin-top: -80rpx; |
|
font-size: 28rpx; |
|
color: rgba(153, 153, 153, 1); |
|
line-height: 44rpx; |
|
} |
|
} |
|
} |
|
.chart-card { |
|
margin-top: 24rpx; |
|
background: linear-gradient(180deg, #f1feff 0%, #ffffff 35%, #ffffff 100%); |
|
border-radius: 16rpx 16rpx 16rpx 16rpx; |
|
border: 2rpx solid #ffffff; |
|
.c-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; |
|
} |
|
.picker { |
|
.picker-content { |
|
padding: 8rpx 24rpx; |
|
display: flex; |
|
gap: 18rpx; |
|
font-size: 28rpx; |
|
color: rgba(133, 133, 133, 1); |
|
background: #ffffff; |
|
border-radius: 98rpx 98rpx 98rpx 98rpx; |
|
border: 1px solid #f6f6f6; |
|
} |
|
} |
|
} |
|
.chart { |
|
height: 450rpx; |
|
} |
|
.tip { |
|
padding: 24rpx 20rpx 32rpx; |
|
font-size: 22rpx; |
|
color: rgba(153, 153, 153, 1); |
|
text-align: right; |
|
} |
|
.chart-none { |
|
padding: 24rpx; |
|
text-align: center; |
|
.none-img { |
|
width: 240rpx; |
|
height: 200rpx; |
|
} |
|
.none-title { |
|
margin-top: -80rpx; |
|
font-size: 28rpx; |
|
color: rgba(153, 153, 153, 1); |
|
line-height: 44rpx; |
|
} |
|
} |
|
} |
|
.rank { |
|
margin: 24rpx -32rpx 0; |
|
padding: 0 32rpx 100rpx; |
|
background: linear-gradient(180deg, #f1feff 0%, #ffffff 14%, #ffffff 100%); |
|
border-radius: 32rpx 32rpx 0 0; |
|
border: 2rpx solid #ffffff; |
|
.r-header { |
|
padding: 32rpx 0; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
.title { |
|
font-size: 32rpx; |
|
color: rgba(20, 21, 21, 1); |
|
font-weight: bold; |
|
} |
|
.more { |
|
font-size: 28rpx; |
|
color: rgba(153, 153, 153, 1); |
|
} |
|
} |
|
.table { |
|
.thead { |
|
padding: 22rpx 0; |
|
display: flex; |
|
font-size: 28rpx; |
|
color: rgba(0, 180, 197, 1); |
|
background-color: rgba(233, 246, 247, 1); |
|
text-align: center; |
|
border-radius: 8rpx; |
|
.th1 { |
|
width: 338rpx; |
|
} |
|
.th2, |
|
.th3, |
|
.th4, |
|
.th5 { |
|
width: 96rpx; |
|
white-space: nowrap; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
.icon { |
|
margin-left: 0rpx; |
|
} |
|
} |
|
} |
|
.tbody { |
|
border-bottom: 1rpx solid rgba(224, 224, 224, 0.5); |
|
.tr { |
|
display: flex; |
|
font-size: 28rpx; |
|
color: rgba(20, 21, 21, 1); |
|
text-align: center; |
|
padding: 18rpx 0; |
|
line-height: 32rpx; |
|
border-radius: 8rpx; |
|
&:nth-child(even) { |
|
background-color: rgba(248, 248, 248, 1); |
|
} |
|
.td1 { |
|
padding: 12rpx 10rpx; |
|
width: 338rpx; |
|
text-align-last: left; |
|
} |
|
.td2, |
|
.td3, |
|
.td4, |
|
.td5 { |
|
padding: 12rpx 0; |
|
width: 96rpx; |
|
border-left: 1px dashed rgba(224, 224, 224, 1); |
|
} |
|
.td2 { |
|
color: rgba(0, 180, 197, 1); |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
|
|
.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; |
|
} |
|
}
|
|
|