historical.wxss 2.1 KB

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