Commit fd9cb35804221c60e33e93479aca8238e16d0350

Authored by dlstatic
2 parents a8c90574 df6aa619

Merge branch 'dev'

css/style/collection.css
... ... @@ -115,11 +115,11 @@
115 115 font-size: 16px;
116 116 color: #333;
117 117 line-height: 1;
118   - clear: both;
119 118 }
120 119 #collection .m-table-view h3.title {
121 120 padding-bottom: 5px;
122 121 margin: 0;
  122 + display: block;
123 123 }
124 124 #collection .main-cate .value-red {
125 125 font-size: 14px;
... ...
css/style/collection.less
... ... @@ -47,11 +47,11 @@
47 47 font-size:16px;
48 48 color:#333;
49 49 line-height: 1;
50   - clear: both;
51 50 }
52 51 h3.title {
53 52 padding-bottom: 5px;
54 53 margin: 0;
  54 + display: block;
55 55 }
56 56 }
57 57 .main-cate {
... ...