main.css 4.7 KB

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