historical.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. /* pages/welfareMall/historical/historical.wxss */
  2. page{
  3. background: #F7F7F7;
  4. }
  5. .historical{
  6. width: 750rpx;
  7. height: auto;
  8. padding-bottom: 119rpx;
  9. }
  10. /* 垂直方向布局,水平居中 **/
  11. .flex-column{
  12. display: flex;
  13. flex-flow: column nowrap;
  14. align-items: center;
  15. justify-content: left;
  16. }
  17. /* 水平方向布局,垂直居中 **/
  18. .flex-row{
  19. display: flex;
  20. flex-flow: row nowrap;
  21. align-items: center;
  22. justify-content: center;
  23. }
  24. .historical-style{
  25. margin-top: 14rpx;
  26. }
  27. .historical-content{
  28. width: 716rpx;
  29. /* height: 327rpx; */
  30. background: #FFFFFF;
  31. border-radius: 10rpx;
  32. margin-bottom: 20rpx;
  33. }
  34. .content-hm{
  35. width: 680rpx;
  36. height: 242rpx;
  37. }
  38. .content-head{
  39. width: 676rpx;
  40. height: 22rpx;
  41. justify-content: space-between;
  42. }
  43. .content-head-date{
  44. width: 230rpx;
  45. height: 28rpx;
  46. font-size: 22rpx;
  47. font-weight: 500;
  48. color: #A0A0A0;
  49. }
  50. .content-head-state{
  51. width: 70rpx;
  52. height: 28rpx;
  53. font-size: 22rpx;
  54. font-weight: 500;
  55. color: #A0A0A0;
  56. }
  57. .content-head{
  58. width: 676rpx;
  59. height: 40rpx;
  60. justify-content: space-between;
  61. margin-top: 30rpx;
  62. }
  63. .content-middle{
  64. width: 676rpx;
  65. height: 160rpx;
  66. justify-content: space-between;
  67. }
  68. .middle-img{
  69. width: 160rpx;
  70. height: 119rpx;
  71. }
  72. .middle-text{
  73. width: 240rpx;
  74. height: 36rpx;
  75. font-size: 28rpx;
  76. font-weight: 500;
  77. color: #444444;
  78. margin-left: 36rpx;
  79. margin-bottom: 34rpx;
  80. }
  81. .middle-num{
  82. align-items: flex-end;
  83. }
  84. .middle-num-money{
  85. font-size: 28rpx;
  86. font-weight: 500;
  87. color: #444444;
  88. margin-top: 10rpx;
  89. }
  90. .money-num-count{
  91. font-size: 22rpx;
  92. font-weight: 500;
  93. color: #A0A0A0;
  94. }
  95. .content-line{
  96. width: 679rpx;
  97. height: 1px;
  98. background: #EFEFEF;
  99. }
  100. .content-lower{
  101. width: 676rpx;
  102. padding-top: 30rpx;
  103. padding-bottom: 30rpx;
  104. min-height: 48rpx;
  105. box-sizing: border-box;
  106. display: flex;
  107. flex-direction: row;
  108. }
  109. .lower-total{
  110. font-size: 24rpx;
  111. font-family: Source Han Sans CN;
  112. font-weight: 500;
  113. color: #444444;
  114. width: 500rpx;
  115. line-height: 46rpx;
  116. flex: 1;
  117. }
  118. .lower-order-style{
  119. width: 140rpx;
  120. height: 46rpx;
  121. box-sizing: border-box;
  122. background: #FFFFFF;
  123. border: 1px solid;
  124. border-radius: 10rpx;
  125. }
  126. .lower-order-text{
  127. font-size: 22rpx;
  128. font-weight: 500;
  129. /* color: #B01717; */
  130. }
  131. .no_result {
  132. font-size: 24rpx;
  133. color: #B1B1B1;
  134. line-height: 100rpx;
  135. font-weight: 1000;
  136. }