index.wxss
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/**index.wxss**/
page {
height: 100%;
width: 750rpx;
position: relative;
}
.box {
height: 100%;
position: relative
}
.cover {
position: relative;
height: 100vh;
overflow: hidden;
box-sizing: border-box;
padding-top: 200rpx;
}
.beginimg {
width: 500rpx;
height: 500rpx;
position:absolute;
top:40%;
left:50%;
transform: translate(-50%,-40%)
}
.beginimg image {
width: 100%;
height: 100%;
}
.cover image {
display: block;
width: 300rpx;
height: 300rpx;
margin: 0 auto;
}
.cover text {
display: block;
width: 500rpx;
margin: 0 auto;
text-align: center;
}
.go {
position: absolute;
bottom:134rpx;
left: 0;
right: 0;
margin: auto;
width:425rpx;
height:88rpx;
background:rgba(118,208,82,1);
box-shadow:0rpx 16rpx 30rpx 0rpx rgba(138,202,103,0.6);
border-radius:44rpx;
/* border:1rpx solid #434343; */
}
.qidong{
position: absolute;
bottom:134rpx;
left: 0;
right: 0;
margin: auto;
width:425rpx;
height:88rpx;
background:rgba(118,208,82,1);
box-shadow:0px 16rpx 30rpx 0rpx rgba(138,202,103,0.6);
border-radius:44rpx;
font-size: 30rpx;
color: #fff;
text-align: center;
line-height: 88rpx;
}
button::after{
border:none;
outline:none;
}