paylist.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. }