/* pagesA/passwordList/passwordList.wxss */ .voucher-list{ box-sizing: border-box; padding: 10rpx; width: 100%; } .voucher-item{ width: 90%; margin: 20rpx auto; border-radius: 20rpx; border: 2rpx solid #eee; box-shadow: 2rpx 2rpx 10rpx #eee; padding: 20rpx; } .voucheritem{ display: flex; justify-content: space-between; padding: 10rpx; } .btn{ margin-top: 10rpx; width: 20%; height: 50rpx; border: 2rpx solid #e54857; border-radius: 10rpx; text-align: center; line-height: 50rpx; background-color: #e54857; color: #ffffff; font-size: 32rpx; margin: 0 0 0 80%; }