Chinese.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. /*============订购=============*/
  2. .dg_body {
  3. background: #7e0203 url(../images/bga.png)no-repeat;
  4. box-sizing: border-box;
  5. background-size: 100%;
  6. }
  7. .img_a {
  8. background: url(../images/hdsm.png) no-repeat;
  9. }
  10. .img_b {
  11. background: url(../images/llsm.png) no-repeat;
  12. }
  13. .img_c {
  14. background: url(../images/ywsm.png) no-repeat;
  15. }
  16. .info_banner {
  17. position: relative;
  18. }
  19. .info_banner .img {
  20. display: block;
  21. width: 4.68rem;
  22. height: 4.41rem;
  23. margin-left: 20%;
  24. margin-top: 21%;
  25. }
  26. .img-a {
  27. width: 1.46rem;
  28. height: 0.97rem;
  29. position: absolute;
  30. top: 0.9rem;
  31. left: 0.8rem;
  32. }
  33. .info_banner .dg_ts {
  34. position: absolute;
  35. bottom: 4%;
  36. left: 4%;
  37. color: #FFFFFF;
  38. font-size: 0.875rem;
  39. }
  40. .info_main {
  41. position: absolute;
  42. width: 89%;
  43. margin: 0 auto;
  44. background: url(../images/xt.png) no-repeat;
  45. box-sizing: border-box;
  46. background-size: 94%;
  47. height: 15.4rem;
  48. left: 8%;
  49. top: 5.4rem;
  50. }
  51. .info_data li {
  52. position: relative;
  53. margin-top: 1rem;
  54. /*overflow:hidden;*/
  55. font-size: 0.75rem;
  56. color: #FFECEC
  57. }
  58. .info_data li.ck {
  59. text-align: left;
  60. }
  61. .info_data li.btn {
  62. margin-top: 69%;
  63. }
  64. .info_data li p {
  65. text-align: center;
  66. }
  67. .info_data li p a {
  68. color: #3274e3;
  69. font-size: 0.875rem
  70. }
  71. .info_data li .text_case {
  72. float: left;
  73. width: 50%;
  74. position: relative;
  75. }
  76. .info_data li .input_100 {
  77. -webkit-appearance: none;
  78. outline: none;
  79. width: 100%;
  80. height: 2.5rem;
  81. padding: 0.5rem;
  82. box-sizing: border-box;
  83. border: 1px #c32a63 solid;
  84. border-radius: 3px;
  85. background: #FFF;
  86. font-size: 0.875rem;
  87. }
  88. .info_data li .input_50 {
  89. height: 2.5rem;
  90. width: 100%;
  91. padding: 0.5rem;
  92. box-sizing: border-box;
  93. border: 1px #e4e4e4 solid;
  94. border-radius: 3px;
  95. background: #FFF;
  96. font-size: 0.875rem;
  97. -webkit-appearance: none;
  98. }
  99. .info_data li .input_100.active,
  100. .info_data li .input_50.active {
  101. border: 1px #3274e3 solid;
  102. }
  103. .info_data li .send_btn {
  104. float: right;
  105. display: block;
  106. width: 47%;
  107. height: 2.5rem;
  108. line-height: 2.5rem;
  109. box-sizing: border-box;
  110. background: #C32466;
  111. border-radius: 3px;
  112. font-size: 0.875rem;
  113. color: #fff;
  114. text-align: center;
  115. }
  116. .info_data li .send_btn:active {
  117. opacity: 0.8;
  118. }
  119. .info_data li .again_send_btn {
  120. float: right;
  121. display: block;
  122. width: 48%;
  123. height: 2.5rem;
  124. line-height: 2.5rem;
  125. box-sizing: border-box;
  126. border: 1px #bfbfbf solid;
  127. border-radius: 3px;
  128. background: #FFF;
  129. font-size: 0.875rem;
  130. color: #bfbfbf;
  131. text-align: center;
  132. }
  133. .info_data li .again_send_btn .number {
  134. font-style: normal;
  135. }
  136. .info_data li .chose_no {
  137. background: url(../images/chose_no.png) no-repeat left center;
  138. background-size: 0.9rem;
  139. padding-left: 1.4rem;
  140. }
  141. .info_data li .chose_yes {
  142. background: url(../images/chose_yes.png) no-repeat left center;
  143. background-size: 0.9rem;
  144. padding-left: 1.4rem;
  145. }
  146. .info_data li .red_btn {
  147. display: block;
  148. width: 5.85rem;
  149. height: 0.96rem;
  150. background: url(../images/updg.png) no-repeat;
  151. background-size: 100% 100%;
  152. font-size: 0.351rem;
  153. color: #ffff;
  154. font-weight: 600;
  155. text-align: center;
  156. letter-spacing: 3px;
  157. text-shadow: 0 2px 0 #e53b32;
  158. border-radius: 3px;
  159. border: none;
  160. margin: auto;
  161. margin-top: -0.64rem;
  162. margin-left: 0.24rem;
  163. }
  164. .info_data li .red_btn:active {
  165. opacity: 0.8;
  166. }
  167. .info_data li .warning {
  168. position: absolute;
  169. top: 0.8rem;
  170. right: 0;
  171. background: #FFFFFF;
  172. box-shadow: 0 2px 10px 0 rgba(91, 91, 91, 0.50);
  173. border-radius: 3px;
  174. font-size: 0.75rem;
  175. color: #FF1516;
  176. padding: 0.5rem;
  177. }
  178. .info_data li .warning #triangle-topleft {
  179. position: absolute;
  180. top: 3px;
  181. left: -14px;
  182. width: 14px;
  183. height: 14px;
  184. background: url(../images/arrow.png) no-repeat;
  185. }
  186. .info_data li .input_100.warn,
  187. .info_data li .input_50.warn {
  188. border: 1px #ff1516 solid;
  189. }
  190. .info_data li p {
  191. text-align: center;
  192. }
  193. .info_data li p a {
  194. color: #ffd525;
  195. font-size: 0.875rem
  196. }
  197. .info_notice {
  198. width: 87.5%;
  199. background-image: linear-gradient(#CB481F, #A00000);
  200. border-radius: 17px;
  201. padding: 5% 0 0 0;
  202. height: 9rem;
  203. margin-top: 0.24rem;
  204. margin-left: 0.2rem;
  205. }
  206. /* .info_notin::-webkit-scrollbar {
  207. width: 30px;
  208. height: 30px;
  209. }
  210. .info_notin::-webkit-scrollbar-thumb {
  211. background: -webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#e52e71));
  212. background: linear-gradient(180deg, #ff8a00, #e52e71);
  213. border-radius: 30px;
  214. box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  215. }
  216. .info_notin::-webkit-scrollbar-track {
  217. background: linear-gradient(90deg, #201c29, #201c29 1px, #100e17 0, #100e17);
  218. } */
  219. .info_notin::-webkit-scrollbar-track {
  220. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  221. background-color: rgb(255 255 255 / 37%);
  222. }
  223. .info_notin::-webkit-scrollbar {
  224. width: 0.16rem;
  225. }
  226. .info_notin::-webkit-scrollbar-thumb {
  227. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
  228. background-color: #fac2c2;
  229. border-radius: 30px;
  230. }
  231. .info_notin {
  232. width: 90%;
  233. height: 96.5%;
  234. overflow-y: auto;
  235. padding-left: 0.29rem;
  236. padding-right: 0.29rem;
  237. }
  238. .info_content .title,
  239. .info_notice .title {
  240. width: 2.96rem;
  241. height: 1.34rem;
  242. background: url(../images/wxts.png) no-repeat;
  243. background-size: 100% 100%;
  244. border: none;
  245. display: flex;
  246. justify-content: center;
  247. color: #fffaf9;
  248. line-height: 1.18rem;
  249. font-size: 0.27rem;
  250. margin: auto;
  251. letter-spacing: 0.05rem;
  252. margin-top: -0.1rem;
  253. }
  254. .info_notice .subtitle {
  255. font-size: 0.26rem;
  256. margin-top: -0.1rem;
  257. width: 1.26rem;
  258. height: 0.33rem;
  259. background-size: 100%;
  260. }
  261. .info_notice ul {
  262. margin-bottom: 0.38rem
  263. }
  264. .info_content ul li {
  265. font-size: .827586rem;
  266. color: #000000;
  267. overflow: hidden;
  268. margin-top: 1.241379rem;
  269. }
  270. .info_content ul li.f_red {
  271. color: #e8705e;
  272. margin-top: 1rem;
  273. font-weight: bold;
  274. }
  275. .info_content ul li span {
  276. display: block;
  277. float: left;
  278. width: 1rem;
  279. height: 1rem;
  280. border-radius: 50%;
  281. background: #ea7868;
  282. font-size: 0.75rem;
  283. color: #FFF;
  284. text-align: center;
  285. line-height: 1rem;
  286. margin-top: 0.2rem;
  287. }
  288. .info_content ul li p {
  289. margin-left: 1.5rem;
  290. }
  291. .info_notice ul li {
  292. font-size: 0.24rem;
  293. color: #fff;
  294. margin-top: 0.17rem;
  295. text-align: justify;
  296. }
  297. .info_notice ul li i {
  298. font-style: normal;
  299. display: block;
  300. width: 1.25rem;
  301. height: 1.25rem;
  302. line-height: 1.25rem;
  303. background: #fff;
  304. border-radius: 50%;
  305. color: #F03921;
  306. text-align: center;
  307. flex: none;
  308. margin-right: 3%;
  309. }
  310. .copyright {
  311. padding: 0.8rem 0;
  312. text-align: center;
  313. color: #fff;
  314. font-size: 0.75rem;
  315. }
  316. .content {
  317. color: #4E4E4E;
  318. font-size: 0.25rem;
  319. text-align: center;
  320. background: #ffff;
  321. height: 2.5rem;
  322. border-bottom-right-radius: 8px;
  323. border-bottom-left-radius: 8px;
  324. line-height: 1rem;
  325. }
  326. .dialog-alert {
  327. position: absolute;
  328. width: 88%;
  329. left: 5%;
  330. top: 13%;
  331. z-index: 99999;
  332. }
  333. h1 {
  334. background: url(../images/pop_bg.png) no-repeat;
  335. width: 100%;
  336. background-size: 100%;
  337. box-sizing: border-box;
  338. font-size: 0.36rem;
  339. font-weight: bold;
  340. text-align: center;
  341. margin-top: 2.5rem;
  342. display: inline-block;
  343. height: 1.5rem;
  344. line-height: 1.55rem;
  345. border-top-right-radius: 7px;
  346. border-top-left-radius: 7px;
  347. color: #fff;
  348. }
  349. .actions .btn {
  350. display: block;
  351. width: 71%;
  352. height: 0.8rem;
  353. background: url(../images/btn_bg.png) no-repeat;
  354. background-size: 100% 3rem;
  355. font-size: 0.36rem;
  356. color: #FFF;
  357. text-align: center;
  358. border: none;
  359. text-shadow: 0 2px 0 #e53b32;
  360. line-height: 217%;
  361. margin-top: -1.1rem;
  362. margin-left: 1rem;
  363. }
  364. .overlay {
  365. position: fixed;
  366. top: 0;
  367. right: 0;
  368. bottom: 0;
  369. left: 0;
  370. z-index: 9990;
  371. background-color: rgba(0, 0, 0, 0.5);
  372. }