C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

457 satır
9.0 KiB

  1. /* pages/spellDetail/index.wxss */
  2. page {
  3. height: auto;
  4. overflow: auto;
  5. background: #F4F5F9;
  6. /* background-image: url('https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/spelldetail-bg.png'); */
  7. background-size: cover;
  8. background-repeat: no-repeat;
  9. }
  10. .container{
  11. margin-bottom:40rpx;
  12. }
  13. .status{
  14. width: 690rpx;
  15. padding:0 28rpx;
  16. margin: 0 auto;
  17. box-sizing: border-box;
  18. background:rgba(255,255,255,1);
  19. border-radius:15rpx;
  20. }
  21. .edit{
  22. position: fixed;
  23. width: 750rpx;
  24. height: 185rpx;
  25. bottom: 60rpx;
  26. left: 0;
  27. }
  28. .status-top{
  29. width: 100%;
  30. height: 75rpx;
  31. box-sizing: border-box;
  32. border-bottom: 1rpx solid #F9F9F9;
  33. /* overflow: hidden; */
  34. }
  35. .p-status{
  36. float: left;
  37. width: 260rpx;
  38. font-size:32rpx;
  39. font-family:PingFang-SC-Bold;
  40. font-weight:bold;
  41. color:rgba(243,69,58,1);
  42. line-height: 75rpx;
  43. }
  44. .p-time{
  45. float: right;
  46. font-size:26rpx;
  47. font-family:PingFang-SC-Medium;
  48. font-weight:500;
  49. color:rgba(243,69,58,1);
  50. width: 38rpx;
  51. height: 30rpx;
  52. margin-top: 22rpx;
  53. background:rgba(252,220,221,1);
  54. border-radius:10rpx;
  55. line-height: 30rpx;
  56. text-align: center;
  57. margin: 22rpx 6rpx;
  58. }
  59. .p-mao{
  60. float: right;
  61. font-size:26rpx;
  62. font-family:PingFang-SC-Medium;
  63. font-weight:500;
  64. color:rgba(243,69,58,1);
  65. line-height: 75rpx;
  66. }
  67. .p-text{
  68. float: right;
  69. font-size:26rpx;
  70. font-family:PingFang-SC-Regular;
  71. font-weight:400;
  72. color:rgba(51,51,51,1);
  73. line-height:75rpx;
  74. }
  75. .status-center{
  76. width: 100%;
  77. overflow: hidden;
  78. padding: 20rpx 0;
  79. text-align: center;
  80. border-bottom: 1rpx solid #F9F9F9;
  81. }
  82. .tuanzhang{
  83. float: left;
  84. width: 120rpx;
  85. height: 120rpx;
  86. position: relative;
  87. box-sizing:border-box;
  88. }
  89. .touxiangitems{
  90. padding: 20rpx;
  91. margin: 0;
  92. overflow: hidden;
  93. }
  94. .touxiang{
  95. width: 80rpx;
  96. height: 80rpx;
  97. border-radius: 40rpx;
  98. overflow: hidden;
  99. }
  100. .no-touxiang{
  101. width: 80rpx;
  102. height: 80rpx;
  103. overflow: hidden;
  104. background:rgba(252,220,221,1);
  105. border:1rpx solid rgba(243,69,58,1);
  106. border-radius:50%;
  107. box-sizing: border-box;
  108. line-height: 78rpx;
  109. text-align: center;
  110. font-size:32rpx;
  111. font-family:PingFang-SC-Regular;
  112. font-weight:400;
  113. color:rgba(243,69,58,1);
  114. margin: 0;
  115. padding: 0;
  116. }
  117. .touxiang image{
  118. width: 80rpx;
  119. height: 80rpx;
  120. }
  121. .tuan-icon{
  122. position: absolute;
  123. bottom:20rpx;
  124. left:28rpx;
  125. width: 64rpx;
  126. height: 27rpx;
  127. }
  128. .tuan-icon image{
  129. display: block;
  130. width: 64rpx;
  131. height: 27rpx;
  132. }
  133. .status-bottom{
  134. width: 100%;
  135. height: auto;
  136. overflow: hidden;
  137. }
  138. .position-icon{
  139. width: 38rpx;
  140. float: left;
  141. }
  142. .position-icon image{
  143. width: 27rpx;
  144. height: 37rpx;
  145. margin-top: 17rpx;
  146. }
  147. .position{
  148. font-size:28rpx;
  149. font-family:PingFang-SC-Medium;
  150. font-weight:500;
  151. color:rgba(51,51,51,1);
  152. line-height: 72rpx;
  153. }
  154. .detail{
  155. position: relative;
  156. width: 690rpx;
  157. padding:0 28rpx;
  158. margin: 30rpx auto 0;
  159. box-sizing: border-box;
  160. background:rgba(255,255,255,1);
  161. border-radius:15rpx;
  162. }
  163. /* .return-index{
  164. position: absolute;
  165. right: 30rpx;
  166. top: 30rpx;
  167. width: 50rpx;
  168. height: 50rpx;
  169. }
  170. .return-index image{
  171. display: block;
  172. width: 50rpx;
  173. height: 50rpx;
  174. } */
  175. .return-index{
  176. position: fixed;
  177. right: 50rpx;
  178. top: 60rpx;
  179. width:100rpx!important;
  180. height:100rpx;
  181. z-index: 100;
  182. background:rgba(255,255,255,1);
  183. line-height: 95rpx;
  184. border:1rpx solid rgba(227,227,227,1);
  185. border-radius:50%;
  186. }
  187. .return-index image{
  188. position: absolute;
  189. width: 60rpx;
  190. left: 0;
  191. right: 0;
  192. top: 0;
  193. bottom: 0;
  194. margin: auto;
  195. }
  196. .detail-top{
  197. width: 100%;
  198. height: auto;
  199. overflow: hidden;
  200. padding-bottom: 12rpx;
  201. }
  202. .detail-top01{
  203. float: left;
  204. width: 180rpx;
  205. }
  206. .detail-top01 image{
  207. width: 180rpx;
  208. height: 180rpx;
  209. margin-top: 33rpx;
  210. }
  211. .detail-top02{
  212. width: 208rpx;
  213. float: left;
  214. margin-left: 16rpx;
  215. }
  216. .title{
  217. font-size:30rpx;
  218. font-family:PingFang-SC-Bold;
  219. font-weight:bold;
  220. color:rgba(51,51,51,1);
  221. line-height:44rpx;
  222. margin-top: 30rpx;
  223. overflow:hidden;
  224. text-overflow:ellipsis;
  225. white-space:nowrap;
  226. }
  227. .des{
  228. font-size:26rpx;
  229. font-family:PingFang-SC-Medium;
  230. font-weight:500;
  231. color:rgba(134,134,134,1);
  232. line-height:40rpx;
  233. overflow:hidden;
  234. text-overflow:ellipsis;
  235. white-space:nowrap;
  236. }
  237. .detail-top03{
  238. float: left;
  239. padding-top: 180rpx;
  240. width: 230rpx;
  241. }
  242. .detail-p-name{
  243. float: right;
  244. font-size:26rpx;
  245. font-family:PingFang-SC-Medium;
  246. font-weight:500;
  247. color:#FD782D;
  248. line-height:44rpx;
  249. }
  250. .detail-p-price{
  251. float: right;
  252. font-size:26rpx;
  253. font-family:PingFang-SC-Medium;
  254. font-weight:500;
  255. color:#FD782D;
  256. }
  257. .detail-bottom{
  258. border-top: 1rpx solid #F9F9F9;
  259. width: 100%;
  260. overflow: hidden;
  261. height: 86rpx;
  262. }
  263. .b-unit{
  264. float: right;
  265. font-size:24rpx;
  266. font-family:PingFang-SC-Medium;
  267. font-weight:500;
  268. color:rgba(237,63,46,1);
  269. margin-top: 36rpx;
  270. }
  271. .b-price{
  272. float: right;
  273. font-size:40rpx;
  274. font-family:PingFang-SC-Medium;
  275. font-weight:500;
  276. color:rgba(237,63,46,1);
  277. margin-top: 18rpx;
  278. }
  279. .b-name{
  280. float: right;
  281. font-size:26rpx;
  282. font-family:PingFang-SC-Medium;
  283. font-weight:500;
  284. color:rgba(51,51,51,1);
  285. margin-right: 6rpx;
  286. margin-top: 34rpx;
  287. }
  288. .order{
  289. width: 690rpx;
  290. padding:10rpx 28rpx;
  291. margin: 30rpx auto 0;
  292. box-sizing: border-box;
  293. background:rgba(255,255,255,1);
  294. border-radius:15rpx;
  295. }
  296. .order-list{
  297. height: 55rpx;
  298. }
  299. .order-title{
  300. line-height: 55rpx;
  301. float: left;
  302. font-size:26rpx;
  303. font-family:PingFang-SC-Medium;
  304. font-weight:500;
  305. color:rgba(51,51,51,1);
  306. }
  307. .order-text{
  308. float: right;
  309. text-align: right;
  310. line-height: 55rpx;
  311. font-size:26rpx;
  312. font-family:PingFang-SC-Medium;
  313. font-weight:500;
  314. color:#FD782D;
  315. }
  316. .user-motto {
  317. border: 0;
  318. width:650rpx;
  319. height:85rpx;
  320. background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%);
  321. border-radius:43rpx;
  322. font-size:36rpx;
  323. font-family:PingFang-SC-Medium;
  324. font-weight:500;
  325. color:rgba(254,254,254,1);
  326. line-height: 85rpx;
  327. margin-top: 100rpx;
  328. }
  329. .user-enough{
  330. border: 0;
  331. width:650rpx;
  332. height:85rpx;
  333. background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  334. border-radius:43rpx;
  335. font-size:36rpx;
  336. font-family:PingFang-SC-Medium;
  337. font-weight:500;
  338. color:rgba(254,254,254,1);
  339. line-height: 85rpx;
  340. margin-top: 100rpx;
  341. }
  342. .user-motto::after {
  343. border: none;
  344. }
  345. .button button:nth-of-type(1){
  346. width:520rpx;
  347. height:95rpx;
  348. margin: 30rpx auto 38rpx;
  349. background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%);
  350. border-radius:47rpx;
  351. color: #fff;
  352. }
  353. .button button:nth-of-type(2){
  354. width:520rpx;
  355. height:95rpx;
  356. background:rgba(255,255,255,1);
  357. border:1rpx solid rgba(190,190,190,1);
  358. border-radius:47rpx;
  359. color:#333333;
  360. margin-bottom: 50rpx;
  361. }
  362. .alert-bg{
  363. width: 100%;
  364. height: 100vh;
  365. position: fixed;
  366. opacity: 0.7;
  367. background: #000;
  368. top: 0;
  369. left: 0;
  370. z-index: 200;
  371. }
  372. .alert-box{
  373. width: 600rpx;
  374. height: 332rpx;
  375. position: fixed;
  376. z-index: 300;
  377. background: #fff;
  378. top: 50vh;
  379. margin-top: -162rpx;
  380. left: 85rpx;
  381. border-radius:15rpx;
  382. }
  383. .alert-close{
  384. position: absolute;
  385. width: 47rpx;
  386. height: 98rpx;
  387. top: -98rpx;
  388. right: 0;
  389. }
  390. .alert-close image{
  391. width: 47rpx;
  392. height: 98rpx;
  393. }
  394. .alert-title{
  395. text-align: center;
  396. font-size:30rpx;
  397. line-height: 30rpx;
  398. margin-top: 79rpx;
  399. font-family:PingFang-SC-Medium;
  400. font-weight:500;
  401. color:rgba(51,51,51,1);
  402. }
  403. .alert-button .share{
  404. width:500rpx;
  405. height:95rpx;
  406. background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%);
  407. border-radius:47rpx;
  408. margin-top: 79rpx;
  409. }
  410. .al-bg{
  411. position: fixed;
  412. width: 100%;
  413. height: 100vh;
  414. top: 0;
  415. left: 0;
  416. background:rgba(0,0,0,1);
  417. opacity:0.65;
  418. z-index: 200;
  419. }
  420. .al-content{
  421. background: #fff;
  422. position: fixed;
  423. width: 545rpx;
  424. z-index: 300;
  425. top: 200rpx;
  426. left: 102rpx;
  427. border-radius: 15rpx;
  428. }
  429. .al-top{
  430. width: 100%;
  431. }
  432. .al-top image{
  433. position: relative;
  434. height: 298rpx;
  435. margin-top: -96rpx;
  436. width: 545rpx;
  437. }
  438. .al-center{
  439. padding: 80rpx 30rpx;
  440. font-size:30rpx;
  441. font-family:PingFang-SC-Regular;
  442. font-weight:400;
  443. color:rgba(51,51,51,1);
  444. }
  445. .al-bottom{
  446. width:462rpx;
  447. height:95rpx;
  448. background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%);
  449. border-radius:47rpx;
  450. font-size:30rpx;
  451. font-family:PingFang-SC-Medium;
  452. font-weight:500;
  453. color:rgba(255,255,255,1);
  454. text-align: center;
  455. line-height: 95rpx;
  456. margin: 0 auto 43rpx;
  457. }