paylist.wxss 2.2 KB

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