info.wxss 591 B

123456789101112131415161718192021222324252627282930313233
  1. .info-content {
  2. height: 100%;
  3. width: 90%;
  4. margin: 0 auto;
  5. }
  6. .info-content .i-title {
  7. font-family: PingFang SC;
  8. font-weight: 800;
  9. font-size: 42rpx;
  10. color: #FFFFFF;
  11. margin-top: 1vh;
  12. }
  13. .info-content .i-introduce {
  14. font-family: PingFang SC;
  15. font-weight: 800;
  16. font-size: 34rpx;
  17. color: #00FFFF;
  18. margin: 1vh 0;
  19. }
  20. .info-content .i-introduce-content {
  21. text-indent: 2ch;
  22. font-family: Microsoft YaHei;
  23. font-weight: 400;
  24. font-size: 30rpx;
  25. color: #FFFFFF;
  26. }
  27. .info-content .i-hr {
  28. height: 1rpx;
  29. width: 100%;
  30. background: #30A1DB;
  31. opacity: 0.5;
  32. margin: 2vh 0;
  33. }