index.wxss
1.0 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
/**index.wxss**/
.userinfo {
display: flex;
flex-direction: column;
align-items: center;
}
.userinfo-avatar {
width: 128rpx;
height: 128rpx;
margin: 20rpx;
border-radius: 50%;
}
.userinfo-nickname {
color: #aaa;
}
.usermotto {
margin-top: 200px;
}
page{
background: url('http://pnb2waalt.bkt.clouddn.com/bg.png') no-repeat;
background-size: 100% 100%;
}
.pagebox{
width:599rpx;
height:486rpx;
font-size: 0;
margin: 286rpx auto 0;
box-shadow:0px 8px 80px 0px rgba(45,60,75,0.12);
border-radius:20rpx;
position: relative
}
.pagebox image{
width:100%;
height:100%;
border-radius:20rpx;
}
.logoimg{
width:242rpx;
height:264rpx;
font-size: 0;
position: absolute;
top:-88rpx;
left:0;
right:0;
margin: 0 auto;
}
.logoimg image{
width:100%;
height:100%;
}
.start{
width:302rpx;
height:80rpx;
background:linear-gradient(0deg,rgba(1,79,155,1),rgba(6,58,108,1));
box-shadow:0rpx 10rpx 20rpx 0rpx rgba(6,58,108,0.28);
border-radius:40rpx;
margin-top: 210rpx;
color:#FFFFFF;
font-size: 32rpx;
}