File tree 1 file changed +29
-4
lines changed
1 file changed +29
-4
lines changed Original file line number Diff line number Diff line change 1
1
body {
2
- font-family : 'Short Stack' , cursive;
2
+ font-family : 'Short Stack' , '华文行楷' , cursive;
3
3
}
4
4
5
5
# app {
6
- width : 1200 px ;
6
+ width : 1050 px ;
7
7
margin : 50px auto;
8
+ position : relative;
9
+ }
10
+
11
+ .title {
12
+ text-align : center;
8
13
}
9
14
10
15
ul .sticky_notes {
@@ -29,7 +34,6 @@ ul.sticky_notes li.todo-item{
29
34
-webkit-transform : rotate (-6deg );
30
35
-o-transform : rotate (-6deg );
31
36
-moz-transform : rotate (-6deg );
32
- font-family : 'Short Stack' , cursive;
33
37
}
34
38
35
39
ul .sticky_notes li .todo-item : nth-child (odd){
@@ -93,7 +97,7 @@ ul.sticky_notes li.todo-item:not(.job-done):hover{
93
97
.item-button {
94
98
position : absolute;
95
99
right : 20px ;
96
- top : 20 px ;
100
+ top : 15 px ;
97
101
}
98
102
99
103
.item-button i {
@@ -231,4 +235,25 @@ ul.color-picker li{
231
235
232
236
.action-button i : hover {
233
237
color : # 555 ;
238
+ }
239
+
240
+ .remain-time {
241
+ position : absolute;
242
+ top : 15px ;
243
+ }
244
+
245
+ .settings-box {
246
+ position : absolute;
247
+ top : 0 ;
248
+ right : 0 ;
249
+ width : 200px ;
250
+ }
251
+
252
+ .settings-box > div {
253
+ margin-bottom : 10px ;
254
+ }
255
+
256
+ .settings-box i {
257
+ margin-right : 10px ;
258
+ color : # 8e8e8e ;
234
259
}
You can’t perform that action at this time.
0 commit comments