main.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. html,
  2. body {
  3. height: 100%;
  4. max-height: 100%;
  5. color: #fff;
  6. font-family: "PingFang SC","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;;
  7. }
  8. .t_center {
  9. text-align: center;
  10. }
  11. .t_left {
  12. text-align: left;
  13. }
  14. .t_right {
  15. text-align: right;
  16. }
  17. .container-fluid {
  18. width: 10rem;
  19. height: 100%;
  20. max-height: 100%;
  21. overflow: hidden;
  22. }
  23. .layout_center {
  24. margin: 0 auto;
  25. }
  26. .f_width {
  27. width: 100%;
  28. }
  29. .p_relative {
  30. position: relative;
  31. }
  32. .p_absolute {
  33. position: absolute;
  34. }
  35. .p_fixed {
  36. position: fixed;
  37. bottom: 0;
  38. }
  39. .overflow {
  40. overflow: hidden;
  41. }
  42. .f_left {
  43. float: left;
  44. }
  45. .f_right {
  46. float: right;
  47. }
  48. .block {
  49. display: block;
  50. }
  51. .block_goods_item {
  52. padding: 0.16rem 0.16rem 0.27rem 0.16rem;
  53. width: 4.48rem;
  54. background: #fff;
  55. border-radius: 10px;
  56. margin-top: 0.5rem;
  57. }
  58. .block_goods {
  59. }
  60. .block_goods_msg {
  61. margin-top: 0.32rem;
  62. }
  63. .bg_write {
  64. background: #fff;
  65. }
  66. .bit_img {
  67. background: url("../images/index_bg.png") #FF4E4E bottom left no-repeat;
  68. background-size: 10rem 4.4rem;
  69. background-position-y: 98%;
  70. }
  71. .title {
  72. margin-top: 1.06rem;
  73. }
  74. .title h3 {
  75. font-size: 25px;
  76. font-weight: normal;
  77. }
  78. [data-dpr="2"] .title h3 {
  79. font-size: 50px;
  80. }
  81. [data-dpr="3"] .title h3 {
  82. font-size: 75px;
  83. }
  84. .title h2 {
  85. font-size: 28px;
  86. font-weight: normal;
  87. }
  88. [data-dpr="2"] .title h2 {
  89. font-size: 56px;
  90. }
  91. [data-dpr="3"] .title h2 {
  92. font-size: 84px;
  93. }
  94. h4 {
  95. color: #333;
  96. font-size: 0.53rem;
  97. font-weight: normal;
  98. }
  99. a {
  100. text-decoration: none;
  101. color: #fff;
  102. -webkit-tap-highlight-color: rgba(255,255,255,0);
  103. }
  104. a:hover {
  105. text-decoration: none;
  106. }
  107. p {
  108. color: #1E1E1E;
  109. font-size: 14px;
  110. line-height: 22px;
  111. overflow: hidden;
  112. text-overflow: ellipsis;
  113. white-space: nowrap;
  114. }
  115. [data-dpr="2"] p {
  116. font-size: 28px;
  117. line-height: 36px;
  118. }
  119. [data-dpr="3"] p {
  120. font-size: 42px;
  121. line-height: 50px;
  122. }
  123. img {
  124. width: 100%;
  125. max-height: 100%;
  126. vertical-align: middle;
  127. }
  128. input,button,.btn {
  129. -webkit-appearance: none;
  130. outline:none;
  131. border: none;
  132. background: transparent;
  133. }
  134. .btn_receive {
  135. width: 4.17rem;
  136. height: 1.09rem;
  137. line-height: 1.09rem;
  138. background: #FFDD00;
  139. color: #333;
  140. font-size: 23px;
  141. border-radius: 80px;
  142. border: 3px solid #fff;
  143. margin-top: 0.49rem;
  144. }
  145. [data-dpr="2"] .btn_receive {
  146. font-size: 46px;
  147. border: 6px solid #fff;
  148. }
  149. [data-dpr="3"] .btn_receive {
  150. font-size: 69px;
  151. border: 9px solid #fff;
  152. }
  153. .btn_down {
  154. width: 2.21rem;
  155. height: 0.8rem;
  156. line-height: 0.8rem;
  157. border: 2px solid #FF4E4E;
  158. color: #FF4E4E;
  159. font-size: 16px;
  160. border-radius: 10px;
  161. margin-top: 0.31rem;
  162. }
  163. [data-dpr="2"] .btn_down {
  164. font-size: 32px;
  165. border: 3px solid #FF4E4E;
  166. }
  167. [data-dpr="3"] .btn_down {
  168. font-size: 48px;
  169. border: 4px solid #FF4E4E;
  170. }
  171. .btn_submit {
  172. width: 6.66rem;
  173. height: 0.95rem;
  174. background: #FF4E4E;
  175. color: #fff;
  176. line-height: 0.95rem;
  177. font-size: 16px;
  178. border-radius: 6px;
  179. margin-top: 0.44rem;
  180. }
  181. [data-dpr="2"] .btn_submit {
  182. font-size: 32px;
  183. }
  184. [data-dpr="3"] .btn_submit {
  185. font-size: 48px;
  186. }
  187. .btn_yz {
  188. width: 100%;
  189. height: 100%;
  190. }
  191. .prompt_text {
  192. color: #7E7E7E;
  193. font-size: 0.4rem;
  194. margin-top: 3.29rem;
  195. }
  196. .prompt_text ul li {
  197. margin-top: 0.21rem;
  198. }
  199. .prompt_text ul {
  200. width: 6.23rem;
  201. }
  202. .advert {
  203. border-top: 1px solid #DADADA;
  204. padding: 0.33rem 0.57rem 0.33rem 0.49rem;
  205. width: 8.94rem;
  206. }
  207. .advert p {
  208. color: #7E7E7E;
  209. }
  210. .advert .logo {
  211. width: 1.43rem;
  212. height: 1.43rem;
  213. margin-right: 0.24rem;
  214. }
  215. .bind_tel_box {
  216. width: 8.01rem;
  217. height: 7.75rem;
  218. top: 1rem;
  219. left: 1rem;
  220. border-radius: 20px;
  221. box-shadow: 0 0 30px #ccc;
  222. -webkit-box-shadow: 0 0 30px #ccc;
  223. }
  224. .bind_tel_box .fcode {
  225. width: 5.05rem;
  226. height: 1.08rem;
  227. line-height: 1.08rem;
  228. background: #D0D0D0;
  229. color: #000000;
  230. font-size: 16px;
  231. border-radius: 80px;
  232. margin-top: 1.1rem;
  233. }
  234. [data-dpr="2"] .bind_tel_box .fcode {
  235. font-size: 32px;
  236. }
  237. [data-dpr="3"] .bind_tel_box .fcode {
  238. font-size: 48px;
  239. }
  240. .bind_tel_box .tel {
  241. padding: 0.19rem 0.32rem;
  242. width: 6.02rem;
  243. height: 2.02rem;
  244. border: 2px solid #FF4E4E;
  245. border-radius: 6px;
  246. margin-top: 0.91rem;
  247. }
  248. .mobile {
  249. margin-bottom: 0.25rem;
  250. }
  251. .mobile,.yzcode,.btn_yz {
  252. font-size: 14px;
  253. height: 0.89rem;
  254. line-height: 0.89rem;
  255. width: 100%;
  256. position: relative;
  257. }
  258. [data-dpr="2"] .mobile,[data-dpr="2"] .yzcode,[data-dpr="2"] .btn_yz {
  259. font-size: 28px;
  260. }
  261. [data-dpr="3"] .mobile,[data-dpr="3"] .yzcode,[data-dpr="3"] .btn_yz {
  262. font-size: 42px;
  263. }
  264. .mobile_box:after {
  265. content: "";
  266. position: absolute;
  267. left: 0;
  268. bottom: -0.1rem;
  269. height: 0;
  270. width: 100%;
  271. border-bottom: 1px solid #DADADA;
  272. }
  273. .yz_box {
  274. width: 3.6rem;
  275. }
  276. .get_yz {
  277. width: 2.4rem;
  278. }
  279. .get_box:after {
  280. content: "";
  281. position: absolute;
  282. left: 3.6rem;
  283. top: 0;
  284. height: 100%;
  285. width:0;
  286. border-right: 1px solid #DADADA;
  287. }
  288. .btn_pressed {
  289. box-shadow: 5px 5px 30px #ccc;
  290. -webkit-box-shadow: 5px 5px 30px #ccc;
  291. }