forked from mrzhang90/searchUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.wxss
114 lines (114 loc) · 1.41 KB
/
app.wxss
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.mask{
position:fixed;top:0;left:0;
width:100%;height:100%;
background-color: rgba(0, 6, 11, 0.6);
z-index:99998;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.downIcon{
transform:rotate(90deg);
}
.zIndex9{
position:relative;
z-index:99999;
}
.flex{
display:flex;
}
.ui-col{
flex:1;
}
.rightFlex{
margin-left:auto;
}
.tc{
text-align:center;
}
.pl30{
padding-left:30rpx;
}
.f28{
font-size:28rpx;
}
.f30{
font-size:30rpx;
}
.f32{
font-size:32rpx;
}
.f34{
font-size:34rpx;
}
.f36{
font-size:36rpx;
}
.pt26{
padding-top:26rpx;
}
.height427{
height:427rpx;
}
.colBlue{
color:#0389fe;
}
.colRed{
color:#f54141;
}
.colYellow{
color:#fac91f;
}
.colGreen{
color:#7eeb5b;
}
.colBlack{
color:#000;
}
.colGray{
color:#808080;
}
.colorGray{
color:#cacaca;
}
.colBlue{
color:rgb(0,176,240);
}
.bocRed{
border-color:#f54141;
}
.bocYellow{
border-color:#fac91f;
}
.bocGreen{
border-color:#7eeb5b;
}
.bacRed{
background-color:#f54141;
}
.bacYellow{
background-color:#fac91f;
}
.bacGreen{
background-color:#7eeb5b;
}
image{
max-width:100%;
max-height:100%;
}