C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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