activities.less
548 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
@charset "UTF-8";
.shop-box {
position: relative;
background-color: #F1F2F6;
> .head-img {
width: 100%;
.img {
width: 100%;
}
}
> .title-box {
position: absolute;
top: 0;
left: 0;
z-index: 2;
display: flex;
justify-content: center;
align-items: center;
color: #FFFFFF;
font-size: 34px;
width: 100%;
height: 44px;
}
.block{
margin: 10px 0px;
}
.no-more {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
color: #727272;
font-size: 28px;
height: 86px;
}
}