star.wxss
878 字节
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
/* pages/star/star.wxss */
/* pages/start/start.wxss */
.container {
width: 100%;
height: 100%;
padding: 269rpx 0 176rpx 0;
position: fixed;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.logo {
font-size: 36rpx;
font-family: TRENDS;
color: #fff;
width: 132rpx;
height: 131rpx;
background: linear-gradient(to top,#628DFF,#487AFF);
border-radius: 20rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.title {
font-size: 32rpx;
color: #666;
text-align: center;
margin-top: 42rpx;
}
.bottom_btn button {
font-size: 32rpx;
color: #fff;
width: 520rpx;
height: 80rpx;
background: linear-gradient(to top,#628DFF,#487AFF);
border-radius: 40rpx;
display: flex;
align-items: center;
justify-content: center;
}