doctor.wxss 1.05 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
page {
background-color: white;
}

/* 上部分 */
.specialty_text {
font-size: 20rpx;
font-weight: 500;
line-height: 22rpx;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: flex;
flex-direction: row;
}

.specialty_tip {
width: 94rpx;
height: 32rpx;
border-radius: 10rpx 10rpx 10rpx 10rpx;
opacity: 1;
border: 2rpx solid #ff8ea9;
font-weight: 500;
line-height: 32rpx;
color: #ff8ea9;
text-align: center;
font-size: 18rpx;
}

.doctor_avatar {
width: 70px;
height: 70px;
margin-top: 15px;
background-color: lightgray;
border-radius: 50%;
}



/*下部分*/



.below_title {
font: mediuml;
width: 128rpx;
height: 45rpx;
font-size: 32rpx;
font-weight: 500;
line-height: 38rpx;
background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 30rpx;
}

.below_text {
width: 670rpx;
font-size: 26rpx;
font-weight: 400;
color: #828282;
line-height: 30rpx;
margin: 30rpx;

}