Skip to content

Commit cfdddf0

Browse files
authored
Add files via upload
0 parents  commit cfdddf0

File tree

2 files changed

+291
-0
lines changed

2 files changed

+291
-0
lines changed

index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5+
<link rel="stylesheet" type="text/css" href="./lwdh.css" />
6+
<script src="jquery-1.8.3.min.js"></script>
7+
</head>
8+
<body class="sdf">
9+
<div class="wra">
10+
<a class="logo" href="#">懒人助手<div class="hf"></div></a>
11+
<div class="lb">
12+
<a><span>添加项目</span></a>
13+
<a><span>所有待办</span>
14+
<p>0</p>
15+
</a>
16+
</div>
17+
</div>
18+
<div class="dzml">
19+
</div>
20+
<li class="xx ">
21+
<input autocomplete="off" placeholder="名称" type="text" id="tjwz" />
22+
<input autocomplete="off" placeholder="周期" type="text" id="tjwz" />
23+
</li>
24+
<div style="clear:both;"></div>
25+
<div>
26+
<script src="note.js"></script>
27+
</div>
28+
</body>
29+
</html>

lwdh.css

Lines changed: 262 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,262 @@
1+
* {
2+
padding: 0;
3+
margin: auto;
4+
list-style: none;
5+
outline: none;
6+
border: none;
7+
box-sizing: border-box;
8+
user-select: none;
9+
font-family: Arial;
10+
}
11+
12+
::selection {
13+
background: #af897e;
14+
color: #fff;
15+
}
16+
17+
a {
18+
text-decoration: none
19+
}
20+
21+
b {
22+
font-weight: normal;
23+
}
24+
25+
html {
26+
overflow-y: overlay;
27+
background: #543939;
28+
}
29+
30+
.wra {
31+
font-weight: bold;
32+
padding: 5px 0;
33+
height: 107px;
34+
background-image: linear-gradient(to bottom, #2d0a0a, #5e2e3b);
35+
}
36+
37+
.logo {
38+
font-size: 30px;
39+
color: #b15858;
40+
float: left;
41+
margin-left: 77px;
42+
line-height: 3.2;
43+
}
44+
45+
.hf {
46+
width: 34px;
47+
height: 34px;
48+
background: #6a3d3d;
49+
border: 1px solid #2a1c1c;
50+
float: right;
51+
margin: 18px 0 0 27px;
52+
margin-right: 12px;
53+
}
54+
55+
.lb {
56+
margin-left: 344px;
57+
}
58+
59+
.lb a {
60+
float: right;
61+
margin: 0 40px;
62+
line-height: 86px;
63+
font-size: 34px;
64+
text-align: center;
65+
color: #9b4343;
66+
border-radius: 10px;
67+
}
68+
69+
.lb p {
70+
margin: 12px 7px;
71+
border-radius: 50px;
72+
color: #FFFFFF;
73+
width: 60px;
74+
height: 60px;
75+
background: #af3552;
76+
float: right;
77+
text-align: center;
78+
line-height: 47px;
79+
}
80+
81+
.selectt {
82+
color: #ff6c6c !important;
83+
}
84+
85+
.two li:hover {
86+
background: #706060;
87+
color: #ffffff;
88+
}
89+
90+
/*生活管理*/
91+
.dz {
92+
padding-left: 27px;
93+
}
94+
95+
.xx p {
96+
width: 57px;
97+
color: #dadada;
98+
float: left;
99+
margin: 17px 10px 0 0;
100+
text-align: center;
101+
line-height: 24px;
102+
}
103+
104+
.xx {
105+
display: none;
106+
padding-left: 27px;
107+
}
108+
109+
#tjwz {
110+
float: left;
111+
/* margin-right: 1000px; */
112+
margin-top: 47px;
113+
width: 97%;
114+
}
115+
116+
.sdsa {
117+
text-align: center;
118+
float: left;
119+
width: 25%;
120+
text-decoration: none;
121+
background-image: linear-gradient(to bottom, #524040, #2e2323);
122+
box-shadow: inset -7px -4px 0px 0px #503535;
123+
}
124+
125+
.sds1 {
126+
float: left;
127+
width: 212px;
128+
padding: 7px 0 7px 14px;
129+
line-height: 1.7;
130+
color: #835050;
131+
}
132+
133+
.sds2 {
134+
font-size: 21px;
135+
height: 47px;
136+
width: 47px;
137+
float: right;
138+
border-radius: 50%;
139+
line-height: 44px;
140+
border-right: 1px solid #5e4545;
141+
border-bottom: 1px solid #5e4545;
142+
background: #523939;
143+
color: #975656;
144+
box-shadow: inset 1px 1px 0px 0px #261d1d;
145+
margin-right: 74px;
146+
}
147+
148+
.slx {
149+
/* border-top: 7px solid #402d2d; */
150+
color: #bd3838;
151+
border-bottom: 1px solid #060304;
152+
background: #662b2b;
153+
font-size: 34px;
154+
float: left;
155+
width: 100%;
156+
line-height: 177px;
157+
}
158+
159+
.tjs {
160+
color: #ffffff;
161+
background: #ff8181;
162+
}
163+
164+
.gb {
165+
background: #4a3434;
166+
color: #9f5252;
167+
}
168+
169+
.gb1 {
170+
background: #5c3541;
171+
color: #9f5252;
172+
}
173+
174+
.type {
175+
background: #b13b5b;
176+
color: #ffeded;
177+
}
178+
179+
input {
180+
height: 77px;
181+
padding: 0 17px;
182+
color: #7a5252;
183+
font-size: 20px;
184+
border-radius: 25px;
185+
box-shadow: inset 1px 1px 0px 0px #16161626;
186+
background: #ad909021;
187+
border-right: 1px solid #362e2e33;
188+
border-bottom: 1px solid #816d6d33;
189+
}
190+
191+
#nr {
192+
padding: 0 20px 0 67px;
193+
margin: 187px 14px 0 14px;
194+
}
195+
196+
.nrt {
197+
width: 100%;
198+
float: left;
199+
}
200+
201+
#nr span {
202+
margin: 0 14px;
203+
width: 107px;
204+
padding: 12px 0;
205+
color: #935353;
206+
border-radius: 25px;
207+
font-size: 22px;
208+
float: left;
209+
line-height: 27px;
210+
text-align: center;
211+
}
212+
213+
#nr .select,
214+
#nr span:hover {
215+
box-shadow: 1px 1px 0px 0px #000000;
216+
color: #f58b8b !important;
217+
border-radius: 10px;
218+
background-image: -webkit-linear-gradient(left, #a7472a, #871f1f);
219+
}
220+
221+
.dz a {
222+
text-align: center;
223+
float: left;
224+
width: 184px;
225+
margin: 14px 21px 32px 0;
226+
border-radius: 7px;
227+
box-shadow: inset 1px 1px 0px 0px #af8c8c30;
228+
border-right: 1px solid #00000030;
229+
border-bottom: 1px solid #00000030;
230+
color: #875151;
231+
background: #62424236;
232+
padding: 19px 7px;
233+
font-size: 14px;
234+
line-height: 3;
235+
}
236+
237+
.dza img,
238+
.dzd img {
239+
width: 34px;
240+
height: 34px;
241+
border-radius: 50px;
242+
float: left;
243+
margin-top: 4px;
244+
opacity: 0.7;
245+
}
246+
247+
.xxp {
248+
background: rgb(230 158 177);
249+
color: rgb(255, 255, 255) !important;
250+
}
251+
252+
.yc {
253+
width: 40px !important;
254+
position: fixed;
255+
top: 0;
256+
left: 0;
257+
z-index: 400;
258+
height: 41px;
259+
margin: 0 !important;
260+
color: #2a1414 !important;
261+
cursor: none !important;
262+
}

0 commit comments

Comments
 (0)