/**hospitalDetail.wxss 医院详情介绍**/ /* 上部分 */ .specialty_text { font-size: 28rpx; 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: 28rpx; font-weight: 500; line-height: 38rpx; background: linear-gradient(135deg, #FFB4B4 0%, #FF8EA9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 20rpx 40rpx; } .below_text { width: 670rpx; font-size: 26rpx; font-weight: 400; color: #828282; line-height: 30rpx; margin: 40rpx; } .bg_hospital{ width: 670rpx; height: 282rpx; border-radius: 0rpx 0rpx 0rpx 0rpx; opacity: 1; } .btn_item{ width: 68rpx; height: 30rpx; border-radius: 30rpx; opacity: 1; border: 2rpx solid rgba(255, 142, 169, 1); color: #FF8EA9; text-align: center; line-height: 30upx; font-size: 20rpx; } .hospitalDetail{ background: #f3f3f3; } .hospitalDetail__top { display: flex; flex-direction: column; align-items: center; background: white; } .hospitalDetail__top image { width: 70px; height: 70px; margin-top: 15px; margin-bottom: 10px; border-radius: 50%; } .hospitalDetail__top text { color: #5e5e5e; font: medium; font-size: 15px; margin-bottom: 20px; } .hospitalDetail__view{ background: white; margin-top: 3px; position: relative; } .hospitalDetail__view-title { height: 40px; display: flex; justify-content: flex-start; align-items: center; flex-direction: row; } .hospitalDetail__view-title image{ width: 15px; height: 15px; line-height: 40px; margin-left: 15px; } .hospitalDetail__view-title text{ color: #ee7289; font: medium; font-size: 14px; line-height: 40px; margin-left: 5px; } .hospitalDetail__view-line{ position: absolute; height: 1rpx; top: 40px; left: 15px; right: 15px; background: #f3f3f3 } .hospitalDetail__view-content{ margin: 10px 15px 17px 15px; font: lighter; font-size: 12px; line-height: 17px; color: #5e5e5e; } .hospitalDetail__view-contact{ margin: 5px 15px 20px 15px; } .hospitalDetail__view-contact-item{ display: flex; flex-direction: row; margin-top: 10px; } .hospitalDetail__view-contact-item view{ font: normal; color: #5e5e5e; font-size: 12px; line-height: 12px; min-width: 30px; } .hospitalDetail__view-contact-item text{ font: lighter; color: #5e5e5e; font-size: 12px; line-height: 110%; } /*------------------------滑动选择图片start-----------------------*/ .hospitalDetail__view-image{ margin: 10px 15px 15px 15px; } .recommend_scroll_x_box { height: 75px; white-space: nowrap; display: flex; } ::-webkit-scrollbar { width: 0; height: 0; color: transparent; } .recommend_hot_box { width: 110px; height: 50px; margin-right: 15rpx; display: inline-block; } .recommend_hot_image { width: 110px; height: 75px; } /*--------------------滑动选择图片end-----------------------*/