pay_list.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /* pages/pay_list/pay_list.wxss */
  2. .li{
  3. padding: 0;
  4. margin: 0;
  5. }
  6. .li-items{
  7. width: 25%;
  8. text-align: center;
  9. display: inline-block;
  10. margin: 40rpx 0;
  11. }
  12. .li-items-add-items{
  13. width: 25%;
  14. text-align: center;
  15. display: inline-block;
  16. /* position: relative;
  17. bottom: 50rpx; */
  18. }
  19. .li-items-img{
  20. width: 84rpx;
  21. height: 84rpx;
  22. border-radius: 50%;
  23. }
  24. .li-items-text{
  25. color: #7C819D;
  26. font-size: 24rpx;
  27. margin: 10rpx 0;
  28. }
  29. .li-items-add{
  30. color: #fff;
  31. font-weight: bold;
  32. font-size: 22rpx;
  33. width:80rpx;
  34. height:44rpx;
  35. line-height: 44rpx;
  36. background:rgba(255,110,110,1);
  37. border-radius:22rpx;
  38. text-align: center;
  39. margin: auto;
  40. }
  41. .li-items-child{
  42. color: #8489A3;
  43. font-size: 24rpx;
  44. margin-top: 10rpx;
  45. }
  46. .showModel{
  47. width: 100%;
  48. height: 100%;
  49. position: fixed;
  50. top: 0;
  51. left: 0;
  52. background: #000;
  53. opacity: 0.3;
  54. overflow: hidden;
  55. z-index: 1000;
  56. color: #fff;
  57. }
  58. .model{
  59. width: 80%;
  60. z-index: 1001;
  61. position: fixed;
  62. top: 36%;
  63. margin-left: 10%;
  64. background: #fff;
  65. border-radius:30rpx;
  66. text-align: center;
  67. }
  68. .model-text{
  69. color: #393939;
  70. font-size: 30rpx;
  71. text-align: center;
  72. margin: 50rpx 30rpx;
  73. }
  74. .model-list{
  75. display: flex;
  76. justify-content: space-around;
  77. align-items: center;
  78. margin-bottom: 50rpx;
  79. color: #8489A3;
  80. font-size: 34rpx;
  81. }
  82. .model-list-sure{
  83. color: #FF6465;
  84. }
  85. .model-input{
  86. width:538rpx;
  87. height:80rpx;
  88. background:rgba(241,243,250,1);
  89. border:1rpx solid rgba(226,229,238,1);
  90. border-radius:14rpx;
  91. display: inline-block;
  92. margin-bottom: 50rpx;
  93. }
  94. .model-member{
  95. position: relative;
  96. text-align: center;
  97. }
  98. .model-member-close{
  99. width: 49rpx;
  100. height: 49rpx;
  101. transform: rotate(45deg);
  102. position: absolute;
  103. right: 16rpx;
  104. top: 16rpx;
  105. }
  106. .model-member-img{
  107. margin-top: 116rpx;
  108. width: 106rpx;
  109. height: 104rpx;
  110. }
  111. .model-member-text{
  112. color: #393939;
  113. font-size: 30rpx;
  114. padding: 60rpx 0 100rpx 0;
  115. }