eyeReoort.wxss 1.59 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
/* pages/eyeReoort/eyeReoort.wxss */
@import "../../iconfont.wxss";

page{
padding:0 5px;
background-color: rgb(250, 250, 250);
}
.panel{
width: calc(100% - 10px);
background-color: #fff;
box-shadow: 0 10rpx 10rpx #ccc;
margin-top: 10rpx;
padding-bottom: 9px;
}
.baseInfo{
padding-left: 9px;
}
.baseInfo .title {
width: 100%;
line-height: 42px;
}
.baseInfo .title .text{
font-weight: 700;
padding-left: 9px;
}
.baseInfo .textItem {
padding-right: 8px;
}
.rowsFlex{
display: flex;
}
.fontColor{
color: rgb(180, 180, 180);
}
.spanItem{
line-height: 26px;
font-size: 13px;
flex-grow:1;
}
.padding-left-16{
padding-left: 16rpx;
}
.medicalHis{
width: calc(100% - 10px);
margin-top: 20rpx;
}
.medicalHis .title{
font-weight: 700;
line-height: 23px;
}
.medicalHis .panelBox{
width: calc(100% - 20px);
background-color: rgb(231, 243, 255);
margin: 10rpx 0;
border-radius: 10rpx;
padding: 10px;
line-height: 23px;
font-size: 14px;
}
.medicalHis .panelBox .text{
font-weight: 600;
}
.rowsFlex{
display:flex;
flex-wrap:wrap;
}
.rows-view-6{
width: 50%;
}
.bodytext{
font-size: 14px;
padding-left: 9px;
font-weight: 500!important;
}

/* 选择框部分 */
.selectBox{
height: 50px;
width: 100%;
display: flex;
}
.selectBox .checkItem{
height: calc(100% - 3px);
border-bottom: 3px solid #48C17B;
background-color: rgb(255, 255, 255);
color: #48C17B;
}
.selectItem{
width: calc(100vw / 3);
height: 100%;
flex-shrink:0;
font-size: 16px;
text-align: center;
background-color: rgb(240, 240, 240);
border-right: 1px solid rgb(230, 230, 230);
}