main.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678
  1. /*-----------主体内容-----------*/
  2. .container {
  3. padding: 2rem 1rem 0rem;
  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,
  18. .Content h2,
  19. .Content h3,
  20. .Content h4,
  21. .Content h5,
  22. .Content h6 {
  23. word-break: break-all;
  24. }
  25. p {
  26. text-indent: 2em;
  27. font-size: 1.125rem;
  28. text-align: justify;
  29. line-height: 2.0625rem;
  30. padding-bottom: 0.3125rem;
  31. word-break: break-all;
  32. }
  33. .page_btn {
  34. width: 80%;
  35. margin: 0 auto;
  36. padding-top: 1rem;
  37. /* padding-bottom: 3em; */
  38. position: relative;
  39. z-index: 9999;
  40. }
  41. .page_btn_fixed {
  42. position: fixed;
  43. bottom: 0;
  44. left: 0;
  45. right: 0;
  46. z-index: 9999;
  47. width: 80%;
  48. margin: 0 auto;
  49. padding-top: 1rem;
  50. }
  51. .btn-prev,
  52. .btn-next {
  53. width: 49%;
  54. text-align: center;
  55. height: 2.5rem;
  56. border-radius: 0.5rem;
  57. margin-bottom: 1.25rem;
  58. }
  59. /* 主体为表格的样式 */
  60. .table {
  61. /* background-color: transparent; */
  62. border: none;
  63. font-size: 1.125rem;
  64. margin: 1.25rem auto;
  65. box-sizing: border-box;
  66. vertical-align: middle;
  67. text-align: center;
  68. }
  69. @media screen and (max-width:767px) {
  70. .table {
  71. width: 100% !important
  72. }
  73. .table.table33_1 {
  74. width: 80% !important
  75. }
  76. .table.table34_1 {
  77. width: 90% !important
  78. }
  79. .table.table38_1 {
  80. width: 50% !important
  81. }
  82. .table.table38_2 {
  83. width: 70% !important
  84. }
  85. .table.table39_1 {
  86. width: 50% !important
  87. }
  88. .table.table41_1 {
  89. width: 80% !important
  90. }
  91. .table.table42_1 {
  92. width: 70% !important
  93. }
  94. .table.table43_1 th {
  95. /* font-size: 0.925rem !important; */
  96. padding: 0.8rem 0rem !important;
  97. }
  98. }
  99. @media screen and (min-width:768px) and (max-width:959px) {
  100. .table33_1 {
  101. width: 60% !important
  102. }
  103. .table34_1 {
  104. width: 65% !important
  105. }
  106. .table35_1 {
  107. width: 100% !important
  108. }
  109. .table35_2 {
  110. width: 85% !important
  111. }
  112. .table35_3 {
  113. width: 75% !important
  114. }
  115. .table35_4 {
  116. width: 85% !important
  117. }
  118. .table38_1 {
  119. width: 45% !important
  120. }
  121. .table38_2 {
  122. width: 50% !important
  123. }
  124. .table39_1 {
  125. width: 45% !important
  126. }
  127. .table39_2 {
  128. width: 90% !important
  129. }
  130. .table42_1 {
  131. width: 50% !important
  132. }
  133. .table43_1 {
  134. width: 98% !important
  135. }
  136. }
  137. @media screen and (min-width:960px) and (max-width:1199px) {
  138. .table33_1 {
  139. width: 50% !important
  140. }
  141. .table34_1 {
  142. width: 50% !important
  143. }
  144. .table35_1 {
  145. width: 92% !important
  146. }
  147. .table35_2 {
  148. width: 70% !important
  149. }
  150. .table35_3 {
  151. width: 65% !important
  152. }
  153. .table35_4 {
  154. width: 70% !important
  155. }
  156. .table38_2 {
  157. width: 42% !important
  158. }
  159. .table39_2 {
  160. width: 80% !important
  161. }
  162. .table42_1 {
  163. width: 45% !important
  164. }
  165. }
  166. @media screen and (min-width:1200px) {
  167. .table33_1 {
  168. width: 40% !important
  169. }
  170. .table38_1 {
  171. width: 25% !important
  172. }
  173. .table39_1 {
  174. width: 25% !important
  175. }
  176. }
  177. .td,
  178. .th {
  179. margin: 0;
  180. padding: 0;
  181. vertical-align: middle;
  182. text-align: center;
  183. }
  184. .caption,
  185. .secCaption {
  186. font-size: 1.25rem;
  187. border-bottom: none;
  188. box-sizing: border-box;
  189. padding-bottom: 0.625rem;
  190. font-weight: bold;
  191. }
  192. .caption {
  193. text-align: center;
  194. }
  195. .secCaption {
  196. text-align: right;
  197. font-weight: normal;
  198. }
  199. .table td,
  200. .table th {
  201. text-align: center;
  202. border: 0.0625rem solid #444444;
  203. font-weight: normal;
  204. box-sizing: border-box;
  205. /* padding: 0.8rem 0.5rem; */
  206. line-height: 1.875rem;
  207. word-wrap: break-word;
  208. /* word-break: keep-all; */
  209. }
  210. .table th {
  211. font-size: 1.125rem;
  212. padding: 0.8rem 0.5rem;
  213. }
  214. .table td {
  215. color: #646363;
  216. }
  217. .tbody .td,
  218. .tbody .th {
  219. /* background-color: transparent; */
  220. border-bottom: 0.0625rem solid #444444;
  221. border-top: 0.0625rem solid #444444;
  222. /* padding: 0.5625rem; */
  223. box-sizing: border-box;
  224. }
  225. .tfoot .td,
  226. .tfoot .th {
  227. font-weight: bold;
  228. padding: 0.25rem 0.5rem 0.375rem 0.5625rem;
  229. text-align: center;
  230. }
  231. /* 斜线 */
  232. /* th单元格 */
  233. .slash-wrap {
  234. position: relative;
  235. box-sizing: border-box;
  236. }
  237. .slash {
  238. position: absolute;
  239. display: block;
  240. top: 0;
  241. left: 0;
  242. /* 斜边边长 */
  243. /* Math.sqrt(Math.pow(width, 2) + Math.pow(height, 2)) */
  244. /* Math.sqrt(Math.pow(150, 2) + Math.pow(80, 2)) = 170 */
  245. /* width:170px; */
  246. /* 动态设置 */
  247. height: 0.0625rem;
  248. background-color: #444444;
  249. /* 旋转角度计算公式 */
  250. /* Math.atan(height / width) * 180 / Math.PI */
  251. /* Math.atan(80 / 150) * 180 / Math.PI = 28.072486935852954 */
  252. /* transform: rotate(28.072486935852954deg); */
  253. /* 动态设置 */
  254. transform-origin: top left;
  255. }
  256. /* 左下角文字 */
  257. .left {
  258. position: absolute;
  259. /* 左下角 left:0; bottom: 0; */
  260. left: 0.5rem;
  261. bottom: 0.3rem;
  262. }
  263. /* 右上角文字 */
  264. .right {
  265. position: absolute;
  266. /* 右上角 right:0; top: 0; */
  267. right: 0.5rem;
  268. top: 0.3rem;
  269. }
  270. /* 规则制度table 特殊样式*/
  271. .rule .caption {
  272. border-bottom: 0.0625rem solid #444444;
  273. text-align: right;
  274. }
  275. .rule .tbody .td:nth-of-type(2) {
  276. text-align: left;
  277. }
  278. .rule.table td {
  279. border-left: 0;
  280. border-right: 0;
  281. /* word-break: normal; */
  282. word-break: break-word;
  283. padding: 0;
  284. }
  285. .rule .th {
  286. font-weight: bold;
  287. padding: 0.125rem 0;
  288. text-align: center;
  289. border-left: 0;
  290. border-right: 0;
  291. word-break: keep-all;
  292. }
  293. /*-----------主体内容 end-----------*/
  294. /*-----------顶部nav-----------*/
  295. .nav-top {
  296. position: fixed;
  297. top: 0px;
  298. width: 100%;
  299. height: 3.5rem;
  300. z-index: 100;
  301. }
  302. .nav_container {
  303. width: 9.375rem;
  304. margin-left: 0.3rem;
  305. height: 100%;
  306. display: flex;
  307. align-items: center;
  308. font-size: 1.5rem;
  309. }
  310. .nav_return {
  311. width: 1.8rem;
  312. height: 1.8rem;
  313. margin-right: 0.175rem;
  314. }
  315. .dark-icon-navleft {
  316. background: url(../img/left_round.png);
  317. background-size: contain;
  318. }
  319. .light-icon-navleft {
  320. background: url(../img/left_round_n.png);
  321. background-size: contain;
  322. }
  323. /*-----------顶部nav end-----------*/
  324. /*-----------顶部--目录 start-----------*/
  325. .top_mulu_box {
  326. cursor: pointer;
  327. position: fixed;
  328. z-index: 10;
  329. right: 0;
  330. left: 0;
  331. width: 100%;
  332. height: 3.5rem;
  333. padding: 0 0.625rem;
  334. border-bottom: 0;
  335. display: flex;
  336. align-items: center;
  337. justify-content: space-between;
  338. }
  339. .top_left,
  340. .top_right,
  341. .top_center {
  342. height: 100%;
  343. display: flex;
  344. align-items: center;
  345. }
  346. .top_left {
  347. justify-content: flex-start;
  348. width: 4.5rem;
  349. }
  350. .top_right {
  351. justify-content: flex-end;
  352. width: 4.5rem;
  353. }
  354. .top_center {
  355. justify-content: center;
  356. width: calc(100% - 4.5rem * 2);
  357. height: 3.5rem;
  358. }
  359. .top_left_icon {
  360. margin-left: -0.5rem;
  361. font-size: 0.975rem;
  362. width: 1.8rem;
  363. height: 1.8rem;
  364. }
  365. .top_left_text {
  366. font-size: 1.5rem;
  367. }
  368. .top_center_text {
  369. font-size: 1.5rem;
  370. display: inline-block;
  371. white-space: nowrap;
  372. overflow: hidden;
  373. text-overflow: ellipsis;
  374. line-height: 3.5rem;
  375. }
  376. /*-----------顶部--目录 end-----------*/
  377. /*-----------底部导航-----------*/
  378. .nav-bottom {
  379. position: fixed;
  380. bottom: 0;
  381. width: 100%;
  382. height: 4.375rem;
  383. text-align: center;
  384. margin: 0 auto;
  385. z-index: 9999;
  386. }
  387. .btn-mulu,
  388. .btn_Aa,
  389. .btn-extra {
  390. width: 32%;
  391. display: inline-block;
  392. }
  393. .mulu,
  394. .Aa,
  395. .extra {
  396. width: 2rem;
  397. margin: 0 auto;
  398. text-align: center;
  399. position: relative;
  400. }
  401. .bottom-icon {
  402. position: absolute;
  403. width: 1.25rem;
  404. height: 1.25rem;
  405. }
  406. .dark-icon-mulu {
  407. background: url(../img/mulu.png);
  408. background-size: contain;
  409. }
  410. .light-icon-mulu {
  411. background: url(../img/mulu_n.png);
  412. background-size: contain;
  413. }
  414. .dark-icon-Aa {
  415. background: url(../img/Aa.png);
  416. background-size: contain;
  417. }
  418. .light-icon-Aa {
  419. background: url(../img/Aa_n.png);
  420. background-size: contain;
  421. }
  422. .dark-icon-extra {
  423. background: url(../img/set.png);
  424. background-size: contain;
  425. }
  426. .dark-icon-extra.act {
  427. background: url(../img/set_n.png);
  428. background-size: contain;
  429. }
  430. .light-icon-extra {
  431. background: url(../img/set1.png);
  432. background-size: contain;
  433. }
  434. .light-icon-extra.act {
  435. background: url(../img/set1_n.png);
  436. background-size: contain;
  437. }
  438. .text_mulu,
  439. .text_Aa,
  440. .text_extra {
  441. position: absolute;
  442. top: 1.375rem;
  443. font-size: 0.75rem;
  444. }
  445. /*-----------底部导航 end-----------*/
  446. /*-----------其他功能栏-----------*/
  447. .extraPop {}
  448. /*-----------字体功能栏-----------*/
  449. .fontPop {}
  450. .fontPop,
  451. .extraPop {
  452. position: fixed;
  453. bottom: 4.375rem;
  454. width: 100%;
  455. height: 5.125rem;
  456. font-size: 0.9375rem;
  457. z-index: 10005;
  458. display: flex;
  459. flex-wrap: wrap;
  460. justify-content: center;
  461. align-items: center;
  462. }
  463. .fontItem {
  464. height: 3.125rem;
  465. width: 100%;
  466. display: flex;
  467. justify-content: space-between;
  468. align-items: center;
  469. }
  470. .fontItemTitle {
  471. width: 6.625rem;
  472. text-align: center;
  473. }
  474. .fontItemCons {
  475. width: calc(100% - 6.625rem);
  476. height: 100%;
  477. display: flex;
  478. justify-content: space-between;
  479. align-items: center;
  480. padding-right: 1.25rem;
  481. }
  482. .bk-item {
  483. width: 1.875rem;
  484. height: 100%;
  485. display: flex;
  486. flex-wrap: wrap;
  487. justify-content: center;
  488. align-items: center;
  489. font-size: 0.75rem;
  490. }
  491. .bk-container {
  492. background-size: contain;
  493. width: 1.5625rem;
  494. height: 1.5625rem;
  495. border: 0.0625rem #8C8C8C solid;
  496. border-radius: 0.9375rem;
  497. box-sizing: border-box;
  498. }
  499. .bk-container-current {
  500. border: 0.125rem #00A5F6 solid;
  501. }
  502. /*-----------字体功能栏 end-----------*/
  503. .index-img {
  504. width: 100%;
  505. height: 100%;
  506. }
  507. /*-----------图片样式 start----------*/
  508. .my-img {
  509. width: 100%;
  510. margin: 0 auto;
  511. display: block;
  512. }
  513. .fy-div {
  514. width: 100%;
  515. height: 70vh;
  516. margin: 0 auto;
  517. display: flex;
  518. justify-content: center;
  519. align-items: center;
  520. }
  521. .fy-img {
  522. width: 28.75rem;
  523. height: 9.8125rem;
  524. display: block;
  525. }
  526. /*-----------图片样式 end----------*/
  527. /*-----------底部导航的目录栏 start-----------*/
  528. .muluBox {
  529. position: fixed;
  530. width: 100%;
  531. height: 100%;
  532. z-index: 99999;
  533. }
  534. .muluMask {
  535. width: 100%;
  536. background: #000;
  537. opacity: 0.4;
  538. position: absolute;
  539. top: 0;
  540. bottom: 0;
  541. }
  542. .muluCons {
  543. width: 100%;
  544. height: 80%;
  545. position: absolute;
  546. bottom: 0;
  547. overflow-y: auto;
  548. }
  549. .muluTitle {
  550. height: 1.875rem;
  551. display: flex;
  552. justify-content: space-between;
  553. align-items: center;
  554. padding: 0 0.9375rem;
  555. }
  556. .list-li-a {
  557. text-align: left;
  558. }
  559. /*-----------目录栏 end-----------*/
  560. .notScroll {
  561. overflow: hidden;
  562. }