goodsbankselect.wxss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. /* pages/goodsbank/goodsbank.wxss */
  2. page {
  3. background-color: #F7F7F7;
  4. display: flex;
  5. flex-direction: column;
  6. height: 100%;
  7. }
  8. page .top {
  9. height: 74rpx;
  10. padding-left: 20rpx;
  11. padding-right: 32rpx;
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: center;
  15. }
  16. page .top .search-bar {
  17. width: 710rpx;
  18. height: 100%;
  19. background-color: #FFFFFF;
  20. border-radius: 42rpx;
  21. display: flex;
  22. align-items: center;
  23. }
  24. page .top .search-bar input {
  25. margin-left: 32rpx;
  26. margin-right: 32rpx;
  27. }
  28. page .top .add-good {
  29. width: 190rpx;
  30. height: 100%;
  31. background-color: #FFFFFF;
  32. border-radius: 38rpx;
  33. box-sizing: border-box;
  34. border: 2rpx solid #FF874E;
  35. display: flex;
  36. justify-content: center;
  37. align-items: center;
  38. color: #FF874E;
  39. font-size: 28rpx;
  40. font-weight: 600;
  41. }
  42. page .top .manage-txt {
  43. color: #656565;
  44. font-size: 24rpx;
  45. font-weight: 500;
  46. }
  47. page .top .manage-btn {
  48. border-radius: 18rpx;
  49. width: 84rpx;
  50. height: 38rpx;
  51. border: 1px solid #FF874E;
  52. color: #FF874E;
  53. font-size: 24rpx;
  54. font-weight: 500;
  55. display: flex;
  56. align-items: center;
  57. justify-content: center;
  58. box-sizing: border-box;
  59. }
  60. page .body {
  61. width: 100%;
  62. display: flex;
  63. margin-top: 12rpx;
  64. flex: 1;
  65. }
  66. page .body .lefts > view {
  67. width: 150rpx;
  68. background-color: #f7f7f7;
  69. color: #989898;
  70. font-size: 24rpx;
  71. display: flex;
  72. flex-direction: column;
  73. justify-content: center;
  74. align-items: center;
  75. padding: 24rpx 0;
  76. }
  77. page .body .lefts > view image {
  78. border-radius: 50%;
  79. width: 48rpx;
  80. height: 48rpx;
  81. margin-bottom: 8rpx;
  82. }
  83. page .body .lefts > view text {
  84. width: 98rpx;
  85. text-align: center;
  86. }
  87. page .body .rights {
  88. width: 650rpx;
  89. display: flex;
  90. flex-direction: column;
  91. align-items: center;
  92. background-color: white;
  93. padding-bottom: 42rpx;
  94. position: relative;
  95. }
  96. page .body .rights .category {
  97. width: 614rpx;
  98. height: 80rpx;
  99. display: flex;
  100. }
  101. page .body .rights .category .scroll-category {
  102. width: 614rpx;
  103. display: flex;
  104. height: 80rpx;
  105. align-items: center;
  106. white-space: nowrap;
  107. position: relative;
  108. padding-top: 16rpx;
  109. padding-bottom: 16rpx;
  110. }
  111. page .body .rights .category .scroll-category view {
  112. padding: 0 20rpx;
  113. height: 48rpx;
  114. border-radius: 24rpx;
  115. display: inline-block;
  116. margin-left: 20rpx;
  117. font-size: 24rpx;
  118. line-height: 48rpx;
  119. text-align: center;
  120. }
  121. page .body .rights .category .all-category {
  122. width: 114rpx;
  123. display: flex;
  124. justify-content: center;
  125. align-items: center;
  126. color: #656565;
  127. font-size: 28rpx;
  128. font-weight: 500;
  129. }
  130. page .body .rights .category-all {
  131. width: 614rpx;
  132. height: 388rpx;
  133. background-color: #FFFFFF;
  134. z-index: 99;
  135. position: absolute;
  136. box-shadow: 0px 7px 27px -8px rgba(0, 0, 0, 0.09);
  137. display: flex;
  138. flex-direction: column;
  139. }
  140. page .body .rights .category-all .category-all-top {
  141. width: 614rpx;
  142. height: 96rpx;
  143. display: flex;
  144. justify-content: space-between;
  145. align-items: center;
  146. color: #656565;
  147. font-size: 32rpx;
  148. font-weight: 600;
  149. }
  150. page .body .rights .category-all .category-all-top text {
  151. margin-left: 20rpx;
  152. }
  153. page .body .rights .category-all .category-all-top image {
  154. margin-right: 40rpx;
  155. }
  156. page .body .rights .category-all .category-all-body {
  157. width: 614rpx;
  158. flex: 1;
  159. }
  160. page .body .rights .category-all .category-all-body view {
  161. padding: 0 20rpx;
  162. height: 48rpx;
  163. border-radius: 24rpx;
  164. display: inline-block;
  165. margin-left: 20rpx;
  166. font-size: 24rpx;
  167. line-height: 48rpx;
  168. text-align: center;
  169. margin-bottom: 20rpx;
  170. }
  171. page .body .rights .goods-info {
  172. width: 100%;
  173. height: 174rpx;
  174. display: flex;
  175. margin-top: 30rpx;
  176. }
  177. page .body .rights .goods-info .g-left {
  178. height: 174rpx;
  179. width: 174rpx;
  180. }
  181. page .body .rights .goods-info .g-left image {
  182. border-radius: 20rpx;
  183. }
  184. page .body .rights .goods-info .g-right {
  185. display: flex;
  186. flex-direction: column;
  187. margin-left: 20rpx;
  188. justify-content: space-between;
  189. }
  190. page .body .rights .goods-info .g-right .g-title {
  191. font-size: 28rpx;
  192. color: #464646;
  193. font-weight: 600;
  194. width: 100%;
  195. height: 80rpx;
  196. }
  197. page .body .rights .goods-info .g-right .g-title image {
  198. width: 36rpx;
  199. height: 36rpx;
  200. display: inline-block;
  201. vertical-align: bottom;
  202. margin-right: 10rpx;
  203. }
  204. page .body .rights .goods-info .g-right .g-guige {
  205. font-size: 24rpx;
  206. }
  207. page .body .rights .goods-info .g-right .g-guige > p:first-child {
  208. color: #3F3F3F;
  209. }
  210. page .body .rights .goods-info .g-right .g-guige > p:last-child {
  211. color: #919191;
  212. }
  213. page .body .rights .goods-info .g-right .g-start {
  214. width: 120rpx;
  215. height: 28rpx;
  216. line-height: 28rpx;
  217. border: 2rpx solid #FF874E;
  218. color: #FF874E;
  219. font-size: 20rpx;
  220. text-align: center;
  221. border-radius: 6rpx;
  222. }
  223. page .body .rights .goods-info .g-right .g-price {
  224. display: flex;
  225. flex-direction: row-reverse;
  226. align-items: center;
  227. }
  228. page .body .rights .goods-info .g-right .g-price > view:first-child {
  229. color: #FF874E;
  230. margin-left: 20rpx;
  231. }
  232. page .body .rights .goods-info .g-right .g-price > view:last-child {
  233. font-size: 24rpx;
  234. color: #656565;
  235. text-decoration: line-through;
  236. }
  237. page .body .rights .goods-info .g-right .g-price2 {
  238. color: #656565;
  239. font-size: 24rpx;
  240. font-weight: 400;
  241. }
  242. page .body .rights .goods-info .g-right .g-price2 view {
  243. float: right;
  244. }
  245. page .foot {
  246. width: 100%;
  247. bottom: 0;
  248. height: 158rpx;
  249. background-color: white;
  250. position: fixed;
  251. box-shadow: 0px -2px 28px -12px #00000030;
  252. display: flex;
  253. justify-content: center;
  254. }
  255. page .foot .manage-checkbox {
  256. width: 100%;
  257. height: 100%;
  258. padding-left: 28rpx;
  259. padding-right: 20rpx;
  260. }
  261. page .foot .manage-checkbox-inner {
  262. display: flex;
  263. justify-content: space-between;
  264. align-items: center;
  265. margin-top: 22rpx;
  266. }
  267. page .foot .manage-checkbox-inner-left {
  268. display: flex;
  269. align-items: center;
  270. }
  271. page .foot .manage-checkbox-inner-left image {
  272. width: 34rpx;
  273. height: 34rpx;
  274. }
  275. page .foot .manage-checkbox-inner-left text {
  276. color: #989898;
  277. font-size: 28rpx;
  278. font-weight: 500;
  279. margin-left: 20rpx;
  280. }
  281. page .foot .manage-checkbox-inner-right {
  282. display: flex;
  283. }
  284. page .foot .manage-checkbox-inner-right .button-1 {
  285. width: 532rpx;
  286. height: 74rpx;
  287. border-radius: 37rpx;
  288. box-sizing: border-box;
  289. border: 2rpx solid #FF874E;
  290. display: flex;
  291. justify-content: center;
  292. align-items: center;
  293. color: #FFFFFF;
  294. font-size: 28rpx;
  295. font-weight: 600;
  296. background-color: #FF874E;
  297. }
  298. page .foot .manage-checkbox-inner-right .button-2 {
  299. width: 188rpx;
  300. height: 74rpx;
  301. margin-left: 30rpx;
  302. border-radius: 37rpx;
  303. box-sizing: border-box;
  304. border: 2rpx solid #FF874E;
  305. display: flex;
  306. justify-content: center;
  307. align-items: center;
  308. color: #FF874E;
  309. font-size: 28rpx;
  310. font-weight: 600;
  311. }
  312. .popup {
  313. width: 100%;
  314. height: 100%;
  315. display: flex;
  316. flex-direction: column;
  317. align-items: center;
  318. position: relative;
  319. }
  320. .popu-title {
  321. height: 100rpx;
  322. color: #656565;
  323. font-size: 32rpx;
  324. display: flex;
  325. align-items: center;
  326. }
  327. .tag-body {
  328. width: 688rpx;
  329. display: flex;
  330. flex-direction: row;
  331. flex-wrap: wrap;
  332. }
  333. .tag-b-info {
  334. height: 62rpx;
  335. font-size: 32rpx;
  336. margin-left: 36rpx;
  337. margin-top: 28rpx;
  338. display: flex;
  339. justify-content: center;
  340. background-color: #EFEFEF;
  341. border-radius: 50rpx;
  342. font-weight: 400;
  343. padding: 0 10rpx;
  344. }
  345. .tag-b-con {
  346. height: 62rpx;
  347. overflow: hidden;
  348. line-height: 62rpx;
  349. white-space: nowrap;
  350. text-overflow: ellipsis;
  351. }
  352. .popu-info {
  353. width: 85%;
  354. height: 92rpx;
  355. display: flex;
  356. align-items: center;
  357. margin-top: 30rpx;
  358. justify-content: center;
  359. }
  360. .foot-ok {
  361. position: absolute;
  362. bottom: 0;
  363. }
  364. .foot-ok > button {
  365. width: 688rpx;
  366. height: 74rpx;
  367. background-color: #FF874E;
  368. color: white;
  369. border-radius: 37rpx;
  370. display: flex;
  371. justify-content: center;
  372. align-items: center;
  373. font-size: 28rpx;
  374. font-weight: 600;
  375. }