writeOff.wxss 3.6 KB

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