writeOff.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. /* pages/welfareMall/writeOff/writeOff.wxss */
  2. page{
  3. background: #F7F7F7;
  4. display:flex;
  5. flex-flow: column nowrap;
  6. justify-content: left;
  7. align-items: center;
  8. box-sizing: border-box;
  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. .store-bar{
  25. width: 750rpx;
  26. height: 88rpx;
  27. background: #FFFFFF;
  28. justify-content: flex-start;
  29. }
  30. .writeOff-search{
  31. width: 750rpx;
  32. height: 88rpx;
  33. background: #F7F7F7;
  34. justify-content: center;
  35. }
  36. .search-bar{
  37. width: 661rpx;
  38. height: 54rpx;
  39. background: #FFFFFF;
  40. border-radius: 28rpx;
  41. justify-content: flex-start;
  42. }
  43. .store-img{
  44. width: 34rpx;
  45. height: 34rpx;
  46. }
  47. .search-img{
  48. width: 34rpx;
  49. height: 34rpx;
  50. margin-left: 40rpx;
  51. }
  52. .store-text{
  53. width: 150rpx;
  54. margin-left: 50rpx;
  55. font-size: 28rpx;
  56. font-weight: 500;
  57. color: #A0A0A0;
  58. }
  59. .search-text{
  60. margin-left: 30rpx;
  61. font-size: 28rpx;
  62. font-weight: 500;
  63. color: #A0A0A0;
  64. }
  65. .writeOff-content{
  66. width: 750rpx;
  67. margin-top: 8rpx;
  68. }
  69. .writeOff-list{
  70. width: 750rpx;
  71. height: 422rpx;
  72. background: #FFFFFF;
  73. border-radius: 10rpx;
  74. margin-bottom: 14rpx;
  75. }
  76. .content-head{
  77. width: 646rpx;
  78. height: 22rpx;
  79. justify-content: space-between;
  80. }
  81. .content-head-date{
  82. font-size: 24rpx;
  83. font-weight: 500;
  84. color: #444444;
  85. }
  86. .content-head-state{
  87. font-size: 28rpx;
  88. font-weight: 500;
  89. color: #BD2021;
  90. }
  91. .content-head{
  92. width: 646rpx;
  93. height: 40rpx;
  94. justify-content: space-between;
  95. margin-top: 36rpx;
  96. }
  97. .content-middle{
  98. width: 646rpx;
  99. height: 130rpx;
  100. justify-content: space-between;
  101. margin-top: 29rpx;
  102. }
  103. .middle-img{
  104. width: 160rpx;
  105. height: 119rpx;
  106. }
  107. .middle-text{
  108. width: 240rpx;
  109. height: 36rpx;
  110. font-size: 28rpx;
  111. font-weight: 500;
  112. color: #444444;
  113. margin-left: 36rpx;
  114. margin-bottom: 34rpx;
  115. }
  116. .middle-num{
  117. align-items: flex-end;
  118. }
  119. .middle-num-money{
  120. font-size: 28rpx;
  121. font-weight: 500;
  122. color: #444444;
  123. margin-top: 10rpx;
  124. }
  125. .money-num-count{
  126. font-size: 22rpx;
  127. font-weight: 500;
  128. color: #A0A0A0;
  129. }
  130. .content-line{
  131. width: 679rpx;
  132. height: 1px;
  133. background: #EFEFEF;
  134. }
  135. .line-top{
  136. margin-top: 20rpx;
  137. }
  138. .line-lower{
  139. margin-top: 34rpx;
  140. }
  141. .content-lower-store,.content-lower-date{
  142. width: 646rpx;
  143. }
  144. .content-lower-store{
  145. padding-top: 20rpx;
  146. }
  147. .lower-date{
  148. font-size: 24rpx;
  149. font-weight: 500;
  150. color: #444444;
  151. width: 500rpx;
  152. line-height: 46rpx;
  153. flex: 1;
  154. }
  155. .lower-money{
  156. font-size: 36rpx;
  157. font-weight: 500;
  158. color: #BD2021;
  159. }
  160. .no_result {
  161. font-size: 24rpx;
  162. color: #B1B1B1;
  163. line-height: 100rpx;
  164. font-weight: 1000;
  165. }