sso

mobileAbout.css 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. body{
  2. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;
  3. }
  4. header{
  5. height: 56px;
  6. display: block;
  7. justify-content:space-around;
  8. align-content: space-around;
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. right: 0;
  13. background: #fff;
  14. z-index: 999;
  15. padding: 0 10px;
  16. box-shadow: 0 0 18px 0 rgba(82,94,102,0.15);
  17. }
  18. .logo{
  19. width: 120px;
  20. display: -webkit-box;
  21. display: -ms-flexbox;
  22. display: flex;
  23. -webkit-box-align: center;
  24. -ms-flex-align: center;
  25. align-items: center;
  26. height: 56px;
  27. }
  28. .logo img{
  29. width: 100%;
  30. }
  31. .head{
  32. display: flex;
  33. justify-content: space-between;
  34. align-items: center;
  35. }
  36. .expand{
  37. width: 0.18rem;
  38. height: 0.14rem;
  39. display: flex;
  40. flex-direction: column;
  41. -webkit-box-pack: justify;
  42. justify-content: space-between;
  43. }
  44. .expand>div {
  45. width: 100%;
  46. height: 2px;
  47. border-radius: 2px;
  48. background-color: #9C9C9C;
  49. }
  50. .outerSlider{
  51. background: rgba(0,0,0,.5);
  52. width: 100%;
  53. top: 0;
  54. bottom: 0;
  55. z-index: 9999;
  56. display: none;
  57. }
  58. .show{
  59. position: fixed;
  60. left: 0;
  61. }
  62. .outerSlider .menuBox {
  63. position: absolute;
  64. width: 100%;
  65. background: #fff;
  66. height: 100%;
  67. top: 0;
  68. -webkit-transition: bottom .3s ease-in-out;
  69. transition: bottom .3s ease-in-out;
  70. }
  71. .menuNav{
  72. position: relative;
  73. border-bottom: 1px solid #eee;
  74. display: flex;
  75. justify-content: space-between;
  76. align-items: center;
  77. padding: 0 10px;
  78. }
  79. .scrollList>a{
  80. height: 0.5rem;
  81. line-height: 0.5rem;
  82. padding-left: 0.2rem;
  83. border-bottom: 1px solid #e5e5e5;
  84. }
  85. .scrollList>a:last-of-type{
  86. border:none;
  87. }
  88. a{
  89. color: #333;
  90. display: block;
  91. }
  92. .aboutBanner{
  93. width: 100%;
  94. height: 3.34rem;
  95. background-image: url(http://kuyi.shengws.com/about.jpg);
  96. background-position: center center;
  97. background-size: cover;
  98. -webkit-background-size: cover;
  99. zoom: 1;
  100. background-repeat: no-repeat;
  101. color: #fff;
  102. text-align: center;
  103. margin-top: 56px;
  104. position: relative;
  105. }
  106. .aboutBannerTitle{
  107. font-size:0.24rem;
  108. line-height:0.18rem;
  109. padding-top: 1rem;
  110. font-weight: bold;
  111. }
  112. .aboutTips{
  113. width: 3.1rem;
  114. text-align: center;
  115. margin: 0 auto;
  116. font-size: 0.12rem;
  117. font-weight: lighter!important;
  118. margin-top: 0.2rem;
  119. font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  120. }
  121. .tabs{
  122. width: 100%;
  123. background:rgba(5,18,43,.5);
  124. height: 0.46rem;
  125. position: absolute;
  126. bottom: 0;
  127. }
  128. .tabOne{
  129. width: 1.32rem;
  130. text-align: center;
  131. cursor: pointer;
  132. height: 100%;
  133. line-height: 0.46rem;
  134. font-size: 0.15rem;
  135. }
  136. .tabActive{
  137. background:rgba(5,18,43,1);
  138. color: #2780F6;
  139. }
  140. .tab-item{
  141. display: none;
  142. }
  143. .show1{
  144. display: block;
  145. }
  146. .aboutMain{
  147. color:#333;
  148. padding: 0 0.22rem;
  149. }
  150. .aboutUsTitle{
  151. font-size: 0.2rem !important;
  152. font-weight: bold;
  153. margin: 0.36rem auto 0.2rem !important;
  154. text-align: center;
  155. }
  156. .tab-item>p{
  157. margin-bottom: 0.24rem;
  158. font-size: 0.15rem;
  159. font-weight: lighter!important;
  160. }
  161. .photoBox{
  162. /* display: flex; */
  163. }
  164. .photo > img{
  165. width: 100%;
  166. height: 3.56rem;
  167. border-radius:5px;
  168. }
  169. .aboutMessage{
  170. margin-top: 0.36rem;
  171. }
  172. .message{
  173. font-size: 0.15rem;
  174. color:#333;
  175. font-weight: lighter!important;
  176. }
  177. .codeBox{
  178. text-align: center;
  179. }
  180. .codeBox>img{
  181. width: 1.2rem;
  182. height: 1.2rem;
  183. margin-top: 0.34rem;
  184. }
  185. .codeBox>p{
  186. font-size: 0.15rem;
  187. color: #333;
  188. font-weight: lighter!important;
  189. }
  190. .map{
  191. width: 100%;
  192. height: 2rem;
  193. margin-top: 0.34rem;
  194. margin-bottom: 0.3rem;
  195. }
  196. .map>img{
  197. width: 100%;
  198. height: 100%;
  199. }
  200. .slogan{
  201. width: 100%;
  202. height: 1.89rem;
  203. background-image: url(/static/images/img/28.png);
  204. background-position: center center;
  205. background-size: cover;
  206. -webkit-background-size: cover;
  207. zoom: 1;
  208. background-repeat: no-repeat;
  209. text-align: center;
  210. color: #fff;
  211. }
  212. .slogan>p:first-of-type{
  213. font-size: 0.24rem;
  214. padding-top: 0.5rem;
  215. margin-bottom: 0.2rem;
  216. }
  217. .slogan>p:last-of-type{
  218. font-size: 0.2rem;
  219. }
  220. .footer{
  221. width: 100%;
  222. height: 2.86rem;
  223. background: #181D30;
  224. color:rgba(255,255,255,0.6);
  225. padding-top: 0.56rem;
  226. }
  227. .footer>p{
  228. padding-left: 0.28rem;
  229. line-height: 0.3rem;
  230. }
  231. .beian{
  232. margin-top: 0.32rem;
  233. font-size: 0.1rem;
  234. text-align: center;
  235. display: flex;
  236. justify-content: space-around;
  237. }
  238. .beian>a{
  239. color:rgba(255,255,255,0.6);
  240. }
  241. .useBox{
  242. width: 100%;
  243. height: 0.5rem;
  244. position: fixed;
  245. bottom: 0;
  246. left: 0;
  247. display: flex;
  248. }
  249. .free{
  250. background: #2780F6;
  251. color: #fff;
  252. width: 100%;
  253. line-height: 0.5rem;
  254. text-align: center;
  255. font-size: 0.18rem;
  256. }