/* pages/user/retail/goods/index.wxss */ .item { display: flex; align-items: center; justify-content: space-between; margin: 20rpx 30rpx; background: white; border-radius: 20rpx; padding: 20rpx; } .item image { width: 140rpx; height: 140rpx; border-radius: 10rpx; display: block; flex-shrink: 0; margin-right: 20rpx; } .item-center { flex: 1; width: 300rpx; font-size: 30rpx; } button.item-btn { width: 140rpx !important; line-height: 60rpx !important; background: #0B898E; border-radius: 30rpx !important; font-size: 26rpx !important; text-align: center !important; font-weight: 500 !important; flex-shrink: 0; color: #fff; padding: 0 !important; } .item-price { color: #D62828; margin-top: 10rpx; margin-bottom: 20rpx; } .item-price text { font-size: 24rpx; color: #333; margin-left: 10rpx; } .item-money { font-size: 24rpx; color: #999; }