-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.wxss
58 lines (48 loc) · 826 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
/**app.wxss**/
/* 引入iconfont */
@import "./assets/styles/iconfont.wxss";
.iphone-extra-bottom {
width: 100%;
height: 68rpx;
background: transparent;
}
.iphone-extra-bottom-white {
width: 100%;
height: 68rpx;
background: #fff;
}
.line-separator-h {
width: 100%;
height: 1px;
background: #e5e5e5;
transform: scaleY(0.5);
}
.line-separator-v {
height: 100%;
width: 1px;
background: #e5e5e5;
transform: scaleX(0.5);
}
@media screen and (min-resolution: 2dppx) {
.line-separator-h {
width: 100%;
height: 1rpx;
background: #e5e5e5;
}
.line-separator-v {
height: 100%;
width: 1rpx;
background: #e5e5e5;
}
}
.block-separator {
width: 100%;
height: 16rpx;
background: #F7F7F7;
}
.txt-area-bg {
background: #ebebeb;
}
.image-bg{
background: #D8D8D8;
}