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
| /**index.wxss**/
| .text{
| color: red;
| margin-left: 2%;
| font-size: 13px;
| margin-bottom: 3%;
| }
| .list1{
| font-size: 14px;
| border-bottom: 1px solid rgba(0,0,0,0.1);
| margin-bottom: 3%;
| }
| .font-wenzi{
| margin-bottom: 4px;
| margin-left: 3%;
| }
| .content{
| margin-top: 4px;
| float: right;
| font-size: 13px;
| color:rgba(0,0,0,0.7);
| }
| .font-wenzi1{
| font-size: 13px;
| margin-bottom: 20px;
| }
| .inputText{
|
| }
| .button{
| margin-top: 8%;
| margin-left: 15%;
| }
| .button1{
| margin-left:50%;
| color: #000000;
| font-size: 14px;
| font-weight:normal;
| font-style: normal;
| background-color: white;
| border: 1px solid #000000;
| }
| .button2{
| background: #6699ff;
| font-size: 14px;
| font-weight:normal;
| font-style: normal;
| color: #ffffff;
| }
| .imagess{
| /* position: absolute; */
| /* float: left; */
| }
| .imageUp{
| width: 25px;
| height: 25px;
| margin-left: 10%;
| }
| .upload{
| height: 50px;
| width: 50px;
| border: 1px solid rgba(0,0,0,0.2);
| margin-left: 20%;
| margin-bottom: 4%;
| }
| .upload-wenzi{
| font-size: 12px;
| }
| .font-wenzi-1{
| margin-bottom: 4px;
| margin-left: 3%;
| font-size: 14px;
| }
|
|