94f0489d by 杨威

添加公共样式

1 parent 545dcf99
...@@ -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
......