paylist.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .container {
  2. background-color: #f0f0f0;
  3. justify-content: flex-start;
  4. color: #1e1e1e;
  5. font-weight: 500;
  6. }
  7. .contact {
  8. padding-left: 0;
  9. padding-right: 0;
  10. background-color: #f0f0f0;
  11. }
  12. .contact::after {
  13. border: 0px;
  14. }
  15. .text1 {
  16. font-size: 24rpx;
  17. font-weight: 400;
  18. width: 690rpx;
  19. text-align: left;
  20. justify-content: flex-start;
  21. }
  22. .text2 {
  23. margin-top: 50rpx;
  24. }
  25. .text1 .red {
  26. color: #a20602;
  27. font-weight: 500;
  28. text-decoration: underline;
  29. }
  30. .text3 {
  31. font-size: 32rpx;
  32. width: 690rpx;
  33. text-align: left;
  34. margin-top: 40rpx;
  35. }
  36. .text4 {
  37. font-size: 56rpx;
  38. width: 690rpx;
  39. text-align: left;
  40. font-weight: 400;
  41. }
  42. .panel1 {
  43. width: 100%;
  44. margin-top: 40rpx;
  45. background-color: #fff;
  46. }
  47. .item {
  48. width: 100%;
  49. justify-content: space-between;
  50. height: 132rpx;
  51. border-bottom: 1rpx solid #f0f0f0;
  52. }
  53. .left {
  54. margin-left: 30rpx;
  55. }
  56. .right {
  57. margin-right: 30rpx;
  58. font-size: 32rpx;
  59. }
  60. .title1 {
  61. font-size: 28rpx;
  62. text-align: left;
  63. }
  64. .title2 {
  65. font-size: 24rpx;
  66. text-align: left;
  67. color: #787878;
  68. font-weight: 400;
  69. }
  70. .title0 {
  71. font-size: 36rpx;
  72. color: #787878;
  73. margin-top: 522rpx;
  74. }