main.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. /*-----------主体内容-----------*/
  2. .container {
  3. padding: 2em 1em 1.5em;
  4. }
  5. .Content h4 {
  6. font-size: 1.5rem;
  7. margin: 0 0 1em 0;
  8. padding-bottom: 0.3125rem;
  9. letter-spacing: 0.125rem;
  10. }
  11. p {
  12. text-indent: 2em;
  13. font-size: 1.125rem;
  14. text-align: justify;
  15. line-height: 2.0625rem;
  16. padding-bottom: 0.3125rem;
  17. }
  18. .page_btn {
  19. width: 80%;
  20. margin: 0 auto;
  21. padding-top: 1em;
  22. padding-bottom: 3em;
  23. position: relative;
  24. z-index: 9999;
  25. }
  26. .btn-prev,
  27. .btn-next {
  28. width: 49%;
  29. text-align: center;
  30. height: 2.5rem;
  31. border-radius: 0.5rem;
  32. margin-bottom: 1.25rem;
  33. }
  34. /* 主体为表格的样式 */
  35. .table {
  36. /* background-color: transparent; */
  37. border: none;
  38. font-size: 0.75rem;
  39. }
  40. .caption {
  41. font-size: 1rem;
  42. border-bottom: 0.0625rem solid #444444;
  43. text-align: right;
  44. box-sizing: border-box;
  45. padding-bottom: 0.625rem;
  46. }
  47. .table,
  48. .td,
  49. .th {
  50. margin: 0;
  51. padding: 0;
  52. vertical-align: middle;
  53. text-align: center;
  54. }
  55. .tbody .td,
  56. .tbody .th {
  57. /* background-color: transparent; */
  58. border-bottom: 0.0625rem solid #444444;
  59. border-top: 0.0625rem solid #444444;
  60. padding: 0.5625rem;
  61. box-sizing: border-box;
  62. }
  63. .tbody .td:nth-of-type(2) {
  64. text-align: left;
  65. }
  66. .tfoot .td,
  67. .tfoot .th {
  68. font-weight: bold;
  69. padding: 0.25rem 0.5rem 0.375rem 0.5625rem;
  70. text-align: center;
  71. }
  72. .thead .th {
  73. font-size: 0.875rem;
  74. font-weight: bold;
  75. line-height: 1.1875rem;
  76. padding: 0 0.5rem 0.125rem;
  77. text-align: center;
  78. }
  79. .thead .th:nth-of-type(1) {
  80. max-width: 3.125rem;
  81. }
  82. .thead .th:nth-of-type(4) {
  83. max-width: 11.25rem;
  84. }
  85. /*-----------主体内容 end-----------*/
  86. /*-----------顶部nav-----------*/
  87. .nav-top {
  88. position: fixed;
  89. top: 0px;
  90. width: 100%;
  91. height: 2.8125rem;
  92. z-index: 100;
  93. }
  94. .nav_container {
  95. width: 9.375rem;
  96. margin-left: 0.5rem;
  97. height: 100%;
  98. display: flex;
  99. align-items: center;
  100. }
  101. .nav_return {
  102. width: 1.45rem;
  103. height: 1.45rem;
  104. margin-right: 0.375rem;
  105. }
  106. .dark-icon-navleft{
  107. background: url(../img/left_round.png);
  108. background-size: contain;
  109. }
  110. .light-icon-navleft{
  111. background: url(../img/left_round_n.png);
  112. background-size: contain;
  113. }
  114. /*-----------顶部nav end-----------*/
  115. /*-----------顶部--目录 start-----------*/
  116. .top_mulu_box {
  117. cursor: pointer;
  118. position: fixed;
  119. z-index: 10;
  120. right: 0;
  121. left: 0;
  122. width: 100%;
  123. height: 2em;
  124. padding: 0 0.625rem;
  125. border-bottom: 0;
  126. display: flex;
  127. align-items: center;
  128. justify-content: space-between;
  129. }
  130. .top_left,
  131. .top_right,
  132. .top_center {
  133. height: 100%;
  134. display: flex;
  135. align-items: center;
  136. }
  137. .top_left {
  138. justify-content: flex-start;
  139. width: 3.75rem;
  140. }
  141. .top_right {
  142. justify-content: flex-end;
  143. }
  144. .top_center {
  145. justify-content: center;
  146. width: calc(100% - 3.75rem);
  147. }
  148. .top_left_icon {
  149. line-height: 2em;
  150. margin-left: -0.5rem;
  151. font-size: 0.875rem;
  152. width: 1.25rem;
  153. height: 1.25rem;
  154. }
  155. .top_left_text {
  156. font-size: 1rem;
  157. }
  158. .top_center_text {
  159. font-size: 1rem;
  160. display: inline-block;
  161. white-space: nowrap;
  162. overflow: hidden;
  163. text-overflow: ellipsis;
  164. }
  165. /*-----------顶部--目录 end-----------*/
  166. /*-----------底部导航-----------*/
  167. .nav-bottom {
  168. position: fixed;
  169. bottom: 0;
  170. width: 100%;
  171. height: 4.375rem;
  172. text-align: center;
  173. margin: 0 auto;
  174. z-index: 9999;
  175. }
  176. .btn-mulu,
  177. .btn_Aa,
  178. .btn-extra {
  179. width: 32%;
  180. display: inline-block;
  181. }
  182. .mulu,
  183. .Aa,
  184. .extra {
  185. width: 2rem;
  186. margin: 0 auto;
  187. text-align: center;
  188. position: relative;
  189. }
  190. .bottom-icon {
  191. position: absolute;
  192. width: 1.25rem;
  193. height: 1.25rem;
  194. }
  195. .dark-icon-mulu {
  196. background: url(../img/mulu.png);
  197. background-size: contain;
  198. }
  199. .light-icon-mulu {
  200. background: url(../img/mulu_n.png);
  201. background-size: contain;
  202. }
  203. .dark-icon-Aa {
  204. background: url(../img/Aa.png);
  205. background-size: contain;
  206. }
  207. .light-icon-Aa {
  208. background: url(../img/Aa_n.png);
  209. background-size: contain;
  210. }
  211. .dark-icon-extra {
  212. background: url(../img/set.png);
  213. background-size: contain;
  214. }
  215. .dark-icon-extra.act {
  216. background: url(../img/set_n.png);
  217. background-size: contain;
  218. }
  219. .light-icon-extra {
  220. background: url(../img/set1.png);
  221. background-size: contain;
  222. }
  223. .light-icon-extra.act {
  224. background: url(../img/set1_n.png);
  225. background-size: contain;
  226. }
  227. .text_mulu,
  228. .text_Aa,
  229. .text_extra {
  230. position: absolute;
  231. top: 1.375rem;
  232. font-size: 0.75rem;
  233. }
  234. /*-----------底部导航 end-----------*/
  235. /*-----------其他功能栏-----------*/
  236. .extraPop {}
  237. /*-----------字体功能栏-----------*/
  238. .fontPop {}
  239. .fontPop,
  240. .extraPop {
  241. position: fixed;
  242. bottom: 4.375rem;
  243. width: 100%;
  244. height: 5.125rem;
  245. font-size: 0.9375rem;
  246. z-index: 10005;
  247. display: flex;
  248. flex-wrap: wrap;
  249. justify-content: center;
  250. align-items: center;
  251. }
  252. .fontItem {
  253. height: 3.125rem;
  254. width: 100%;
  255. display: flex;
  256. justify-content: space-between;
  257. align-items: center;
  258. }
  259. .fontItemTitle {
  260. width: 6.625rem;
  261. text-align: center;
  262. }
  263. .fontItemCons {
  264. width: calc(100% - 6.625rem);
  265. height: 100%;
  266. display: flex;
  267. justify-content: space-between;
  268. align-items: center;
  269. padding-right: 1.25rem;
  270. }
  271. .bk-item {
  272. width: 1.875rem;
  273. height: 100%;
  274. display: flex;
  275. flex-wrap: wrap;
  276. justify-content: center;
  277. align-items: center;
  278. font-size: 0.75rem;
  279. }
  280. .bk-container {
  281. background-size: contain;
  282. width: 1.5625rem;
  283. height: 1.5625rem;
  284. border: 0.0625rem #8C8C8C solid;
  285. border-radius: 0.9375rem;
  286. box-sizing: border-box;
  287. }
  288. .bk-container-current {
  289. border: 0.125rem #00A5F6 solid;
  290. }
  291. /*-----------字体功能栏 end-----------*/
  292. .index-img {
  293. width: 100%;
  294. height: 100%;
  295. }
  296. /*-----------图片样式 start----------*/
  297. .my-img {
  298. width: 100%;
  299. margin: 0 auto;
  300. display: block;
  301. }
  302. /*-----------图片样式 end----------*/
  303. /*-----------底部导航的目录栏 start-----------*/
  304. .muluBox {
  305. position: fixed;
  306. width: 100%;
  307. height: 100%;
  308. z-index: 99999;
  309. }
  310. .muluMask {
  311. width: 100%;
  312. background: #000;
  313. opacity: 0.4;
  314. position: absolute;
  315. top: 0;
  316. bottom: 0;
  317. }
  318. .muluCons {
  319. width: 100%;
  320. height: 80%;
  321. position: absolute;
  322. bottom: 0;
  323. overflow-y: auto;
  324. }
  325. .muluTitle {
  326. height: 1.875rem;
  327. display: flex;
  328. justify-content: space-between;
  329. align-items: center;
  330. padding: 0 0.9375rem;
  331. }
  332. .list-li-a {
  333. text-align: left;
  334. }
  335. /*-----------目录栏 end-----------*/
  336. .notScroll {
  337. overflow: hidden;
  338. }