12 |
13 |
hiolabs.com
14 |
网站建设中
15 |
16 |
17 | 曾经沧海难为水,除却巫山不是云
18 |
19 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/www/static/css/style.css:
--------------------------------------------------------------------------------
1 | body {
2 | margin: 0;
3 | padding: 0;
4 | width: 100%;
5 | height: 100%;
6 | }
7 | .wrap {
8 | width: 100vw;
9 | height: 100vh;
10 | background: url("/static/images/background.jpg");
11 | }
12 |
13 | .top {
14 | height: 140px;
15 | padding: 20px 40px;
16 | color: #fff;
17 | }
18 |
19 | .top .logo {
20 | font-size: 20px;
21 | margin-bottom: 20px;
22 | }
23 |
24 | .top .tip {
25 | font-size: 13px;
26 | }
27 |
28 | .bottom {
29 | position: fixed;
30 | width: 100%;
31 | bottom: 20px;
32 | margin-bottom: 20px;
33 | color: #fff;
34 | font-size: 16px;
35 | color: #fff;
36 | display: flex;
37 | justify-content: center;
38 | }
39 | .middle {
40 | display: flex;
41 | justify-content: center;
42 | align-items: center;
43 | font-size: 32px;
44 | color: #fff;
45 | }
46 | a:link {
47 | color: #fff;
48 | text-decoration: none;
49 | }
50 | a:visited {
51 | text-decoration: none;
52 | color: #fff;
53 | }
54 |
55 | a:hover {
56 | text-decoration: underline;
57 | color: #ccc;
58 | }
59 |
--------------------------------------------------------------------------------
/www/static/images/background.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iamdarcy/hioshop-server/112b61ebdbc97ee193903dc57b2bbf8041541aa3/www/static/images/background.jpg
--------------------------------------------------------------------------------
/www/static/images/default_avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iamdarcy/hioshop-server/112b61ebdbc97ee193903dc57b2bbf8041541aa3/www/static/images/default_avatar.png
--------------------------------------------------------------------------------
/www/static/upload/avatar/25f45a40-9447-41bc-9d53-4c5fc17f3dff.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/iamdarcy/hioshop-server/112b61ebdbc97ee193903dc57b2bbf8041541aa3/www/static/upload/avatar/25f45a40-9447-41bc-9d53-4c5fc17f3dff.jpeg
--------------------------------------------------------------------------------