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. }
  37. .detail-normal {
  38. display: inline-block;
  39. font-size: 24rpx;
  40. color: #bbbbbb;
  41. }
  42. .detail-mr {
  43. margin-right: 15rpx;
  44. }
  45. .detail-price {
  46. font-size: 40rpx;
  47. color: #eab86a;
  48. }
  49. .detail-fl {
  50. float: left;
  51. }
  52. .detail-fr {
  53. float: right;
  54. }
  55. .detail-content-title {
  56. font-size: 28rpx;
  57. text-align: center;
  58. display: block;
  59. color: #999999;
  60. margin-bottom: 30rpx;
  61. }
  62. .detail-project-img {
  63. width: 100%;
  64. display: flex;
  65. flex-direction: column;
  66. }
  67. .detail-footer {
  68. position: fixed;
  69. bottom: 0;
  70. left: 0;
  71. right: 0;
  72. z-index: 1;
  73. }
  74. .detail-footer-bar {
  75. width: 100%;
  76. height: 88rpx;
  77. background-color: #FFF;
  78. line-height: 44rpx;
  79. display: -webkit-box;
  80. display: flex;
  81. text-align: center;
  82. }
  83. .detail-footer-item {
  84. display: block;
  85. flex: 0.5;
  86. height: 88rpx;
  87. color: #999;
  88. font-size: 28rpx;
  89. overflow: hidden;
  90. }
  91. .detail-footer-icon {
  92. width: 40rpx;
  93. height: 40rpx;
  94. display: block;
  95. margin: 0 auto;
  96. padding-top: 12rpx;
  97. }
  98. .detail-footer-text {
  99. font-size: 20rpx;
  100. color: #4c4c4c;
  101. position:relative;
  102. top:-8rpx;
  103. }
  104. .detail-yellow {
  105. width: 282rpx;
  106. color: #fff;
  107. line-height: 88rpx;
  108. background:#eab86a;
  109. }
  110. .detail-red {
  111. color: #fff;
  112. font-size: 28rpx;
  113. line-height: 88rpx;
  114. background: -webkit-linear-gradient(left, #fe5656, #e23232);
  115. background: linear-gradient(to right, #fe5656, #e23232);
  116. }
  117. .detail-black {
  118. width: 282rpx;
  119. color: #fff;
  120. line-height: 88rpx;
  121. background: -webkit-linear-gradient(left, #d8dfe5, #aab6c2);
  122. background: linear-gradient(to right, #d8dfe5, #aab6c2);
  123. }
  124. .detail-content {
  125. margin-bottom: 112rpx;
  126. }
  127. .detail-dialog {
  128. position: fixed;
  129. top: 0;
  130. width: 100%;
  131. height: 100%;
  132. background: rgba(0,0,0,0.4);
  133. z-index: 99;
  134. }
  135. .dialog-panel {
  136. position: fixed;
  137. bottom: 0;
  138. width: 100%;
  139. background: #fff;
  140. z-index: 100;
  141. }
  142. .dialog-project {
  143. position: relative;
  144. padding-top: 20rpx;
  145. }
  146. .dialog-content {
  147. padding-bottom: 20rpx;
  148. border-bottom: 1rpx solid #eee;
  149. }
  150. .dialog-info {
  151. float: left;
  152. margin-top: 80rpx;
  153. }
  154. .dialog-img {
  155. float: left;
  156. width: 220rpx;
  157. height: 220rpx;
  158. margin: 0 20rpx;
  159. }
  160. .dialog-word {
  161. font-size: 28rpx;
  162. }
  163. .dialog-red {
  164. color: #eab86a;
  165. margin-bottom: 20rpx;
  166. }
  167. .dialog-gray {
  168. color: #bbb;
  169. margin-bottom: 10rpx;
  170. }
  171. .dialog-black {
  172. color: #4c4c4c;
  173. }
  174. .dialog-btn {
  175. width: 100%;
  176. height: 88rpx;
  177. line-height: 88rpx;
  178. background: #eab86a;
  179. color: #fff;
  180. font-size: 28rpx;
  181. text-align: center;
  182. border-radius: 0rpx;
  183. }
  184. .select-count {
  185. width: 100%;
  186. margin-top: 30rpx;
  187. padding: 0 20rpx;
  188. box-sizing: border-box;
  189. margin-bottom: 30rpx;
  190. }
  191. .select-word {
  192. float: left;
  193. font-size: 24rpx;
  194. color: #4c4c4c;
  195. line-height: 66rpx;
  196. }
  197. .select-input {
  198. float: right;
  199. height: 66rpx;
  200. font-size: 0;
  201. }
  202. .select-input button {
  203. width: 60rpx;
  204. height: 66rpx;
  205. color: #999;
  206. font-size: 48rpx;
  207. text-align: center;
  208. padding: 0;
  209. display: inline-block;
  210. background: #fff;
  211. border-radius: 0;
  212. line-height: 50rpx;
  213. box-sizing: border-box;
  214. }
  215. /*.select-input button:first-child {
  216. border-top-right-radius: 0;
  217. border-bottom-right-radius: 0;
  218. }
  219. .select-input button:last-child {
  220. border-top-left-radius: 0;
  221. border-bottom-left-radius: 0;
  222. }*/
  223. .select-input button:after {
  224. border-radius: 0;
  225. }
  226. .select-input input {
  227. width: 154rpx;
  228. height: 66rpx;
  229. background-color: #f3f3f3;
  230. color: #4c4c4c;
  231. font-size: 28rpx;
  232. text-align: center;
  233. display: inline-block;
  234. border-radius: 0;
  235. }
  236. .dialog-cancel {
  237. position: absolute;
  238. right: 20rpx;
  239. top: 20rpx;
  240. width: 36rpx;
  241. height: 36rpx;
  242. }
  243. .detail-content-desc {
  244. width: 100%;
  245. padding: 0 20rpx 40rpx;
  246. box-sizing: border-box;
  247. font-size: 28rpx;
  248. color: #4c4c4c;
  249. line-height: 48rpx;
  250. text-align: justify;
  251. }
  252. .detail-parse {
  253. font-size: 28rpx;
  254. color: #4c4c4c;
  255. line-height: 48rpx;
  256. padding: 0rpx 20rpx;
  257. }
  258. .detail-green {
  259. position: absolute;
  260. left: 26rpx;
  261. top: 0;
  262. width: 124rpx;
  263. height: 172rpx;
  264. z-index: 10;
  265. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/geend.png');
  266. background-size: 100% 100%;
  267. }
  268. .p-footer-icon {
  269. width: 40rpx;
  270. height: 40rpx;
  271. display: block;
  272. margin: 0 auto;
  273. padding-top: 12rpx;
  274. }
  275. .p-footer-text {
  276. font-size: 20rpx;
  277. color: #4c4c4c;
  278. position:relative;
  279. top:-8rpx;
  280. }
  281. .popup-bg {
  282. position: fixed;
  283. left: 0;
  284. top: 0;
  285. width: 100%;
  286. height: 100%;
  287. background-color: rgba(0,0,0,0.5);
  288. z-index: 99;
  289. }
  290. .popup {
  291. position: absolute;
  292. left: 50%;
  293. top: 300rpx;
  294. margin-left: -280rpx;
  295. width: 560rpx;
  296. height: 440rpx;
  297. background-color: #fff;
  298. border-radius: 10rpx;
  299. overflow: hidden;
  300. }
  301. .popup-title {
  302. text-align: center;
  303. line-height: 32rpx;
  304. font-size: 32rpx;
  305. padding-top: 30rpx;
  306. padding-bottom: 32rpx;
  307. color: #4c4c4c;
  308. font-weight: bold;
  309. }
  310. .popup-logobg {
  311. width: 110rpx;
  312. height: 110rpx;
  313. border-radius: 100%;
  314. background-color: #f7f7f7;
  315. margin: 0 auto;
  316. border:1rpx solid #cfcfcf;
  317. }
  318. .popup-image {
  319. display: block;
  320. width: 67rpx;
  321. height: 90rpx;
  322. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/startlogo.png');
  323. background-size: 100% 100%;
  324. margin: 8rpx auto 0;
  325. }
  326. .popup-hint {
  327. display: block;
  328. font-size: 28rpx;
  329. color: #999999;
  330. text-align: center;
  331. line-height: 50rpx;
  332. padding-top: 20rpx;
  333. }
  334. .popup-bottom {
  335. border:0;
  336. border-radius: 0rpx;
  337. position: absolute;
  338. bottom: 0;
  339. width: 100%;
  340. height: 88rpx;
  341. line-height: 88rpx;
  342. left: 0;
  343. border-top: 1rpx solid #cccccc;
  344. text-align: center;
  345. font-size: 32rpx;
  346. color: #39a43c;
  347. }
  348. .canvas-position {
  349. position: absolute;
  350. left: 100%;
  351. top: 0;
  352. width: 0rpx;
  353. height: 0rpx;
  354. /*overflow: hidden;*/
  355. }
  356. .poster {
  357. position: fixed;
  358. top: 0;
  359. width: 100%;
  360. height: 100%;
  361. background: rgba(0,0,0,0.4);
  362. z-index: 99;
  363. }
  364. .poster-main {
  365. position: absolute;
  366. left: 0;
  367. bottom: 0;
  368. width: 100%;
  369. height: 1008rpx;
  370. background-color: #fff;
  371. }
  372. .poster-img {
  373. display: block;
  374. width: 375rpx;
  375. height: 677rpx;
  376. margin: 0 auto;
  377. border-radius: 20rpx;
  378. box-shadow: 0 10rpx 30rpx rgba(0,0,0,0.3);
  379. }
  380. .poster-close {
  381. position: absolute;
  382. width: 24rpx;
  383. height: 24rpx;
  384. top: 45rpx;
  385. right: 44rpx;
  386. background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/poster/close.png');
  387. background-size: 24rpx 24rpx;
  388. background-origin: content-box;
  389. background-repeat: no-repeat;
  390. padding: 30rpx;
  391. }
  392. .poster-text {
  393. text-align: center;
  394. color: #444444;
  395. font-size: 30rpx;
  396. padding-top: 40rpx;
  397. }
  398. .poster-btn {
  399. width: 336rpx;
  400. height: 96rpx;
  401. margin: 30rpx auto 0;
  402. background: linear-gradient(to right, #d4932b , #eab86a);
  403. border-radius: 96rpx;
  404. }
  405. .poster-icon {
  406. float: left;
  407. width: 40rpx;
  408. height: 40rpx;
  409. margin-left: 106rpx;
  410. margin-top: 26rpx;
  411. background-image: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/poster/download.png');
  412. background-size: 100% 100%;
  413. }
  414. .poster-save {
  415. float: left;
  416. line-height: 96rpx;
  417. font-size: 32rpx;
  418. color: #fff;
  419. padding-left: 15rpx;
  420. }
  421. .seckill-top {
  422. position: relative;
  423. }
  424. .seckill-title {
  425. width: 100%;
  426. height: 66rpx;
  427. background: -webkit-linear-gradient(left, #ff5c5c, #ff7a67, #ff9a73);
  428. background: -o-linear-gradient(right, #ff5c5c, #ff7a67, #ff9a73);
  429. background: -moz-linear-gradient(right, #ff5c5c, #ff7a67, #ff9a73);
  430. background: linear-gradient(to right, #ff5c5c, #ff7a67, #ff9a73);
  431. margin: 0 auto;
  432. /* border-radius: 5rpx; */
  433. box-sizing: border-box;
  434. padding: 0 20rpx;
  435. }
  436. .seckill-img {
  437. display: block;
  438. width: 220rpx;
  439. height: 70rpx;
  440. position: absolute;
  441. left: 20rpx;
  442. top: -3rpx;
  443. }
  444. .time-text {
  445. color: #594848;
  446. font-size: 28rpx;
  447. float: right;
  448. line-height: 66rpx;
  449. height: 66rpx;
  450. padding-right: 20rpx;
  451. }
  452. .time-click {
  453. float: right;
  454. /* line-height: 58rpx; */
  455. margin-top: 13rpx;
  456. /* height: 58rpx; */
  457. font-size: 20rpx;
  458. color: #fff;
  459. }
  460. .time-item {
  461. float: right;
  462. margin-right: 5rpx
  463. }
  464. .time-kuang {
  465. background: #594848;
  466. height: 42rpx;
  467. width: 50rpx;
  468. text-align: center;
  469. line-height: 42rpx;
  470. font-size: 24rpx;
  471. }
  472. .time-kuang1 {
  473. background: #594848;
  474. height: 42rpx;
  475. width: 59rpx;
  476. text-align: center;
  477. line-height: 42rpx;
  478. margin-left: 10rpx;
  479. font-size: 24rpx;
  480. }
  481. .time-color {
  482. color: #614f4f;
  483. font-size: 24rpx;
  484. }
  485. .mokuai {
  486. width: 65rpx;
  487. height: 65rpx;
  488. background: #000;
  489. opacity: 0.5;
  490. text-align: center;
  491. color: #fff;
  492. font-size: 20rpx;
  493. line-height: 65rpx;
  494. border-radius: 50%;
  495. position: absolute;
  496. top: 650rpx;
  497. right: 20rpx;
  498. }
  499. .detail-pass {
  500. color: #4c4c4c;
  501. font-size: 24rpx;
  502. text-decoration: line-through;
  503. padding-left: 20rpx;
  504. }
  505. .detail-icon {
  506. width: 32rpx;
  507. height: 32rpx;
  508. display: inline-block;
  509. margin-right: 10rpx;
  510. }
  511. .detail-stop {
  512. height: 70rpx;
  513. width: 710rpx;
  514. background: #ffefe4;
  515. color: #ff9434;
  516. font-size: 24rpx;
  517. text-align: center;
  518. line-height: 70rpx;
  519. margin: 20rpx auto 10rpx;
  520. border-radius: 10rpx;
  521. }
  522. .detail-no {
  523. /* height: 300rpx; */
  524. width: 100%;
  525. background: #eaeef1;
  526. padding: 20rpx 20rpx 30rpx;
  527. box-sizing: border-box;
  528. margin-bottom: 20rpx;
  529. }
  530. .detail-no-img {
  531. width: 28rpx;
  532. height: 34rpx;
  533. float: left;
  534. padding-top: 10rpx;
  535. }
  536. .detail-no-img1 {
  537. width: 36rpx;
  538. height: 36rpx;
  539. float: left;
  540. padding-top: 10rpx;
  541. }
  542. .detail-no-text {
  543. font-size: 32rpx;
  544. color: #8d99af;
  545. float: right;
  546. width: 640rpx;
  547. line-height: 50rpx;
  548. }
  549. .detail-no-first {
  550. border-bottom: #d4d9dd solid 1rpx;
  551. box-sizing: border-box;
  552. padding-top: 10rpx;
  553. padding-bottom: 20rpx;
  554. margin-bottom: 30rpx;
  555. }
  556. .sharebtn{
  557. position: relative;
  558. font-size: 14px;
  559. background: rgba(0,0,0,0.05);
  560. padding-left: 10px;
  561. border-radius: 45px 0 0 45px;
  562. height: 30px;
  563. line-height: 30px;
  564. color: #666;
  565. width: 220rpx;
  566. float: right;
  567. margin-bottom: -50rpx;
  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%;}