From 3d833760c803b7488ba2f6d9846178feedc566a3 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Sat, 18 Sep 2021 11:25:30 +0800 Subject: [PATCH] no message --- pages/goods/create/index.wxss | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/pages/goods/create/index.wxss b/pages/goods/create/index.wxss index 7a6236f..41498a3 100644 --- a/pages/goods/create/index.wxss +++ b/pages/goods/create/index.wxss @@ -3,45 +3,11 @@ margin-top: 18rpx; } -.cate-list { - margin: 24rpx 30rpx; - border: 1rpx solid #dcdcdc; -} - -.cate-header { - min-height: 80rpx; - background-color: #dcdcdc; - padding: 0rpx 30rpx; -} - -.cate-paper { - height: 100rpx; - border-bottom: 1rpx solid #dcdcdc; -} - .cate-input { font-size: 30rpx; text-align: right; } -.cate-index { - width: 16px; - height: 16px; - font-size: 12px; - line-height: 16px; - text-align: center; - border-radius: 16px; - border: 1px solid #666666; - margin-left: 8px -} - -.flex-column { - -webkit-box-orient: vertical; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; -} - .textarea{ width:100%; height:80px;