index.less 673 B

123456789101112131415161718192021222324252627
  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. font-size: 32rpx;
  24. margin-left: 18rpx;
  25. }
  26. }
  27. }