openIndex.wxss
643 字节
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
/**index.wxss**/
.cover{
position: relative;
height: 100vh;
overflow:hidden;
box-sizing: border-box;
padding-top: 200rpx;
}
.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:26.41%;
left:0;
right: 0;
margin: auto;
width:400rpx;
height:80rpx;
border-radius:40rpx;
background: rgba(255,102,0,1);
/* border:1rpx solid #434343; */
}
.go button{
font-size:30rpx;
color:#fff;
text-align: center;
line-height:80rpx;
border-radius:40rpx;
display: block;
background:none;
}