313ce84a
songchongxian
创建h5 app项目
|
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
|
.checkgroup{
}
.dcheck{
}
.dcheck i{
width: 25px;
height: 25px;
border-radius: 50%;
border: 1px solid #C0C0C0;
color: #fff;
}
.dcheck.actived i{
border: 1px solid #4A4A4A;
color: #4A4A4A;
}
.uptip{
font-size: 13px;
color: #F76260;
padding: 5px 10px;
}
.uptable{
background: #fff;
width: 100%;
border-collapse: collapse;
}
.uptable tr{
border-bottom: 1px solid #E8E7E7 ;
}
.uptable tr:last-child{
border-bottom: 0;
}
.uptable tr td{
height: 44px;
vertical-align: middle;
}
.uptable input{
height: 100%;
width: 100%;
border-style: none;
}
.ultop{
margin: 10px auto 0;
}
.ultop td{
}
.ultop .slidebtn{
float: right;
}
.upbtn{
width: 69.3%;
display: block;
margin: 30px auto;
border-radius: 50px !important;
}
.slidebtn.active{
background: #75CBBE !important;
/*background: #357ff6 !important;*/
}
.bao{
padding: 0 10px;
width: 100%;
box-sizing: border-box;
background: #fff;
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
margin-top: 10px;
}
.tipfont{
color: #f5a623;
font-size: 10px;
}
|