commonPage.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. @charset "UTF-8";
  2. /**
  3. *
  4. * @authors Your Name (you@example.org)
  5. * @date 2017-07-12 14:46:30
  6. * @version $Id$
  7. */
  8. * {
  9. margin: 0;
  10. padding: 0;
  11. font-family: "PingFang SC", "STXihei", "Microsoft YaHei";
  12. }
  13. html {
  14. font-size: 625%;
  15. }
  16. /* body{
  17. -webkit-user-select: none;
  18. -moz-user-select: none;
  19. -ms-user-select: none;
  20. user-select: none;
  21. } */
  22. .nav-shop {
  23. position: relative;
  24. }
  25. .nav-shop img{
  26. position: absolute;
  27. top: 0;
  28. bottom: 0;
  29. left: 0;
  30. right: 0;
  31. margin: auto;
  32. }
  33. .m-common {
  34. width: 100%;
  35. height: 90vh;
  36. padding: 10vh 0 0 0;
  37. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%8E%86%E7%A8%8B/about_bg.jpg') center center;
  38. background-size: cover;
  39. }
  40. .scroll-bar {
  41. width: 1px;
  42. height: 80vh;
  43. background-color: #c4c2b2;
  44. position: absolute;
  45. top: 10vh;
  46. right: 1rem;
  47. z-index: 1;
  48. }
  49. .scroll-top {
  50. position: absolute;
  51. top: 0;
  52. width: 28px;
  53. height: 28px;
  54. border-radius: 15px;
  55. border: 1px solid #fff;
  56. background-color: #000;
  57. margin-left: -14px;
  58. margin-top: -15px;
  59. color: #fff;
  60. font-size: 12px;
  61. line-height: 30px;
  62. text-align: center;
  63. }
  64. .scroll-indicator {
  65. width: 30px;
  66. height: 30px;
  67. border-radius: 15px;
  68. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%8E%86%E7%A8%8B/icon_scroll.png') no-repeat center center;
  69. background-size: contain;
  70. background-color: #000;
  71. margin-left: -14px;
  72. margin-top: -15px;
  73. position: absolute;
  74. }
  75. .top-wrap {
  76. margin-top: 0.5rem;
  77. text-align: center;
  78. }
  79. .top-logo img{
  80. width: auto;
  81. padding: 0.5rem 0;
  82. height: 1.4rem;
  83. }
  84. .top-img img{
  85. width: 100%;
  86. height: auto;
  87. }
  88. .brand-logo {
  89. text-align: center;
  90. margin: 0.5rem 0 1rem;
  91. }
  92. .brand-logo img{
  93. width: 100%;
  94. height: auto;
  95. }
  96. .content-wrap {
  97. width: 55%;
  98. padding: 0 20% 0 25%;
  99. height: 90vh;
  100. -webkit-mask: -webkit-gradient(linear, left 75%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  101. overflow: scroll;
  102. font-family: 'Microsoft Yahei', 'STHeiti';
  103. }
  104. .content-section {
  105. color: #c4c2b2;
  106. text-align: left;
  107. margin: 30px 0 1rem 0;
  108. }
  109. .content-title {
  110. color: #fff;
  111. font-size: 0.3rem;
  112. margin: 25px 0;
  113. }
  114. .content-text {
  115. font-size: 14px;
  116. line-height: 24px;
  117. font-weight: 300;
  118. word-break: break-all; /*支持IE,chrome,FF不支持*/
  119.    word-wrap: break-word; /*支持IE,chrome,FF*/
  120. }
  121. .map-wrap {
  122. display: inline-block;
  123. }
  124. .map {
  125. width: 3.6rem;
  126. height: 2.4rem;
  127. display: inline-block;
  128. margin: 20px 0.8rem 0 0;
  129. }
  130. .map-title {
  131. font-size: 0.2rem;
  132. color: #c4c2b2;
  133. margin-right: 0.8rem;
  134. text-align: center;
  135. }
  136. .iw_poi_title {
  137. color: #CC5522;
  138. font-size: 14px;
  139. font-weight: bold;
  140. overflow: hidden;
  141. padding-right: 13px;
  142. white-space: nowrap
  143. }
  144. .iw_poi_content {
  145. font: 12px arial,sans-serif;
  146. overflow: visible;
  147. padding-top: 4px;
  148. white-space: -moz-pre-wrap;
  149. word-wrap: break-word
  150. }
  151. .emergency-call {
  152. color: red;
  153. }
  154. .job-section {
  155. margin: 30px 0 0.8rem 0;
  156. }
  157. .job-title {
  158. font-size: 0.24rem;
  159. margin: 20px 0;
  160. }
  161. .job-text {
  162. }
  163. .content-title span {
  164. font-size: 0.2rem;
  165. line-height: 0.4rem;
  166. }
  167. .content-text strong {
  168. font-size: 0.24rem;
  169. padding-right: 10px;
  170. line-height: 0.6rem;
  171. font-weight: 900;
  172. }
  173. .route-wrap {
  174. width: 100%;
  175. margin: 1rem 0;
  176. font-size: 0;
  177. }
  178. .route-section {
  179. width: 100%;
  180. height: auto;
  181. }
  182. .route-img {
  183. display: inline-block;
  184. width: 12%;
  185. height: auto;
  186. }
  187. .route-line {
  188. display: inline-block;
  189. width: 10%;
  190. vertical-align: top;
  191. }
  192. .route-line-bold {
  193. width: 0.4rem;
  194. height: 1px;
  195. background-color: #fff;
  196. margin: 0 0.2rem 0.27rem 0.4rem;
  197. }
  198. .route-line-thin {
  199. width: 0.2rem;
  200. height: 1px;
  201. background-color: #888;
  202. margin: 0 0.2rem 0.27rem 0.4rem;
  203. }
  204. .route-text {
  205. width: 78%;
  206. display: inline-block;
  207. color: #c4c2b2;
  208. vertical-align: top;
  209. text-align: left;
  210. font-weight: 800;
  211. }
  212. .route-title {
  213. font-size: 0.24rem;
  214. line-height: 0.4rem;
  215. }
  216. .route-content {
  217. font-size: 0.16rem;
  218. line-height: 0.2rem;
  219. }
  220. .category-wrap {
  221. width: 100%;
  222. margin: 1rem 0;
  223. font-size: 0;
  224. }
  225. .category-item {
  226. display: inline-block;
  227. width: 20%;
  228. color: #c4c2b2;
  229. text-align: center;
  230. margin-right: 10%;
  231. vertical-align: top;
  232. }
  233. .category-img {
  234. width: 90%;
  235. margin: 0 5%;
  236. }
  237. .category-title {
  238. font-size: 0.3rem;
  239. margin: 0.25rem 0;
  240. }
  241. .category-text {
  242. font-size: 12px;
  243. line-height: 20px;
  244. font-weight: 300;
  245. }
  246. .category-line {
  247. opacity: 0.6;
  248. width: 80%;
  249. height: 1px;
  250. background-color: #c4c2b2;
  251. margin: 0.5rem 0;
  252. }
  253. @media (min-width: 959px) {
  254. html {
  255. font-size: 385%;
  256. }
  257. }
  258. @media (min-width: 1279px) {
  259. html {
  260. font-size: 465%;
  261. }
  262. }
  263. @media (min-width: 1599px) {
  264. html {
  265. font-size: 545%;
  266. }
  267. }
  268. @media (min-width: 1919px) {
  269. html {
  270. font-size: 625%;
  271. }
  272. }
  273. @media (max-device-width: 1081px) {
  274. html {
  275. font-size: 585%;
  276. }
  277. .content-wrap {
  278. width: 72%;
  279. padding: 0 10% 0 18%;
  280. }
  281. .scroll-bar {
  282. display: none;
  283. }
  284. .top-logo img {
  285. width: 80%;
  286. height: auto;
  287. }
  288. .category-item {
  289. width: 28%;
  290. margin: 0 2%;
  291. }
  292. .route-img {
  293. width: 20%;
  294. }
  295. .route-line-bold {
  296. margin: 0 10px 10px 10px;
  297. }
  298. .route-line-thin {
  299. margin: 0 10px 10px 10px;
  300. }
  301. .route-text {
  302. width: 60%;
  303. padding-left: 5%;
  304. }
  305. }
  306. @media (max-device-width: 720px) {
  307. html {
  308. font-size: 465%;
  309. }
  310. }
  311. @media (max-device-width: 660px) {
  312. html {
  313. font-size: 445%;
  314. }
  315. }
  316. @media (max-device-width: 600px) {
  317. html {
  318. font-size: 425%;
  319. }
  320. }
  321. @media (max-device-width: 540px) {
  322. html {
  323. font-size: 405%;
  324. }
  325. }
  326. @media (max-device-width: 480px) {
  327. html {
  328. font-size: 385%;
  329. }
  330. }
  331. @media (max-device-width: 420px) {
  332. html {
  333. font-size: 365%;
  334. }
  335. }
  336. @media (max-device-width: 360px) {
  337. html {
  338. font-size: 345%;
  339. }
  340. }
  341. @media (max-device-width: 240px) {
  342. html {
  343. font-size: 305%;
  344. }
  345. }