index.wxss
1.3 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
87
/**index.wxss**/
page{
height:100%;
overflow-y: hidden;
}
.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;
}
.indexbackground{
height:100%;
}
.indexbac{
width:750rpx;
height:100%;
position:relative;
}
.indexbac image{
width:100%;
height:100%;
}
.indexleftcontent{
writing-mode: vertical-lr;
position:absolute;
top:280rpx;
left:50rpx;
color:#F45E7E;
font-size: 36rpx;
letter-spacing: 15rpx
}
.prevent{
writing-mode: vertical-lr;
position:absolute;
top:279rpx;
left:150rpx;
color:#F45E7E;
font-size: 36rpx;
letter-spacing: 15rpx;
}
.indexright{
width:383rpx;
height:270rpx;
font-size: 0;
position:absolute;
top:382rpx;
left:308rpx;
}
.indexright image{
width:100%;
height:100%;
}
.start{
width:250rpx;
height:80rpx;
line-height: 80rpx;
background:rgba(255,255,255,0);
border:1rpx solid rgba(255,94,131,1);
box-shadow:0rpx 8rpx 16rpx 0rpx rgba(255,94,131,0.16);
border-radius:40rpx;
position: absolute;
bottom:164rpx;
left:0;
right:0;
margin: 0 auto;
color:#FF5E83;
font-size: 32rpx;
}