writeOff.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. margin-left: 50rpx;
  54. font-size: 28rpx;
  55. font-weight: 500;
  56. color: #A0A0A0;
  57. }
  58. .search-text{
  59. width: 500rpx;
  60. margin-left: 30rpx;
  61. font-size: 28rpx;
  62. font-weight: 500;
  63. color: #A0A0A0;
  64. }
  65. .search-text-close{
  66. width: 34rpx;
  67. font-size: 34rpx;
  68. font-weight: 500;
  69. color: #A0A0A0;
  70. }
  71. .writeOff-content{
  72. width: 750rpx;
  73. margin-top: 8rpx;
  74. }
  75. .writeOff-list{
  76. width: 750rpx;
  77. height: 422rpx;
  78. background: #FFFFFF;
  79. border-radius: 10rpx;
  80. margin-bottom: 14rpx;
  81. }
  82. .content-head{
  83. width: 646rpx;
  84. height: 22rpx;
  85. justify-content: space-between;
  86. }
  87. .content-head-date{
  88. font-size: 24rpx;
  89. font-weight: 500;
  90. color: #444444;
  91. }
  92. .content-head-state{
  93. font-size: 28rpx;
  94. font-weight: 500;
  95. color: #BD2021;
  96. }
  97. .content-head{
  98. width: 646rpx;
  99. height: 40rpx;
  100. justify-content: space-between;
  101. margin-top: 36rpx;
  102. }
  103. .content-middle{
  104. width: 646rpx;
  105. height: 130rpx;
  106. justify-content: space-between;
  107. margin-top: 29rpx;
  108. }
  109. .middle-img{
  110. width: 160rpx;
  111. height: 119rpx;
  112. }
  113. .middle-text{
  114. width: 240rpx;
  115. height: 36rpx;
  116. font-size: 28rpx;
  117. font-weight: 500;
  118. color: #444444;
  119. margin-left: 36rpx;
  120. margin-bottom: 34rpx;
  121. }
  122. .middle-num{
  123. align-items: flex-end;
  124. }
  125. .middle-num-money{
  126. font-size: 28rpx;
  127. font-weight: 500;
  128. color: #444444;
  129. margin-top: 10rpx;
  130. }
  131. .money-num-count{
  132. font-size: 22rpx;
  133. font-weight: 500;
  134. color: #A0A0A0;
  135. }
  136. .content-line{
  137. width: 679rpx;
  138. height: 1px;
  139. background: #EFEFEF;
  140. }
  141. .line-top{
  142. margin-top: 20rpx;
  143. }
  144. .line-lower{
  145. margin-top: 34rpx;
  146. }
  147. .content-lower-store,.content-lower-date{
  148. width: 646rpx;
  149. }
  150. .content-lower-store{
  151. padding-top: 20rpx;
  152. }
  153. .lower-date{
  154. font-size: 24rpx;
  155. font-weight: 500;
  156. color: #444444;
  157. width: 500rpx;
  158. line-height: 46rpx;
  159. flex: 1;
  160. }
  161. .lower-money{
  162. font-size: 36rpx;
  163. font-weight: 500;
  164. color: #BD2021;
  165. }
  166. .no_result {
  167. font-size: 24rpx;
  168. color: #B1B1B1;
  169. line-height: 100rpx;
  170. font-weight: 1000;
  171. }