main.css 9.3 KB

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