diy_live.wxss
587 Bytes
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
@import '../../app.wxss';
.suspend {
width: 180rpx;
height: 260rpx;
position: fixed;
right: 10rpx;
top: 10rpx;
background-color: #f0f0f0;
z-index: 999;
}
.close-box {
position: absolute;
top: 0;
right: 0;
padding: 4rpx;
background-color: rgba(0, 0, 0, .5);
color: white;
}
.close-box .icon-guan {
font-size: 26rpx;
display: block;
padding: 0 4rpx;
}
.zhibo-box {
position: absolute;
bottom: 0;
width: 100%;
color: white;
background-color: #e7006d;
}
.img {
display: block;
width: 100%;
height: 100%;
}
.tile {
height: 400rpx;
background-color: skyblue;
}