pagerz201908.css 4.3 KB

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