start.wxss
1.4 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
88
89
90
91
92
93
94
95
96
97
/* pages/start/start.wxss */
.start_main {
position: fixed;
top: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
}
.start_main image {
height: 100%;
width: 100%;
display: block;
}
.head_txt {
position: absolute;
top: 20rpx;
left: 54rpx;
font-size: 36rpx;
color: #fff;
}
.head_title {
font-weight: bold;
font-size: 90rpx;
}
.head_subtitle {
position: relative;
font-size: 32rpx;
}
.head_subtitle::after {
position: absolute;
bottom: -10rpx;
left: 0;
content: '';
width: 100rpx;
height: 6rpx;
background: linear-gradient(to right, #5b1e8c, #c9689b, #f4c6b1);
}
.logo {
width: 310rpx;
height: 310rpx;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
}
.logo image {
width: 100%;
height: 100%;
display: block;
}
.start_btnbox{
position:absolute;
bottom:146rpx;
left:50%;
transform:translateX(-50%);
display:flex;
justify-content:center;
align-items:center;
height:92rpx;
width:277rpx;
border-radius:38rpx;
border:4rpx solid #d5d6e4;
z-index:30rpx;
}
.start_btnbox:active{
opacity: 0.7;
}
.start_btn {
margin: 10rpx;
display: flex;
justify-content: center;
align-items: center;
height: 85rpx;
width: 289rpx;
border-radius: 27rpx;
font-size:40rpx;
font-weight: bold;
background: #d5d6e4;
position: relative;
color: #C8171E;
}
.txt{
background: linear-gradient(to right, #C8171E, #9D1C62,#704082,#4166A5,#1D83BF);
-webkit-background-clip: text;
color: transparent;
}