common.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. html body {
  2. background: #fff;
  3. }
  4. /*缇ゆ椿鐮�*/
  5. #qun_safety {
  6. width: 100%;
  7. height: 45px;
  8. background: #e8fef2;
  9. position: fixed;
  10. top: 0;
  11. }
  12. #qun_safety .icon {
  13. width: 26px;
  14. height: 26px;
  15. float: left;
  16. background: url('../img/renzhengIcon3.png') no-repeat;
  17. margin: 9.5px 9.5px;
  18. }
  19. #qun_safety .text {
  20. width: calc(100% - 45px);
  21. height: 45px;
  22. float: left;
  23. color: rgba(7, 193, 96);
  24. font-size: 15px;
  25. line-height: 45px;
  26. }
  27. #zhanwei {
  28. width: 100%;
  29. height: 45px;
  30. }
  31. #warnning {
  32. width: 70px;
  33. height: 70px;
  34. margin: 80px auto 20px;
  35. }
  36. #warnningText {
  37. text-align: center;
  38. font-size: 16px;
  39. color: #666;
  40. }
  41. #showKfQrcode {
  42. width: 120px;
  43. height: 120px;
  44. margin: 50px auto 10px;
  45. }
  46. #showKfQrcode img {
  47. width: 120px;
  48. height: 120px;
  49. }
  50. #qun_beizhu {
  51. text-align: justify;
  52. color: #666;
  53. padding: 15px 15px;
  54. margin: 15px auto 0;
  55. background: #fff;
  56. border-radius: 10px;
  57. width: 90%;
  58. font-size: 15px;
  59. }
  60. #scanTips {
  61. text-align: center;
  62. font-size: 15px;
  63. font-weight: bold;
  64. color: #999;
  65. margin: 15px auto 0;
  66. }
  67. #zm_qrcode {
  68. width: 90%;
  69. display: block;
  70. margin: 15px auto 0;
  71. }
  72. #zm_qrcode img {
  73. width: 100%;
  74. display: block;
  75. }
  76. #qun_kf {
  77. text-align: center;
  78. font-size: 15px;
  79. color: #999;
  80. margin: 18px auto 0;
  81. }
  82. #qun_kf a {
  83. text-decoration: none;
  84. color: #999;
  85. border-bottom: 1px solid #ccc;
  86. padding-bottom: 2px;
  87. }
  88. /*瀹㈡湇鐮�*/
  89. #kf_safety {
  90. width: 100%;
  91. height: 280px;
  92. margin-top: 20px;
  93. position: fixed;
  94. top: 0;
  95. }
  96. /*#kf_safety .icon {*/
  97. /* width: 26px;*/
  98. /* height: 26px;*/
  99. /* float: left;*/
  100. /* background: url('../img/renzhengIcon3.png') no-repeat;*/
  101. /* margin: 9.5px 9.5px;*/
  102. /*}*/
  103. /*#kf_safety .text {*/
  104. /* width: calc(100% - 45px);*/
  105. /* height: 45px;*/
  106. /* float: left;*/
  107. /* color: rgba(7, 193, 96);*/
  108. /* font-size: 15px;*/
  109. /* line-height: 45px;*/
  110. /*}*/
  111. #kf_beizhu {
  112. text-align: justify;
  113. color: #000;
  114. padding: 15px 15px;
  115. margin:5px auto ;
  116. background: #fff;
  117. border-radius: 10px;
  118. width: 90%;
  119. font-size: 15px;
  120. }
  121. #kfzm_qrcode {
  122. width: 160px;
  123. height: 160px;
  124. margin: 10px auto 0;
  125. }
  126. #kfzm_qrcode img {
  127. width: 160px;
  128. height: 160px;
  129. }
  130. #wxnum {
  131. text-align: center;
  132. font-size: 16px;
  133. color: #666;
  134. margin: 17px auto 0;
  135. }
  136. #kf_online_true {
  137. width: 90%;
  138. padding: 15px 10px;
  139. position: fixed;
  140. bottom: 100px;
  141. background: #0055FF;
  142. border-radius: 30px;
  143. left: 0;
  144. right: 0;
  145. margin: 0 auto;
  146. text-align: center;
  147. font-size: 15px;
  148. color: black;
  149. }
  150. #kf_online_false {
  151. width: 90%;
  152. padding: 15px 10px;
  153. position: fixed;
  154. bottom: 30px;
  155. background: #fc5531;
  156. border-radius: 10px;
  157. left: 0;
  158. right: 0;
  159. margin: 0 auto;
  160. text-align: center;
  161. font-size: 15px;
  162. color: #fff;
  163. }
  164. /*涓棿椤�*/
  165. #zjy_short_title {
  166. width: 100%;
  167. height: 45px;
  168. line-height: 45px;
  169. text-align: center;
  170. font-size: 15px;
  171. color: #fff;
  172. background-image: -webkit-linear-gradient(left, #ed835f, #ea4144);
  173. position: fixed;
  174. top: 0;
  175. }
  176. #zjy_goods_img {
  177. width: 90%;
  178. margin: 65px auto 0;
  179. }
  180. #zjy_goods_img img {
  181. width: 100%;
  182. }
  183. #zjy_long_title {
  184. width: 90%;
  185. height: 20px;
  186. line-height: 20px;
  187. margin: 20px auto 0;
  188. white-space: nowrap;
  189. text-overflow: ellipsis;
  190. overflow: hidden;
  191. word-break: break-all;
  192. }
  193. #zjy_long_title .baoyou {
  194. width: 30px;
  195. height: 18px;
  196. line-height: 18px;
  197. text-align: center;
  198. border-radius: 4px;
  199. background-image: -webkit-linear-gradient(left, #ed835f, #ea4144);
  200. color: #fff;
  201. font-size: 11px;
  202. margin: 1px 0;
  203. float: left;
  204. }
  205. #zjy_long_title .long_title {
  206. width: calc(100% - 40px);
  207. float: left;
  208. height: 20px;
  209. line-height: 20px;
  210. white-space: nowrap;
  211. text-overflow: ellipsis;
  212. overflow: hidden;
  213. word-break: break-all;
  214. margin-left: 5px;
  215. }
  216. #zjy_price {
  217. width: 90%;
  218. height: 30px;
  219. line-height: 30px;
  220. margin: 10px auto 0;
  221. white-space: nowrap;
  222. text-overflow: ellipsis;
  223. overflow: hidden;
  224. word-break: break-all;
  225. }
  226. #zjy_price .qhj {
  227. height: 30px;
  228. float: left;
  229. margin-right: 3px;
  230. }
  231. #zjy_price .zjy_discounted_price {
  232. padding: 0 5px;
  233. height: 30px;
  234. float: left;
  235. color: #ea4d46;
  236. font-size: 23px;
  237. }
  238. #zjy_price .zjy_original_cost {
  239. padding: 0 5px;
  240. font-size: 14px;
  241. color: #999;
  242. height: 30px;
  243. float: left;
  244. }
  245. #zjy_price .zjy_pv {
  246. color: #999;
  247. font-size: 15px;
  248. height: 30px;
  249. float: right;
  250. }
  251. #zjy_price .qhj .quanhoujia {
  252. padding: 0 5px;
  253. height: 20px;
  254. line-height: 20px;
  255. text-align: center;
  256. border-radius: 5px;
  257. background-image: -webkit-linear-gradient(left, #ed835f, #ea4144);
  258. color: #fff;
  259. font-size: 12px;
  260. margin: 5px 0;
  261. float: left;
  262. }
  263. #zjy_tkl {
  264. width: 90%;
  265. height: 60px;
  266. margin: 10px auto 0;
  267. border-radius: 10px;
  268. }
  269. #zjy_tkl .tkl_text {
  270. width: 70%;
  271. height: 62px;
  272. background: #ffeee7;
  273. float: left;
  274. line-height: 60px;
  275. text-align: center;
  276. font-size: 15px;
  277. color: #4a4a4a;
  278. border-top-left-radius: 10px;
  279. border-bottom-left-radius: 10px;
  280. position: relative;
  281. display: block;
  282. }
  283. #zjy_tkl .tkl_text .tklstr {
  284. white-space: nowrap;
  285. text-overflow: ellipsis;
  286. overflow: hidden;
  287. word-break: break-all;
  288. display: block;
  289. }
  290. #zjy_tkl .dot1 {
  291. width: 8px;
  292. height: 8px;
  293. border-radius: 100px;
  294. background: #ffeee7;
  295. display: block;
  296. position: absolute;
  297. right: -4px;
  298. top: 0px;
  299. }
  300. #zjy_tkl .dot2 {
  301. width: 8px;
  302. height: 8px;
  303. border-radius: 100px;
  304. background: #ffeee7;
  305. display: block;
  306. position: absolute;
  307. right: -4px;
  308. top: 9px;
  309. }
  310. #zjy_tkl .dot3 {
  311. width: 8px;
  312. height: 8px;
  313. border-radius: 100px;
  314. background: #ffeee7;
  315. display: block;
  316. position: absolute;
  317. right: -4px;
  318. top: 18px;
  319. }
  320. #zjy_tkl .dot4 {
  321. width: 8px;
  322. height: 8px;
  323. border-radius: 100px;
  324. background: #ffeee7;
  325. display: block;
  326. position: absolute;
  327. right: -4px;
  328. top: 27px;
  329. }
  330. #zjy_tkl .dot5 {
  331. width: 8px;
  332. height: 8px;
  333. border-radius: 100px;
  334. background: #ffeee7;
  335. display: block;
  336. position: absolute;
  337. right: -4px;
  338. top: 36px;
  339. }
  340. #zjy_tkl .dot6 {
  341. width: 8px;
  342. height: 8px;
  343. border-radius: 100px;
  344. background: #ffeee7;
  345. display: block;
  346. position: absolute;
  347. right: -4px;
  348. top: 45px;
  349. }
  350. #zjy_tkl .dot7 {
  351. width: 8px;
  352. height: 8px;
  353. border-radius: 100px;
  354. background: #ffeee7;
  355. display: block;
  356. position: absolute;
  357. right: -4px;
  358. top: 54px;
  359. }
  360. #zjy_tkl .copy_btn {
  361. width: 30%;
  362. height: 62px;
  363. background-image: -webkit-linear-gradient(left, #ed835f, #ea4144);
  364. float: right;
  365. line-height: 60px;
  366. text-align: center;
  367. font-size: 16px;
  368. color: #fff;
  369. border-top-right-radius: 10px;
  370. border-bottom-right-radius: 10px;
  371. display: block;
  372. outline: none;
  373. border: none;
  374. -webkit-appearance: none;
  375. -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  376. }
  377. #tipsText {
  378. text-align: center;
  379. font-size: 14px;
  380. color: #999;
  381. margin-top: 20px;
  382. }
  383. #alertModal {
  384. width: 170px;
  385. background: rgba(0, 0, 0, 0.2);
  386. border-radius: 20px;
  387. position: fixed;
  388. top: 50%;
  389. left: 0;
  390. right: 0;
  391. margin: 0 auto;
  392. padding: 20px 0;
  393. display: none;
  394. }
  395. #alertModal span {
  396. display: block;
  397. text-align: center;
  398. color: #fff;
  399. padding: 0px 20px;
  400. font-size: 16px;
  401. }