addtogood.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. /* pages/addtogood/addtogood.wxss */
  2. page {
  3. background-color: #F7F7F7;
  4. padding-bottom: 158rpx;
  5. }
  6. /* 身体 */
  7. .body {
  8. width: 93%;
  9. margin: 0 auto;
  10. }
  11. .group {
  12. margin-top: 40rpx;
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: space-between;
  16. }
  17. .group-title p:first-child {
  18. color: #FF4C1A;
  19. font-size: 32rpx;
  20. }
  21. .group-title p:last-child {
  22. color: #656565;
  23. font-size: 32rpx;
  24. font-weight: 600;
  25. }
  26. .group input {
  27. height: 92rpx;
  28. width: 92%;
  29. color: #656565;
  30. font-size: 28rpx;
  31. border-radius: 20rpx;
  32. }
  33. .group-content {
  34. width: 100%;
  35. display: flex;
  36. flex-direction: column;
  37. justify-content: center;
  38. align-items: center;
  39. background-color: white;
  40. border-radius: 20rpx;
  41. margin-top: 24rpx;
  42. }
  43. .jieshao-area {
  44. width: 93%;
  45. height: 170rpx;
  46. padding-top: 26rpx;
  47. }
  48. .leng {
  49. width: 93%;
  50. display: flex;
  51. flex-direction: row-reverse;
  52. color: #989898;
  53. font-size: 24rpx;
  54. }
  55. /* 上传 */
  56. .upload {
  57. display: flex;
  58. flex-wrap: wrap;
  59. padding: 40rpx 0;
  60. }
  61. .upload-item {
  62. background-color: #FFFFFF;
  63. border-radius: 20rpx;
  64. position: relative;
  65. }
  66. .del-icon {
  67. position: absolute;
  68. width: 44rpx;
  69. height: 44rpx;
  70. top: 0rpx;
  71. right: 0rpx;
  72. }
  73. .column3 {
  74. height: 216rpx;
  75. width: calc((100% - 4 * 16rpx) / 3);
  76. margin-bottom: 32rpx;
  77. }
  78. .column3:not(:nth-child(3n+1)) {
  79. margin-left: 32rpx;
  80. }
  81. .upload-box {
  82. display: flex;
  83. flex-direction: column;
  84. align-items: center;
  85. justify-content: center;
  86. width: 210rpx;
  87. }
  88. .upload-button {
  89. width: 146rpx;
  90. height: 140rpx;
  91. background-color: #FFFFFF;
  92. display: flex;
  93. justify-content: center;
  94. align-items: center;
  95. }
  96. .upload-box text {
  97. color: #656565;
  98. font-size: 28rpx;
  99. font-weight: 600;
  100. }
  101. .upload-text {
  102. width: 140rpx;
  103. text-align: center;
  104. margin-top: 16rpx;
  105. }
  106. /* 卡片 */
  107. .card {
  108. background-color: #fff;
  109. border-radius: 20rpx;
  110. padding-top: 40rpx;
  111. padding-bottom: 58rpx;
  112. padding-left: 34rpx;
  113. padding-right: 30rpx;
  114. display: flex;
  115. flex-direction: column;
  116. justify-content: space-around;
  117. }
  118. .card-row {
  119. display: flex;
  120. align-items: center;
  121. position: relative;
  122. justify-content: space-between;
  123. }
  124. .card-row:not(:nth-child(1)) {
  125. margin-top: 68rpx;
  126. }
  127. .left {
  128. color: #656565;
  129. font-size: 32rpx;
  130. font-weight: bold;
  131. }
  132. .right {
  133. color: #989898;
  134. font-size: 28rpx;
  135. font-weight: 400;
  136. }
  137. /* 底部 */
  138. .foot {
  139. width: 100%;
  140. bottom: 0;
  141. height: 158rpx;
  142. background-color: white;
  143. position: fixed;
  144. box-shadow: 0px -2px 28px -12px #00000030;
  145. display: flex;
  146. justify-content: center;
  147. z-index: 9;
  148. }
  149. .foot button {
  150. width: 622rpx;
  151. height: 74rpx;
  152. background-color: #FF874E;
  153. color: white;
  154. border-radius: 37rpx;
  155. display: flex;
  156. justify-content: center;
  157. align-items: center;
  158. margin-top: 22rpx;
  159. font-size: 28rpx;
  160. font-weight: 600;
  161. }
  162. /* 阶梯价 */
  163. .popup {
  164. width: 100%;
  165. height: 100%;
  166. display: flex;
  167. flex-direction: column;
  168. align-items: center;
  169. position: relative;
  170. }
  171. .popu-title {
  172. height: 100rpx;
  173. color: #656565;
  174. font-size: 32rpx;
  175. display: flex;
  176. align-items: center;
  177. }
  178. .popu-body {}
  179. .tag-body {
  180. width: 688rpx;
  181. display: flex;
  182. flex-direction: row;
  183. flex-wrap: wrap;
  184. }
  185. .tag-b-info {
  186. height: 62rpx;
  187. font-size: 32rpx;
  188. margin-left: 36rpx;
  189. margin-top: 28rpx;
  190. display: flex;
  191. justify-content: center;
  192. background-color: #EFEFEF;
  193. border-radius: 50rpx;
  194. font-weight: 400;
  195. padding: 0 10rpx;
  196. }
  197. .tag-b-con {
  198. height: 62rpx;
  199. overflow: hidden;
  200. line-height: 62rpx;
  201. white-space: nowrap;
  202. text-overflow: ellipsis;
  203. }
  204. .popu-info {
  205. width: 85%;
  206. height: 92rpx;
  207. display: flex;
  208. align-items: center;
  209. margin-top: 30rpx;
  210. justify-content: center;
  211. }
  212. .popu-num {
  213. width: 240rpx;
  214. height: 92rpx;
  215. background-color: #F4F4F4;
  216. border-radius: 20rpx;
  217. margin-left: 18rpx;
  218. display: flex;
  219. align-items: center;
  220. justify-content: center;
  221. }
  222. .popu-num>input {
  223. width: 160rpx;
  224. height: 100%;
  225. }
  226. .popu-price>input {
  227. width: 160rpx;
  228. height: 100%;
  229. }
  230. .popu-price {
  231. width: 240rpx;
  232. margin-left: 20rpx;
  233. height: 92rpx;
  234. background-color: #F4F4F4;
  235. border-radius: 20rpx;
  236. display: flex;
  237. align-items: center;
  238. justify-content: center;
  239. }
  240. .popu-info>image:first-child {
  241. width: 36rpx;
  242. height: 24rpx;
  243. }
  244. .popu-info>image:last-child {
  245. width: 32rpx;
  246. height: 32rpx;
  247. margin-left: 30rpx;
  248. }
  249. .addladder {
  250. width: 500rpx;
  251. height: 60rpx;
  252. margin-top: 30rpx;
  253. }
  254. .addladder>button {
  255. width: 194rpx;
  256. margin-left: 2rpx;
  257. height: 54rpx;
  258. border: 1px solid #FF874E;
  259. display: flex;
  260. align-items: center;
  261. justify-content: center;
  262. color: #FF874E;
  263. font-size: 24rpx;
  264. border-radius: 36rpx;
  265. }
  266. .addladder>button>image {
  267. height: 24rpx;
  268. width: 24rpx;
  269. margin-right: 8rpx;
  270. }
  271. .foot-ok {
  272. position: absolute;
  273. bottom: 0;
  274. }
  275. .foot-menu {
  276. display: flex;
  277. justify-content: space-between;
  278. align-items: center;
  279. height: 92rpx;
  280. }
  281. .foot-menu-left {
  282. display: flex;
  283. align-items: center;
  284. }
  285. .foot-menu-left text {
  286. margin-left: 20rpx;
  287. color: #989898;
  288. font-size: 28rpx;
  289. font-weight: 500;
  290. }
  291. .foot-menu-right {
  292. width: 194rpx;
  293. height: 56rpx;
  294. background-color: #FFFFFF;
  295. border-radius: 36rpx;
  296. border: 1px solid #FF874E;
  297. color: #FF874E;
  298. font-size: 24rpx;
  299. font-weight: 500;
  300. display: flex;
  301. justify-content: center;
  302. align-items: center;
  303. }
  304. .foot-ok>button {
  305. width: 688rpx;
  306. height: 74rpx;
  307. background-color: #FF874E;
  308. color: white;
  309. border-radius: 37rpx;
  310. display: flex;
  311. justify-content: center;
  312. align-items: center;
  313. font-size: 28rpx;
  314. font-weight: 600;
  315. }