main.css 9.5 KB

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