index.wxss 715 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* nova-tourism/pages/my/my-wallet/index.wxss */
  2. .all {
  3. width: 100vw;
  4. padding-left: 20rpx;
  5. padding-right: 20rpx;
  6. color: #382E2E;
  7. font-family: 'NotoSans-Regular-2', sans-serif;
  8. font-weight: 400;
  9. }
  10. @font-face {
  11. font-family: 'NotoSans-Bold-5';
  12. src: url('../../../../assets/font/Noto-sans/NotoSans-Bold-5.ttf');
  13. /* 字体文件路径 */
  14. }
  15. .all .textbox {
  16. width: 100%;
  17. margin-bottom: 46rpx;
  18. display: flex;
  19. align-items: center;
  20. }
  21. .all .textbox image {
  22. width: 56rpx;
  23. height: 56rpx;
  24. }
  25. .all .textbox .text {
  26. width: 690rpx;
  27. font-size: 32rpx;
  28. margin-left: 18rpx;
  29. display: flex;
  30. align-items: center;
  31. justify-content: space-between;
  32. }
  33. .all .textbox .text > view {
  34. font-size: 30rpx;
  35. }