/* pages/consultationRecord/consultationRecord.wxss */ .shade{ width:100%; height:100%; top:0; background:rgba(0,0,0,0.5); overflow: hidden; /*要显示在wrap的上面 */ z-index: 1; position: absolute; } .backgroundView{ height: 100hv; width: 100%; background-color: #fff; } .PassView{ height: 380rpx; width: 80%; padding-top: 10rpx; background-color: #fff; margin:25% auto 0 auto; } .normal_remind{ background-color: #50e39f; } .warning_remind{ background-color: rgb(245, 128, 128) } .average_remind{ background-color: rgb(81, 177, 221) } .normal_remind_color{ border: solid 1px rgb(72, 189, 140); color: rgb(72, 189, 140); } .warning_remind_color{ border: solid 1px rgb(245, 128, 128); color: rgb(245, 128, 128) } .average_remind_color{ border: solid 1px rgb(81, 177, 221); color: rgb(81, 177, 221) } .list { margin-top:10rpx; height: 200rpx; width: 100%; background-color: rgb(255, 255, 255); } .line { height: 200rpx; width: 10rpx; float: left; } .massage_box { margin-left: 10rpx; width: 140rpx; height: 200rpx; line-height: 200rpx; float: left; } .massage_box_image { margin-top: 30rpx; width: 140rpx; height: 140rpx; } .massage_box_txt{ margin-top: 38rpx; margin-left: -36rpx; width: 46rpx; height: 46rpx; text-align: center; border-radius: 50%; background-color: #48C17B; z-index: 10; font-size: 15px; float: left; color: #fff; } .baseInfo{ float: left; margin-left: 10rpx; margin-top: 30rpx; width: 460rpx; } .username{ font-size: 18px; color: #333; } .job_text { font-size: 14px; margin-left: 10px; color: #888; } .date_text{ font-size: 14px; margin-top: 10rpx; color: #888; text-align: left; } .baseInfo::after{ clear: both; } .indicator { width: 24rpx; height: 24rpx; float: right; margin-right: 10rpx; margin-top: 85rpx; }