index.scss
617 字节
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
.wrap {
width: 750px;
height: 3394px;
margin: auto;
background: url('@/assets/image/bg.jpg') no-repeat top center/100% auto;
}
.gray {
filter: grayscale(1);
}
.module-kv {
height: 1010px;
padding-top: 70px;
.top-btn-box {
display: flex;
justify-content: space-between;
padding: 0 20px;
}
.top-btn {
display: block;
width: 152px;
height: 49px;
background: no-repeat center/100% 100%;
}
.rule-btn {
background-image: url('@/assets/image/rule-btn.png');
}
.date {
margin-top: 820px;
font-size: 28px;
color: #fff;
text-align: center;
}
}