index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #f0f0f0;
  5. }
  6. .one {
  7. position: relative;
  8. background-color: #ffffff;
  9. height: 140px;
  10. margin-bottom: 10px;
  11. padding: 10px 20px;
  12. }
  13. .one_1 {
  14. position: relative;
  15. width: 35%;
  16. float: left;
  17. }
  18. .one_1_text {
  19. text-align: center;
  20. font-size: 14px;
  21. }
  22. .one_3_text {
  23. text-align: center;
  24. font-size: 14px;
  25. }
  26. .one_2 {
  27. position: relative;
  28. width: 30%;
  29. float: left;
  30. height: 102px;
  31. }
  32. .one_2_1 {
  33. text-align: center;
  34. }
  35. .one_2_2 {
  36. text-align: center;
  37. }
  38. .text1 {
  39. background-color: #999;
  40. text-align: center;
  41. color: #00427b;
  42. font-size: 30px;
  43. font-weight: bold;
  44. text-decoration: line-through;
  45. text-decoration-color: #fff;
  46. }
  47. .text2 {
  48. font-size: 40px;
  49. font-weight: bold;
  50. margin: 0 5px;
  51. }
  52. .text {
  53. font-size: 15px;
  54. position: relative;
  55. top: 9px;
  56. text-align: center;
  57. }
  58. .text3 {
  59. background-color: #999;
  60. text-align: center;
  61. color: #e70000;
  62. font-size: 30px;
  63. font-weight: bold;
  64. text-decoration: line-through;
  65. text-decoration-color: #fff;
  66. }
  67. .one_3 {
  68. position: relative;
  69. width: 35%;
  70. float: right;
  71. }
  72. .one_4 {
  73. position: relative;
  74. top: 10px;
  75. height: 30px;
  76. font-size: 14px;
  77. color: #999;
  78. text-align: center;
  79. }
  80. .one_logo1 {
  81. width: 90px;
  82. height: 80px;
  83. }
  84. .one_3_img {
  85. padding: 0 15px;
  86. }
  87. .one_logo2 {
  88. align-items: center;
  89. width: 90px;
  90. height: 80px;
  91. }
  92. .two {
  93. position: relative;
  94. background-color: #ffffff;
  95. /* height: 320px; */
  96. /* margin-bottom: 20px; */
  97. padding: 10px 20px;
  98. }
  99. .two_title {
  100. font-size: 18px;
  101. margin: 0 0 8px 0;
  102. }
  103. .two_1 {
  104. margin: 10px 0 0px 0;
  105. height: 70px;
  106. }
  107. .two_1_1 {
  108. width: 56px;
  109. float: left;
  110. margin: 0 4px 0 0;
  111. }
  112. .two_1_2 {
  113. text-align: center;
  114. width: 47px;
  115. float: left;
  116. margin: 0 8px 0 0;
  117. }
  118. .two_logo1 {
  119. align-items: center;
  120. width: 50px;
  121. height: 45px;
  122. }
  123. .two_logo2 {
  124. align-items: center;
  125. width: 45px;
  126. height: 45px;
  127. border: solid 1px #999;
  128. }
  129. .two_1_text {
  130. font-size: 14px;
  131. }
  132. .two_2 {
  133. margin: 10px 0 0 0;
  134. }
  135. .two_2n2 {
  136. position: relative;
  137. top: 10px;
  138. left: 60px;
  139. }
  140. .two_2_1 {
  141. width: 56px;
  142. float: left;
  143. margin: 0 4px 10px 0;
  144. }
  145. .two_2_2 {
  146. text-align: center;
  147. width: 47px;
  148. float: left;
  149. margin: 0 8px 0 0;
  150. }
  151. .two_2_text {
  152. font-size: 14px;
  153. }
  154. .btn {
  155. height: 60px;
  156. background-color: #fff;
  157. }
  158. .button {
  159. width: 300px !important;
  160. background-color: #ff7815;
  161. border-radius: 30px;
  162. color: #ffffff;
  163. text-align: center;
  164. }
  165. .mask {
  166. width: 100%;
  167. height: 100%;
  168. position: fixed;
  169. top: 0;
  170. left: 0;
  171. background: #000;
  172. opacity: 0.2;
  173. overflow: hidden;
  174. z-index: 1000;
  175. color: #fff;
  176. }
  177. /*对话框 */
  178. .modal {
  179. height: 400px;
  180. width: 100%;
  181. overflow: hidden;
  182. position: fixed;
  183. border-radius: 30px 30px 0px 0px;
  184. bottom: 0;
  185. left: 0;
  186. z-index: 2000;
  187. background: #fff;
  188. padding-top: 20rpx;
  189. }
  190. .modal_title {
  191. margin: 20px;
  192. font-size: 18px;
  193. }
  194. .model_1{
  195. width: 100%;
  196. position: relative;
  197. height: 70px;
  198. }
  199. .model_2{
  200. width: 100%;
  201. position: relative;
  202. top: 10px;
  203. height: 70px;
  204. }
  205. .model_1l{
  206. width: 30%;
  207. float: left;
  208. height: 70px;
  209. margin: 0 0 0 20px;
  210. }
  211. .model_text{
  212. font-size: 16px;
  213. float: left;
  214. }
  215. .input{
  216. width: 50px;
  217. float: left;
  218. text-align: center;
  219. border-bottom: 1px solid rgb(228, 228, 228);
  220. }
  221. .model_1r{
  222. width: 60%;
  223. height: 60px;
  224. float: left;
  225. padding: 35px 8px;
  226. }
  227. .model_btn {
  228. height: 60px;
  229. background-color: #fff;
  230. }
  231. .cuo{
  232. width: 20px;
  233. position: relative;
  234. top: -50px;
  235. left: 330px;
  236. height: 20px;
  237. }