main.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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-yejian {
  110. width: 32%;
  111. display: inline-block;
  112. color: #F8F8F8;
  113. }
  114. .mulu,
  115. .Aa,
  116. .yejian {
  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. .text_mulu,
  144. .text_Aa,
  145. .text_yejian {
  146. position: absolute;
  147. top: 23px;
  148. font-size: 11px;
  149. }
  150. /*-----------底部导航 end-----------*/
  151. /*-----------字体功能栏-----------*/
  152. .fontPop {
  153. position: fixed;
  154. bottom: 70px;
  155. width: 100%;
  156. height: 130px;
  157. background-color: #000000;
  158. color: #F8F8F8;
  159. font-size: 15px;
  160. z-index: 10005;
  161. }
  162. .fontSize,
  163. .fontBk {
  164. position: relative;
  165. height: 55px;
  166. line-height: 55px;
  167. }
  168. .btnBig,
  169. .btnSmall {
  170. width: 90px;
  171. height: 25px;
  172. margin: 0 15px;
  173. background: none;
  174. border: 1px #8c8c8c solid;
  175. color: #F8F8F8;
  176. border-radius: 15px;
  177. z-index: 10006;
  178. }
  179. .bkColor {
  180. position: relative;
  181. display: inline-block;
  182. margin: 0 20px;
  183. top: 8px;
  184. }
  185. .bk-container {
  186. display: inline-block;
  187. margin: 0 5px;
  188. background-size: contain;
  189. width: 25px;
  190. height: 25px;
  191. border: 1px #8C8C8C solid;
  192. border-radius: 15px;
  193. }
  194. .bk-container-current {
  195. position: relative;
  196. top: -3px;
  197. left: -2px;
  198. width: 25px;
  199. height: 25px;
  200. border: 2px #00A5F6 solid;
  201. border-radius: 15px;
  202. z-index: 10000;
  203. }
  204. .bk-container span {
  205. display: none;
  206. position: absolute;
  207. top: 15px;
  208. font-size: 12px;
  209. }
  210. /*-----------字体功能栏 end-----------*/
  211. .index-img{
  212. width: 100%;
  213. height:100%;
  214. }
  215. /*-----------图片样式 start----------*/
  216. .my-img {
  217. width: 100%;
  218. margin: 0 auto;
  219. border: 2px #00A5F6 solid;
  220. }
  221. /*-----------图片样式 end----------*/
  222. /*-----------目录栏 start-----------*/
  223. .muluBox {
  224. position: fixed;
  225. bottom: 70px;
  226. width: 100%;
  227. height: 100%;
  228. z-index: 900;
  229. }
  230. .muluMask {
  231. width: 100%;
  232. background: #000;
  233. opacity: 0.4;
  234. position: absolute;
  235. top: 0;
  236. bottom: 0;
  237. }
  238. .muluCons {
  239. width: 100%;
  240. height: 80%;
  241. background: #e9dfc7;
  242. position: absolute;
  243. bottom: 0;
  244. }
  245. .list-li-a{
  246. text-align: left;
  247. }
  248. /*-----------目录栏 end-----------*/