main.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. /*-----------主体内容-----------*/
  2. body {
  3. background-color: #e9dfc7;
  4. }
  5. .container {
  6. padding: 1.5em 1em;
  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. }
  47. .nav_container {
  48. width: 150px;
  49. position: relative;
  50. margin-left: 8px;
  51. line-height: 50px;
  52. }
  53. .nav_return {
  54. position: absolute;
  55. top: 10px;
  56. width: 30px;
  57. height: 30px;
  58. background: url(../img/left.png);
  59. background-size: contain;
  60. }
  61. .nav_text {
  62. position: relative;
  63. left: 33px;
  64. color: #d5d5d6;
  65. }
  66. /*-----------顶部nav end-----------*/
  67. /*-----------底部导航-----------*/
  68. .nav-bottom {
  69. position: fixed;
  70. bottom: 0;
  71. width: 100%;
  72. height: 70px;
  73. background-color: #000000;
  74. opacity: 0.9;
  75. text-align: center;
  76. margin: 0 auto;
  77. z-index: 9999;
  78. }
  79. .btn-mulu,
  80. .btn_Aa,
  81. .btn-yejian {
  82. width: 32%;
  83. display: inline-block;
  84. color: #F8F8F8;
  85. }
  86. .mulu,.Aa,.yejian {
  87. width: 32px;
  88. margin: 0 auto;
  89. text-align: center;
  90. position: relative;
  91. }
  92. .icon_mulu {
  93. position: absolute;
  94. width: 20px;
  95. height: 20px;
  96. background: url(../img/mulu.png);
  97. background-size: contain;
  98. }
  99. .icon-Aa{
  100. position: absolute;
  101. width: 20px;
  102. height: 20px;
  103. background: url(../img/Aa.png);
  104. background-size: contain;
  105. }
  106. .icon-yejian{
  107. position: absolute;
  108. width: 20px;
  109. height: 20px;
  110. background: url(../img/yejian.png);
  111. background-size: contain;
  112. }
  113. .text_mulu,.text_Aa,.text_yejian {
  114. position: absolute;
  115. top: 23px;
  116. font-size: 11px;
  117. }
  118. /*-----------底部导航 end-----------*/
  119. /*-----------字体功能栏-----------*/
  120. .fontPop{
  121. position: fixed;
  122. bottom: 70px;
  123. width: 100%;
  124. height: 130px;
  125. background-color: #000000;
  126. color:#F8F8F8;
  127. font-size: 15px;
  128. z-index: 10005;
  129. }
  130. .fontSize,.fontBk{
  131. position: relative;
  132. height: 55px;
  133. line-height: 55px;
  134. }
  135. .btnBig,.btnSmall{
  136. width: 90px;
  137. height: 25px;
  138. margin: 0 15px;
  139. background: none;
  140. border: 1px #8c8c8c solid;
  141. color: #F8F8F8;
  142. border-radius: 15px;
  143. z-index: 10006;
  144. }
  145. .bkColor{
  146. position: relative;
  147. display: inline-block;
  148. margin: 0 20px;
  149. top: 8px;
  150. }
  151. .bk-container{
  152. display: inline-block;
  153. margin: 0 5px;
  154. background-size: contain;
  155. width: 25px;
  156. height: 25px;
  157. border: 1px #8C8C8C solid;
  158. border-radius: 15px;
  159. }
  160. .bk-container-current{
  161. position: relative;
  162. top: -3px;
  163. left: -2px;
  164. width: 25px;
  165. height: 25px;
  166. border: 2px #00A5F6 solid;
  167. border-radius: 15px;
  168. z-index: 10000;
  169. }
  170. .bk-container span{
  171. display: none;
  172. position: absolute;
  173. top: 15px;
  174. font-size: 12px;
  175. }
  176. /*-----------字体功能栏 end-----------*/
  177. /*-----------图片样式 start----------*/
  178. .my-img {
  179. width: 100%;
  180. margin: 0 auto;
  181. border: 2px #00A5F6 solid;
  182. }
  183. /*-----------图片样式 end----------*/