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

1 year ago
  1. /* pagesA/passwordList/passwordList.wxss */
  2. .voucher-list{
  3. box-sizing: border-box;
  4. padding: 10rpx;
  5. width: 100%;
  6. }
  7. .voucher-item{
  8. width: 90%;
  9. margin: 20rpx auto;
  10. border-radius: 20rpx;
  11. border: 2rpx solid #eee;
  12. box-shadow: 2rpx 2rpx 10rpx #eee;
  13. padding: 20rpx;
  14. }
  15. .voucheritem{
  16. display: flex;
  17. justify-content: space-between;
  18. padding: 10rpx;
  19. }
  20. .btn{
  21. margin-top: 10rpx;
  22. width: 20%;
  23. height: 50rpx;
  24. border: 2rpx solid #e54857;
  25. border-radius: 10rpx;
  26. text-align: center;
  27. line-height: 50rpx;
  28. background-color: #e54857;
  29. color: #ffffff;
  30. font-size: 32rpx;
  31. margin: 0 0 0 80%;
  32. }