odc.xiaohui
2023-04-07 f693c859cdaf607c2a146ef89a7a2ce0d9476d1a
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
/**index.wxss**/
.van-tab__pane{
    display: flex;
}
.images-list{
    margin-left: 0.5rem;
}
.list1{
    margin-top: 1rem;
    padding: 0 1rem;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.font-wenzi{
    margin-bottom: 4px;
}
.content{
    margin-top: 4px;
    float: right;
    font-size: 12px;
    color:rgba(0,0,0,0.7);
}
.font-wenzi1{
    font-size: 13px;
    margin-bottom: 20px;
}
.button{
 margin-top: 8%;
 /* margin-left: 15%; */
 text-align: center;
 padding-bottom: 1rem;
}
.button1{
    /* margin-left:50%; */
    color: black;
    font-size: 14px;
    font-weight:normal;
    font-style: normal;
    background:rgba(255, 255, 255, 0.7);
    border: #ccc solid 1px;
}
.button3{
    margin-right: 1rem;
    background: red;
    font-size: 14px;
    font-weight:normal;
    font-style: normal;
    color: #ffffff;
}
.button2{
    margin-right: 1rem;
    background: #6699ff;
    font-size: 14px;
    font-weight:normal;
    font-style: normal;
    color: #ffffff;
}
.imagess{
/* position: absolute; */
/* float: left; */
margin-right: 10px;
}