myhomepage.wxss 6.1 KB

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