index.less 440 B

123456789101112131415161718192021
  1. /* nova-tourism/pages/my/my-wallet/index.wxss */
  2. .all {
  3. width: 100vw;
  4. padding-left: 20rpx;
  5. padding-right: 20rpx;
  6. .textbox{
  7. width: 100%;
  8. height: 80rpx;
  9. display: flex;
  10. align-items: center;
  11. margin-bottom: 10rpx;
  12. image{
  13. width: 50rpx;
  14. height: 50rpx;
  15. }
  16. .text{
  17. font-size: 30rpx;
  18. margin-left: 20rpx;
  19. }
  20. }
  21. }