writeOff.wxss 3.0 KB

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