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
| /**index.wxss**/
| .list1{
| margin-bottom: 4%;
| margin-left: 4%;
| /* border-bottom: 1px solid rgba(0,0,0,0.1); */
| }
| .font-wenzi{
| margin-bottom: 4px;
| font-size: 14px;
| }
| .content{
| margin-top: -5%;
| font-size: 13px;
| margin-left: 40%;
| /* color:rgba(0,0,0,0.7); */
| }
| .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;
| }
|
|