aboutdanke.wxss
633 字节
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
page{
width:750rpx;
height:100%;
overflow-y: hidden;
}
.dankepage{
width:100%;
height:1224rpx;
position: relative;
overflow: hidden;
}
.dankepage image{
width:100%;
height:100%;
}
.dankepageboxitem{
display:flex;
align-items: center;
width:359rpx;
border-bottom:1rpx solid #7D7D7D;
padding: 5rpx 0;
box-sizing: border-box;
}
.dankepageboxitemleft{
width:30rpx;
height:30rpx;
font-size: 0
}
.danlepageboxitemright{
color:#313131;
font-size: 24rpx;
font-weight: bold;
margin-left:10rpx;
}
.dankepageox{
position: absolute;
bottom:306rpx;
left:21rpx;
border-top:1rpx solid #7D7D7D
}