writeOff.wxss 2.7 KB

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