jyy
2021-06-03 b6b5fea50e8f8773c0f266241fcd6b77d37e01fe
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
.itemWrap{
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
}
.iconfont{
  margin-right:5px;
}
 
.lable{
  color: #aeaeae;
  font-size: 14px;
  
 
}
.info{
  font-size: 16px;
  margin: 15px 0px 5px 10px;
  
}
 
.info-s{
  font-size: 12px;
  margin-left: 10px;
}
 
.forms{
  background: #fff;
  border-radius: 5px;
    height: 400rpx;
  width: 100%;
  margin-top: 20px;
  padding: 15px
}
.forms input{
  display: block;
  width: 90%;
  float: left;
  height: 50px;
  font-size:14px;
  border-bottom: 1px solid #efefef;
}
 
.forms input:nth-child(3){
  border-bottom:none;
}