togoin.wxss
772 Bytes
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
.all_page{
position: fixed;
height: 100%;
width: 100%;
background: #fff;
justify-content: center;/*水平居中*/
}
.all_page .content{
font-size: 30rpx;
text-align: center;
height: 400px;
width: 100%;
position: absolute;
top: 50%;
margin-top:-200px;
}
.logo{width: 140rpx; height: 140rpx; border-radius:50% }
.all_page .content .title{
font-size: 36rpx; margin: 20rpx 0
}
.all_page .btn{
height: 80rpx;
line-height: 80rpx;
width: 580rpx;
background: #fc661f;
color:#fff;
font-size: 32rpx;
margin-top: 100rpx;
border-radius: 5rpx;
}
.all_page .btn2{
height: 80rpx;
line-height: 80rpx;
width: 580rpx;
color:#999;
font-size: 32rpx;
border-radius: 5rpx;
margin-top: 10rpx;
}