index.wxss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  1. /* pages/webview/index.wxss */
  2. .web-view {
  3. /* background-color: #000; */
  4. }
  5. .bgd {
  6. position: fixed;
  7. left: 0;
  8. right: 0;
  9. top: 0;
  10. bottom: 0;
  11. z-index: 0;
  12. }
  13. .btn {
  14. width: 100%;
  15. background-color: #fff;
  16. border-radius: 4px;
  17. height: 90rpx;
  18. line-height: 90rpx;
  19. font-size: 36rpx;
  20. color: #131D34;
  21. text-align: center;
  22. padding: 0;
  23. }
  24. .call-phone {
  25. background-color: rgb(237, 93, 24);
  26. color: #fff;
  27. }
  28. .dialog {
  29. position: fixed;
  30. left: 10%;
  31. right: 10%;
  32. background-color: rgba(0, 0, 0, 1);
  33. opacity: .9;
  34. color: #fff;
  35. z-index: 9999;
  36. border-radius: 5px;
  37. padding: 70rpx;
  38. }
  39. .guide-view {
  40. top: 10%;
  41. bottom: 20%;
  42. display: flex;
  43. flex-direction: column;
  44. justify-content: space-between;
  45. }
  46. .guide-view .title {
  47. font-size: 36rpx;
  48. color: rgba(255, 255, 255, 0.88);
  49. text-align: center;
  50. }
  51. .guide-view .content {
  52. display: flex;
  53. flex: 1;
  54. flex-direction: column;
  55. justify-content: space-around;
  56. }
  57. .guide-item {
  58. padding-left: 100rpx;
  59. position: relative;
  60. }
  61. .guide-item cover-image {
  62. position: absolute;
  63. left: 0;
  64. top: 0;
  65. width: 77rpx;
  66. height: 96rpx;
  67. }
  68. .guide-item .text {
  69. line-height: 48rpx;
  70. font-size: 30rpx;
  71. display: block;
  72. color: #fff;
  73. }
  74. .guide-view .title,
  75. .guide-view .button {
  76. max-height: 300rpx;
  77. }
  78. .bottom-dialog {
  79. position: fixed;
  80. top: 23%;
  81. bottom: 0;
  82. left: 0;
  83. right: 0;
  84. z-index: 99;
  85. background-color: #fff;
  86. border-radius: 14px 14px 0 0;
  87. display: flex;
  88. flex-direction: column;
  89. }
  90. .bottom-dialog .title {
  91. flex: 0 0 auto;
  92. padding: 36rpx 32rpx;
  93. border-bottom: 1px solid rgb(236, 236, 236);
  94. position: relative;
  95. }
  96. .bottom-dialog .title .text {
  97. font-size: 32rpx;
  98. color: #131D34;
  99. font-weight: bold;
  100. }
  101. .bottom-dialog .icon {
  102. position: absolute;
  103. top: 50%;
  104. transform: translateY(-50%);
  105. width: 27rpx;
  106. height: 27rpx;
  107. padding: 32rpx;
  108. right: 0;
  109. }
  110. .commodity-view {
  111. position: fixed;
  112. top: 23%;
  113. bottom: 0;
  114. left: 0;
  115. right: 0;
  116. z-index: 99;
  117. background-color: #fff;
  118. border-radius: 14px 14px 0 0;
  119. display: flex;
  120. flex-direction: column;
  121. }
  122. .commodity-view .content {
  123. flex: 1;
  124. padding: 0 32rpx;
  125. position: relative;
  126. /* display: flex;
  127. flex-direction: column; */
  128. }
  129. .commodity-view .scene-icon {
  130. position: absolute;
  131. left: 2rpx;
  132. bottom: 2rpx;
  133. width: 40rpx;
  134. height: 40rpx;
  135. z-index: 3;
  136. }
  137. .commodity-view .tabs {
  138. flex: 0 0 auto;
  139. height: 76rpx;
  140. width: 100%;
  141. overflow-x: scroll;
  142. padding-bottom: 4px;
  143. position: relative;
  144. }
  145. .commodity-view .tabs .text {
  146. float: left;
  147. height: 76rpx;
  148. line-height: 76rpx;
  149. color: #131D34;
  150. font-size: 16px;
  151. margin-right: 10px;
  152. text-align: center;
  153. }
  154. .commodity-view .tabs .text.active {
  155. color: #ED5D18;
  156. font-size: 16px;
  157. position: relative;
  158. }
  159. .commodity-view .tabs .text.active cover-view {
  160. position: absolute;
  161. bottom: 0;
  162. left: 0;
  163. right: 0;
  164. height: 4rpx;
  165. background-color: #ED5D18;
  166. margin: 0 20rpx;
  167. }
  168. .commodity-view .current-tab {
  169. flex: 0 0 auto;
  170. height: 60rpx;
  171. margin-left: -32rpx;
  172. width: calc(100% + 64rpx);
  173. background-color: #F8F8F8;
  174. padding: 0 32rpx;
  175. line-height: 60rpx;
  176. font-size: 26rpx;
  177. color: #999999;
  178. }
  179. .commoditys {
  180. position: absolute;
  181. left: 32rpx;
  182. right: 32rpx;
  183. top: 76rpx;
  184. bottom: 0;
  185. height: calc(100% - 100rpx);
  186. overflow-y: scroll;
  187. }
  188. .commodity-item {
  189. margin-top: 34rpx;
  190. display: flex;
  191. align-items: center;
  192. position: relative;
  193. }
  194. .commodity-view .cover {
  195. flex: 0 0 auto;
  196. width: 180rpx;
  197. height: 180rpx;
  198. }
  199. .commodity-view .item-content {
  200. flex: 1;
  201. margin-left: 28rpx;
  202. }
  203. .commodity-view .item-content .desc {
  204. font-size: 14px;
  205. color: #131D34;
  206. line-height: 40rpx;
  207. white-space: pre-wrap;
  208. }
  209. .commodity-view .item-info {
  210. margin-top: 32rpx;
  211. display: flex;
  212. align-items: center;
  213. justify-content: space-between;
  214. height: 54rpx;
  215. }
  216. .commodity-view .item-info>.money {
  217. flex: 0 0 auto;
  218. }
  219. .commodity-view .item-info>.oper {
  220. flex: 1;
  221. text-align: right;
  222. position: relative;
  223. }
  224. .oper .lack {
  225. position: absolute;
  226. left: 50%;
  227. top: 50%;
  228. transform: translate(-50%, -50%);
  229. width: 200rpx;
  230. height: 200rpx;
  231. }
  232. .commodity-view .money .text {
  233. display: inline;
  234. color: #ED5D18;
  235. }
  236. .commodity-view .money .text:nth-child(1),
  237. .money .text:nth-child(3) {
  238. font-size: 24rpx;
  239. margin-right: 10rpx;
  240. vertical-align: baseline;
  241. }
  242. .commodity-view .money .text:nth-child(2) {
  243. font-size: 36rpx;
  244. vertical-align: baseline;
  245. }
  246. .oper-btn {
  247. display: inline-block;
  248. border-radius: 4px;
  249. height: 52rpx;
  250. line-height: 52rpx;
  251. padding: 0 16rpx !important;
  252. color: #fff;
  253. font-size: 24rpx;
  254. }
  255. .commodity-view .oper {
  256. height: 54rpx;
  257. display: flex;
  258. }
  259. .commodity-view .oper-btn:nth-child(1) {
  260. background-color: #FFCD3C;
  261. margin-right: 10rpx;
  262. }
  263. .commodity-view .oper-btn:nth-child(2) {
  264. background-color: #ED5D18;
  265. }
  266. .invitation-view {
  267. top: 50%;
  268. transform: translateY(-50%);
  269. color: rgba(255, 255, 255, 0.88);
  270. /* height: 420rpx; */
  271. }
  272. .invitation-view .title {
  273. font-size: 36rpx;
  274. font-weight: bold;
  275. margin-bottom: 40rpx;
  276. }
  277. .invitation-view .content {
  278. font-size: 30rpx;
  279. line-height: 36rpx;
  280. margin-bottom: 40rpx;
  281. white-space: pre-wrap;
  282. }
  283. .invitation-view .btns {
  284. text-align: center;
  285. height: 200rpx;
  286. }
  287. .invitation-view.single-btn .btns {
  288. text-align: center;
  289. height: 110rpx;
  290. }
  291. .cancel {
  292. line-height: 86rpx;
  293. margin-top: 20rpx;
  294. background-color: rgba(0, 0, 0, 0);
  295. color: #fff;
  296. border: 1px solid #fff;
  297. width: 100%;
  298. box-sizing: border-box;
  299. }
  300. .coupon-view .layer {
  301. flex: 1;
  302. overflow-y: scroll;
  303. }
  304. .coupon-view .content {
  305. padding: 0 34rpx;
  306. }
  307. .coupon-item {
  308. height: 185rpx;
  309. padding-right: 30rpx;
  310. background: #EF9B3A;
  311. border-radius: 4px;
  312. margin-top: 34rpx;
  313. display: flex;
  314. position: relative;
  315. align-items: center;
  316. }
  317. .coupon-item .item-before,
  318. .coupon-item .item-after {
  319. position: absolute;
  320. border-radius: 50%;
  321. background-color: rgba(255, 255, 255, 0.16);
  322. z-index: 1;
  323. }
  324. .coupon-item .item-before {
  325. width: 88rpx;
  326. height: 106rpx;
  327. left: 0;
  328. top: 0;
  329. transform: translate(-50%, -50%);
  330. }
  331. .coupon-item .item-after {
  332. width: 140rpx;
  333. height: 186rpx;
  334. right: 0;
  335. bottom: 0;
  336. transform: translate(40%, 50%);
  337. }
  338. .coupon-item .info-before,
  339. .coupon-item .info-after {
  340. position: absolute;
  341. background-color: #fff;
  342. z-index: 99;
  343. width: 40rpx;
  344. height: 40rpx;
  345. border-radius: 50%;
  346. right: 196rpx;
  347. transform: translateX(50%);
  348. }
  349. .coupon-item .info-before {
  350. top: 0;
  351. margin-top: -20rpx;
  352. }
  353. .coupon-item .info-after {
  354. bottom: 0;
  355. margin-bottom: -20rpx;
  356. }
  357. .coupon-item .money {
  358. flex: 0 0 auto;
  359. width: 230rpx;
  360. font-size: 138rpx;
  361. color: #fff;
  362. font-weight: bold;
  363. position: relative;
  364. /* height: 130rpx;
  365. line-height: 138rpx; */
  366. text-align: center;
  367. box-sizing: border-box;
  368. display: flex;
  369. align-items: center;
  370. justify-content: center;
  371. overflow: auto;
  372. height: 138rpx;
  373. }
  374. .poa {
  375. width: 100%;
  376. text-align: center;
  377. font-size: 26rpx;
  378. }
  379. .coupon-item .used {
  380. position: absolute;
  381. z-index: 99;
  382. background-color: rgba(255, 255, 255, 0.6);
  383. left: 0;
  384. right: 0;
  385. top: 0;
  386. bottom: 0;
  387. }
  388. .coupon-item .money-before {
  389. display: inline;
  390. font-size: 26rpx;
  391. /* width: 40rpx;
  392. height: 40rpx;
  393. text-align: center;
  394. line-height: 40rpx;
  395. border: 1px solid #EF9B3A;
  396. color:#EF9B3A;
  397. border-radius: 50%;
  398. position: absolute;
  399. bottom: 0;
  400. right: 0rpx;
  401. font-size: 26rpx;
  402. background-color: #fff; */
  403. }
  404. .coupon-item .info {
  405. flex: 1;
  406. display: flex;
  407. flex-direction: column;
  408. padding: 25rpx 10rpx 10rpx;
  409. height: 92rpx;
  410. }
  411. .coupon-item .info .full {
  412. font-size: 30rpx;
  413. color: #fff;
  414. width: 100%;
  415. height: 52rpx;
  416. margin: 0;
  417. line-height: 32rpx;
  418. white-space: nowrap;
  419. text-overflow: ellipsis;
  420. }
  421. .coupon-item .info button {
  422. width: 168rpx;
  423. color: #EF533A;
  424. text-align: center;
  425. height: 38rpx;
  426. line-height: 32rpx;
  427. border-radius: 19rpx;
  428. font-size: 22rpx;
  429. margin: 10rpx 0;
  430. }
  431. .coupon-item .info .date {
  432. height: 28rpx;
  433. font-size: 16rpx;
  434. color: #fff;
  435. margin: 0;
  436. line-height: 22rpx;
  437. width: 100%;
  438. }
  439. .coupon-item .oper {
  440. flex: 0 0 auto;
  441. font-size: 34rpx;
  442. color: #fff;
  443. width: 166rpx;
  444. text-align: right;
  445. display: flex;
  446. align-items: center;
  447. justify-content: center;
  448. height: 100%;
  449. position: relative;
  450. }
  451. .coupon-item .oper .dotted {
  452. position: absolute;
  453. width: 1px;
  454. left: 0;
  455. top: 20%;
  456. height: 60%;
  457. z-index: 9999999;
  458. }
  459. .coupon-item .oper cover-view {
  460. z-index: 2;
  461. }
  462. .concat-view {
  463. top: 20%;
  464. }
  465. .concat-view .icon {
  466. position: absolute;
  467. right: 6rpx;
  468. top: 6rpx;
  469. width: 27rpx;
  470. height: 27rpx;
  471. padding: 30rpx;
  472. }
  473. .concat-view .title {
  474. font-size: 36rpx;
  475. font-weight: bold;
  476. margin-bottom: 40rpx;
  477. }
  478. .concat-view .item:nth-last-child(1) {
  479. margin-top: 34rpx;
  480. }
  481. .concat-view .item .desc {
  482. line-height: 40rpx;
  483. text-align: center;
  484. font-size: 24rpx;
  485. }
  486. .commodity-ctrl {
  487. position: fixed;
  488. bottom: 218rpx;
  489. right: 40rpx;
  490. width: 140rpx;
  491. height: 140rpx;
  492. border-radius: 50%;
  493. /* background:#0075DC;
  494. box-shadow:0px 1px 6px rgba(0,0,0,0.16); */
  495. display: flex;
  496. flex-direction: column;
  497. align-items: center;
  498. justify-content: center;
  499. }
  500. .commodity-ctrl .bg {
  501. width: 130rpx;
  502. height: 130rpx;
  503. position: absolute;
  504. left: 50%;
  505. top: 50%;
  506. z-index: -1;
  507. transform: translate(-50%, -50%);
  508. }
  509. .commodity-ctrl .ig {
  510. width: 18px;
  511. height: 18px;
  512. }
  513. .commodity-ctrl cover-view {
  514. font-size: 20rpx;
  515. color: rgba(255, 255, 255, 0.88);
  516. line-height: 26rpx;
  517. width: 100%;
  518. text-align: center;
  519. }
  520. .auth-user {
  521. position: fixed;
  522. left: 0;
  523. top: 0;
  524. right: 0;
  525. bottom: 0;
  526. z-index: 8;
  527. background-color: rgba(0, 0, 0, 0.3);
  528. }
  529. .auth-user .layer {
  530. position: absolute;
  531. left: 0;
  532. bottom: 0;
  533. right: 0;
  534. background-color: #fff;
  535. border-radius: 8px 8px 0 0;
  536. padding: 52rpx 36rpx;
  537. }
  538. .auth-user .layer .title {
  539. font-size: 24rpx;
  540. color: #131D34;
  541. font-size: 30rpx;
  542. line-height: 42rpx;
  543. color: #111111;
  544. }
  545. .auth-user .layer .logo {
  546. display: block;
  547. width: 165rpx;
  548. height: 120rpx;
  549. margin: 0 auto;
  550. }
  551. .auth-user .layer .desc {
  552. text-align: center;
  553. color: #111111;
  554. font-size: 26rpx;
  555. padding: 28rpx 0 36rpx;
  556. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  557. }
  558. .auth-user .layer .content {
  559. text-align: center;
  560. padding: 32rpx 0 86rpx;
  561. font-size: 26rpx;
  562. color: #79868F;
  563. }
  564. .auth-user .layer button {
  565. color: #fff;
  566. width: 100%;
  567. font-size: 30rpx;
  568. height: 80rpx;
  569. line-height: 80rpx;
  570. background-color: #ED5D18;
  571. }
  572. .aaaaa {
  573. position: fixed;
  574. z-index: 999;
  575. left: 50%;
  576. top: 50%;
  577. transform: translate(-50%, -50%);
  578. color: #fff;
  579. background-color: rgba(0, 0, 0, 0.7);
  580. z-index: 99999;
  581. }
  582. .test {
  583. z-index: 999;
  584. background-color: #000;
  585. color: #fff;
  586. white-space: pre-wrap;
  587. }
  588. .tp10 {
  589. margin-top: 15rpx;
  590. }
  591. .mo {
  592. position: fixed;
  593. left: 0;
  594. top: 0;
  595. width: 100%;
  596. height: 100%;
  597. background-color: rgba(0, 0, 0, 0.6);
  598. z-index: 5;
  599. }
  600. .content .diswan {
  601. background: #EBEBEB;
  602. }
  603. .content .diswan .money {
  604. color: #999999;
  605. }
  606. .content .diswan .info .full {
  607. color: #999999
  608. }
  609. .content .diswan .info button {
  610. opacity: 0.7;
  611. color: #999;
  612. }
  613. .content .diswan .info .date {
  614. color: #999;
  615. }
  616. .un-content {
  617. width: 100%;
  618. height: 100%;
  619. text-align: center;
  620. }
  621. .lay {
  622. margin-top: 180rpx;
  623. }
  624. .un-content cover-image {
  625. display: inline-block;
  626. width: 250rpx;
  627. height: 274rpx;
  628. }
  629. .un-content .text {
  630. color: #666C7D;
  631. font-size: 30rpx;
  632. margin-top: 40rpx;
  633. }
  634. .commodity-view .zz {
  635. position: absolute;
  636. left: 0;
  637. top: 0;
  638. width: 100%;
  639. height: 100%;
  640. background: rgba(0, 0, 0, 0.6);
  641. z-index: 999;
  642. }
  643. .commodity-view .dialog-layer {
  644. position: absolute;
  645. left: 0;
  646. top: 0;
  647. width: 100%;
  648. padding: 0 32rpx 10rpx;
  649. box-sizing: border-box;
  650. background-color: #fff;
  651. z-index: 9999;
  652. }
  653. .commodity-view .dialog-layer .tabctrl {
  654. right: 32rpx;
  655. }
  656. .commodity-view .dialog-layer .dialog-tabs {
  657. padding-right: 86rpx;
  658. overflow: hidden;
  659. }
  660. .commodity-view .dialog-layer .dialog-tabs .text {
  661. float: left;
  662. width: calc(33% - 10rpx);
  663. text-align: center;
  664. padding: 14rpx 0;
  665. font-size: 24rpx;
  666. color: #131D34;
  667. border: 1px solid rgba(0, 0, 0, 0.1);
  668. border-radius: 4px;
  669. margin: 10rpx 0;
  670. overflow: hidden;
  671. text-overflow: ellipsis;
  672. white-space: nowrap;
  673. }
  674. .commodity-view .dialog-layer .dialog-tabs .text.active {
  675. background-color: rgba(237, 93, 24, 1);
  676. border-color: rgba(237, 93, 24, 1);
  677. color: #fff;
  678. }
  679. .commodity-view .dialog-layer .dialog-tabs .text:nth-child(3n-1) {
  680. margin: 10rpx;
  681. }
  682. .commodity-view .tabctrl {
  683. position: absolute;
  684. right: 0;
  685. top: 0;
  686. height: 76rpx;
  687. width: 76rpx;
  688. color: #000;
  689. }
  690. .roomMaximumBgd{
  691. background: rgba(0, 0, 0, 0.3);
  692. }