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
| /**index.wxss**/
| .buttonView{
| margin-top: 1rem;
| font-size: 14px;
| text-align: center;
| width: 100%;
| margin-bottom: 1rem;
| }
| .button-sub{
|
| height: 5vh;
| line-height: 5vh;
| text-align: center;
| left: 0;
| right: 0;
| margin: 0 auto;
| width: 90%;
| font-size: 13px;
| color: #6699ff;
| background-color: white;
| border: 1px solid #6699ff;
| }
| .isshow-img{
| margin-top: 1rem;
| }
| .foot{
| display: flex;
| }
| .title{
| margin-top: 1rem;
| font-size: 18px;
| margin-left: 0.6rem;
| margin-right: 0.6rem;
| font-weight: 700;
| }
| .foot-button{
| margin: 0;
| }
| .list1{
| align-items: center;
| justify-content: space-between;
| margin-left: 0.6rem;
| margin-right: 0.6rem;
| display: flex;
| font-size: 16px;
| border-bottom: 1px solid rgba(0,0,0,0.1);
| margin-top: 1rem;
| }
| .font-wenzi{
|
| margin-bottom: 4px;
| }
| .content{
| /* margin-top: 4px; */
| float: right;
| font-size: 16px;
| color:rgba(0,0,0,0.7);
| }
| .headPortrait{
| margin-left: 0.5rem;
| color: blue;
| }
| .font-wenzi1{
| font-size: 13px;
| margin-bottom: 20px;
| }
| .button{
| margin-top: 8%;
| margin-left: 15%;
| }
| .button1{
| margin-left:50%;
| }
| .imagess{
| /* position: absolute; */
| /* float: left; */
| margin-right: 10px;
| }
|
|