C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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