|
@@ -64,6 +64,29 @@ table {
|
|
|
border-spacing: 0;
|
|
|
}
|
|
|
|
|
|
+.table{
|
|
|
+ width: 100%;
|
|
|
+ border:1px solid #E2E5EF;
|
|
|
+ border-collapse: collapse;
|
|
|
+ thead{
|
|
|
+ background: #EFF0F9;
|
|
|
+ }
|
|
|
+ th,td{
|
|
|
+ height: @trHeight;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding:0 10px;
|
|
|
+ border:1px solid #E2E5EF;
|
|
|
+ border-collapse: collapse;
|
|
|
+ }
|
|
|
+ th{
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 500;
|
|
|
+ }
|
|
|
+ td{
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400
|
|
|
+ }
|
|
|
+}
|
|
|
input,
|
|
|
textarea {
|
|
|
border: none;
|
|
@@ -104,6 +127,7 @@ textarea {
|
|
|
@warnColor:#FF4D4F; /**重点红色**/
|
|
|
@thBgColor:#EFF0F9; /**标题背景色**/
|
|
|
@tableBorderColor:#E2E5EF; /**表格边框**/
|
|
|
+@trHeight:30px; /**表格行高**/
|
|
|
.h2{
|
|
|
width: 100%;
|
|
|
/*box-sizing: border-box;*/
|