You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

32 lines
609 B

/* 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%;
}