zmhd.wxss 852 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* pages/zmhd/zmhd.wxss */
  2. /* 对话标题字体 */
  3. .na-communicate-title {
  4. font-size: 42rpx;
  5. font-family: PingFang SC;
  6. font-weight: 600;
  7. background: linear-gradient(to bottom, #FFFFFF 30%, #94D1FD 100%);
  8. -webkit-background-clip: text;
  9. background-clip: text;
  10. color: transparent;
  11. letter-spacing: 2rpx;
  12. text-shadow: 0px 10rpx 7rpx rgba(13,73,117,0.14);
  13. }
  14. /* 对话内容字体 */
  15. .na-communicate-content {
  16. font-size: 22rpx;
  17. font-family: PingFang SC;
  18. font-weight: 500;
  19. color: #FFFFFF;
  20. line-height: 40rpx;
  21. opacity: 0.43;
  22. }
  23. /* 内容的标题字体 */
  24. .main-content-title {
  25. font-size: 28rpx;
  26. font-family: PingFang SC;
  27. font-weight: 500;
  28. color: #501C16;
  29. text-align: left;
  30. margin-left: 0rpx;
  31. }
  32. /* 内容的内容字体 */
  33. .main-content-content {
  34. font-size: 22rpx;
  35. font-family: PingFang SC;
  36. font-weight: 500;
  37. text-align: left;
  38. }