Commit fd9cb35804221c60e33e93479aca8238e16d0350

Authored by dlstatic
2 parents a8c90574 df6aa619

Merge branch 'dev'

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