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
| .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%;
| /* margin-right:10% ; */
| width: 90%;
| }
| .button{
| float: right;
| font-weight: normal;
| background-color: white;
| }
| .collect{
| float: right;
| margin-top: 2%;
| }
| .button1{
| font-weight: normal;
| background-color:#6699ff;
| color: #ffffff;
| margin-top: 50%;
| }
|
|