binquan.qiu | 7f2665f | 2020-03-27 17:19:57 +0800 | [diff] [blame^] | 1 | /* pages/loadpage/loadpage.wxss */ |
2 | |||||
3 | .foot { | ||||
4 | color: white; | ||||
5 | font-size: 25rpx; | ||||
6 | position: fixed; | ||||
7 | bottom: 0; | ||||
8 | display: flex; | ||||
9 | justify-content: center; | ||||
10 | margin: 0 auto; | ||||
11 | width: 100%; | ||||
12 | } | ||||
13 | |||||
14 | .loadpage{ | ||||
15 | background-color: rgb(21, 106, 180); | ||||
16 | background-image: linear-gradient(rgb(255,255,255),rgb(21, 106, 180)); | ||||
17 | } | ||||
18 | |||||
19 | .logoimage { | ||||
20 | width: 266rpx; | ||||
21 | height: 266rpx; | ||||
22 | border-radius: 20%; | ||||
23 | margin: 0 auto; | ||||
24 | margin-top: 25rpx; | ||||
25 | position: relative; | ||||
26 | |||||
27 | |||||
28 | } | ||||
29 | .login-btn { | ||||
30 | margin-top: 30rpx; | ||||
31 | color: white; | ||||
32 | |||||
33 | font-size: 28rpx; | ||||
34 | |||||
35 | |||||
36 | } |