pay.css 2.9 KB

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