Skip to content

Commit 05b0ef0

Browse files
author
‘ââyihua.luo
committed
submit code
1 parent 9dd86f0 commit 05b0ef0

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

public/css/main.css

+29-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
body{
2-
font-family: 'Short Stack', cursive;
2+
font-family: 'Short Stack', '华文行楷', cursive;
33
}
44

55
#app{
6-
width:1200px;
6+
width:1050px;
77
margin: 50px auto;
8+
position: relative;
9+
}
10+
11+
.title{
12+
text-align: center;
813
}
914

1015
ul.sticky_notes{
@@ -29,7 +34,6 @@ ul.sticky_notes li.todo-item{
2934
-webkit-transform:rotate(-6deg);
3035
-o-transform:rotate(-6deg);
3136
-moz-transform:rotate(-6deg);
32-
font-family: 'Short Stack', cursive;
3337
}
3438

3539
ul.sticky_notes li.todo-item:nth-child(odd){
@@ -93,7 +97,7 @@ ul.sticky_notes li.todo-item:not(.job-done):hover{
9397
.item-button{
9498
position: absolute;
9599
right: 20px;
96-
top: 20px;
100+
top: 15px;
97101
}
98102

99103
.item-button i{
@@ -231,4 +235,25 @@ ul.color-picker li{
231235

232236
.action-button i:hover{
233237
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;
234259
}

0 commit comments

Comments
 (0)