Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

header.css 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. .content-1{
  2. width: 100%;
  3. background: rgba(255, 255, 255, 0.5);
  4. }
  5. .box-1{
  6. width: 1050px;
  7. height: 37px;
  8. line-height: 37px;
  9. margin:0 auto;
  10. display: block;
  11. }
  12. .font-1{
  13. color: rgb(40, 45, 108);
  14. font-family: HarmonyOS Sans SC;
  15. font-size: 14px;
  16. font-weight: 400;
  17. line-height: 100%;
  18. letter-spacing: 0px;
  19. text-align: left;
  20. }
  21. .qy-1{
  22. text-align: right;
  23. }
  24. .font-2{
  25. border-radius: 5px;
  26. /* 绿色 */
  27. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  28. background: rgb(0, 165, 120);
  29. color: rgb(255, 255, 255);
  30. font-family: HarmonyOS Sans SC;
  31. font-size: 14px;
  32. font-weight: 300;
  33. line-height: 100%;
  34. letter-spacing: 0px;
  35. text-align: center;
  36. padding:5px 10px;
  37. }
  38. .content-2{
  39. width: 100%;
  40. }
  41. .box-2{
  42. width: 1050px;
  43. height: 40px;
  44. line-height: 40px;
  45. margin:0 auto;
  46. display: block;
  47. padding:10px 0px;
  48. }
  49. .qy-2-1{
  50. width: 120px;
  51. height: 40px;
  52. text-align:left;
  53. line-height: 40px;
  54. }
  55. .qy-2-2{
  56. width: 139px;
  57. height: 32px;
  58. border-radius: 4px;
  59. background: rgba(3, 8, 82, 0.5);
  60. margin-top: 6px;
  61. line-height:32px;
  62. }
  63. .qy-2-3{
  64. width: 230px;
  65. height: 32px;
  66. border-radius: 15px;
  67. background: rgba(255, 255, 255, 0.5);
  68. margin-top: 6px;
  69. margin-left:5px;
  70. line-height:36px;
  71. }
  72. .qy-2-4{
  73. width: 300px;
  74. height: 40px;
  75. line-height: 46px;
  76. }
  77. .qy-2-5{
  78. width: 250px;
  79. height: 25px;
  80. line-height: 46px;
  81. }
  82. .font-3{
  83. color: rgb(3, 8, 82);
  84. font-family: 旁门正道标题体;
  85. font-size: 35px;
  86. font-weight: 400;
  87. line-height: 40px;
  88. letter-spacing: 2px;
  89. text-align: left;
  90. }
  91. .font-4{
  92. color: rgba(255, 255, 255, 0.9);
  93. font-family: HarmonyOS Sans SC;
  94. font-size: 14px;
  95. font-weight: 400;
  96. line-height: 24px;
  97. letter-spacing: -1px;
  98. text-align: center;
  99. }
  100. .font-4-1{
  101. margin-top: 2px;
  102. display: block;
  103. }
  104. .font-4-2{
  105. margin-top: 2px;
  106. display: block;
  107. }
  108. .font-6{
  109. color: rgba(3, 8, 82, 0.31);
  110. font-family: HarmonyOS Sans SC;
  111. font-size: 14px;
  112. font-weight: 300;
  113. line-height: 16px;
  114. letter-spacing: 0px;
  115. text-align: left;
  116. }
  117. .font-6 input{
  118. border:none;background: none;
  119. }
  120. .font-25{
  121. color: rgba(3, 8, 82, 0.83);
  122. font-family: HarmonyOS Sans SC;
  123. font-size: 14px;
  124. font-weight: 300;
  125. line-height: 16px;
  126. letter-spacing: 0px;
  127. text-align: left;
  128. }
  129. .font-27{
  130. color: rgb(54, 59, 120);
  131. font-family: HarmonyOS Sans SC;
  132. font-size: 25px;
  133. font-weight: 500;
  134. line-height: 100%;
  135. letter-spacing: 0px;
  136. text-align: center;
  137. }
  138. .content-3{
  139. width: 100%;
  140. background: rgba(255, 255, 255, 0.5);
  141. }
  142. .box-3{
  143. width: 1050px;
  144. height: 68px;
  145. line-height: 68px;
  146. margin:0 auto;
  147. display: block;
  148. }
  149. .font-11{
  150. border-radius: 5px;
  151. /* 绿色 */
  152. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  153. background: rgb(0, 165, 120);
  154. padding:5px 10px;
  155. }
  156. .font-10{
  157. color: rgb(255, 255, 255);
  158. font-family: HarmonyOS Sans SC;
  159. font-size: 14px;
  160. font-weight: 500;
  161. line-height: 100%;
  162. letter-spacing: 0px;
  163. text-align: center;
  164. }
  165. .font-12{
  166. box-sizing: border-box;
  167. border: 1px solid rgb(0, 165, 120);
  168. border-radius: 5px;
  169. padding:5px 10px;
  170. /* 绿色 */
  171. box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
  172. }
  173. .font-13{
  174. color: rgb(0, 165, 120);
  175. font-family: HarmonyOS Sans SC;
  176. font-size: 14px;
  177. font-weight: 500;
  178. line-height: 100%;
  179. letter-spacing: 0px;
  180. text-align: center;
  181. }
  182. .qy-6{
  183. text-align: left;
  184. }
  185. .qy-6 a{
  186. color: rgb(115, 119, 159);
  187. font-family: HarmonyOS Sans SC;
  188. font-size: 14px;
  189. font-weight: 500;
  190. line-height: 100%;
  191. letter-spacing: 0px;
  192. text-align: left;
  193. }
  194. .qy-6 .active{
  195. color: rgb(40, 45, 108);
  196. font-family: HarmonyOS Sans SC;
  197. font-size: 14px;
  198. font-weight: 500;
  199. line-height: 100%;
  200. letter-spacing: 0px;
  201. text-align: center;
  202. }
  203. .qy-6-1{
  204. width:13%;
  205. }