-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.wxss
59 lines (59 loc) · 845 Bytes
/
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
page{
box-sizing: border-box;
width: 100%;
position: relative;
}
.input_cla
{
color: #ccc;
}
.no_flo
{
clear: both;
}
.bottbox
{
width: 100%;
position: fixed;
bottom: 0;
left: 0;
text-align: center;
background-color: white;
z-index:99999;
/* box-shadow: 0 0 3px 0px #ddd; */
box-sizing: border-box;
/* padding: 30rpx 0; */
border-top: 1px solid #ddd
}
.bottbox_li
{
width:25%;
display:inline-block;
font-size: 30rpx;
color: #666;
position: relative;
padding: 20rpx 0;
}
.bottbox_li image
{
width: 30rpx;
height: 30rpx;
position: relative;
margin-right: 10rpx;
top: 4rpx;
}
.bottbox_li_xian
{
border-left: 1rpx solid #ddd
}
.fasong_muban button
{
width: 100% !important;
height: 100% !important;
padding: 0;
position: absolute;
top:0;
left: 0;
opacity: 0;
z-index: 99;
}