purchasehistory.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .container {
  2. margin: 0 30rpx;
  3. width: calc(100% - 60rpx);
  4. padding: 0;
  5. height: 100%;
  6. }
  7. .title_1 {
  8. width: 100%;
  9. font-size: 34rpx;
  10. font-weight: bold;
  11. padding: 20rpx 0;
  12. }
  13. .lishi_list {
  14. width: 100%;
  15. overflow: hidden;
  16. }
  17. .ones {
  18. padding-bottom: 140rpx;
  19. }
  20. .lishi_item {
  21. display: flex;
  22. background-color: #fff;
  23. border-radius: 16rpx;
  24. align-items: center;
  25. padding: 20rpx;
  26. margin: 20rpx 0;
  27. }
  28. .checkbox {
  29. margin-right: 20rpx;
  30. }
  31. .item_image {
  32. width: 100rpx;
  33. height: 100rpx;
  34. margin-right: 20rpx;
  35. border-radius: 12rpx;
  36. }
  37. .item_info {
  38. flex: 1;
  39. }
  40. .item_title {
  41. font-size: 28rpx;
  42. color: #333;
  43. }
  44. .item_date {
  45. font-size: 24rpx;
  46. color: #999;
  47. margin-top: 10rpx;
  48. }
  49. .xiazai_img {
  50. width: 45rpx;
  51. height: 35rpx;
  52. float: right;
  53. }
  54. .search-icon {
  55. width: 100%;
  56. height: 100%;
  57. }
  58. .load_more_button {
  59. width: 100%;
  60. margin-top: 20rpx;
  61. background-color: #e6f7ff;
  62. color: #1890ff;
  63. border: none;
  64. border-radius: 50rpx;
  65. padding: 10rpx 0;
  66. font-size: 28rpx;
  67. }
  68. .bottom_bar {
  69. height: 110rpx;
  70. display: flex;
  71. justify-content: space-between;
  72. align-items: center;
  73. padding: 20rpx 50rpx;
  74. background-color: #fff;
  75. position: fixed;
  76. bottom: 0;
  77. left: 0;
  78. right: 0;
  79. }
  80. .select_all {
  81. align-content: center;
  82. align-content: center;
  83. display: flex;
  84. font-size: 28rpx;
  85. color: #333;
  86. }
  87. .delete_button {
  88. width: 66% !important;
  89. background-color: #1890ff;
  90. color: #fff;
  91. border: none;
  92. border-radius: 50rpx;
  93. padding: 23rpx 0;
  94. font-size: 28rpx;
  95. margin: 0 !important;
  96. }