/* packageH/stock/promotion_center/promotion_center.wxss */ .promotion-center { margin-top: 20rpx; } .tab-content { padding: 0 30rpx; border-top: 2rpx solid #ebebeb; background-color: white; } /* 订单列表 */ .order-list .order-item { display: block; border-bottom: 1px solid #ebebeb; } .order-list .order-item:last-child { border-bottom: none; } /* 直推代理奖列表 */ .proxy-item { padding: 28rpx 0; color: #f15353; border-bottom: 2rpx solid #ebebeb; } .proxy-item:last-child { border-bottom: none; } .proxy-header { display: flex; justify-content: space-between; align-content: center; } .proxy-member-avatar { flex-shrink: 0; width: 80rpx; height: 80rpx; border-radius: 50%; } .proxy-order-info { flex-grow: 1; margin-left: 16rpx; } .proxy-order-info view { display: flex; justify-content: space-between; align-content: center; } .proxy-order-info-footer { margin-top: 6rpx; font-size: 24rpx; } .proxy-order-status { color: #8c8c8c; } .proxy-member-nickname { color: #333; } .proxy-order-amount { font-size: 30rpx; } .proxy-order-time { margin-top: 21.002rpx; font-size: 22rpx; color: #8c8c8c; text-align: left; } .proxy-order-time span { padding-left: 19.002rpx; } .proxy-order-status { margin-top: -8rpx; }