writeOff.wxss 3.4 KB

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