checkupInput.wxss 1.24 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
page {
background: #f5f5f5;
}

.card {
margin: 6px;
padding: 6px;
border-radius: 6px;
background: #fff;
}

.title {
height: 40px;
width: 100%;
position: relative;
}

.time {
margin-left:10px;
font-size: 15px;
height: 40px;
color: #48c17b;
line-height: 40px;
}

.my_apport {
height: 30px;
width: 80px;
text-align: center;
line-height: 30px;
position: absolute;
font-size: 14px;
margin-top: 5px;
right: 10px;
background: #48c17b;
border-radius: 5px;
color: white;
}

.center{
border-top:1px solid #f0f0f0;
margin-bottom: 10px;
}
.line{
display:flex;
border-bottom: 1px dotted #f0f0f0;
}
.key{
flex:1;
width: 50%;
font-size: 15px;
color: #999;
text-align: right;
padding-right: 10px;
}
.value{
flex:1;
width: 50%;
font-size: 15px;
color: #999;
text-align: left;
}

.section{
font-size: 15px;
display: flex;
margin:5px 0;
}
.section__title{
flex:2;
padding-right:12px;
line-height: 30px;
height: 30px;
text-align: right;
font-size: 12px;
}
.input-box {
flex:3;
}
.input{
vertical-align: middle;
width: 100px;
height: 30px;
display: inline-block;
border-bottom: 1px solid #e0e0e0;
}
.input-box radio{
transform:scale(0.65);
}
.input-box checkbox{
transform:scale(0.65);
}