index.less 642 B

1234567891011121314151617181920212223242526
  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-Bold-5', sans-serif;
  8. @font-face {
  9. font-family: 'NotoSans-Bold-5';
  10. src: url('../../styles/font/Noto-sans/NotoSans-Bold-5.ttf'); /* 字体文件路径 */
  11. }
  12. .textbox{
  13. width: 100%;
  14. margin-bottom: 46rpx;
  15. display: flex;
  16. align-items: center;
  17. image{
  18. width: 56rpx;
  19. height: 56rpx;
  20. }
  21. .text{
  22. font-size: 32rpx;
  23. margin-left: 18rpx;
  24. }
  25. }
  26. }