cash.scss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. .cash {
  2. width: #{750rpx};
  3. background-color: #f7f7f7;
  4. .no-tip {
  5. position: fixed;
  6. top: #{350rpx};
  7. left: 0;
  8. right: 0;
  9. margin: 0 auto;
  10. color: #666666;
  11. font-size: #{24rpx};
  12. width: #{240rpx};
  13. text-align: center;
  14. >image {
  15. height: #{240rpx};
  16. width: #{240rpx};
  17. margin-bottom: #{20rpx};
  18. }
  19. }
  20. .search {
  21. height: #{88rpx};
  22. box-sizing: border-box;
  23. background-color: #efeff4;
  24. padding: #{15rpx} #{24rpx};
  25. position: fixed;
  26. top: 0;
  27. left: 0;
  28. z-index: 1000;
  29. .search-clear {
  30. position: absolute;
  31. right: #{15rpx};
  32. top: #{14rpx};
  33. width: #{30rpx};
  34. height: #{30rpx};
  35. z-index: 100;
  36. >image {
  37. width: #{20rpx};
  38. height: #{20rpx};
  39. margin-right: #{11rpx};
  40. }
  41. }
  42. .input {
  43. padding: #{0 70rpx 0 30rpx};
  44. box-sizing: border-box;
  45. height: #{58rpx};
  46. width: #{750-48rpx};
  47. border-radius: #{29rpx};
  48. background-color: white;
  49. font-size: #{26rpx};
  50. }
  51. .view {
  52. height: #{58rpx};
  53. width: #{750-48rpx};
  54. border-radius: #{29rpx};
  55. background-color: white;
  56. font-size: #{26rpx};
  57. color: #999999;
  58. >image {
  59. width: #{25rpx};
  60. height: #{25rpx};
  61. margin-right: #{11rpx};
  62. }
  63. }
  64. }
  65. .bar {
  66. width: #{750rpx};
  67. position: fixed;
  68. top: #{88rpx};
  69. z-index: 2;
  70. left: 0;
  71. height: #{100rpx};
  72. border-bottom: #{1rpx} solid #e2e2e2;
  73. background-color: white;
  74. .bar-item {
  75. width: 50%;
  76. height: #{100rpx};
  77. text-align: center;
  78. text {
  79. display: inline-block;
  80. height: #{98rpx};
  81. font-size: #{28rpx};
  82. color: #666666;
  83. line-height: #{98rpx};
  84. border-bottom: #{2rpx} solid transparent;
  85. }
  86. .text-active {
  87. color: #446dfd;
  88. border-bottom: #{2rpx} solid #446dfd;
  89. }
  90. }
  91. }
  92. .reply-margin-search {
  93. top: #{88rpx};
  94. }
  95. .reply-margin-bar {
  96. top: #{188rpx};
  97. }
  98. .reply {
  99. width: #{750rpx};
  100. box-sizing: border-box;
  101. // margin: #{24upx} 0;
  102. padding: #{24rpx} 0;
  103. background-color: #f7f7f7;
  104. z-index: 2;
  105. position: fixed;
  106. left: 0;
  107. z-index: 10;
  108. background-color: #f7f7f7;
  109. .reply-item {
  110. box-sizing: border-box;
  111. width: #{160rpx};
  112. height: #{56rpx};
  113. line-height: #{54rpx};
  114. border: #{1rpx} solid #446dfd;
  115. font-size: #{24rpx};
  116. color: #666666;
  117. text-align: center;
  118. }
  119. .reply-item-active {
  120. background-color: #446dfd;
  121. color: #ffffff;
  122. }
  123. .unreviewed {
  124. border-top-left-radius: #{28rpx};
  125. border-bottom-left-radius: #{28rpx};
  126. }
  127. .unpaid {
  128. border-top-right-radius: #{28rpx};
  129. border-bottom-right-radius: #{28rpx};
  130. }
  131. }
  132. .content-margin-search {
  133. margin-top: #{104+88rpx};
  134. }
  135. .content-margin-bar {
  136. margin-top: #{104+188rpx};
  137. }
  138. .content {
  139. width: #{750rpx};
  140. padding:0 #{24rpx};
  141. box-sizing: border-box;
  142. .content-item {
  143. width: #{750-48rpx};
  144. padding: #{24rpx};
  145. box-sizing: border-box;
  146. background-color: white;
  147. border-radius: #{16rpx};
  148. margin-bottom: #{24rpx};
  149. .image {
  150. width: #{100rpx};
  151. margin-right: #{24rpx};
  152. image {
  153. width: #{100rpx};
  154. height: #{100rpx};
  155. border-radius: #{4rpx};
  156. }
  157. }
  158. .app-content {
  159. width: #{530rpx};
  160. .name {
  161. font-size: #{32rpx};
  162. color: #353535;
  163. margin-top: #{12rpx};
  164. margin-bottom: #{16rpx};
  165. }
  166. .amount {
  167. font-size: #{28rpx};
  168. color: #999999;
  169. margin-bottom: #{8rpx};
  170. }
  171. .pay {
  172. font-size: #{28rpx};
  173. margin-bottom: #{24rpx};
  174. .pay-price-text {
  175. color: #999999;
  176. }
  177. .pay-price-number {
  178. color: #446dfd;
  179. }
  180. }
  181. .button-men {
  182. height: #{60rpx};
  183. .button {
  184. height: #{60rpx};
  185. line-height: #{60rpx};
  186. padding: 0 #{32rpx};
  187. box-sizing: border-box;
  188. border-radius: #{30rpx};
  189. font-size: #{28rpx};
  190. }
  191. .ordinary {
  192. color: #353535;
  193. border: #{1rpx} solid #bbbbbb;
  194. margin-right: #{16rpx};
  195. }
  196. .can {
  197. color: #446dfd;
  198. border: #{1rpx} solid #446dfd;
  199. }
  200. }
  201. }
  202. }
  203. }
  204. .model {
  205. position: fixed;
  206. top: 0;
  207. left: 0;
  208. width: 100%;
  209. height: 100%;
  210. z-index: 1100;
  211. background-color: rgba(0,0,0,.3);
  212. .model-content {
  213. width: #{620rpx};
  214. border-radius: #{16rpx};
  215. background-color: white;
  216. position: absolute;
  217. top: 50%;
  218. left: 50%;
  219. transform: translate(-50%, -50%);
  220. .header {
  221. text-align: center;
  222. font-size: #{32rpx};
  223. margin-top: #{40rpx};
  224. margin-bottom: #{44rpx};
  225. color: #353535;
  226. }
  227. .center {
  228. width: #{620rpx};
  229. padding: 0 #{32rpx};
  230. box-sizing: border-box;
  231. .free {
  232. max-height: #{1000rpx};
  233. margin-bottom: #{23rpx};
  234. font-size: #{21rpx};
  235. color: #80848f;
  236. height: 100%;
  237. line-height: 1.5;
  238. overflow: auto;
  239. .textarea {
  240. height: #{252rpx};
  241. width: 100%;
  242. padding: #{24rpx 32rpx};
  243. box-sizing: border-box;
  244. font-size: #{28rpx};
  245. border-radius: #{16rpx};
  246. border: #{1rpx} solid #e2e2e2;
  247. text-align: left;
  248. }
  249. }
  250. .i-modal-body {
  251. margin-bottom: #{23rpx};
  252. font-size: #{26rpx};
  253. color: #80848f;
  254. height: 100%;
  255. line-height: 1.5;
  256. overflow: auto;
  257. >view {
  258. text-align: center;
  259. }
  260. }
  261. .i-modal-body-free {
  262. padding: #{17rpx 32rpx 32rpx};
  263. box-sizing: border-box;
  264. max-height: #{1000rpx};
  265. margin-bottom: #{30rpx};
  266. font-size: #{28rpx};
  267. color: #80848f;
  268. height: 100%;
  269. line-height: 1.5;
  270. overflow: auto;
  271. .price {
  272. font-size: #{28rpx};
  273. color: #353535;
  274. font-weight: #{blod};
  275. text-align: center;
  276. }
  277. .text {
  278. font-size: #{26rpx};
  279. color: #353535;
  280. text-align: center;
  281. }
  282. }
  283. }
  284. .bottom {
  285. width: #{620rpx};
  286. height: #{88rpx};
  287. border-top: #{1rpx} solid #e2e2e2;
  288. .but {
  289. width: #{309rpx};
  290. height: #{88rpx};
  291. line-height: #{88rpx};
  292. font-size: #{32rpx};
  293. text-align: center;
  294. }
  295. .cancel {
  296. color: #666666;
  297. }
  298. .confirm {
  299. color: #446dfd;
  300. }
  301. .line {
  302. width: #{2rpx};
  303. height: #{32rpx};
  304. background-color: #e2e2e2;
  305. }
  306. }
  307. }
  308. }
  309. }