Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /*
  2. * logo
  3. */
  4. .content-2{
  5. width: 100%;
  6. float: left;
  7. }
  8. .box-2{
  9. width: 1050px;
  10. height: 40px;
  11. line-height: 40px;
  12. margin:0 auto;
  13. display: block;
  14. padding:10px 0px;
  15. }
  16. .qy-2-1{
  17. width: 120px;
  18. height: 40px;
  19. text-align:left;
  20. line-height: 40px;
  21. }
  22. .font-3{
  23. display: block;
  24. height: 40px;
  25. line-height: 40px;
  26. }
  27. /*
  28. * 登录注册 按钮
  29. */
  30. .content-3{
  31. width: 100%;
  32. background: rgba(255, 255, 255, 0.7);
  33. position: relative;
  34. float: left;
  35. }
  36. .box-3{
  37. width: 1050px;
  38. height: 68px;
  39. line-height: 68px;
  40. margin:0 auto;
  41. display: block;
  42. }
  43. .box-3 .font-11 a:hover{
  44. color:#fff;
  45. }
  46. .font-11{
  47. border-radius: 5px;
  48. /* 绿色 */
  49. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  50. background: rgb(0, 165, 120);
  51. padding:5px 10px;
  52. margin-right: 2px !important;
  53. }
  54. .font-11-1{
  55. margin-right: 2px !important;
  56. }
  57. .font-10{
  58. color: rgb(255, 255, 255);
  59. font-family: "HarmonyOS Sans SC";
  60. font-size: 14px;
  61. font-weight: 500;
  62. line-height: 100%;
  63. letter-spacing: 0px;
  64. text-align: center;
  65. }
  66. .font-12{
  67. box-sizing: border-box;
  68. border: 1px solid rgb(0, 165, 120);
  69. border-radius: 5px;
  70. padding:5px 10px;
  71. /* 绿色 */
  72. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  73. margin-left: 2px !important;
  74. }
  75. .font-13{
  76. color: rgb(0, 165, 120);
  77. font-family: "HarmonyOS Sans SC";
  78. font-size: 14px;
  79. font-weight: 500;
  80. line-height: 100%;
  81. letter-spacing: 0px;
  82. text-align: center;
  83. }
  84. /*
  85. * 导航
  86. */
  87. .qy-6{
  88. text-align: left;
  89. }
  90. .qy-6 li{
  91. float:left;
  92. margin: 0 50px 0 0;
  93. }
  94. .qy-6 a{
  95. color: rgb(115, 119, 159);
  96. font-family: "HarmonyOS Sans SC";
  97. font-size: 14px;
  98. font-weight: 500;
  99. line-height: 100%;
  100. letter-spacing: 0px;
  101. text-align: left;
  102. }
  103. .qy-6 .active{
  104. color: rgb(40, 45, 108);
  105. font-family: "HarmonyOS Sans SC";
  106. font-size: 14px;
  107. font-weight: bold;
  108. line-height: 100%;
  109. letter-spacing: 0px;
  110. text-align: center;
  111. }
  112. .qy-6-1{
  113. }