index.less 871 B

12345678910111213141516171819202122232425262728293031323334
  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. @font-face {
  10. font-family: 'NotoSans-Bold-5';
  11. src: url('../../../../assets/font/Noto-sans/NotoSans-Bold-5.ttf'); /* 字体文件路径 */
  12. }
  13. .textbox{
  14. width: 100%;
  15. margin-bottom: 46rpx;
  16. display: flex;
  17. align-items: center;
  18. image{
  19. width: 56rpx;
  20. height: 56rpx;
  21. }
  22. .text{
  23. width: 690rpx;
  24. font-size: 32rpx;
  25. margin-left: 18rpx;
  26. display: flex;
  27. align-items: center;
  28. justify-content: space-between;
  29. >view{
  30. font-size: 30rpx;
  31. }
  32. }
  33. }
  34. }