index.scss
1.2 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
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';
.page {
.bgc {
image {
width: 100%;
height: 100%;
}
}
.bg {
image {
position: absolute;
width: 750px;
height: 1303px;
top: -130px;
}
}
.decoration {
position: relative;
.d1 {
position: absolute;
width: 160px;
height: 192px;
top: 0;
left: 0;
}
.d2 {
position: fixed;
width: 301px;
height: 195px;
left: 0;
bottom: 0;
}
}
.main {
.top-space {
height: 1042px;
}
.content {
.btn {
@include cb(336px, 88px);
position: relative;
margin: 0 auto;
}
}
.rule-btn {
position: absolute;
top: 24px;
right: 0;
@include border-left-radius(30px);
@include btc(162px, 60px);
font-size: 30px;
color: #bf0221;
// border-radius: 30px;
box-shadow: 7.4px 8.2px 27px 0 rgba(228, 78, 96, 0.86);
background-image: linear-gradient(to right, #fbddd5, #f9efed 51%, #ffded9 99%), linear-gradient(to bottom, #000000, #000000);
.c1{
padding-left: 12px;
// @extend .bb;
}
}
}
}