writeOff.wxss 3.6 KB

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