/* pages/mine/product/productmanage/productlist.wxss */ page { padding-top: 80rpx; } /* pages/category/index.wxss */ .category { display: flex; flex-direction: row; height: 100%; margin-bottom: 80rpx; } .nav_left { background: #f8f8f8; width: 30%; height: 100%; white-space: nowrap; } .nav_right { background: #fff; width: 70%; height: 100%; } .nav_left_bg { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 10rpx; background: #f8f8f8; position: relative; } ::-webkit-scrollbar { width: 0; height: 0; color: transparent; } .nav_left_items { font-size: 28rpx; color: #333; height: 100rpx; line-height: 100rpx; text-align: center; } .nav_left_border { border-left-color: #0054bd; border-left-width: 2px; border-left-style: solid; } .nav_left_item-active { background-color: #fff; color: #0054bd; } .jd-category { margin: 40rpx 16rpx 0; } .jd-category-wrap { overflow: hidden; padding: 20rpx 20rpx 0; } .jd-category .title { font-size: 28rpx; height: 60rpx; line-height: 30rpx; font-weight: 700; color: #080808 } .jd-category-style { width: 32.8%; float: left; display: flex; flex-direction: column; justify-content: center; } .list_img { width: 150rpx; height: 150rpx; } .list_text { text-align: center; font-size: 24rpx; color: #686868; margin-top: 10rpx; height: 70rpx; }