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; }