442 lines
8.9 KiB
Plaintext
442 lines
8.9 KiB
Plaintext
@import '/variable.less';
|
|
|
|
@home-tab-item-height: 96rpx;
|
|
|
|
.home-container {
|
|
position: relative;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
// padding-top: 20rpx;
|
|
// padding-top: @home-tab-item-height;
|
|
.home-top-bg{
|
|
width: 100%;
|
|
height: auto;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 0;
|
|
}
|
|
|
|
.home-content {
|
|
height: calc(100vh - 180rpx);
|
|
overflow: scroll;
|
|
padding: 28rpx;
|
|
|
|
position: relative;
|
|
z-index: 1;
|
|
|
|
.item-title-img{
|
|
height: 36rpx;
|
|
width: auto;
|
|
}
|
|
.item-title-img-2{
|
|
height: 96rpx;
|
|
width: auto;
|
|
position: relative;
|
|
left: -24rpx;
|
|
// margin-top: -28rpx;
|
|
}
|
|
.item-title {
|
|
font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
|
|
font-weight: normal;
|
|
font-size: 36rpx;
|
|
color: var(--td-text-color);
|
|
line-height: 36rpx;
|
|
font-style: normal;
|
|
text-transform: none;
|
|
margin-bottom: 28rpx;
|
|
.item-title-icon{
|
|
vertical-align: middle;
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
margin-right: 20rpx;
|
|
position: relative;
|
|
top: -4rpx;
|
|
left: 20rpx;
|
|
}
|
|
|
|
|
|
}
|
|
.item-content {
|
|
background-color: #fff;
|
|
border-radius: 24rpx;
|
|
padding: 28rpx;
|
|
margin-bottom: 28rpx;
|
|
|
|
|
|
|
|
.echarts-canvas-container {
|
|
width: 100%;
|
|
height: 500rpx;
|
|
}
|
|
|
|
.echarts-canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.echarts-legend {
|
|
display: flex;
|
|
margin-bottom: 20rpx;
|
|
margin-top: 20rpx;
|
|
|
|
view {
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.active {
|
|
color: #0091cc;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.item-title {
|
|
position: relative;
|
|
.item-title-icon{
|
|
vertical-align: middle;
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.item-title-right-text {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
color: #606266;
|
|
font-size: 26rpx;
|
|
}
|
|
}
|
|
.item-content-1-bg{
|
|
position: absolute;
|
|
z-index: 0;
|
|
right: 0;
|
|
top: 0;
|
|
width: 240rpx;
|
|
height: 240rpx;
|
|
}
|
|
.item-box {
|
|
background-color: #fff;
|
|
border-radius: 12rpx;
|
|
padding: 26rpx;
|
|
margin-top: 20rpx;
|
|
position: relative;
|
|
|
|
.item-box-title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20rpx;
|
|
|
|
.item-box-title-left {
|
|
font-size: 28rpx;
|
|
color: #323030;
|
|
}
|
|
|
|
.item-box-title-right {
|
|
font-size: 24rpx;
|
|
color: #949798;
|
|
}
|
|
}
|
|
|
|
.drug-name {
|
|
font-size: 32rpx;
|
|
color: var(--td-text-color);
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
.drug-usage {
|
|
font-size: 26rpx;
|
|
color: #323030;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.follow-up-itme {
|
|
font-size: 28rpx;
|
|
color: #909399;
|
|
}
|
|
|
|
.follow-itme-ed {
|
|
color: #00B095;
|
|
font-size: 32rpx;
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.article-content {
|
|
margin-top: 20rpx;
|
|
font-size: 28rpx;
|
|
color: #606266;
|
|
display: flex;
|
|
.text{
|
|
height: 132rpx;
|
|
flex: auto;
|
|
line-height: 44rpx;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 3;
|
|
overflow: hidden;
|
|
word-break: break-word;
|
|
}
|
|
.cover-image{
|
|
flex: none;
|
|
border-radius: 16rpx;
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
margin-left: 12rpx;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
image{
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
.item-content-3{
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
background-color: transparent;
|
|
.item-box{
|
|
// background-color: transparent;
|
|
box-shadow: 0rpx 2rpx 20rpx 0rpx rgba(178,178,178,0.05);
|
|
border-radius: 24rpx;
|
|
}
|
|
.item-title-icon{
|
|
margin-right: 18rpx;
|
|
}
|
|
|
|
}
|
|
.item-content-2{
|
|
background: linear-gradient( 180deg, #E7F2F2 0%, #F7FCFC 100%);
|
|
box-shadow: 0rpx 2rpx 20rpx 0rpx #E9F4F3;
|
|
border-radius: 24rpx;
|
|
border: 2rpx solid #FFFFFF;
|
|
position: relative;
|
|
padding-top:0 ;
|
|
.item-title{
|
|
margin-bottom: 0;
|
|
}
|
|
.item-box{
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
.item-content-canvas{
|
|
padding-right: 10rpx;
|
|
}
|
|
}
|
|
.item-content-1{
|
|
background: linear-gradient( 180deg, #EDF3F8 0%, #F7FAFC 100%);
|
|
box-shadow: 0rpx 2rpx 20rpx 0rpx #EDF3F8;
|
|
border-radius: 24rpx;
|
|
border: 2rpx solid #FFFFFF;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.emergency-access {
|
|
position: fixed;
|
|
right: 24rpx;
|
|
bottom: 80rpx;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
z-index: 9999;
|
|
border-radius: 120rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: linear-gradient( 152deg, #FF7954 0%, #D43030 100%);
|
|
box-shadow: 0rpx 2rpx 20rpx 0rpx rgba(236,89,68,0.21);
|
|
text{
|
|
color: #fff;
|
|
font-size: 48rpx;
|
|
}
|
|
}
|
|
|
|
.box_3 {
|
|
background-color: rgba(245,245,245,1.000000);
|
|
border-radius: 28rpx;
|
|
width: 250rpx;
|
|
flex-direction: row;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 4rpx 28rpx 4rpx 4rpx;
|
|
white-space: nowrap;
|
|
margin-bottom: 16rpx;
|
|
margin-left:-4rpx;
|
|
}
|
|
.text-wrapper_1 {
|
|
border-radius: 28rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 12rpx 24rpx 12rpx 24rpx;
|
|
}
|
|
.text-act{
|
|
background-color: rgba(255,255,255,1.000000);
|
|
|
|
}
|
|
.text_2 {
|
|
overflow-wrap: break-word;
|
|
color: rgba(34,34,34,1);
|
|
font-size: 24rpx;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 24rpx;
|
|
}
|
|
.echarts-title{
|
|
font-size: 24rpx;
|
|
color: #909399;
|
|
line-height: 34rpx;
|
|
}
|
|
.image-text_3 {
|
|
width: 110rpx;
|
|
flex-direction: row;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 30rpx 0;
|
|
// margin-bottom: 32rpx;
|
|
}
|
|
.box_6 {
|
|
border-radius: 100%;
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
border: 2px solid rgba(0,91,162,1);
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 6rpx 0 6rpx 0;
|
|
box-sizing: border-box;
|
|
}
|
|
.text-group_3 {
|
|
overflow-wrap: break-word;
|
|
color: rgba(34,34,34,1);
|
|
font-size: 28rpx;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 28rpx;
|
|
}
|
|
.box_9 {
|
|
background-color: rgba(255,255,255,1.000000);
|
|
border-radius: 16rpx;
|
|
position: relative;
|
|
z-index: 1;
|
|
|
|
padding: 24rpx 24rpx 24rpx 24rpx;
|
|
margin-left: 30rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.image-text_5 {
|
|
padding-right: 145rpx;
|
|
// display: flex;
|
|
}
|
|
// .box_10 {
|
|
// border-radius: 16rpx;
|
|
// background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/c46fcd8a7c644cbbb347a75b175350c6_mergeImage.png);
|
|
// width: 100rpx;
|
|
// height: 100rpx;
|
|
// border: 1px solid rgba(0,91,162,0.1);
|
|
// box-sizing: border-box;
|
|
// margin-right:16rpx ;
|
|
// flex: none;
|
|
// }
|
|
.text-group_5 {
|
|
flex: auto;
|
|
margin: 12rpx 0 12rpx 0;
|
|
}
|
|
.text_21 {
|
|
overflow-wrap: break-word;
|
|
color: rgba(34,34,34,1);
|
|
font-size: 32rpx;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
line-height: 32rpx;
|
|
}
|
|
.text_22 {
|
|
overflow-wrap: break-word;
|
|
color: rgba(144,147,153,1);
|
|
font-size: 28rpx;
|
|
font-family: Alibaba-PuHuiTi-R;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 28rpx;
|
|
margin-top: 16rpx;
|
|
}
|
|
.box_11 {
|
|
background-color: rgba(237,243,248,1.000000);
|
|
width: 2rpx;
|
|
height: 62rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: absolute;
|
|
right: 166rpx;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.text-wrapper_6 {
|
|
|
|
border-radius: 32rpx;
|
|
|
|
// padding: 10rpx 32rpx 10rpx 32rpx;
|
|
height: 50rpx;
|
|
width: 100rpx;
|
|
text-align: center;
|
|
position: absolute;
|
|
right: 0rpx;
|
|
top: -10rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
// transform: translateY(-50%);
|
|
z-index: 1;
|
|
.text_23 {
|
|
color:rgba(0,91,162,1.000000);
|
|
}
|
|
}
|
|
.catArt{
|
|
background-color: rgba(0,91,162,1.000000);
|
|
|
|
.text_23 {
|
|
color: #fff;
|
|
}
|
|
}
|
|
.text_23 {
|
|
overflow-wrap: break-word;
|
|
font-size: 26rpx;
|
|
font-family: Alibaba-PuHuiTi-M;
|
|
font-weight: normal;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
line-height: 32rpx;
|
|
}
|
|
.car-item{
|
|
position: relative;
|
|
.after{
|
|
position: absolute;
|
|
width: 0;
|
|
height: 100%;
|
|
top: 28rpx;
|
|
left: 8rpx;
|
|
border-left: 2rpx dashed rgba(0,91,162,0.7);
|
|
}
|
|
}
|
|
.car-item:last-child{
|
|
.after{
|
|
display: none;
|
|
}
|
|
|
|
}
|
|
.tooltip{
|
|
background-color: var(--td-brand-color);
|
|
color: #fff;
|
|
}
|