C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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