index.less 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .model{
  2. position: fixed;
  3. top: 0;
  4. width: 100%;
  5. height: 100vh;
  6. display: flex;
  7. align-items: center;
  8. justify-content: center;
  9. background-color: rgb(0 0 0 / 31%);
  10. z-index: 99;
  11. padding: 200rpx 20rpx;
  12. .list{
  13. width: 560rpx;
  14. height: 700rpx;
  15. overflow-y: auto;
  16. background: white;
  17. text-align: center;
  18. position: relative;
  19. .post_title{
  20. position: sticky;
  21. top: 0;
  22. height: 100rpx;
  23. line-height: 100rpx;
  24. z-index: 99;
  25. }
  26. .li{
  27. width: 500rpx;
  28. background: #87cff9;
  29. margin: 20rpx auto;
  30. padding: 20rpx;
  31. border-radius: 10rpx;
  32. box-shadow: 0 0 12px #d6d6d6;
  33. .li_top{
  34. display: flex;
  35. .logo{
  36. width: 120rpx;
  37. height: 120rpx;
  38. margin-right: 40rpx;
  39. border-radius: 50%;
  40. }
  41. .li_title{
  42. display: flex;
  43. flex-direction: column;
  44. font-size: 36rpx;
  45. .li_type{
  46. font-size: 30rpx;
  47. margin-top: 20rpx;
  48. text-align: left;
  49. }
  50. }
  51. }
  52. .cardtitle{
  53. margin: 20rpx 0 20rpx 100rpx;
  54. }
  55. }
  56. .del{
  57. background: red;
  58. width: 160rpx;
  59. height: 100%;
  60. color: white;
  61. display: flex;
  62. justify-content: center;
  63. align-items: center;
  64. font-size: 34rpx;
  65. }
  66. .bank_img{
  67. width: 400rpx;
  68. height: 400rpx;
  69. margin: 20rpx auto;
  70. }
  71. .title{
  72. font-size: 34rpx;
  73. color: #808080;
  74. }
  75. .post_absotu{
  76. position: absolute;
  77. right: 0;
  78. top: 0;
  79. }
  80. }
  81. .paw-box{
  82. width: 660rpx;
  83. /* height: 400rpx; */
  84. padding: 20rpx 0;
  85. overflow-y: auto;
  86. background: white;
  87. text-align: center;
  88. border-radius: 10rpx;
  89. position: relative;
  90. .model_title{
  91. padding: 20rpx;
  92. font-weight: 600;
  93. }
  94. .hide_box{
  95. height: 80rpx;
  96. .hide-paw{
  97. width: 0;
  98. height: 0;
  99. }
  100. }
  101. .pay-password{
  102. display: flex;
  103. justify-content: space-between;
  104. padding: 20rpx 20rpx 80rpx;
  105. .paw{
  106. width: 90rpx;
  107. height: 90rpx;
  108. border-radius: 6rpx;
  109. background-color: #e2e2e2;
  110. display: flex;
  111. align-items: center;
  112. justify-content: center;
  113. font-size: 50rpx;
  114. font-weight: 800;
  115. }
  116. }
  117. .post_absotu{
  118. position: absolute;
  119. top: 0;
  120. right: 4px;
  121. padding: 10rpx 10rpx 0;
  122. border-bottom: 1px solid;
  123. color: #3F51B5;
  124. }
  125. .btn{
  126. width: 400rpx;
  127. height: 80rpx;
  128. background: #07c261;
  129. line-height: 80rpx;
  130. margin: auto;
  131. border-radius: 10rpx;
  132. color: white;
  133. }
  134. }
  135. }