main.css 6.2 KB

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