C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

481 lines
8.3 KiB

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