odc.xiaohui
2023-05-12 4b48bacef8646cee8b66f5e10b0ed7124534e93e
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
/**index.wxss**/
.bg{
    margin-top: -36%;
    height: 240px;
    width: 100%;
    /* color: #000; */
    border-radius: 10%;
    background-color: #6699ff;
    /* border:1px solid black; */
}
.icon{
 margin-left: 4%;
 margin-top: -6%;
}
.icon1{
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.wenzi{
    margin-left: 4%;
    font-size: 14px;
    margin-top: 1%;
    color: rgba(0, 0, 0, 0.5);
}
.buttonView{
    position: absolute;
    width: 100%;
    bottom: 5%;
}
.button{
    width: 90%;
    margin-top: 60%;
    font-size: 13px;
    color: #6699ff;
    background-color: white;
    border: 1px solid #6699ff;
}
.span{
    margin-top: 2%;
    margin-left: 4%;
}
.pNum{
    float: right;
    margin-right: 55%;
    font-weight: normal;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}
.span2{
    margin-top: 5%;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 4%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wenzi2{
    float:right;
    margin-right: 5%;
    color: rgba(0, 0, 0, 0.3);
}
.wenzi1{
 margin-left: 4%;
 margin-top: 4%;
 font-size: 14px;
}