pay1.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. line-height: none;
  5. }
  6. .pay {
  7. /* width: 1920px; */
  8. /* height: 100vh; */
  9. /* background-color: red; */
  10. }
  11. .title {
  12. /* width: 1920px; */
  13. height: 65px;
  14. background: #ccc;
  15. opacity: 1;
  16. }
  17. .center {
  18. width: 100%;
  19. margin: auto;
  20. height: 829px;
  21. /* background-color: #000; */
  22. opacity: 1;
  23. }
  24. .center_item {
  25. height: 85px;
  26. /* background-color: #fff; */
  27. display: flex;
  28. flex-direction: column;
  29. flex-wrap: nowrap;
  30. align-content: center;
  31. justify-content: space-evenly;
  32. margin-top: 10px;
  33. margin-left: 10px;
  34. }
  35. .center_item span {
  36. font-size: 24px;
  37. font-family: Microsoft YaHei;
  38. font-weight: bold;
  39. line-height: 28px;
  40. color: #000000;
  41. /* letter-spacing: 100px; */
  42. opacity: 1;
  43. }
  44. .center_item .bou {
  45. /* width: 1195px; */
  46. height: 1px;
  47. background: rgba(181, 181, 181, 0.39);
  48. opacity: 1;
  49. }
  50. .paytwo {
  51. width: 100%;
  52. margin: auto;
  53. height: 780px;
  54. background-color: #fff;
  55. }
  56. .paytwo_item {
  57. justify-content: space-between;
  58. display: flex;
  59. }
  60. .pay_a {
  61. font-size: 12px;
  62. font-family: Microsoft YaHei;
  63. font-weight: bold;
  64. line-height: 28px;
  65. color: #000000;
  66. /* letter-spacing: 100px; */
  67. opacity: 1;
  68. }
  69. .pay_b {
  70. font-size: 12px;
  71. font-family: Microsoft YaHei;
  72. font-weight: bold;
  73. line-height: 28px;
  74. color: #000000;
  75. margin-right: 10px;
  76. }
  77. .paytwo_index {
  78. margin-top: 3px;
  79. display: flex;
  80. }
  81. .dd {
  82. font-size: 11px;
  83. font-family: Microsoft YaHei;
  84. font-weight: bold;
  85. line-height: 28px;
  86. color: #000000;
  87. }
  88. .hm {
  89. font-size: 11px;
  90. font-family: Microsoft YaHei;
  91. font-weight: 400;
  92. line-height: 28px;
  93. color: #000000;
  94. }
  95. .rwr {
  96. width: 336px;
  97. height: 345px;
  98. margin: auto;
  99. background: rgba(255, 255, 255, 0.39);
  100. border: 1px solid #dfdfdf;
  101. opacity: 1;
  102. margin-top: 30px;
  103. display: flex;
  104. flex-direction: column;
  105. justify-content: flex-start;
  106. align-items: center;
  107. }
  108. .rwr .rwr_item {
  109. width: 266px;
  110. height: 266px;
  111. margin: auto;
  112. /*background: rgba(0, 0, 0, 0.39);*/
  113. opacity: 1;
  114. }
  115. .rwr_wzi {
  116. font-size: 12px;
  117. font-family: Microsoft YaHei;
  118. font-weight: bold;
  119. line-height: 28px;
  120. margin-top: -20px;
  121. color: #fb5e5e;
  122. }
  123. .butt {
  124. width: 339px;
  125. height: 41px;
  126. background: rgba(169, 196, 235, 0.39);
  127. opacity: 1;
  128. margin: auto;
  129. display: flex;
  130. font-size: 11px;
  131. font-family: Microsoft YaHei;
  132. font-weight: 400;
  133. line-height: 28px;
  134. color: #ffffff;
  135. align-items: center;
  136. justify-content: space-around;
  137. }
  138. .butt_item {
  139. width: 339px;
  140. height: 36px;
  141. margin: auto;
  142. margin-top: 24px;
  143. /* background-color: red; */
  144. display: flex;
  145. justify-content: space-between;
  146. }
  147. .butt_left {
  148. width: 160px;
  149. height: 36px;
  150. background: #a8baff;
  151. opacity: 1;
  152. border-radius: 8px;
  153. font-size: 11px;
  154. font-family: Microsoft YaHei;
  155. font-weight: 400;
  156. line-height: 21px;
  157. color: #ffffff;
  158. display: flex;
  159. align-items: center;
  160. justify-content: space-around;
  161. }
  162. .foot{
  163. /* width: 1195px; */
  164. height: 186px;
  165. background: #ccc;
  166. margin: auto;
  167. opacity: 1
  168. }
  169. .home_pay_a{
  170. padding: 0 20px 0 0;
  171. }