Skip to content

Commit 1bf4d70

Browse files
committed
fix bugs
1 parent c689b1a commit 1bf4d70

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

examples/css/all.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
/* ---------------------- common -------------------- */
22

3-
body, input {
4-
color: #555;
5-
font-size: 14px;
6-
font-family: Helvetica, Arial, sans-serif;
7-
}
8-
input, button {
9-
outline: none;
10-
}
113
.address {
124
width: 390px;
135
margin-top: 50px;
146
padding: 20px 40px 30px;
157
border: 2px solid #e1e1e1;
168
background-color: #f7f7f7;
179
box-shadow: rgba(0,0,0,0.075) 1px 1px 5px;
10+
color: #555;
11+
font-size: 14px;
12+
font-family: Helvetica, Arial, sans-serif;
1813
}
1914
.address h2 {
2015
margin: 0;
2116
padding: 0;
2217
font-size: 20px;
2318
text-align: center;
2419
}
20+
.address input,
21+
.address button {
22+
outline: none;
23+
}
2524
.field {
2625
margin-bottom: 10px;
2726
padding: 0;

0 commit comments

Comments
 (0)