94f0489d by 杨威

添加公共样式

1 parent 545dcf99
......@@ -12,3 +12,25 @@
.db{
display: block;
}
.fl{
float: left;
}
.fr{
float: right;
}
.formInput {
height: 20px;
width: 96%;
line-height: 20px;
outline: none;
border: none;
color: #606764;
overflow: visible;
cursor: text;
text-align: center;
}
.psr{
position: relative;
}
ol, ul { list-style:none; }
\ No newline at end of file
......