pay.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .container{
  2. background-color: #ffffff;
  3. }
  4. .imageDM{
  5. width:750rpx;
  6. height:1584rpx;
  7. }
  8. .imageDM2{
  9. width:750rpx;
  10. height:950rpx;
  11. }
  12. .text{
  13. font-size:22rpx;
  14. color:#1e1e1e;
  15. font-weight: 400;
  16. margin-bottom: 100rpx;
  17. text-align: center;
  18. }
  19. .panelPay{
  20. background-color: #F0F0F0;
  21. width:690rpx;
  22. height:323rpx;
  23. border-radius: 10rpx;
  24. margin-top: 40rpx;
  25. }
  26. .text1{
  27. font-size:33rpx;
  28. margin: 50rpx 0 30rpx 30rpx;
  29. align-self: flex-start;
  30. }
  31. .List{
  32. width:100%;
  33. }
  34. .item{
  35. width:100%;
  36. height:100rpx;
  37. justify-content: space-between;
  38. }
  39. .Name{
  40. margin-left: 30rpx;
  41. font-size:28rpx;
  42. font-weight: 400;
  43. }
  44. .Content{
  45. margin-right: 30rpx;
  46. font-size:28rpx;
  47. color:#787878;
  48. }
  49. .text2{
  50. font-size:18rpx;
  51. font-weight: 400;
  52. margin-bottom: 30rpx;
  53. margin-top: 240rpx;
  54. }
  55. .btn{
  56. font-size:36rpx;
  57. width:520rpx;
  58. height:90rpx;
  59. border-radius: 10rpx;
  60. text-align: center;
  61. line-height: 90rpx;
  62. color:#fff;
  63. background-color: #169DED;
  64. }
  65. .code{
  66. width:300rpx;
  67. height:300rpx;
  68. }
  69. .text3{
  70. font-size:68rpx;
  71. color:#169DED;
  72. margin-top: 190rpx;
  73. }
  74. .text4{
  75. font-size:28rpx;
  76. font-weight: 400;
  77. margin-top: 0rpx;
  78. }
  79. .text5{
  80. font-size:28rpx;
  81. font-weight: 500;
  82. margin-top: 60rpx;
  83. text-align: center;
  84. }
  85. .text6{
  86. font-size:24rpx;
  87. font-weight: 400;
  88. margin-top: 20rpx;
  89. }
  90. .text7{
  91. font-size:24rpx;
  92. font-weight: 400;
  93. margin-bottom: 60rpx;
  94. }
  95. .btn2{
  96. margin-top: 50rpx;
  97. }
  98. .panel2{
  99. margin-top: 150rpx;
  100. }