Commit 13918a1f994fcde92e7a84034a22ed7c30599036
1 parent
7ae5947a
商品分类,
Showing
2 changed files
with
16 additions
and
3 deletions
pages/goods/categoryList/categoryList.wxml
pages/goods/categoryList/categoryList.wxss
... | ... | @@ -240,10 +240,20 @@ line-height: 45rpx; |
240 | 240 | .classify_name{ |
241 | 241 | width: 90%; |
242 | 242 | margin: auto; |
243 | - height: 80rpx; | |
243 | + height: 70rpx; | |
244 | 244 | border-bottom: 1rpx solid #eee; |
245 | - line-height: 80rpx; | |
245 | + line-height: 85rpx; | |
246 | + font-weight: 600; | |
247 | + | |
246 | 248 | } |
247 | 249 | .classify_content{ |
248 | - width: 100% | |
250 | + width: 67% | |
251 | + | |
252 | + } | |
253 | + .classify_content-frame{ | |
254 | + width: 90%; | |
255 | + height: 90%; | |
256 | + margin: auto; | |
257 | + flex-wrap:wrap; | |
258 | + justify-content:space-between; | |
249 | 259 | } |
250 | 260 | \ No newline at end of file | ... | ... |