| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | 
							- /* 物料列表 */
 
- .product-list {
 
-     display: flex;
 
-     flex-wrap: wrap;
 
-     background: none !important;
 
-     .item {
 
-         width: 336rpx;
 
-         border-radius: 16rpx;
 
-         overflow: hidden;
 
-         border: 1rpx solid #DDDDDD;
 
-         margin-bottom: 20rpx;
 
-         .cover {
 
-             padding: 0 !important;
 
-             margin: 0 !important;
 
-         }
 
-         .details {
 
-             width: 100%;
 
-             background-color: #fff;
 
-             margin-top: -8rpx;
 
-             padding: 20rpx;
 
-             box-sizing: border-box;
 
-             border-bottom: 1rpx solid #eeeeee;
 
-             font-family: PingFang SC-Regular, PingFang SC;
 
-             .title {
 
-                 font-size: 24rpx;
 
-                 color: #333333;
 
-             }
 
-             .display-data {
 
-                 display: flex;
 
-                 justify-content: space-around;
 
-                 height: 28rpx;
 
-                 margin-top: 10rpx;
 
-                 font-size: 20rpx;
 
-                 color: #999999;
 
-                 text {
 
-                     margin-right: 6rpx;
 
-                     font-size: 28rpx;
 
-                 }
 
-             }
 
-         }
 
-         .share-button {
 
-             height: 60rpx;
 
-             font-size: 24rpx;
 
-             color: #3874F6;
 
-         }
 
-     }
 
-     .item:nth-of-type(2n) {
 
-         margin-left: 10rpx;
 
-     }
 
- }
 
 
  |