project-detail.wxss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  1. @import "../../../utils/wxParse/wxParse.wxss";
  2. .detail-bg {
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #f2f4f6;
  6. overflow-y: hidden;
  7. }
  8. .detail-swiper {
  9. height: 750rpx;
  10. position: relative;
  11. }
  12. .detail-info {
  13. width: 100%;
  14. background-color: #fff;
  15. margin-bottom: 30rpx;
  16. padding-bottom: 20rpx;
  17. }
  18. .detail-img {
  19. width: 100%;
  20. height: 750rpx;
  21. }
  22. .detail-width {
  23. width: 100%;
  24. margin: 0 auto;
  25. padding: 0 21rpx;
  26. box-sizing: border-box;
  27. }
  28. .detail-title {
  29. display: block;
  30. font-size: 32rpx;
  31. line-height: 48rpx;
  32. letter-spacing: 0;
  33. color: #4c4c4c;
  34. margin-top: 10rpx;
  35. margin-bottom: 10rpx;
  36. padding-right:70px;
  37. }
  38. .detail-normal {
  39. display: inline-block;
  40. font-size: 24rpx;
  41. color: #bbbbbb;
  42. }
  43. .detail-mr {
  44. margin-right: 15rpx;
  45. }
  46. .detail-price {
  47. font-size: 40rpx;
  48. color: #eab86a;
  49. }
  50. .detail-fl {
  51. float: left;
  52. }
  53. .detail-fr {
  54. float: right;
  55. }
  56. .detail-content-title {
  57. font-size: 28rpx;
  58. text-align: center;
  59. display: block;
  60. color: #999999;
  61. margin-bottom: 30rpx;
  62. }
  63. .detail-project-img {
  64. width: 100%;
  65. display: flex;
  66. flex-direction: column;
  67. }
  68. .detail-footer {
  69. position: fixed;
  70. bottom: 0;
  71. left: 0;
  72. right: 0;
  73. z-index: 1;
  74. }
  75. .detail-footer-bar {
  76. width: 100%;
  77. height: 88rpx;
  78. background-color: #FFF;
  79. line-height: 44rpx;
  80. display: -webkit-box;
  81. display: flex;
  82. text-align: center;
  83. }
  84. .detail-footer-item {
  85. display: block;
  86. flex: 0.5;
  87. height: 88rpx;
  88. color: #999;
  89. font-size: 28rpx;
  90. overflow: hidden;
  91. }
  92. .detail-footer-icon {
  93. width: 40rpx;
  94. height: 40rpx;
  95. display: block;
  96. margin: 0 auto;
  97. padding-top: 12rpx;
  98. }
  99. .detail-footer-text {
  100. font-size: 20rpx;
  101. color: #4c4c4c;
  102. position:relative;
  103. top:-8rpx;
  104. }
  105. .detail-yellow {
  106. width: 282rpx;
  107. color: #fff;
  108. line-height: 88rpx;
  109. background:#eab86a;
  110. }
  111. .detail-red {
  112. color: #fff;
  113. font-size: 28rpx;
  114. line-height: 88rpx;
  115. background: -webkit-linear-gradient(left, #fe5656, #e23232);
  116. background: linear-gradient(to right, #fe5656, #e23232);
  117. }
  118. .detail-black {
  119. width: 282rpx;
  120. color: #fff;
  121. line-height: 88rpx;
  122. background: -webkit-linear-gradient(left, #d8dfe5, #aab6c2);
  123. background: linear-gradient(to right, #d8dfe5, #aab6c2);
  124. }
  125. .detail-content {
  126. margin-bottom: 112rpx;
  127. }
  128. .detail-dialog {
  129. position: fixed;
  130. top: 0;
  131. width: 100%;
  132. height: 100%;
  133. background: rgba(0,0,0,0.4);
  134. z-index: 99;
  135. }
  136. .dialog-panel {
  137. position: fixed;
  138. bottom: 0;
  139. width: 100%;
  140. background: #fff;
  141. z-index: 100;
  142. }
  143. .dialog-project {
  144. position: relative;
  145. padding-top: 20rpx;
  146. }
  147. .dialog-content {
  148. padding-bottom: 20rpx;
  149. border-bottom: 1rpx solid #eee;
  150. }
  151. .dialog-info {
  152. float: left;
  153. margin-top: 80rpx;
  154. }
  155. .dialog-img {
  156. float: left;
  157. width: 220rpx;
  158. height: 220rpx;
  159. margin: 0 20rpx;
  160. }
  161. .dialog-word {
  162. font-size: 28rpx;
  163. }
  164. .dialog-red {
  165. color: #eab86a;
  166. margin-bottom: 20rpx;
  167. }
  168. .dialog-gray {
  169. color: #bbb;
  170. margin-bottom: 10rpx;
  171. }
  172. .dialog-black {
  173. color: #4c4c4c;
  174. }
  175. .dialog-btn {
  176. width: 100%;
  177. height: 88rpx;
  178. line-height: 88rpx;
  179. background: #eab86a;
  180. color: #fff;
  181. font-size: 28rpx;
  182. text-align: center;
  183. border-radius: 0rpx;
  184. }
  185. .select-count {
  186. width: 100%;
  187. margin-top: 30rpx;
  188. padding: 0 20rpx;
  189. box-sizing: border-box;
  190. margin-bottom: 30rpx;
  191. }
  192. .select-word {
  193. float: left;
  194. font-size: 24rpx;
  195. color: #4c4c4c;
  196. line-height: 66rpx;
  197. }
  198. .select-input {
  199. float: right;
  200. height: 66rpx;
  201. font-size: 0;
  202. }
  203. .select-input button {
  204. width: 60rpx;
  205. height: 66rpx;
  206. color: #999;
  207. font-size: 48rpx;
  208. text-align: center;
  209. padding: 0;
  210. display: inline-block;
  211. background: #fff;
  212. border-radius: 0;
  213. line-height: 50rpx;
  214. box-sizing: border-box;
  215. }
  216. /*.select-input button:first-child {
  217. border-top-right-radius: 0;
  218. border-bottom-right-radius: 0;
  219. }
  220. .select-input button:last-child {
  221. border-top-left-radius: 0;
  222. border-bottom-left-radius: 0;
  223. }*/
  224. .select-input button:after {
  225. border-radius: 0;
  226. }
  227. .select-input input {
  228. width: 154rpx;
  229. height: 66rpx;
  230. background-color: #f3f3f3;
  231. color: #4c4c4c;
  232. font-size: 28rpx;
  233. text-align: center;
  234. display: inline-block;
  235. border-radius: 0;
  236. }
  237. .dialog-cancel {
  238. position: absolute;
  239. right: 20rpx;
  240. top: 20rpx;
  241. width: 36rpx;
  242. height: 36rpx;
  243. }
  244. .detail-content-desc {
  245. width: 100%;
  246. padding: 0 20rpx 40rpx;
  247. box-sizing: border-box;
  248. font-size: 28rpx;
  249. color: #4c4c4c;
  250. line-height: 48rpx;
  251. text-align: justify;
  252. }
  253. .detail-parse {
  254. font-size: 28rpx;
  255. color: #4c4c4c;
  256. line-height: 48rpx;
  257. padding: 0rpx 20rpx;
  258. }
  259. .detail-green {
  260. position: absolute;
  261. left: 26rpx;
  262. top: 0;
  263. width: 124rpx;
  264. height: 172rpx;
  265. z-index: 10;
  266. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/geend.png');
  267. background-size: 100% 100%;
  268. }
  269. .p-footer-icon {
  270. width: 40rpx;
  271. height: 40rpx;
  272. display: block;
  273. margin: 0 auto;
  274. padding-top: 12rpx;
  275. }
  276. .p-footer-text {
  277. font-size: 20rpx;
  278. color: #4c4c4c;
  279. position:relative;
  280. top:-8rpx;
  281. }
  282. .popup-bg {
  283. position: fixed;
  284. left: 0;
  285. top: 0;
  286. width: 100%;
  287. height: 100%;
  288. background-color: rgba(0,0,0,0.5);
  289. z-index: 99;
  290. }
  291. .popup {
  292. position: absolute;
  293. left: 50%;
  294. top: 300rpx;
  295. margin-left: -280rpx;
  296. width: 560rpx;
  297. height: 440rpx;
  298. background-color: #fff;
  299. border-radius: 10rpx;
  300. overflow: hidden;
  301. }
  302. .popup-title {
  303. text-align: center;
  304. line-height: 32rpx;
  305. font-size: 32rpx;
  306. padding-top: 30rpx;
  307. padding-bottom: 32rpx;
  308. color: #4c4c4c;
  309. font-weight: bold;
  310. }
  311. .popup-logobg {
  312. width: 110rpx;
  313. height: 110rpx;
  314. border-radius: 100%;
  315. background-color: #f7f7f7;
  316. margin: 0 auto;
  317. border:1rpx solid #cfcfcf;
  318. }
  319. .popup-image {
  320. display: block;
  321. width: 67rpx;
  322. height: 90rpx;
  323. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/startlogo.png');
  324. background-size: 100% 100%;
  325. margin: 8rpx auto 0;
  326. }
  327. .popup-hint {
  328. display: block;
  329. font-size: 28rpx;
  330. color: #999999;
  331. text-align: center;
  332. line-height: 50rpx;
  333. padding-top: 20rpx;
  334. }
  335. .popup-bottom {
  336. border:0;
  337. border-radius: 0rpx;
  338. position: absolute;
  339. bottom: 0;
  340. width: 100%;
  341. height: 88rpx;
  342. line-height: 88rpx;
  343. left: 0;
  344. border-top: 1rpx solid #cccccc;
  345. text-align: center;
  346. font-size: 32rpx;
  347. color: #39a43c;
  348. }
  349. .canvas-position {
  350. position: absolute;
  351. left: 100%;
  352. top: 0;
  353. width: 0rpx;
  354. height: 0rpx;
  355. /*overflow: hidden;*/
  356. }
  357. .poster {
  358. position: fixed;
  359. top: 0;
  360. width: 100%;
  361. height: 100%;
  362. background: rgba(0,0,0,0.4);
  363. z-index: 99;
  364. }
  365. .poster-main {
  366. position: absolute;
  367. left: 0;
  368. bottom: 0;
  369. width: 100%;
  370. height: 1008rpx;
  371. background-color: #fff;
  372. }
  373. .poster-img {
  374. display: block;
  375. width: 375rpx;
  376. height: 677rpx;
  377. margin: 0 auto;
  378. border-radius: 20rpx;
  379. box-shadow: 0 10rpx 30rpx rgba(0,0,0,0.3);
  380. }
  381. .poster-close {
  382. position: absolute;
  383. width: 24rpx;
  384. height: 24rpx;
  385. top: 45rpx;
  386. right: 44rpx;
  387. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/poster/close.png');
  388. background-size: 24rpx 24rpx;
  389. background-origin: content-box;
  390. background-repeat: no-repeat;
  391. padding: 30rpx;
  392. }
  393. .poster-text {
  394. text-align: center;
  395. color: #444444;
  396. font-size: 30rpx;
  397. padding-top: 40rpx;
  398. }
  399. .poster-btn {
  400. width: 336rpx;
  401. height: 96rpx;
  402. margin: 30rpx auto 0;
  403. background: linear-gradient(to right, #d4932b , #eab86a);
  404. border-radius: 96rpx;
  405. }
  406. .poster-icon {
  407. float: left;
  408. width: 40rpx;
  409. height: 40rpx;
  410. margin-left: 106rpx;
  411. margin-top: 26rpx;
  412. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/poster/download.png');
  413. background-size: 100% 100%;
  414. }
  415. .poster-save {
  416. float: left;
  417. line-height: 96rpx;
  418. font-size: 32rpx;
  419. color: #fff;
  420. padding-left: 15rpx;
  421. }
  422. .seckill-top {
  423. position: relative;
  424. }
  425. .seckill-title {
  426. width: 100%;
  427. height: 66rpx;
  428. background: -webkit-linear-gradient(left, #ff5c5c, #ff7a67, #ff9a73);
  429. background: -o-linear-gradient(right, #ff5c5c, #ff7a67, #ff9a73);
  430. background: -moz-linear-gradient(right, #ff5c5c, #ff7a67, #ff9a73);
  431. background: linear-gradient(to right, #ff5c5c, #ff7a67, #ff9a73);
  432. margin: 0 auto;
  433. /* border-radius: 5rpx; */
  434. box-sizing: border-box;
  435. padding: 0 20rpx;
  436. }
  437. .seckill-img {
  438. display: block;
  439. width: 220rpx;
  440. height: 70rpx;
  441. position: absolute;
  442. left: 20rpx;
  443. top: -3rpx;
  444. }
  445. .time-text {
  446. color: #594848;
  447. font-size: 28rpx;
  448. float: right;
  449. line-height: 66rpx;
  450. height: 66rpx;
  451. padding-right: 20rpx;
  452. }
  453. .time-click {
  454. float: right;
  455. /* line-height: 58rpx; */
  456. margin-top: 13rpx;
  457. /* height: 58rpx; */
  458. font-size: 20rpx;
  459. color: #fff;
  460. }
  461. .time-item {
  462. float: right;
  463. margin-right: 5rpx
  464. }
  465. .time-kuang {
  466. background: #594848;
  467. height: 42rpx;
  468. width: 39rpx;
  469. text-align: center;
  470. line-height: 42rpx;
  471. font-size: 24rpx;
  472. }
  473. .time-kuang1 {
  474. background: #594848;
  475. height: 42rpx;
  476. width: 59rpx;
  477. text-align: center;
  478. line-height: 42rpx;
  479. margin-left: 10rpx;
  480. font-size: 24rpx;
  481. }
  482. .time-color {
  483. color: #614f4f;
  484. font-size: 24rpx;
  485. }
  486. .mokuai {
  487. width: 65rpx;
  488. height: 65rpx;
  489. background: #000;
  490. opacity: 0.5;
  491. text-align: center;
  492. color: #fff;
  493. font-size: 20rpx;
  494. line-height: 65rpx;
  495. border-radius: 50%;
  496. position: absolute;
  497. top: 650rpx;
  498. right: 20rpx;
  499. }
  500. .detail-pass {
  501. color: #4c4c4c;
  502. font-size: 24rpx;
  503. text-decoration: line-through;
  504. padding-left: 20rpx;
  505. }
  506. .detail-icon {
  507. width: 32rpx;
  508. height: 32rpx;
  509. display: inline-block;
  510. margin-right: 10rpx;
  511. }
  512. .detail-stop {
  513. height: 70rpx;
  514. width: 710rpx;
  515. background: #ffefe4;
  516. color: #ff9434;
  517. font-size: 24rpx;
  518. text-align: center;
  519. line-height: 70rpx;
  520. margin: 20rpx auto 10rpx;
  521. border-radius: 10rpx;
  522. }
  523. .detail-no {
  524. /* height: 300rpx; */
  525. width: 100%;
  526. background: #eaeef1;
  527. padding: 20rpx 20rpx 30rpx;
  528. box-sizing: border-box;
  529. margin-bottom: 20rpx;
  530. }
  531. .detail-no-img {
  532. width: 28rpx;
  533. height: 34rpx;
  534. float: left;
  535. padding-top: 10rpx;
  536. }
  537. .detail-no-img1 {
  538. width: 36rpx;
  539. height: 36rpx;
  540. float: left;
  541. padding-top: 10rpx;
  542. }
  543. .detail-no-text {
  544. font-size: 32rpx;
  545. color: #8d99af;
  546. float: right;
  547. width: 640rpx;
  548. line-height: 50rpx;
  549. }
  550. .detail-no-first {
  551. border-bottom: #d4d9dd solid 1rpx;
  552. box-sizing: border-box;
  553. padding-top: 10rpx;
  554. padding-bottom: 20rpx;
  555. margin-bottom: 30rpx;
  556. }
  557. .sharebtn{
  558. position: absolute;
  559. margin-top: -32px;
  560. right: 0;
  561. font-size: 14px;
  562. background: rgba(0,0,0,0.05);
  563. padding-left: 10px;
  564. border-radius: 45px 0 0 45px;
  565. height: 30px;
  566. line-height: 30px;
  567. color: #666;
  568. }
  569. .sharebtn image{
  570. width: 20px;
  571. height: 20px;
  572. vertical-align: middle;
  573. margin-top: -2px;
  574. margin-right: 2px;
  575. }
  576. .wxParse-p image{
  577. width:100% !important;
  578. }
  579. .wxParse-p .w33{
  580. width:33% !important;
  581. }
  582. .wxParse-p .w50{
  583. width:50% !important;
  584. }
  585. .sizeTitle{display: block;font-size:24rpx}
  586. .checkList{display: inline-block;}
  587. .checkList span{
  588. display: inline-block;
  589. padding: 12rpx;
  590. margin: 15rpx;
  591. text-align: center;
  592. min-width: 45rpx;
  593. background: #eee;
  594. font-size:24rpx;
  595. }
  596. .checkList span.active{
  597. background:#eab86a;
  598. color:#FFF;
  599. }
  600. .comment_box{
  601. background: #FFF;
  602. margin: 0 15rpx;
  603. padding: 15rpx;
  604. }
  605. .comment_head{
  606. background: #FFF;
  607. margin: 0 15rpx;
  608. padding: 15rpx;
  609. }
  610. .comment_box_list{
  611. width: 1160rpx;
  612. }
  613. .showmore{
  614. display: inline;
  615. float: right;
  616. font-size: 26rpx;
  617. padding-top: 3rpx;
  618. color: #eab86a;
  619. }
  620. .comment_head h4{}
  621. .comment_head h4 span{}
  622. .comment_list{
  623. padding: 15rpx;
  624. background: #f9f9f9;
  625. margin: 0 25rpx 0 0;
  626. width: 320rpx;
  627. position: relative;
  628. float: left;
  629. }
  630. .comment_list image{
  631. width: 80rpx;
  632. height: 80rpx;
  633. border-radius: 50%;
  634. display: inline-block;
  635. }
  636. .comment_user{
  637. display: inline-block;
  638. padding: 0 15rpx;
  639. color: #666;
  640. }
  641. .comment_star{}
  642. .comment_txt{
  643. display: block;
  644. color: #666;
  645. overflow: hidden;
  646. white-space: nowrap;
  647. text-overflow: ellipsis;
  648. }
  649. .comment_time{
  650. position: absolute;
  651. right: 15rpx;
  652. top: 25rpx;
  653. font-size: 18rpx;
  654. }
  655. .evaluateLv{
  656. overflow: hidden;
  657. display: inline;
  658. }
  659. .evaluateLv .list-item{
  660. float: left;
  661. width: 12rpx;
  662. overflow: hidden;
  663. }
  664. .evaluateLv .list-item image{
  665. width: 14rpx;
  666. height: 26rpx;
  667. border-radius: 0;
  668. }
  669. .evaluateLv .star_txt{
  670. line-height: 160rpx;
  671. font-size: 30rpx;
  672. padding-left: 50rpx;
  673. float: left;
  674. color: #eab86a;
  675. }
  676. .project-pack-list{
  677. background: #f7f7f7;
  678. font-size: 24rpx;
  679. padding: 15rpx;
  680. line-height: 36rpx;
  681. color: #666;
  682. margin: 20rpx;
  683. }
  684. .toolBox{
  685. position: fixed;
  686. z-index: 99;
  687. bottom: 10%;
  688. right: 15rpx;
  689. }
  690. .toolBox-item{
  691. background: rgba(255,255,255,1);
  692. margin-bottom: 15rpx;
  693. border-radius: 50%;
  694. text-align: center;
  695. vertical-align: middle;
  696. border: 2rpx solid #e0e0e0;
  697. padding: 10rpx;
  698. width: 40px;
  699. height: 40px;
  700. box-sizing: border-box;
  701. }
  702. .toolBox-item image{
  703. width: 100%;
  704. height: 100%;
  705. line-height: 30px;
  706. }
  707. .sharetips{
  708. position: fixed;
  709. z-index: 999;
  710. background: rgba(0,0,0,0.6);
  711. width: 100%;
  712. height: 100%;
  713. }
  714. .sharetips-triangle{
  715. position: fixed;
  716. right: 18%;
  717. top: 15rpx;
  718. border-left: 20rpx solid transparent;
  719. border-right: 20rpx solid transparent;
  720. border-bottom: 20rpx solid rgba(0,0,0,0.6);
  721. }
  722. .sharetips-txt{
  723. background: rgba(0,0,0,0.6);
  724. width: 58%;
  725. border-radius: 5px;
  726. color: #fff;
  727. padding: 25rpx;
  728. font-size: 36rpx;
  729. float: right;
  730. margin-top: 35rpx;
  731. margin-right: 15rpx;
  732. text-align: center;
  733. line-height: 60rpx;
  734. }
  735. .kfqr-dialog{
  736. position: fixed;
  737. left: 0;
  738. top: 0;
  739. width: 100%;
  740. height: 100%;
  741. background: rgba(0,0,0,0.5);
  742. z-index: 9;
  743. text-align: center;
  744. }
  745. .kfqr{
  746. text-align: center;
  747. width: 80%;
  748. margin: 20% auto;
  749. background: #797064;
  750. padding: 30rpx;
  751. box-sizing: border-box;
  752. border-radius: 10rpx;
  753. color: #Fff;
  754. font-size: 36rpx;
  755. font-weight: bold;
  756. }
  757. .kfqr image{width: 100%;}