Bez popisu
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.

header.css 1.9KB

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