/* packageD/team_sell/getCouponLis/getCouponLis.wxss */ page { background-color: #fff; } .lisBox { height: 139rpx; width: 100%; background: #fff; display: flex; justify-content: space-between; align-items: center; } .left { margin-left: 30rpx; width: 50%; } .right { width: 50%; margin-right: 30rpx; text-align: right; } .name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 28rpx; color: #000; line-height: 36rpx; } .money { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 28rpx; color: #ff2c29; line-height: 36rpx; } .nexta { display: flex; align-items: center; margin-left: 20rpx; margin-bottom: 30rpx; } .nexta_dis { align-items: center; margin-left: 20rpx; margin-bottom: 30rpx; display: none; } .nextbox { display: flex; justify-content: space-between; height: 100%; flex: 1; align-items: center; margin-right: 20rpx; } .list-other .title { padding: 0 37.0016rpx; height: 82rpx; border-bottom: solid 1px #f2f2f2; display: flex; align-items: center; justify-content: space-between; background: #fff; } .list-other .content { padding: 26rpx 37.0016rpx; display: flex; align-items: center; justify-content: space-between; } .list-other .content .left { display: flex; flex-direction: column; text-align: center; } .list-other .content .left .cash { color: #666; margin-top: 20rpx; } .list-other .content .right { display: flex; flex-direction: column; text-align: center; } .list-other .content .right .cash { color: #666; margin-top: 20rpx; }