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
|
| .imageView{
| position:absolute;
| top: 0;
| left: 0;
| right: 0;
| }
| .container{
| width: 100%;
| }
| .content{
| /* margin-top: 12%; */
| }
| .lists{
| /* margin-top: 50% ; */
| border-top: 3px solid rgba(0,0,0,0.1);
| width: 100%;
| padding: 0 0.5rem;
| }
| .item{
| font-size: 13px;
|
| }
|
| .icon{
| /* margin-top: 2%; */
| height: 25px;
| width: 25px;
| /* margin-right: 2%; */
| }
| .item2{
| display: flex;
| align-items: center;
| font-size: 13px;
| margin-top: 0.5rem;
| /* float: right; */
| /* margin-right: 40%; */
| /* color:rgba(0,0,0,0.5); */
| }
| .item3{
| margin-top: 0.5rem;
| font-size: 14px;
| margin-bottom: 2%;
| }
| .foot{
| position: absolute;
| bottom: 1rem;
| width: 90%;
| padding: 1rem;
| }
| .button{
| /* margin-top: 60%; */
| font-size: 13px;
| color: #fff;
| background-color: #6699ff;
| border: 1px solid #6699ff;
| }
| .van-swipe-cell__right{
| padding: 0.7rem;
| width: 100%;
| background-color: red;
| color: #FFF;
| }
|
|