list.wxss
953 字节
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
/* pages/attract/detail/detail.wxss */
.video_box {
width: 100%;
height: 430rpx;
margin: 0 auto;
background-color: rgba(0,0,0,.6);
position: relative;
}
.video_icon{
width: 96rpx;
height: 96rpx;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.video_icon image{
width: 100%;
}
.video_title{
margin:0 32rpx;
display: -webkit-box;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
color: #FFF;
font-size: 30rpx;
margin-top: 30rpx;
}
.zhaoshangLists{
margin: 20rpx;
}
.zhaoshang_item{
height: 280rpx;
border-radius: 10rpx;
margin-bottom: 30rpx;
overflow: hidden;
position: relative;
}
.zhaoshang_item image{
width: 100%;
}
.zhaoshang_item text{
position: absolute;
right: 40rpx;
bottom: 40rpx;
color: #FFF;
font-size: 30rpx;
font-weight: bold;
}