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
| .icon{
| height: 80px;
| width: 80px;
| }
| .home{
| margin-top: 15%;
| margin-left: 40%;
| }
| .div{
| margin-top: 10%;
| border-bottom:1px solid rgba(0, 0, 0, 0.3);
| margin-left: -60%;
| margin-right: 8%;
| }
| .div1{
| margin-top: 4%;
| border-bottom:1px solid rgba(0, 0, 0, 0.3);
| margin-left: -60%;
| margin-right: 8%;
| }
| .icon1{
| height: 30px;
| width: 30px;
| /* margin-left: -40%; */
| }
| .weui-input{
| float: right;
| margin-top: 3%;
| color: var(--color);
| /* margin-right:10% ; */
| width: 83%;
| }
| .button{
| float: right;
| font-weight: normal;
| background-color: white;
| }
| .collect{
| float: right;
| margin-top: 2%;
| }
| .foot{
| position: absolute;
| bottom: 1rem;
| padding: 0 1rem;
| width: -webkit-fill-available;
| }
| .button1{
| font-weight: normal;
| background-color:#6699ff;
| color: #ffffff;
|
| }
| /* .van-toast__text{
| white-space: nowrap;
| }
| .van-transition{
| width: auto;
| } */
|
|