添加公共样式
Showing
1 changed file
with
22 additions
and
0 deletions
... | @@ -12,3 +12,25 @@ | ... | @@ -12,3 +12,25 @@ |
12 | .db{ | 12 | .db{ |
13 | display: block; | 13 | display: block; |
14 | } | 14 | } |
15 | .fl{ | ||
16 | float: left; | ||
17 | } | ||
18 | .fr{ | ||
19 | float: right; | ||
20 | } | ||
21 | |||
22 | .formInput { | ||
23 | height: 20px; | ||
24 | width: 96%; | ||
25 | line-height: 20px; | ||
26 | outline: none; | ||
27 | border: none; | ||
28 | color: #606764; | ||
29 | overflow: visible; | ||
30 | cursor: text; | ||
31 | text-align: center; | ||
32 | } | ||
33 | .psr{ | ||
34 | position: relative; | ||
35 | } | ||
36 | ol, ul { list-style:none; } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment