西藏巴青项目

app-lang.scss 913B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /**
  2. * 汉藏双语与藏文专项(与 ruoyi-ui-app 一致,行情页 text-body / text-title 依赖)
  3. */
  4. .lang-zh {
  5. font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  6. letter-spacing: 0;
  7. line-height: 1.5;
  8. }
  9. .lang-bo {
  10. font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  11. letter-spacing: 2rpx;
  12. line-height: 1.7;
  13. }
  14. .lang-bo .text-body {
  15. font-size: 26rpx;
  16. line-height: 1.7;
  17. letter-spacing: 2rpx;
  18. word-break: break-word;
  19. overflow-wrap: anywhere;
  20. white-space: normal;
  21. }
  22. .lang-zh .text-body {
  23. font-size: 30rpx;
  24. line-height: 1.5;
  25. word-break: break-word;
  26. overflow-wrap: anywhere;
  27. white-space: normal;
  28. }
  29. .lang-bo .text-title {
  30. font-size: 32rpx;
  31. line-height: 1.7;
  32. letter-spacing: 2rpx;
  33. word-break: break-word;
  34. overflow-wrap: anywhere;
  35. }
  36. .lang-zh .text-title {
  37. font-size: 36rpx;
  38. line-height: 1.5;
  39. word-break: break-word;
  40. overflow-wrap: anywhere;
  41. }