main.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. /*-----------主体内容-----------*/
  2. body {
  3. background-color: #e9dfc7;
  4. }
  5. .container {
  6. padding: 2em 1em 1.5em;
  7. }
  8. .Content h4 {
  9. font-size: 24px;
  10. margin: 0 0 1em 0;
  11. padding-bottom: 5px;
  12. letter-spacing: 2px;
  13. color: #000;
  14. }
  15. p {
  16. text-indent: 2em;
  17. font-size: 18px;
  18. text-align: justify;
  19. line-height: 33px;
  20. padding-bottom: 5px;
  21. color: #000;
  22. }
  23. .page_btn {
  24. width: 80%;
  25. margin: 0 auto;
  26. padding-top: 1em;
  27. padding-bottom: 3em;
  28. position: relative;
  29. z-index: 9999;
  30. }
  31. .btn-prev,
  32. .btn-next {
  33. width: 49%;
  34. text-align: center;
  35. height: 40px;
  36. background: #000;
  37. color: #F8F8F8;
  38. border-radius: 8px;
  39. margin-bottom: 20px;
  40. }
  41. /* 主体为表格的样式 */
  42. .table {
  43. background-color: transparent;
  44. border: none;
  45. color: #565;
  46. font-size: 12px;
  47. }
  48. .caption {
  49. font-size: 16px;
  50. border-bottom: 1px solid #444444;
  51. text-align: right;
  52. box-sizing: border-box;
  53. padding-bottom: 10px;
  54. }
  55. .table,
  56. .td,
  57. .th {
  58. margin: 0;
  59. padding: 0;
  60. vertical-align: middle;
  61. text-align: center;
  62. }
  63. .tbody .td,
  64. .tbody .th {
  65. background-color: transparent;
  66. border-bottom: 1px solid #444444;
  67. border-top: 1px solid #444444;
  68. padding: 9px;
  69. box-sizing: border-box;
  70. }
  71. .tbody .td:nth-of-type(2) {
  72. text-align: left;
  73. }
  74. .tfoot .td,
  75. .tfoot .th {
  76. font-weight: bold;
  77. padding: 4px 8px 6px 9px;
  78. text-align: center;
  79. }
  80. .thead .th {
  81. font-size: 14px;
  82. font-weight: bold;
  83. line-height: 19px;
  84. padding: 0 8px 2px;
  85. text-align: center;
  86. }
  87. .thead .th:nth-of-type(1) {
  88. max-width: 50px;
  89. }
  90. .thead .th:nth-of-type(4) {
  91. max-width: 180px;
  92. }
  93. /*-----------主体内容 end-----------*/
  94. /*-----------顶部nav-----------*/
  95. .nav-top {
  96. position: fixed;
  97. top: 0px;
  98. width: 100%;
  99. height: 45px;
  100. background-color: #000000;
  101. z-index: 100;
  102. }
  103. .nav_container {
  104. width: 150px;
  105. position: relative;
  106. margin-left: 8px;
  107. line-height: 50px;
  108. }
  109. .nav_return {
  110. position: absolute;
  111. top: 10px;
  112. width: 30px;
  113. height: 30px;
  114. background: url(../img/left.png);
  115. background-size: contain;
  116. }
  117. .nav_text {
  118. position: relative;
  119. left: 33px;
  120. color: #d5d5d6;
  121. }
  122. /*-----------顶部nav end-----------*/
  123. /*-----------顶部--目录 start-----------*/
  124. .top_mulu_box {
  125. cursor: pointer;
  126. position: fixed;
  127. z-index: 10;
  128. right: 0;
  129. left: 0;
  130. width: 100%;
  131. height: 2em;
  132. padding-right: 10px;
  133. padding-left: 10px;
  134. border-bottom: 0;
  135. display: flex;
  136. align-items: center;
  137. justify-content: space-between;
  138. background: #e9dfc7;
  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_back_icon {
  159. line-height: 2em;
  160. margin-left: -0.5rem;
  161. margin-right: -0.125rem;
  162. font-size: 14px;
  163. width: 1.875rem;
  164. height: 1.875rem;
  165. background: url(../img/leftNav.png);
  166. background-size: contain;
  167. }
  168. .top_left_icon {
  169. line-height: 2em;
  170. margin-left: -0.5rem;
  171. font-size: 14px;
  172. width: 1.275rem;
  173. height: 1.275rem;
  174. background: url(../img/mulu2.png);
  175. background-size: contain;
  176. }
  177. .top_left_text {
  178. color: #1f200e;
  179. font-size: 16px;
  180. }
  181. .top_center_text {
  182. color: #1f200e;
  183. font-size: 16px;
  184. display: inline-block;
  185. white-space: nowrap;
  186. overflow: hidden;
  187. text-overflow: ellipsis;
  188. }
  189. /*-----------顶部--目录 end-----------*/
  190. /*-----------底部导航-----------*/
  191. .nav-bottom {
  192. position: fixed;
  193. bottom: 0;
  194. width: 100%;
  195. height: 70px;
  196. background-color: #000000;
  197. /* opacity: 0.9; */
  198. text-align: center;
  199. margin: 0 auto;
  200. z-index: 9999;
  201. }
  202. .btn-mulu,
  203. .btn_Aa,
  204. .btn-model,
  205. .btn-extra {
  206. width: 32%;
  207. display: inline-block;
  208. color: #F8F8F8;
  209. }
  210. .mulu,
  211. .Aa,
  212. .model,
  213. .extra {
  214. width: 32px;
  215. margin: 0 auto;
  216. text-align: center;
  217. position: relative;
  218. }
  219. .icon_mulu {
  220. position: absolute;
  221. width: 20px;
  222. height: 20px;
  223. background: url(../img/mulu.png);
  224. background-size: contain;
  225. }
  226. .icon-Aa {
  227. position: absolute;
  228. width: 20px;
  229. height: 20px;
  230. background: url(../img/Aa.png);
  231. background-size: contain;
  232. }
  233. .icon-extra {
  234. position: absolute;
  235. width: 20px;
  236. height: 20px;
  237. background: url(../img/set.png);
  238. background-size: contain;
  239. }
  240. .icon-extra.act {
  241. position: absolute;
  242. width: 20px;
  243. height: 20px;
  244. background: url(../img/set_n.png);
  245. background-size: contain;
  246. }
  247. .icon-yejian {
  248. position: absolute;
  249. width: 20px;
  250. height: 20px;
  251. background: url(../img/yejian.png);
  252. background-size: contain;
  253. }
  254. .icon-rijian {
  255. position: absolute;
  256. width: 20px;
  257. height: 20px;
  258. background: url(../img/rijian.png);
  259. background-size: contain;
  260. }
  261. .text_mulu,
  262. .text_Aa,
  263. .text_yejian,
  264. .text_extra {
  265. position: absolute;
  266. top: 23px;
  267. font-size: 11px;
  268. }
  269. /*-----------底部导航 end-----------*/
  270. /*-----------其他功能栏-----------*/
  271. .extraPop {}
  272. /*-----------字体功能栏-----------*/
  273. .fontPop {}
  274. .fontPop,
  275. .extraPop {
  276. position: fixed;
  277. bottom: 4.375rem;
  278. width: 100%;
  279. height: 5.125rem;
  280. background-color: #000000;
  281. color: #F8F8F8;
  282. font-size: 0.9375rem;
  283. z-index: 10005;
  284. display: flex;
  285. flex-wrap: wrap;
  286. justify-content: center;
  287. align-items: center;
  288. }
  289. .fontItem {
  290. height: 3.125rem;
  291. width: 100%;
  292. display: flex;
  293. justify-content: space-between;
  294. align-items: center;
  295. }
  296. .fontItemTitle {
  297. width: 6.625rem;
  298. text-align: center;
  299. }
  300. .fontItemCons {
  301. width: calc(100% - 6.625rem);
  302. height: 100%;
  303. display: flex;
  304. justify-content: space-between;
  305. align-items: center;
  306. padding-right: 1.25rem;
  307. }
  308. .btn_Big,
  309. .btn_Small {
  310. width: 7.625rem;
  311. height: 1.5625rem;
  312. background: none;
  313. border: 0.0625rem #8c8c8c solid;
  314. color: #F8F8F8;
  315. border-radius: 0.9375rem;
  316. line-height: 0.625rem;
  317. box-sizing: border-box;
  318. }
  319. .btn_Big {
  320. margin-right: 0.625rem;
  321. }
  322. .bk-item {
  323. /* margin-right: 0.625rem; */
  324. width: 1.875rem;
  325. height: 100%;
  326. display: flex;
  327. flex-wrap: wrap;
  328. justify-content: center;
  329. align-items: center;
  330. font-size: 0.75rem;
  331. }
  332. .bk-container {
  333. background-size: contain;
  334. width: 1.5625rem;
  335. height: 1.5625rem;
  336. border: 0.0625rem #8C8C8C solid;
  337. border-radius: 0.9375rem;
  338. box-sizing: border-box;
  339. }
  340. .bk-container-current {
  341. border: 0.125rem #00A5F6 solid;
  342. }
  343. /*-----------字体功能栏 end-----------*/
  344. .index-img {
  345. width: 100%;
  346. height: 100%;
  347. }
  348. /*-----------图片样式 start----------*/
  349. .my-img {
  350. width: 100%;
  351. margin: 0 auto;
  352. display: block;
  353. /* border: 0.125rem #00A5F6 solid; */
  354. }
  355. /*-----------图片样式 end----------*/
  356. /*-----------底部导航的目录栏 start-----------*/
  357. .muluBox {
  358. position: fixed;
  359. /* bottom: 70px; */
  360. width: 100%;
  361. height: 100%;
  362. z-index: 99999;
  363. }
  364. .muluMask {
  365. width: 100%;
  366. background: #000;
  367. opacity: 0.4;
  368. position: absolute;
  369. top: 0;
  370. bottom: 0;
  371. }
  372. .muluCons {
  373. width: 100%;
  374. height: 80%;
  375. background: #e9dfc7;
  376. position: absolute;
  377. bottom: 0;
  378. overflow-y: auto;
  379. }
  380. .muluTitle {
  381. height: 1.875rem;
  382. display: flex;
  383. justify-content: space-between;
  384. align-items: center;
  385. padding: 0 0.9375rem;
  386. }
  387. .list-li-a {
  388. text-align: left;
  389. }
  390. /*-----------目录栏 end-----------*/
  391. .notScroll {
  392. overflow: hidden;
  393. }