myhomepage.wxss 6.1 KB

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