consultationRecord.wxss 1.86 KB
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
/* 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;
}