public.css 627 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .title{
  2. color: #11d3f6;
  3. font-size: 36px;
  4. letter-spacing: 5px;
  5. font-weight: bold;
  6. text-align: center;
  7. /* background: #1e2a44; */
  8. padding: 20px;
  9. margin-bottom: 10px;
  10. }
  11. .title .iconfont{
  12. font-size: 32px;
  13. font-weight: normal;
  14. }
  15. .s-title{
  16. font-size: 18px;
  17. }
  18. .describe{
  19. color: var(--sub-text-color);
  20. font-size: 14px;
  21. text-indent: 32px;
  22. }
  23. .emphasize{
  24. font-size: 18px!important;
  25. color: #fff!important;
  26. }
  27. .w-color{
  28. color: #fff;
  29. }
  30. .f-weight{
  31. font-weight: bolder;
  32. }
  33. .line{
  34. width: 100%;
  35. height: 2px;
  36. margin-bottom: 10px;
  37. background: linear-gradient(to right, #0f86c2, rgba(255,255,255,1));
  38. }