5d585be0 by xiaomiao

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents 2b3d5b3e 49b44ad1
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
27 box-sizing: border-box; 27 box-sizing: border-box;
28 padding: 10px; 28 padding: 10px;
29 display: flex; 29 display: flex;
30
30 flex-direction: column; 31 flex-direction: column;
31 32
32 .item-list { 33 .item-list {
...@@ -39,6 +40,7 @@ ...@@ -39,6 +40,7 @@
39 line-height: 36px; 40 line-height: 36px;
40 border: 1px solid $borderColor; 41 border: 1px solid $borderColor;
41 font-weight: 700; 42 font-weight: 700;
43 font-size: 16px;
42 padding: 5px 0 5px 10px; 44 padding: 5px 0 5px 10px;
43 background-color: #fff; 45 background-color: #fff;
44 margin-bottom: 5px; 46 margin-bottom: 5px;
...@@ -253,4 +255,4 @@ ...@@ -253,4 +255,4 @@
253 text-align: center; 255 text-align: center;
254 margin-top: 20px; 256 margin-top: 20px;
255 } 257 }
256 } 258 }
...\ No newline at end of file ...\ No newline at end of file
......