/* pages/doctorLists/doctorLists.wxss */ @import "../../utils/util_UI.wxss"; .main { background: #fff; } page { background: #eee; } .top_view { background: #fff; padding-left: 15px; padding-right: 15px; padding-top: 15px; } .massage_box_txt{ float:right; width: 50rpx; height: 50rpx; text-align: center; border-radius: 50%; background-color: indianred; font-size: 15px; color: #fff; position: absolute; right:20px; top:10px; } .top_content_view { background: #fff; border: 1px solid #d8dbd2; border-radius: 3px; display: flex; height: 44px; margin-bottom:10px; } .hospital_before_text { font-size: 14px; color: #48C17B; margin-left: 10px; line-height: 44px; } .hospital_name_text { text-align: center; font-size: 14px; color: #333; margin-left:30px; line-height: 44px; } .chooce_hospital_image { width: 12px; height: 12px; right: 30px; margin-top: 15px; position: absolute; } .divider10{ height: 10px; background: #eee; } .price_before{ padding-left: 20px; margin-top:3px; font-size: 14px; } .price_after{ margin-left: 10px; font-size: 18px; } .service_name{ font-size: 14px; color: #888888; margin-left: 10px; height: 40px; line-height: 40px; } .service_price{ right: 20px; font-size: 18px; color: #333; position: absolute; margin-top:5px; } .list { height: 100%; position: absolute; /* bottom: 50px; */ left: 0px; right: 0px; background: #fff; } .item { background: #fff; padding-top: 10px; } .icon_name_view { display: flex; padding-left: 15px; position: relative; } .icon { width: 50px; height: 50px; border-radius: 50%; } .name_text { font-family: PingFang-SC-Medium; margin-left: 15px; font-size: 18px; color: #333; } .job_text { font-size: 14px; margin-left: 15px; color: #888; } .description_text { font-size: 12px; color: #48C17B; border: #48C17B solid 1px; width: 60px; height: 14px; line-height: 14px; margin: 5px 0 0 15px; text-align: center; } .price_view { right: 55px; position: absolute; margin-top: 5px; } .discountPrice_text { font-size: 18px; color: #333; margin-top: 5px; } .originalPrice_text { font-size: 12px; color: #ccc; margin-top: -5px; text-decoration: line-through; /* 删除线 */ } .choose_icon { width: 22px; height: 22px; right: 20px; margin-top: 15px; position: absolute; } .divider2 { background: #eee; height: 1px; margin-top: 10px; } /*底部view */ .divider { background: #eee; height: 1px; } .bottom_view { position: fixed; bottom: 0px; left: 0px; right: 0px; height: 50px; } .bottom_left { font-size: 15px; background: white; width: 70%; display: flex; } .bottom_left_text1 { font-size: 15px; color: #888; padding-left: 15px; height: 49px; line-height: 49px; } .bottom_left_text2 { padding-left: 10px; height: 49px; line-height: 49px; font-size: 18px; color: #151515; } .bottom_right { background: #48C17B; font-size: 18px; color: #fff; height: 49px; line-height: 49px; text-align: center; width: 30%; }