paylist.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .container {
  2. background-color: #f0f0f0;
  3. justify-content: flex-start;
  4. color: #1e1e1e;
  5. font-weight: 500;
  6. }
  7. .text0 {
  8. width: 100%;
  9. height: 73rpx;
  10. background-color: #A63917;
  11. color:#fff;
  12. font-size:24rpx;
  13. text-align: center;
  14. line-height: 73rpx;
  15. }
  16. .text1 {
  17. font-size: 24rpx;
  18. font-weight: 400;
  19. width: 690rpx;
  20. text-align: left;
  21. margin-top: 40rpx;
  22. }
  23. .text2 {
  24. font-size: 24rpx;
  25. font-weight: 400;
  26. width: 690rpx;
  27. justify-content: flex-start;
  28. margin-bottom: 40rpx;
  29. }
  30. .text2 .red {
  31. color: #a20602;
  32. font-weight: 500;
  33. text-decoration: underline;
  34. }
  35. .text3 {
  36. font-size: 32rpx;
  37. width: 690rpx;
  38. text-align: left;
  39. margin-top: 140rpx;
  40. }
  41. .text4 {
  42. font-size: 56rpx;
  43. width: 690rpx;
  44. text-align: left;
  45. font-weight: 400;
  46. }
  47. .panel1 {
  48. width: 100%;
  49. margin-bottom: 40rpx;
  50. background-color: #fff;
  51. border-bottom: 1rpx solid #D2D2D2;
  52. }
  53. .item0 {
  54. height: 138rpx;
  55. border-bottom: 1rpx solid #E3E3E3;
  56. }
  57. .left {
  58. margin-left: 30rpx;
  59. }
  60. .right {
  61. margin-right: 30rpx;
  62. font-size: 28rpx;
  63. color:#9B9B9B;
  64. }
  65. .right2 {
  66. font-size: 56rpx;
  67. color:#1e1e1e;
  68. }
  69. .title0 {
  70. font-size: 20rpx;
  71. text-align: left;
  72. justify-content: flex-start;
  73. }
  74. .title0_1{
  75. color:#9B9B9B;
  76. margin-right: 10rpx;
  77. }
  78. .panel2{
  79. width: 100%;
  80. }
  81. .item {
  82. width: 100%;
  83. justify-content: space-between;
  84. height: 111rpx;
  85. }
  86. .img {
  87. width:50rpx;
  88. height:50rpx;
  89. margin-right: 20rpx;
  90. }
  91. .title1 {
  92. font-size: 28rpx;
  93. text-align: left;
  94. margin-right: 10rpx;
  95. }
  96. .title2 {
  97. font-size: 22rpx;
  98. text-align: left;
  99. color: #9B9B9B;
  100. }
  101. .panel2 .line{
  102. width: 100%;
  103. justify-content: flex-end;
  104. }
  105. .panel2 .line2{
  106. width: 720rpx;
  107. height: 1rpx;
  108. background-color: #E3E3E3;
  109. }
  110. .titleNull {
  111. font-size: 36rpx;
  112. color: #787878;
  113. margin-top: 522rpx;
  114. }
  115. .btn {
  116. width: 136rpx;
  117. height: 70rpx;
  118. background-color: #A63917;
  119. border-radius: 8rpx;
  120. }
  121. .btn1 {
  122. width: 100%;
  123. height: 60rpx;
  124. background-color: #EA413A;
  125. border-radius: 8rpx;
  126. color:#fff;
  127. text-align: center;
  128. line-height: 60rpx;
  129. font-size:32rpx;
  130. position:relative;
  131. top:0;
  132. }
  133. .btn2 {
  134. background-color: #146392;
  135. }
  136. .btn3 {
  137. background-color: #169DED;
  138. }