pagerz.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. /*============订购=============*/
  2. .dg_body {
  3. /*background: -webkit-linear-gradient(top, #f82c2d, #fc4e4f);*/
  4. background: #f0332c;
  5. /*background: #fb4d4e url(../images/main_bg.png);*/
  6. }
  7. .info_banner {
  8. position: relative;
  9. }
  10. .info_banner img {
  11. display: block;
  12. width: 100%;
  13. }
  14. .info_banner .dg_ts {
  15. position: absolute;
  16. bottom: 4%;
  17. left: 4%;
  18. color: #FFFFFF;
  19. font-size: 0.875rem;
  20. }
  21. .info_main {
  22. position: relative;
  23. width: 100%;
  24. margin: 0 auto;
  25. /*background: #fefefe;*/
  26. background: url(../images/main_bg.png) no-repeat;
  27. padding: 0 6%;
  28. box-sizing: border-box;
  29. background-size: 100%;
  30. }
  31. .info_data li {
  32. position: relative;
  33. margin-top: 1rem;
  34. /*overflow:hidden;*/
  35. font-size: 0.75rem;
  36. color: #fff;
  37. }
  38. .info_data li.ck {
  39. text-align: left;
  40. }
  41. .info_data li.btn {
  42. margin-top: 0rem;
  43. }
  44. .info_data li p {
  45. text-align: center;
  46. }
  47. .info_data li p a {
  48. color: #3274e3;
  49. font-size: 0.875rem
  50. }
  51. .info_data li .text_case {
  52. float: left;
  53. width: 50%;
  54. position: relative;
  55. }
  56. .info_data li .input_100 {
  57. width: 100%;
  58. height: 2.5rem;
  59. padding: 0.5rem;
  60. box-sizing: border-box;
  61. border: 1px #c32a63 solid;
  62. border-radius: 3px;
  63. background: #FFF;
  64. font-size: 0.875rem;
  65. -webkit-appearance: none;
  66. }
  67. .info_data li .input_50 {
  68. height: 2.5rem;
  69. width: 100%;
  70. padding: 0.5rem;
  71. box-sizing: border-box;
  72. border: 1px #e4e4e4 solid;
  73. border-radius: 3px;
  74. background: #FFF;
  75. font-size: 0.875rem;
  76. -webkit-appearance: none;
  77. }
  78. .info_data li .input_100.active,
  79. .info_data li .input_50.active {
  80. border: 1px #3274e3 solid;
  81. }
  82. .info_data li .send_btn {
  83. float: right;
  84. display: block;
  85. width: 47%;
  86. height: 2.5rem;
  87. line-height: 2.5rem;
  88. box-sizing: border-box;
  89. background: #C32466;
  90. border-radius: 3px;
  91. font-size: 0.875rem;
  92. color: #fff;
  93. text-align: center;
  94. }
  95. .info_data li .send_btn:active {
  96. opacity: 0.8;
  97. }
  98. .info_data li .again_send_btn {
  99. float: right;
  100. display: block;
  101. width: 48%;
  102. height: 2.5rem;
  103. line-height: 2.5rem;
  104. box-sizing: border-box;
  105. border: 1px #bfbfbf solid;
  106. border-radius: 3px;
  107. background: #FFF;
  108. font-size: 0.875rem;
  109. color: #bfbfbf;
  110. text-align: center;
  111. }
  112. .info_data li .again_send_btn .number {
  113. font-style: normal;
  114. }
  115. .info_data li .chose_no {
  116. background: url(../images/chose_no.png) no-repeat left center;
  117. background-size: 0.9rem;
  118. padding-left: 1.4rem;
  119. }
  120. .info_data li .chose_yes {
  121. background: url(../images/chose_yes.png) no-repeat left center;
  122. background-size: 0.9rem;
  123. padding-left: 1.4rem;
  124. }
  125. .info_data li .red_btn {
  126. display: block;
  127. width: 100%;
  128. height: 2.8rem;
  129. background: url(../images/btn.png) no-repeat;
  130. background-size: 100% 100%;
  131. font-size: 1.1rem;
  132. color: #f03921;
  133. text-align: center;
  134. border: none;
  135. /*text-shadow: 0 2px 0 #E53B32;*/
  136. border-radius: 3px;
  137. }
  138. .info_data li .red_btn:active {
  139. opacity: 0.8;
  140. }
  141. .info_data li .warning {
  142. position: absolute;
  143. top: 0.8rem;
  144. right: 0;
  145. background: #FFFFFF;
  146. box-shadow: 0 2px 10px 0 rgba(91, 91, 91, 0.50);
  147. border-radius: 3px;
  148. font-size: 0.75rem;
  149. color: #FF1516;
  150. padding: 0.5rem;
  151. }
  152. .info_data li .warning #triangle-topleft {
  153. position: absolute;
  154. top: 3px;
  155. left: -14px;
  156. width: 14px;
  157. height: 14px;
  158. background: url(../images/arrow.png) no-repeat;
  159. }
  160. .info_data li .input_100.warn,
  161. .info_data li .input_50.warn {
  162. border: 1px #ff1516 solid;
  163. }
  164. .info_data li p {
  165. text-align: center;
  166. }
  167. .info_data li p a {
  168. color: #ffd525;
  169. font-size: 0.875rem
  170. }
  171. .info_content,
  172. .info_notice {
  173. margin-top: 3rem;
  174. }
  175. .info_notice {
  176. margin-top: 2rem;
  177. }
  178. .info_content .title,
  179. .info_notice .title {
  180. height: 2rem;
  181. background: url(../images/bg-title.png) no-repeat;
  182. background-size: 100% 100%;
  183. border: none;
  184. display: flex;
  185. align-items: center;
  186. justify-content: center;
  187. color: #E42C00;
  188. text-align: center;
  189. font-size: 0.875rem;
  190. margin-bottom: 0.5rem;
  191. }
  192. .info_notice .subtitle {
  193. width: 7rem;
  194. height: 2rem;
  195. background: url(../images/bg-subtitle.png) no-repeat;
  196. background-size: 100% 100%;
  197. display: flex;
  198. align-items: center;
  199. justify-content: center;
  200. color: #FFB96E;
  201. font-size: 0.9rem;
  202. margin-left: -0.4rem;
  203. }
  204. .info_notice ul {
  205. margin-bottom: 1rem;
  206. }
  207. .info_content ul li {
  208. font-size: 0.875rem;
  209. color: #000000;
  210. overflow: hidden;
  211. margin-top: 1rem;
  212. }
  213. .info_content ul li.f_red {
  214. color: #e8705e;
  215. margin-top: 1rem;
  216. font-weight: bold;
  217. }
  218. .info_content ul li span {
  219. display: block;
  220. float: left;
  221. width: 1rem;
  222. height: 1rem;
  223. border-radius: 50%;
  224. background: #ea7868;
  225. font-size: 0.75rem;
  226. color: #FFF;
  227. text-align: center;
  228. line-height: 1rem;
  229. margin-top: 0.2rem;
  230. }
  231. .info_content ul li p {
  232. margin-left: 1.5rem;
  233. }
  234. .info_notice ul li {
  235. font-size: 0.75rem;
  236. color: #fff;
  237. margin-top: 0.5rem;
  238. text-align: justify;
  239. }
  240. .info_notice ul li i {
  241. font-style: normal;
  242. display: block;
  243. width: 1.25rem;
  244. height: 1.25rem;
  245. line-height: 1.25rem;
  246. background: #fff;
  247. border-radius: 50%;
  248. color: #F03921;
  249. text-align: center;
  250. flex: none;
  251. margin-right: 3%;
  252. }
  253. .copyright {
  254. padding: 0.8rem 0;
  255. text-align: center;
  256. color: #fff;
  257. font-size: 0.75rem;
  258. }