Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .qy-800{
  2. position: relative;
  3. margin-top:20px;
  4. }
  5. .font-15-6666{
  6. position: absolute;
  7. width: 3px;
  8. height: 20px;
  9. border-radius: 5px;
  10. background: rgb(38, 120, 255);
  11. left: 4%;
  12. }
  13. .font-15-556{
  14. color: rgb(40, 45, 108);
  15. font-family: "HarmonyOS Sans SC" !important;
  16. font-size: 18px;
  17. font-weight: bold;
  18. line-height: 100%;
  19. letter-spacing: 0px;
  20. text-align: left;
  21. margin-left: 20px;
  22. display: block;
  23. }
  24. .link-ti{
  25. width: 100%;
  26. padding-left: 1%;
  27. }
  28. .link-li{
  29. width: 100%;
  30. height: auto;
  31. line-height: 22px;
  32. padding: 5px 4%;
  33. margin-top: 10px;
  34. }
  35. .link-li li{
  36. float: left;
  37. margin: 0 10px 0 0;
  38. }
  39. .link-li li a{
  40. color: rgb(40, 45, 108);
  41. font-family: "HarmonyOS Sans SC";
  42. font-size: 16px;
  43. font-weight: 400;
  44. line-height: 100%;
  45. letter-spacing: 1px;
  46. text-align: center;
  47. }