home_doctor.wxss 1.8 KB

1
  1. .list{margin:20rpx 0 10rpx 0;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:200rpx;border-radius:15rpx;background-color:#fff;box-shadow:0 2px 12px 0 rgba(0,0,0,.08)}.list .portrait{width:30%;height:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.list .portrait .img{width:100rpx;height:100rpx;border-radius:50%}.list .portrait .bun_true{text-align:center;width:80rpx;height:36rpx;background-color:#d92975;margin:0 10rpx;border-radius:60rpx;position:relative;top:-20rpx;font-size:20rpx;color:#fff;padding:3rpx 0}.list .portrait .bun_false{border:1rpx solid #d92975;text-align:center;width:80rpx;height:36rpx;background-color:#fff;margin:0 10rpx;border-radius:60rpx;position:relative;top:-20rpx;font-size:20rpx;color:#d92975;padding:3rpx 0}.list .text{width:70%;height:100%;padding:20rpx 0}.list .text .name{font-size:30rpx;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.list .text .name .label{font-weight:400;margin-right:15rpx;background-color:#e5f5ff;color:#0b73b9;width:100rpx;height:28rpx;font-size:20rpx;border-radius:10rpx;text-align:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.list .text .department{padding:20rpx 0;color:#666}.list .text .department text{margin-right:15rpx}.list .text .option{display:-webkit-box;display:-webkit-flex;display:flex}.list .text .option view{background-color:#e4e4e4;width:100rpx;height:48rpx;border-radius:12px;margin-right:15rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}