main.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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: 50px;
  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. background: #e9dfc7;
  86. }
  87. .top_mulu_return {
  88. line-height: 2em;
  89. margin-right: 4px;
  90. font-size: 14px;
  91. }
  92. .top_mulu_text {
  93. color: #1f200e;
  94. font-size: 12px;
  95. }
  96. /*-----------顶部--目录 end-----------*/
  97. /*-----------底部导航-----------*/
  98. .nav-bottom {
  99. position: fixed;
  100. bottom: 0;
  101. width: 100%;
  102. height: 70px;
  103. background-color: #000000;
  104. /* opacity: 0.9; */
  105. text-align: center;
  106. margin: 0 auto;
  107. z-index: 9999;
  108. }
  109. .btn-mulu,
  110. .btn_Aa,
  111. .btn-model {
  112. width: 32%;
  113. display: inline-block;
  114. color: #F8F8F8;
  115. }
  116. .mulu,
  117. .Aa,
  118. .model {
  119. width: 32px;
  120. margin: 0 auto;
  121. text-align: center;
  122. position: relative;
  123. }
  124. .icon_mulu {
  125. position: absolute;
  126. width: 20px;
  127. height: 20px;
  128. background: url(../img/mulu.png);
  129. background-size: contain;
  130. }
  131. .icon-Aa {
  132. position: absolute;
  133. width: 20px;
  134. height: 20px;
  135. background: url(../img/Aa.png);
  136. background-size: contain;
  137. }
  138. .icon-yejian {
  139. position: absolute;
  140. width: 20px;
  141. height: 20px;
  142. background: url(../img/yejian.png);
  143. background-size: contain;
  144. }
  145. .icon-rijian {
  146. position: absolute;
  147. width: 20px;
  148. height: 20px;
  149. background: url(../img/rijian.png);
  150. background-size: contain;
  151. }
  152. .text_mulu,
  153. .text_Aa,
  154. .text_yejian {
  155. position: absolute;
  156. top: 23px;
  157. font-size: 11px;
  158. }
  159. /*-----------底部导航 end-----------*/
  160. /*-----------字体功能栏-----------*/
  161. .fontPop {
  162. position: fixed;
  163. bottom: 4.375rem;
  164. width: 100%;
  165. height: 8.125rem;
  166. background-color: #000000;
  167. color: #F8F8F8;
  168. font-size: 0.9375rem;
  169. z-index: 10005;
  170. display: flex;
  171. flex-wrap: wrap;
  172. justify-content: center;
  173. align-items: center;
  174. }
  175. .fontItem {
  176. height: 3.125rem;
  177. width: 100%;
  178. display: flex;
  179. justify-content: space-between;
  180. align-items: center;
  181. }
  182. .fontItemTitle {
  183. width: 6.625rem;
  184. text-align: center;
  185. }
  186. .fontItemCons {
  187. width: calc(100% - 6.625rem);
  188. height: 100%;
  189. display: flex;
  190. justify-content: space-between;
  191. align-items: center;
  192. padding-right: 1.25rem;
  193. }
  194. .btn_Big,
  195. .btn_Small {
  196. width: 7.625rem;
  197. height: 1.5625rem;
  198. background: none;
  199. border: 0.0625rem #8c8c8c solid;
  200. color: #F8F8F8;
  201. border-radius: 0.9375rem;
  202. line-height: 0.625rem;
  203. box-sizing: border-box;
  204. }
  205. .btn_Big {
  206. margin-right: 0.625rem;
  207. }
  208. .bk-item{
  209. /* margin-right: 0.625rem; */
  210. width: 1.875rem;
  211. height: 100%;
  212. display: flex;
  213. flex-wrap: wrap;
  214. justify-content: center;
  215. align-items: center;
  216. font-size: 0.75rem;
  217. }
  218. .bk-container {
  219. background-size: contain;
  220. width: 1.5625rem;
  221. height: 1.5625rem;
  222. border: 0.0625rem #8C8C8C solid;
  223. border-radius: 0.9375rem;
  224. box-sizing: border-box;
  225. }
  226. .bk-container-current {
  227. border: 0.125rem #00A5F6 solid;
  228. }
  229. /*-----------字体功能栏 end-----------*/
  230. .index-img {
  231. width: 100%;
  232. height: 100%;
  233. }
  234. /*-----------图片样式 start----------*/
  235. .my-img {
  236. width: 100%;
  237. margin: 0 auto;
  238. border: 0.125rem #00A5F6 solid;
  239. }
  240. /*-----------图片样式 end----------*/
  241. /*-----------目录栏 start-----------*/
  242. .muluBox {
  243. position: fixed;
  244. bottom: 70px;
  245. width: 100%;
  246. height: 100%;
  247. z-index: 900;
  248. }
  249. .muluMask {
  250. width: 100%;
  251. background: #000;
  252. opacity: 0.4;
  253. position: absolute;
  254. top: 0;
  255. bottom: 0;
  256. }
  257. .muluCons {
  258. width: 100%;
  259. height: 80%;
  260. background: #e9dfc7;
  261. position: absolute;
  262. bottom: 0;
  263. overflow-y: auto;
  264. }
  265. .muluTitle{
  266. height:1.875rem;
  267. display: flex;
  268. justify-content: space-between;
  269. align-items: center;
  270. padding:0 0.9375rem;
  271. }
  272. .list-li-a {
  273. text-align: left;
  274. }
  275. /*-----------目录栏 end-----------*/