writeOff.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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. .search{
  25. position: sticky;
  26. top:0;
  27. z-index: 99;
  28. }
  29. .store-bar{
  30. width: 750rpx;
  31. height: 88rpx;
  32. background: #FFFFFF;
  33. justify-content: flex-start;
  34. }
  35. .writeOff-search{
  36. width: 750rpx;
  37. height: 88rpx;
  38. background: #F7F7F7;
  39. justify-content: center;
  40. }
  41. .search-bar{
  42. width: 661rpx;
  43. height: 54rpx;
  44. background: #FFFFFF;
  45. border-radius: 28rpx;
  46. justify-content: flex-start;
  47. }
  48. .store-img{
  49. width: 34rpx;
  50. height: 34rpx;
  51. }
  52. .search-img{
  53. width: 34rpx;
  54. height: 34rpx;
  55. margin-left: 40rpx;
  56. }
  57. .store-text{
  58. margin-left: 50rpx;
  59. font-size: 28rpx;
  60. font-weight: 500;
  61. color: #A0A0A0;
  62. }
  63. .search-text{
  64. width: 540rpx;
  65. margin-left: 30rpx;
  66. font-size: 28rpx;
  67. font-weight: 500;
  68. color: #A0A0A0;
  69. }
  70. .search-text-close{
  71. font-size: 44rpx;
  72. font-weight: 500;
  73. color: #A0A0A0;
  74. opacity: 0.5;
  75. }
  76. .writeOff-content{
  77. width: 750rpx;
  78. margin-top: 8rpx;
  79. }
  80. .writeOff-list{
  81. width: 750rpx;
  82. height: 422rpx;
  83. background: #FFFFFF;
  84. border-radius: 10rpx;
  85. margin-bottom: 14rpx;
  86. }
  87. .content-head{
  88. width: 646rpx;
  89. height: 22rpx;
  90. justify-content: space-between;
  91. }
  92. .content-head-date{
  93. font-size: 24rpx;
  94. font-weight: 500;
  95. color: #444444;
  96. }
  97. .content-head-state{
  98. font-size: 28rpx;
  99. font-weight: 500;
  100. color: #BD2021;
  101. }
  102. .content-head{
  103. width: 646rpx;
  104. height: 40rpx;
  105. justify-content: space-between;
  106. margin-top: 36rpx;
  107. }
  108. .content-middle{
  109. width: 646rpx;
  110. height: 130rpx;
  111. justify-content: space-between;
  112. margin-top: 29rpx;
  113. }
  114. .middle-img{
  115. width: 160rpx;
  116. height: 119rpx;
  117. }
  118. .middle-text{
  119. width: 240rpx;
  120. height: 36rpx;
  121. font-size: 28rpx;
  122. font-weight: 500;
  123. color: #444444;
  124. margin-left: 36rpx;
  125. margin-bottom: 34rpx;
  126. }
  127. .middle-num{
  128. align-items: flex-end;
  129. }
  130. .middle-num-money{
  131. font-size: 28rpx;
  132. font-weight: 500;
  133. color: #444444;
  134. margin-top: 10rpx;
  135. }
  136. .money-num-count{
  137. font-size: 22rpx;
  138. font-weight: 500;
  139. color: #A0A0A0;
  140. }
  141. .content-line{
  142. width: 679rpx;
  143. height: 1px;
  144. background: #EFEFEF;
  145. }
  146. .line-top{
  147. margin-top: 20rpx;
  148. }
  149. .line-lower{
  150. margin-top: 34rpx;
  151. }
  152. .content-lower-store,.content-lower-date{
  153. width: 646rpx;
  154. }
  155. .content-lower-store{
  156. padding-top: 20rpx;
  157. }
  158. .lower-date{
  159. font-size: 24rpx;
  160. font-weight: 500;
  161. color: #444444;
  162. width: 500rpx;
  163. line-height: 46rpx;
  164. flex: 1;
  165. }
  166. .lower-money{
  167. font-size: 36rpx;
  168. font-weight: 500;
  169. color: #BD2021;
  170. }
  171. .no_result {
  172. font-size: 24rpx;
  173. color: #B1B1B1;
  174. line-height: 100rpx;
  175. font-weight: 1000;
  176. }
  177. .picker-store{
  178. font-size: 28rpx;
  179. font-weight: 500;
  180. color: #A0A0A0;
  181. }
  182. .search-date{
  183. justify-content: space-between;
  184. }
  185. .no_result {
  186. font-size: 24rpx;
  187. color: #B1B1B1;
  188. line-height: 100rpx;
  189. font-weight: 1000;
  190. text-align: center;
  191. }
  192. .no_record{
  193. width: 750rpx;
  194. height: 550rpx;
  195. background-image: url(https://dy.shpr.top/welfareGo/no-record.png);
  196. background-size: 100% 100%;
  197. margin-top: 80rpx;
  198. justify-content: flex-end;
  199. }
  200. .no_record_text{
  201. font-size: 30rpx;
  202. font-weight: 500;
  203. color: #A0A0A0;
  204. margin-bottom: 32rpx;
  205. }