main.css 5.4 KB

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