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
| /**index.wxss**/
| .list1{
| font-size: 14px;
| margin-left: 4%;
| width: 100%;
| height: 30px;
| margin-top: 4%;
| }
| .list2{
| font-size: 14px;
| margin-left: 4%;
| width: 100%;
| margin-top: 4%;
| }
| .list3{
| font-size: 14px;
| /* margin-left: 4%; */
| width: 100%;
| margin-top: 4%;
| }
| .font-wenzi{
| margin-bottom: 2%;
| }
| .font-wenzi3{
| margin-bottom: 2%;
| margin-left: 2%;
| }
| .content{
| /* margin-top: %; */
| margin-left: 40%;
| margin-top: -7%;
| font-size: 13px;
| }
| .font-wenzi1{
| font-size: 13px;
| margin-bottom: 20px;
| }
| .button{
| margin-top: 8%;
| margin-left: 15%;
| }
| .button1{
| margin-left:50%;
| color: white;
| font-size: 14px;
| font-weight:normal;
| font-style: normal;
| background-color: #6699ff;
| }
| .button2{
| background: red;
| font-size: 14px;
| font-weight:normal;
| font-style: normal;
| color: #ffffff;
| }
| .imagess{
| /* position: absolute; */
| /* float: left; */
| margin-right: 10px;
| }
| .id{
| border-top:1px solid rgba(0, 0, 0, 0.1) ;
| width: 100%;
| height: 150px;
| border-bottom:1px solid rgba(0, 0, 0, 0.1) ;
| }
| .face{
| height: 120px;
| width: 120px;
| border-radius: 50%;
| margin-top: 4%;
| margin-left: 4%;
| }
| .name{
| margin-top: -20%;
| font-size: 14px;
| margin-left: 50%;
| margin-bottom: 2%;
| }
| .mobile{
| font-size: 14px;
| margin-left: 50%;
| margin-bottom: 2%;
| }
| .idcard{
| font-size: 14px;
| margin-left: 50%;
| }
|
|