palaceGrid.less
1.87 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
@charset "UTF-8";
.palace-grid-box {
.box {
.img-box {
width: 100%;
display: flex;
flex-wrap: wrap;
//justify-content: space-around;
list-style: none;
.item{
display: flex;
align-items: center;
justify-content: center;
padding:0 5px;
box-sizing: border-box;
position: relative;
.title{
position: absolute;
flex: 1;
font-size:28px;
color: #fff;
}
.img {
display: block;
width: 100%;
height: 340px;
}
.play_box{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top:0;
//background-color: #000;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
img{
width: 86px;
height: 86px;
}
}
}
.two{
width: calc(calc(100% / 2));
margin-top: 10px;
.img {
height: 340px;
}
}
.three{
width: calc(calc(100% / 3));
margin-top: 10px;
.img {
height: 222px;
}
}
}
}
.van-image-preview__index{
font-size: 30px;
}
.van-swipe__indicators{
bottom: 100px;
.van-swipe__indicator{
width: 16px;
height: 16px;
}
}
}