diff options
author | Jinwei Zhao <[email protected]> | 2016-04-04 14:00:39 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:45 +0800 |
commit | e002d09d2b6b2317fec6caa8836b20e6709c5da3 (patch) | |
tree | 1e1623524986fc63abcab7b10912dffe55dc1da9 /Code/Blocks | |
parent | dbcebe1def5c355120c61b575390d1d9ac355f67 (diff) | |
download | jinwei.me-e002d09d2b6b2317fec6caa8836b20e6709c5da3.tar.gz |
jinwei.me
Diffstat (limited to 'Code/Blocks')
-rw-r--r-- | Code/Blocks/css/main.css | 176 | ||||
-rw-r--r-- | Code/Blocks/img/background.jpg | bin | 475073 -> 0 bytes | |||
-rw-r--r-- | Code/Blocks/img/future.png | bin | 3888 -> 0 bytes | |||
-rw-r--r-- | Code/Blocks/img/life.png | bin | 3999 -> 0 bytes | |||
-rw-r--r-- | Code/Blocks/img/love.png | bin | 3006 -> 0 bytes | |||
-rw-r--r-- | Code/Blocks/img/music.mp3 | bin | 3225530 -> 0 bytes | |||
-rw-r--r-- | Code/Blocks/img/python.png | bin | 4159 -> 0 bytes | |||
-rw-r--r-- | Code/Blocks/img/time.png | bin | 24881 -> 0 bytes | |||
-rw-r--r-- | Code/Blocks/img/train.png | bin | 13711 -> 0 bytes | |||
-rw-r--r-- | Code/Blocks/img/world.png | bin | 7487 -> 0 bytes | |||
-rw-r--r-- | Code/Blocks/index.html | 112 |
11 files changed, 0 insertions, 288 deletions
diff --git a/Code/Blocks/css/main.css b/Code/Blocks/css/main.css deleted file mode 100644 index 4733137..0000000 --- a/Code/Blocks/css/main.css +++ /dev/null | |||
@@ -1,176 +0,0 @@ | |||
1 | @-webkit-keyframes fade { | ||
2 | 0% { | ||
3 | opacity: 0; | ||
4 | margin-top: 10px; | ||
5 | } | ||
6 | 100% { | ||
7 | opacity: 1; | ||
8 | margin-top: 0px; | ||
9 | } | ||
10 | } | ||
11 | |||
12 | * { | ||
13 | margin: 0px; | ||
14 | padding: 0px; | ||
15 | } | ||
16 | |||
17 | body { | ||
18 | font-family: Penumbra, HiraginoSansGB-W3, sans-serif; | ||
19 | } | ||
20 | |||
21 | h1 { | ||
22 | font-size: 22px; | ||
23 | line-height: 40px; | ||
24 | -webkit-transition: padding 100ms ease; | ||
25 | } | ||
26 | |||
27 | p { | ||
28 | font-size: 20px; | ||
29 | line-height: 40px; | ||
30 | } | ||
31 | |||
32 | img { | ||
33 | width: 80px; | ||
34 | height: 80px; | ||
35 | padding: 10px; | ||
36 | -webkit-transition: margin 1000ms ease; | ||
37 | } | ||
38 | |||
39 | span#loveu { | ||
40 | font-size: 17px; | ||
41 | line-height: 40px; | ||
42 | font: "Microsoft Ya Hei"; | ||
43 | } | ||
44 | |||
45 | div#card { | ||
46 | position: absolute; | ||
47 | width: 600px; | ||
48 | height: 400px; | ||
49 | top: 50%; | ||
50 | left: 50%; | ||
51 | margin-top: -200px; | ||
52 | margin-left: -300px; | ||
53 | box-shadow: 0px 5px 20px -5px black; | ||
54 | background: black; | ||
55 | font: "Microsoft Yi Baiti", Roboto, "华文行楷"; | ||
56 | } | ||
57 | |||
58 | div.block { | ||
59 | position: relative; | ||
60 | width: 200px; | ||
61 | height: 200px; | ||
62 | float: left; | ||
63 | box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.2); | ||
64 | text-align: center; | ||
65 | color: white; | ||
66 | overflow: hidden; | ||
67 | -webkit-transition: opacity 145s ease; | ||
68 | } | ||
69 | |||
70 | div.block:hover > .divin img { | ||
71 | margin-top: -20px; | ||
72 | } | ||
73 | |||
74 | div.block:hover > .divin h1 { | ||
75 | padding-top: 20px; | ||
76 | } | ||
77 | |||
78 | div.block:hover > .divin { | ||
79 | margin-top: -100px; | ||
80 | } | ||
81 | |||
82 | div.block:hover > .time5 { | ||
83 | margin-top: -110px; | ||
84 | } | ||
85 | |||
86 | div.block:hover > .inbox { | ||
87 | -webkit-animation: fade 500ms ease 200ms both; | ||
88 | } | ||
89 | |||
90 | div.divin { | ||
91 | width: 100px; | ||
92 | height: 140px; | ||
93 | padding: 30px 50px; | ||
94 | -webkit-transition: margin 300ms ease; | ||
95 | } | ||
96 | |||
97 | div.inbox { | ||
98 | width: 150px; | ||
99 | padding: 0px 25px; | ||
100 | } | ||
101 | |||
102 | div.time { | ||
103 | width: 175px; | ||
104 | margin: 0px auto; | ||
105 | padding: 0px; | ||
106 | height: 100px; | ||
107 | padding: 10px 12.5px 0px; | ||
108 | background: rgba(0, 0, 0, 0.1); | ||
109 | box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1); | ||
110 | } | ||
111 | |||
112 | div.time li.list { | ||
113 | list-style: none; | ||
114 | position: relative; | ||
115 | float: left; | ||
116 | width: 25px; | ||
117 | height: 50px; | ||
118 | margin: 0px 0px 10px 0px; | ||
119 | font-size: 12px; | ||
120 | -webkit-transition: 200ms ease; | ||
121 | } | ||
122 | |||
123 | div.time li.list:hover { | ||
124 | color: yellow; | ||
125 | -webkit-transform: scale(1.1); | ||
126 | } | ||
127 | |||
128 | div#b1 { | ||
129 | background-color: #2CC0E2; | ||
130 | } | ||
131 | |||
132 | div#b2 { | ||
133 | background-color: #59D999; | ||
134 | } | ||
135 | |||
136 | div#b3 { | ||
137 | background-color: #7658F9; | ||
138 | } | ||
139 | |||
140 | div#b4 { | ||
141 | background-color: #E9C24E; | ||
142 | } | ||
143 | |||
144 | div#b5 { | ||
145 | background-color: #E55679; | ||
146 | } | ||
147 | |||
148 | div#b6 { | ||
149 | background-color: grey; | ||
150 | } | ||
151 | |||
152 | span.last { | ||
153 | position: absolute; | ||
154 | font-size: 72px; | ||
155 | line-height: 200px; | ||
156 | width: 200px; | ||
157 | height: 200px; | ||
158 | left: 0px; | ||
159 | top: 0px; | ||
160 | -webkit-transition: opacity 200ms ease; | ||
161 | } | ||
162 | |||
163 | span#u {} | ||
164 | |||
165 | span#real { | ||
166 | position: absolute; | ||
167 | opacity: 0; | ||
168 | } | ||
169 | |||
170 | div#b6:hover #u { | ||
171 | opacity: 0; | ||
172 | } | ||
173 | |||
174 | div#b6:hover #real { | ||
175 | opacity: 1; | ||
176 | } | ||
diff --git a/Code/Blocks/img/background.jpg b/Code/Blocks/img/background.jpg deleted file mode 100644 index ea44056..0000000 --- a/Code/Blocks/img/background.jpg +++ /dev/null | |||
Binary files differ | |||
diff --git a/Code/Blocks/img/future.png b/Code/Blocks/img/future.png deleted file mode 100644 index 7722341..0000000 --- a/Code/Blocks/img/future.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/Code/Blocks/img/life.png b/Code/Blocks/img/life.png deleted file mode 100644 index ebfe8d2..0000000 --- a/Code/Blocks/img/life.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/Code/Blocks/img/love.png b/Code/Blocks/img/love.png deleted file mode 100644 index 7e914b8..0000000 --- a/Code/Blocks/img/love.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/Code/Blocks/img/music.mp3 b/Code/Blocks/img/music.mp3 deleted file mode 100644 index 365839d..0000000 --- a/Code/Blocks/img/music.mp3 +++ /dev/null | |||
Binary files differ | |||
diff --git a/Code/Blocks/img/python.png b/Code/Blocks/img/python.png deleted file mode 100644 index 1ff51c3..0000000 --- a/Code/Blocks/img/python.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/Code/Blocks/img/time.png b/Code/Blocks/img/time.png deleted file mode 100644 index b4196cd..0000000 --- a/Code/Blocks/img/time.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/Code/Blocks/img/train.png b/Code/Blocks/img/train.png deleted file mode 100644 index 9a668b9..0000000 --- a/Code/Blocks/img/train.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/Code/Blocks/img/world.png b/Code/Blocks/img/world.png deleted file mode 100644 index f1e1d5d..0000000 --- a/Code/Blocks/img/world.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/Code/Blocks/index.html b/Code/Blocks/index.html deleted file mode 100644 index eea48b0..0000000 --- a/Code/Blocks/index.html +++ /dev/null | |||
@@ -1,112 +0,0 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
4 | <title>For U</title> | ||
5 | <meta charset="UTF-8"> | ||
6 | <link rel="stylesheet" href="css/main.css"> | ||
7 | <style type="text/css"> | ||
8 | body { | ||
9 | background-repeat: repeat; | ||
10 | background-color: #CEE3F6; | ||
11 | background-image: url(img/background.jpg); | ||
12 | } | ||
13 | </style> | ||
14 | </head> | ||
15 | |||
16 | <body> | ||
17 | <div id="card"> | ||
18 | <div class="block" id="b1"> | ||
19 | <div class="divin love"> | ||
20 | <img src="./img/love.png"> | ||
21 | <h1>爱情</h1> | ||
22 | </div> | ||
23 | <div class="inbox"> | ||
24 | <p>关于你的每件事</p> | ||
25 | </div> | ||
26 | </div> | ||
27 | <div class="block" id="b2"> | ||
28 | <div class="divin"> | ||
29 | <img src="./img/life.png"> | ||
30 | <h1>生命</h1> | ||
31 | </div> | ||
32 | <div class="inbox"> | ||
33 | <p>一直在前行</p> | ||
34 | </div> | ||
35 | </div> | ||
36 | <div class="block" id="b3"> | ||
37 | <div class="divin"> | ||
38 | <img src="./img/train.png"> | ||
39 | <h1>未来</h1> | ||
40 | </div> | ||
41 | <div class="inbox"> | ||
42 | <p>说好的约定</p> | ||
43 | </div> | ||
44 | </div> | ||
45 | <div class="block" id="b4"> | ||
46 | <div class="divin"> | ||
47 | <img src="./img/world.png"> | ||
48 | <h1>世界</h1> | ||
49 | </div> | ||
50 | <div class="inbox"> | ||
51 | <p>将会慢慢老去</p> | ||
52 | <p> | ||
53 | </p> | ||
54 | </div> | ||
55 | </div> | ||
56 | <div class="block" id="b5"> | ||
57 | <div class="divin time5"> | ||
58 | <img src="./img/time.png"> | ||
59 | <h1>时间</h1> | ||
60 | </div> | ||
61 | <div class="inbox time"> | ||
62 | <li class="list"> | ||
63 | 星<br> | ||
64 | 期<br> | ||
65 | 一 | ||
66 | </li> | ||
67 | <li class="list"> | ||
68 | 星<br> | ||
69 | 期<br> | ||
70 | 二 | ||
71 | </li> | ||
72 | <li class="list"> | ||
73 | 星<br> | ||
74 | 期<br> | ||
75 | 三 | ||
76 | </li> | ||
77 | <li class="list"> | ||
78 | 星<br> | ||
79 | 期<br> | ||
80 | 四 | ||
81 | </li> | ||
82 | <li class="list"> | ||
83 | 星<br> | ||
84 | 期<br> | ||
85 | 五 | ||
86 | </li> | ||
87 | <li class="list"> | ||
88 | 星<br> | ||
89 | 期<br> | ||
90 | 六 | ||
91 | </li> | ||
92 | <li class="list"> | ||
93 | 星<br> | ||
94 | 期<br> | ||
95 | 日 | ||
96 | </li> | ||
97 | <span id="loveu">每一句晚安</span> | ||
98 | </div> | ||
99 | </div> | ||
100 | <div class="block" id="b6"> | ||
101 | <div class="divin"> | ||
102 | <img src="./img/python.png"> | ||
103 | <h1>你</h1> | ||
104 | </div> | ||
105 | <div class="inbox"> | ||
106 | <p>我的世界</p> | ||
107 | </div> | ||
108 | </div> | ||
109 | </div> | ||
110 | <audio src="img/music.mp3" preload="auto" autoplay="true" loop="true"></audio> | ||
111 | </body> | ||
112 | </html> | ||