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.
292 lines
4.7 KiB
292 lines
4.7 KiB
|
|
page {
|
|
background-color: #F1F1F1;
|
|
padding-top: 0rpx !important;
|
|
padding-bottom: 0rpx !important;
|
|
}
|
|
.content {
|
|
overflow: hidden;
|
|
}
|
|
.topNameRight {
|
|
display: flex;
|
|
}
|
|
.iconBoxItemImgBox {
|
|
background: #FFFFFF;
|
|
width: 88rpx;
|
|
height: 88rpx;
|
|
border-radius: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.iconBoxItemImgInfo {
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
}
|
|
.header {
|
|
background-image: linear-gradient(130deg, #52D5A6 0%, #43C9CF 100%);
|
|
width: 100%;
|
|
position: relative;
|
|
padding: 46rpx 30rpx 28rpx 30rpx;
|
|
box-sizing: border-box;
|
|
padding-top: 94rpx;
|
|
}
|
|
.iconLocation {
|
|
width: 25rpx;
|
|
height: 31rpx;
|
|
margin-right: 22rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.circle {
|
|
opacity: 0.2;
|
|
background-image: linear-gradient(165deg, rgba(255, 255, 255, 0.26) 58%, rgba(255, 255, 255, 0.81) 97%);
|
|
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
}
|
|
.c_1 {
|
|
width: 426rpx;
|
|
height: 428rpx;
|
|
|
|
left: -170rpx;
|
|
top: 48rpx;
|
|
}
|
|
.c_2 {
|
|
width: 428rpx;
|
|
height: 428rpx;
|
|
|
|
right: -170rpx;
|
|
top: -200rpx;
|
|
z-index: 1;
|
|
}
|
|
.c_3 {
|
|
width: 280rpx;
|
|
height: 280rpx;
|
|
right: -120rpx;
|
|
top: 206rpx;
|
|
z-index: 2;
|
|
}
|
|
.topNameLeft {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.imgface {
|
|
border: 2rpx solid #FFFFFF;
|
|
margin-right: 20rpx;
|
|
border-radius: 50rpx;
|
|
}
|
|
.iconface {
|
|
height: 60rpx;
|
|
width: 60rpx;
|
|
border-radius: 50rpx;
|
|
}
|
|
.topName {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: #FFFFFF;
|
|
align-items: center;
|
|
}
|
|
.hospitalName,
|
|
.imgName {
|
|
font-family: SourceHanSansCN-Medium;
|
|
font-size: 32rpx;
|
|
color: #FFFFFF;
|
|
line-height: 40rpx;
|
|
}
|
|
.hospital {
|
|
margin-top: 23rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 15rpx;
|
|
z-index: 99;
|
|
}
|
|
.iconBox {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
margin-top: 12rpx;
|
|
z-index: 99;
|
|
}
|
|
.iconBox .iconBoxItem {
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 28rpx 37rpx;
|
|
}
|
|
.icon-volumeup {
|
|
color: #43C9CF;
|
|
}
|
|
.iconBox .iconBoxItem .iconBoxItemImg {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
background: rgba(242, 245, 250, 0.4);
|
|
border-radius: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.iconBox .iconBoxItem .iconBoxItemTxt {
|
|
font-family: SourceHanSansCN-Medium;
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
text-align: center;
|
|
margin-top: 12rpx;
|
|
}
|
|
.news {
|
|
width: 100%;
|
|
height: 60rpx;
|
|
background-color: #F1FFFC;
|
|
display: flex;
|
|
padding: 0rpx 40rpx;
|
|
box-sizing: border-box;
|
|
align-items: center;
|
|
}
|
|
.news .newsIcon {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.swiper {
|
|
|
|
display: flex;
|
|
height: 60rpx;
|
|
width: 100%;
|
|
align-items: center;
|
|
}
|
|
.swiper-item {
|
|
text-overflow: ellipsis;
|
|
font-size: 24rpx;
|
|
color: #13a987;
|
|
width: 80%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.swiper-item-box {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.swiper-item-more {
|
|
font-size: 24rpx;
|
|
color: #CCCCCC;
|
|
}
|
|
.stat {
|
|
margin: 20rpx 30rpx;
|
|
position: relative;
|
|
}
|
|
.videos {
|
|
margin: 20rpx 30rpx;
|
|
position: relative;
|
|
}
|
|
.icon-Icons_ToolBar_ArrowRight {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
font-size: 22rpx;
|
|
margin-left: 14rpx;
|
|
}
|
|
.footer {
|
|
font-family: SourceHanSansCN-Normal;
|
|
font-size: 24rpx;
|
|
color: #CCCCCC;
|
|
text-align: center;
|
|
line-height: 40rpx;
|
|
padding: 20rpx 0rpx;
|
|
}
|
|
.statBox {
|
|
display: flex;
|
|
margin-top: 20rpx;
|
|
}
|
|
.statItem {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
flex-direction: column;
|
|
width: 50%;
|
|
}
|
|
.statItemHeader {
|
|
display: flex;
|
|
line-height: 30rpx;
|
|
}
|
|
.statNum {
|
|
margin-top: 16rpx;
|
|
padding-left: 24rpx;
|
|
font-weight: 600;
|
|
}
|
|
.statItem .statItemBar {
|
|
background-image: linear-gradient(130deg, #52D5A6 0%, #43C9CF 100%);
|
|
border-radius: 4rpx;
|
|
width: 6rpx;
|
|
height: 24rpx;
|
|
}
|
|
.statItem .statItemTitele {
|
|
font-family: SourceHanSansCN-Normal;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
margin-left: 18rpx;
|
|
}
|
|
.statItemCBar {
|
|
background: #FDB030;
|
|
border: 2rpx solid #FFFFFF;
|
|
border-radius: 16rpx;
|
|
height: 16rpx;
|
|
width: 16rpx;
|
|
}
|
|
.blue {
|
|
background: #3C91F5;
|
|
}
|
|
.green {
|
|
background: #52D5A6;
|
|
}
|
|
.mf-26 {
|
|
padding-left: 34rpx;
|
|
}
|
|
.videosBox {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-top: 19rpx;
|
|
}
|
|
.videosBox .videosItem {
|
|
opacity: 0.4;
|
|
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.60) 100%);
|
|
border-radius: 4rpx;
|
|
width: 289rpx;
|
|
height: 160rpx;
|
|
}
|
|
.icon_set,
|
|
.icon_search {
|
|
width: 31rpx;
|
|
height: 31rpx;
|
|
z-index: 9;
|
|
color: #FFFFFF;
|
|
}
|
|
.icon_set {
|
|
margin-left: 54rpx;
|
|
}
|
|
.indexheaderLeft {
|
|
position: relative;
|
|
z-index: 2;
|
|
display: flex;
|
|
flex: 1;
|
|
}
|
|
.headerBorder {
|
|
background-image: linear-gradient(90deg, rgba(91, 215, 171, 0.6) 0%, rgba(238, 238, 238, 0.00) 100%);
|
|
border-radius: 8rpx;
|
|
width: 60rpx;
|
|
height: 16rpx;
|
|
position: absolute;
|
|
bottom: 2rpx;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
.imgIconMore {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 16rpx;
|
|
}
|
|
.triangleDiv {
|
|
font-size: 12rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
|