index.wxss
861 字节
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
.bg{
width:100%;
height: 100%;
position: fixed;
top:0;
bottom:0;
left:0;
}
.bg image{
width:100%;
height: 100%;
}
.top_text{
width:100%;
top:5%;
position: absolute;
color:#DB214C;
font-weight: bold;
text-align: center;
}
.mini_title{
font-size:25rpx;
margin:0 0 20rpx 0;
}
.title{
font-size:47rpx;
word-spacing: 10rpx;
}
.center_img{
position: absolute;
width:656rpx;
height: 572rpx;
z-index:2;
top:24%;
left:50%;
transform: translateX(-50%);
overflow: hidden;
}
.center_img image{
width:100%;
}
.index_btn{
position: absolute;
z-index:3;
color:#fff;
font-size:32rpx;
width:320rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
bottom:8%;
left:50%;
transform: translateX(-50%);
background-color: #007CC2;
border-radius: 40rpx;
}
.index_btn:active{
opacity: 0.7;
}