main.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. /*-----------主体内容-----------*/
  2. body {
  3. background-color: #e9dfc7;
  4. }
  5. .container {
  6. padding: 2em 1em 1.5em;
  7. }
  8. .Content h4 {
  9. font-size: 20px;
  10. margin: 0 0 1em 0;
  11. padding-bottom: 5px;
  12. letter-spacing: 2px;
  13. border-bottom: solid 1px #736357;
  14. color: #000;
  15. }
  16. p {
  17. text-indent: 2em;
  18. font-size: 18px;
  19. text-align: justify;
  20. line-height: 23px;
  21. padding-bottom: 5px;
  22. color: #000;
  23. }
  24. .page_btn {
  25. width: 80%;
  26. margin: 0 auto;
  27. padding-top: 1em;
  28. padding-bottom: 3em;
  29. }
  30. .btn-prev,
  31. .btn-next {
  32. width: 49%;
  33. text-align: center;
  34. height: 40px;
  35. background: #000;
  36. color: #F8F8F8;
  37. border-radius: 8px;
  38. margin-bottom: 20px;
  39. }
  40. /*-----------主体内容 end-----------*/
  41. /*-----------顶部nav-----------*/
  42. .nav-top {
  43. position: fixed;
  44. top: 0px;
  45. width: 100%;
  46. height: 45px;
  47. background-color: #000000;
  48. z-index: 100;
  49. }
  50. .nav_container {
  51. width: 150px;
  52. position: relative;
  53. margin-left: 8px;
  54. line-height: 50px;
  55. }
  56. .nav_return {
  57. position: absolute;
  58. top: 10px;
  59. width: 30px;
  60. height: 30px;
  61. background: url(../img/left.png);
  62. background-size: contain;
  63. }
  64. .nav_text {
  65. position: relative;
  66. left: 33px;
  67. color: #d5d5d6;
  68. }
  69. /*-----------顶部nav end-----------*/
  70. /*-----------顶部--目录 start-----------*/
  71. .top_mulu_box {
  72. cursor: pointer;
  73. position: fixed;
  74. z-index: 10;
  75. right: 0;
  76. left: 0;
  77. width: 100%;
  78. height: 2em;
  79. padding-right: 10px;
  80. padding-left: 10px;
  81. border-bottom: 0;
  82. display: flex;
  83. align-items: center;
  84. justify-content: flex-start;
  85. }
  86. .top_mulu_return {
  87. line-height: 2em;
  88. margin-right: 4px;
  89. font-size: 14px;
  90. }
  91. .top_mulu_text {
  92. color: #1f200e;
  93. font-size: 16px;
  94. }
  95. /*-----------顶部--目录 end-----------*/
  96. /*-----------底部导航-----------*/
  97. .nav-bottom {
  98. position: fixed;
  99. bottom: 0;
  100. width: 100%;
  101. height: 70px;
  102. background-color: #000000;
  103. /* opacity: 0.9; */
  104. text-align: center;
  105. margin: 0 auto;
  106. z-index: 9999;
  107. }
  108. .btn-mulu,
  109. .btn_Aa,
  110. .btn-model {
  111. width: 32%;
  112. display: inline-block;
  113. color: #F8F8F8;
  114. }
  115. .mulu,
  116. .Aa,
  117. .model {
  118. width: 32px;
  119. margin: 0 auto;
  120. text-align: center;
  121. position: relative;
  122. }
  123. .icon_mulu {
  124. position: absolute;
  125. width: 20px;
  126. height: 20px;
  127. background: url(../img/mulu.png);
  128. background-size: contain;
  129. }
  130. .icon-Aa {
  131. position: absolute;
  132. width: 20px;
  133. height: 20px;
  134. background: url(../img/Aa.png);
  135. background-size: contain;
  136. }
  137. .icon-yejian {
  138. position: absolute;
  139. width: 20px;
  140. height: 20px;
  141. background: url(../img/yejian.png);
  142. background-size: contain;
  143. }
  144. .icon-rijian {
  145. position: absolute;
  146. width: 20px;
  147. height: 20px;
  148. background: url(../img/rijian.png);
  149. background-size: contain;
  150. }
  151. .text_mulu,
  152. .text_Aa,
  153. .text_yejian {
  154. position: absolute;
  155. top: 23px;
  156. font-size: 11px;
  157. }
  158. /*-----------底部导航 end-----------*/
  159. /*-----------字体功能栏-----------*/
  160. .fontPop {
  161. position: fixed;
  162. bottom: 4.375rem;
  163. width: 100%;
  164. height: 8.125rem;
  165. background-color: #000000;
  166. color: #F8F8F8;
  167. font-size: 0.9375rem;
  168. z-index: 10005;
  169. display: flex;
  170. flex-wrap: wrap;
  171. justify-content: center;
  172. align-items: center;
  173. }
  174. .fontItem {
  175. height: 3.125rem;
  176. width: 100%;
  177. display: flex;
  178. justify-content: space-between;
  179. align-items: center;
  180. }
  181. .fontItemTitle {
  182. width: 6.625rem;
  183. text-align: center;
  184. }
  185. .fontItemCons {
  186. width: calc(100% - 6.625rem);
  187. height: 100%;
  188. display: flex;
  189. justify-content: space-between;
  190. align-items: center;
  191. padding-right: 1.25rem;
  192. }
  193. .btn_Big,
  194. .btn_Small {
  195. width: 7.625rem;
  196. height: 1.5625rem;
  197. background: none;
  198. border: 0.0625rem #8c8c8c solid;
  199. color: #F8F8F8;
  200. border-radius: 0.9375rem;
  201. line-height: 0.625rem;
  202. box-sizing: border-box;
  203. }
  204. .btn_Big {
  205. margin-right: 0.625rem;
  206. }
  207. .bk-item{
  208. /* margin-right: 0.625rem; */
  209. width: 1.875rem;
  210. height: 100%;
  211. display: flex;
  212. flex-wrap: wrap;
  213. justify-content: center;
  214. align-items: center;
  215. font-size: 0.75rem;
  216. }
  217. .bk-container {
  218. background-size: contain;
  219. width: 1.5625rem;
  220. height: 1.5625rem;
  221. border: 0.0625rem #8C8C8C solid;
  222. border-radius: 0.9375rem;
  223. box-sizing: border-box;
  224. }
  225. .bk-container-current {
  226. border: 0.125rem #00A5F6 solid;
  227. }
  228. /*-----------字体功能栏 end-----------*/
  229. .index-img {
  230. width: 100%;
  231. height: 100%;
  232. }
  233. /*-----------图片样式 start----------*/
  234. .my-img {
  235. width: 100%;
  236. margin: 0 auto;
  237. border: 0.125rem #00A5F6 solid;
  238. }
  239. /*-----------图片样式 end----------*/
  240. /*-----------目录栏 start-----------*/
  241. .muluBox {
  242. position: fixed;
  243. bottom: 70px;
  244. width: 100%;
  245. height: 100%;
  246. z-index: 900;
  247. }
  248. .muluMask {
  249. width: 100%;
  250. background: #000;
  251. opacity: 0.4;
  252. position: absolute;
  253. top: 0;
  254. bottom: 0;
  255. }
  256. .muluCons {
  257. width: 100%;
  258. height: 80%;
  259. background: #e9dfc7;
  260. position: absolute;
  261. bottom: 0;
  262. overflow-y: auto;
  263. }
  264. .muluTitle{
  265. height:1.875rem;
  266. display: flex;
  267. justify-content: space-between;
  268. align-items: center;
  269. padding:0 0.9375rem;
  270. }
  271. .list-li-a {
  272. text-align: left;
  273. }
  274. /*-----------目录栏 end-----------*/