1
0

casemsg.wxss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  1. .image-box {
  2. width: 100%;
  3. height: 450rpx;
  4. overflow: hidden;
  5. position: relative;
  6. }
  7. .overflowHidden {
  8. width: 100%;
  9. height: 95vh;
  10. overflow: hidden;
  11. }
  12. .vr-box {
  13. width: 120rpx;
  14. height: 65rpx;
  15. position: absolute;
  16. z-index: 9;
  17. top: 50%;
  18. left: 50%;
  19. transform: translate(-50%, -50%);
  20. color: #fff;
  21. font-size: 36rpx;
  22. }
  23. .vr-box > image {
  24. width: 100%;
  25. }
  26. .image-box image {
  27. width: 100%;
  28. }
  29. .cover{
  30. display: block;
  31. width: 100%;
  32. height: auto;
  33. min-height: 450rpx;
  34. }
  35. .saleperson{
  36. display: block;
  37. width: 92%;
  38. height: 160rpx;
  39. background-color: #ffffff;
  40. overflow: hidden;
  41. border-radius: 10rpx;
  42. position: absolute;
  43. top:20rpx;
  44. left: 4%;
  45. z-index: 2;
  46. padding: 31rpx 24rpx;
  47. box-sizing: border-box;
  48. }
  49. .saleperson .headimgbox{
  50. display: block;
  51. width: 98rpx;
  52. height: 98rpx;
  53. border-radius: 50%;
  54. border: 4rpx solid #347af6;
  55. }
  56. .saleperson .headimgbox image{
  57. display: block;
  58. width: 100%;
  59. height: 100%;
  60. border-radius: 50%;
  61. }
  62. .saleperson .phonebox{
  63. display: block;
  64. }
  65. .phonebox .phoneimg{
  66. display: block;
  67. width: 60rpx;
  68. height: 60rpx;
  69. background-color: rgba(52, 122, 246, 0.2);
  70. border-radius: 50%;
  71. margin: 0 auto 4rpx;
  72. }
  73. .phonebox image{
  74. display: block;
  75. width: 32rpx;
  76. height: 32rpx;
  77. margin: 14rpx auto;
  78. }
  79. .personmsgbox{
  80. margin-left: 16rpx;
  81. margin-top: 8rpx;
  82. }
  83. .titbox .titbg{
  84. display: block;
  85. width:100%;
  86. position: absolute;
  87. top: 0;
  88. left:0;
  89. }
  90. .wlast{
  91. position: absolute;
  92. display: block;
  93. width:20rpx;
  94. height: 36rpx;
  95. left: 20rpx;
  96. bottom: 16rpx;
  97. z-index: 10;
  98. }
  99. .titmsg{
  100. padding: 30rpx 10rpx 0 10rpx;
  101. }
  102. .designerbox{
  103. display: block;
  104. width: 670rpx;
  105. background-color: #f7f7f7;
  106. border-radius: 10rpx;
  107. box-sizing: border-box;
  108. padding: 30rpx;
  109. margin:28rpx auto 40rpx;
  110. }
  111. image.designerimg{
  112. display: block;
  113. width: 80rpx;
  114. height: 80rpx;
  115. border-radius: 40rpx;
  116. }
  117. .designermsgbox{
  118. margin-left: 32rpx;
  119. }
  120. .qrcodeimg{
  121. display:block;
  122. width: 80rpx;
  123. height: 80rpx;
  124. }
  125. .designstylebox{
  126. width: 450rpx;
  127. }
  128. .orderbtn{
  129. display: block;
  130. width: 154rpx;
  131. height: 80rpx;
  132. line-height: 80rpx;
  133. border-radius: 40rpx;
  134. background-image: linear-gradient(180deg, #4ACDFD 0%, #249EFB 100%);
  135. }
  136. .casemsgbox{
  137. display: block;
  138. background-color: #FFFFFF;
  139. position: relative;
  140. z-index: 1;
  141. }
  142. .casemsgbox{
  143. width: 730rpx;
  144. margin: 40rpx auto;
  145. background-color: #ffffff;
  146. border-radius: 10rpx;
  147. border: 2rpx solid #ececec;
  148. box-sizing: border-box;
  149. padding: 40rpx 20rpx;
  150. }
  151. .everycasemsg{
  152. padding-left: 32rpx;
  153. box-sizing: border-box;
  154. }
  155. .casepricebox view{
  156. height:32rpx;
  157. overflow:hidden;
  158. margin-top:24rpx;
  159. }
  160. .configtitbox{
  161. display: block;
  162. background: #F0F4F7;
  163. width:100%;
  164. height:88rpx;
  165. padding-left: 20rpx;
  166. position: relative;
  167. }
  168. .configtitbox image{
  169. display: block;
  170. width: 32rpx;
  171. height: 32rpx;
  172. margin-right: 16rpx;
  173. position: relative;
  174. top: 28rpx;
  175. }
  176. .configmsg{
  177. padding: 24rpx 10rpx 32rpx;
  178. font-size: 24rpx;
  179. }
  180. .setimebox{
  181. padding: 0rpx 10rpx 32rpx;
  182. color: #b8b8b8;
  183. }
  184. .configmsg image{
  185. max-width: 100%;
  186. height: auto;
  187. }
  188. .fbg{
  189. display: block;
  190. width: 100%;
  191. height:16rpx;
  192. background: #F0F4F7;
  193. }
  194. .switchview{
  195. display: block;
  196. padding: 40rpx;
  197. }
  198. .switchbox{
  199. display: block;
  200. width: 216rpx;
  201. height: 80rpx;
  202. border: 2rpx solid #9DB6CF;
  203. line-height: 76rpx;
  204. border-radius: 40rpx;
  205. overflow: hidden;
  206. }
  207. .switchbox image{
  208. display: block;
  209. width: 16rpx;
  210. height: 28rpx;
  211. position: relative;
  212. top:24rpx;
  213. }
  214. .designcasebox{
  215. display: block;
  216. width: 100%;
  217. background: #ffffff;
  218. padding-top: 32rpx;
  219. border-top: 1px solid #eaeaea;
  220. padding-bottom: 140rpx;
  221. }
  222. .designcasetit{
  223. padding: 0 20rpx;
  224. }
  225. .designcasetit view{
  226. /* margin-left: 24rpx; */
  227. }
  228. /* 装修案例 */
  229. .caselistbox{
  230. padding: 24rpx 20rpx 0;
  231. }
  232. .everycasebox{
  233. width: 100%;
  234. box-shadow: 0 4rpx 20rpx 0 rgba(36,158,251,0.26);
  235. border-radius: 10rpx;
  236. overflow: hidden;
  237. margin-bottom: 20rpx;
  238. }
  239. .leftcasebox{
  240. margin-right: 20rpx;
  241. }
  242. .leftcasebox,.rightcasebox{
  243. width: 345rpx;
  244. overflow: initial;
  245. }
  246. .caselistbox .everycasebox .imgbox image{
  247. display: block;
  248. width: 100%;
  249. }
  250. .casesharenum{
  251. position: absolute;
  252. right:0;
  253. top: 12rpx;
  254. height: 40rpx;
  255. border-radius: 24rpx 0 0 24rpx;
  256. opacity: 0.7;
  257. background: #384855;
  258. color: #B6CADE;
  259. padding-left: 20rpx;
  260. padding-right: 10rpx;
  261. }
  262. .caselistbox .everycasebox .imgbox .casesharenum image{
  263. display: block;
  264. width: 22rpx;
  265. height: 21rpx;
  266. margin-right:4rpx;
  267. position: relative;
  268. top: 11rpx;
  269. }
  270. .caselistbox .everycasebox .imgbox .casesharenum view{
  271. line-height: 40rpx;
  272. }
  273. .c-client {
  274. margin-left: 30rpx;
  275. }
  276. .casehousemsgbox{
  277. line-height: 32rpx;
  278. margin-top: 6rpx;
  279. font-size: 22rpx;
  280. }
  281. .lookmore{
  282. display: block;
  283. width: 444rpx;
  284. height: 88rpx;
  285. border: 2rpx solid #9DB6CF;
  286. border-radius: 40rpx;
  287. line-height: 84rpx;
  288. margin: 40rpx auto;
  289. }
  290. .casemsgbox1{
  291. padding: 20rpx 10rpx 30rpx;
  292. }
  293. /* .designerbox image{
  294. display: block;
  295. width: 40rpx;
  296. height: 40rpx;
  297. margin-right: 10rpx;
  298. } */
  299. .casemsgbox1 .designerbox{
  300. padding: 0;
  301. width: auto;
  302. margin: 0;
  303. background: #fff;
  304. }
  305. .updateBox {
  306. width: 730rpx;
  307. height: auto;
  308. overflow: hidden;
  309. padding: 20rpx;
  310. background-color: #EFF4F8;
  311. display: flex;
  312. align-items: center;
  313. margin: 20rpx auto 0rpx;
  314. }
  315. .u-img-box {
  316. width: 80rpx;
  317. height: 80rpx;
  318. border-radius: 50%;
  319. overflow: hidden;
  320. }
  321. .u-img-box image {
  322. width: 100%;
  323. height: 100%;
  324. }
  325. .u-company {
  326. overflow: hidden;
  327. box-sizing: border-box;
  328. padding: 0rpx 20rpx;
  329. }
  330. .u-company-name {
  331. font-size: 30rpx;
  332. color: #333333;
  333. }
  334. .u-company-address {
  335. color: #A0BDD4;
  336. font-size: 24rpx;
  337. width: 100%;
  338. display: flex;
  339. }
  340. .address-text {
  341. flex: 1;
  342. }
  343. .address-ellipsis {
  344. overflow: hidden;
  345. white-space: nowrap;
  346. text-overflow: ellipsis;
  347. }
  348. .address-show {
  349. color: #28A1FF;
  350. }
  351. .u-button {
  352. width: 120rpx;
  353. height: 60rpx;
  354. background-color: #28A1FF;
  355. color: #fff;
  356. font-size: 24rpx;
  357. font-style: normal;
  358. line-height: 60rpx !important;
  359. }
  360. .flex-sub {
  361. flex: 1;
  362. }
  363. .u-position {
  364. font-size: 20rpx;
  365. color: #333333;
  366. }
  367. .caseimgbox{
  368. display: block;
  369. border-top: 1px solid #eaeaea;
  370. width: 100%;
  371. padding: 40rpx;
  372. }
  373. .everycaseimgbox{
  374. display: block;
  375. width: 670rpx;
  376. border: 1px solid #eaeaea;
  377. border-radius: 10rpx;
  378. margin-bottom: 40rpx;
  379. overflow: hidden;
  380. }
  381. .caseimg{
  382. display: block;
  383. width: 100%;
  384. height: auto;
  385. }
  386. .casetextbox{
  387. display: block;
  388. background-color: #fff;
  389. padding: 32rpx 40rpx;
  390. }
  391. /* 视频案例 */
  392. .videocasebox{
  393. padding: 20rpx 30rpx;
  394. font-size: 36rpx;
  395. }
  396. .vidoetit{
  397. padding-left: 22rpx;
  398. line-height: 44rpx;
  399. position: relative;
  400. font-weight: bold;
  401. }
  402. .vidoetit::after{
  403. display: block;
  404. content: ' ';
  405. width: 8rpx;
  406. height: 30rpx;
  407. background: #333333;
  408. border-radius: 2rpx;
  409. position: absolute;
  410. left: 0;
  411. top: 7rpx;
  412. }
  413. .videoBox{
  414. display: block;
  415. width: 100%;
  416. height: 450rpx;
  417. background: #333333;
  418. }
  419. /* 案例详情 */
  420. .casetit{
  421. display: block;
  422. width: 100%;
  423. padding: 20rpx 10rpx 0;
  424. }
  425. .casetit view{
  426. margin-right: 40rpx;
  427. padding-bottom: 10rpx;
  428. }
  429. .nowtitbox{
  430. font-size: 36rpx;
  431. font-weight: bold;
  432. position: relative;
  433. }
  434. .nowtitbox::before{
  435. content: ' ';
  436. display: block;
  437. width: 12rpx;
  438. height: 4rpx;
  439. position: absolute;
  440. bottom: 0;
  441. left: 50%;
  442. transform-origin: 100% 0;
  443. transform: translateX(-150%) rotate(-30deg);
  444. background-color: #333333;
  445. }
  446. .nowtitbox::after{
  447. content: ' ';
  448. display: block;
  449. width: 12rpx;
  450. height: 4rpx;
  451. position: absolute;
  452. bottom: 0;
  453. left: 50%;
  454. background-color: #333333;
  455. transform-origin: 0 0;
  456. transform: translateX(-50%) rotate(390deg);
  457. }
  458. .rightbtnbox{
  459. display: block;
  460. position: fixed;
  461. right: 0rpx;
  462. bottom:200rpx;
  463. z-index: 9;
  464. }
  465. .pricebtnimg{
  466. display: block;
  467. position: relative;
  468. right: 7rpx;
  469. width: 140rpx;
  470. height: 140rpx;
  471. z-index: 9;
  472. margin-bottom: 6rpx;
  473. }
  474. .tcollectbox{
  475. display: block;
  476. width: 98rpx;
  477. height: 98rpx;
  478. background-color: #ffffff;
  479. box-shadow: 0 2rpx 8rpx 0 rgba(56,72,85,0.20);
  480. border: solid 1px #B6CADE;
  481. border-radius: 50%;
  482. position: relative;
  483. right: -20rpx;
  484. overflow: hidden;
  485. }
  486. .tcollectbox image{
  487. display: block;
  488. width: 27rpx;
  489. height: 27rpx;
  490. margin: 18rpx auto 12rpx;
  491. }
  492. .tsharebox{
  493. background-color: #259cfa;
  494. box-shadow: 0px 2rpx 15rpx 1px
  495. rgba(36, 157, 250, 0.48);
  496. border: solid 1px #249dfa;
  497. margin-bottom: 24rpx;
  498. }
  499. .switchTab {
  500. position: absolute;
  501. max-width: 80%;
  502. height: 56rpx;
  503. background-color: rgba(255, 255, 255, 0.6);
  504. color: #333333;
  505. z-index: 999;
  506. bottom: 20rpx;
  507. left: 50%;
  508. transform: translateX(-50%);
  509. border-radius: 28rpx;
  510. display: flex;
  511. align-items: center;
  512. }
  513. .switchTab>view {
  514. width: 130rpx;
  515. height: 100%;
  516. display: flex;
  517. justify-content: center;
  518. align-items: center;
  519. font-size: 24rpx;
  520. }
  521. .activeTab {
  522. background-color: #249EFB;
  523. border-radius: 35rpx;
  524. color: #fff;
  525. }
  526. .interVrStyle {
  527. position: absolute;
  528. width: 90rpx !important;
  529. top: 50%;
  530. left: 50%;
  531. transform: translate(-50%,-50%);
  532. }
  533. .configmsg image {
  534. display: block !important;
  535. border-radius: 0rpx !important;
  536. margin: 0rpx !important;
  537. padding: 0rpx !important;
  538. }
  539. /*--*/
  540. .shareTips {
  541. width: 100%;
  542. height: 55rpx;
  543. background-color: #FDDAC4;
  544. color: #F96400;
  545. position: fixed;
  546. bottom: 100rpx;
  547. left: 0rpx;
  548. line-height: 55rpx;
  549. text-align: center;
  550. font-size: 24rpx;
  551. }
  552. .cutAndShare {
  553. width: 100%;
  554. height: 100rpx;
  555. position: fixed;
  556. bottom: 0rpx;
  557. left: 0rpx;
  558. background-color: #fff;
  559. box-shadow: 0rpx -10rpx 10rpx 6rpx rgba(0, 0, 0, 0.1);
  560. display: flex;
  561. }
  562. .shareCutImg {
  563. width: 40%;
  564. height: 100%;
  565. display: flex;
  566. align-items: center;
  567. justify-content: center;
  568. font-size: 32rpx;
  569. }
  570. .shareBtn {
  571. flex: 1;
  572. height: 100%;
  573. background-color: #F96400;
  574. border-radius: 0rpx !important;
  575. line-height: 100rpx;
  576. color: #fff;
  577. font-size: 32rpx;
  578. }
  579. .cutMask {
  580. width: 100%;
  581. height: 100vh;
  582. position: fixed;
  583. top: 0rpx;
  584. left: 0rpx;
  585. background-color: rgba(0, 0, 0, 0.5);
  586. z-index: 999999 !important;
  587. }
  588. .cutBlock {
  589. width: 100%;
  590. height: 70%;
  591. background-color: #fff;
  592. position: absolute;
  593. bottom: 0rpx;
  594. left: 0rpx;
  595. box-sizing: border-box;
  596. padding: 88rpx 0rpx 100rpx;
  597. }
  598. .cutTitle {
  599. width: 100%;
  600. height: 88rpx;
  601. background-color: #F96400;
  602. color: #fff;
  603. font-size: 32rpx;
  604. text-align: center;
  605. line-height: 88rpx;
  606. position: absolute;
  607. top: 0rpx;
  608. left: 0rpx;
  609. }
  610. .cutConfirm {
  611. width: 100%;
  612. height: 100rpx;
  613. background-color: #F96400;
  614. color: #fff;
  615. position: absolute;
  616. bottom: 0rpx;
  617. left: 0rpx;
  618. text-align: center;
  619. line-height: 100rpx;
  620. font-size: 32rpx;
  621. border-radius: 0rpx;
  622. }
  623. .cutContent {
  624. width: 100%;
  625. height: 100%;
  626. overflow: auto;
  627. }
  628. .cutShareLabel {
  629. width: 100%;
  630. height: 66rpx;
  631. line-height: 66rpx;
  632. box-sizing: border-box;
  633. padding: 0rpx 20rpx;
  634. }
  635. .cutImglistBox {
  636. width: 100%;
  637. height: auto;
  638. overflow: hidden;
  639. box-sizing: border-box;
  640. padding: 20rpx;
  641. display: flex;
  642. flex-wrap: wrap;
  643. }
  644. .uploadImg {
  645. width: 150rpx;
  646. height: 150rpx;
  647. border: 2rpx solid #D7DFE4;
  648. display: flex;
  649. flex-direction: column;
  650. justify-content: center;
  651. align-items: center;
  652. }
  653. .uploadImg>image {
  654. width: 50rpx;
  655. }
  656. .u-text {
  657. font-size: 28rpx;
  658. color: #B5C6D3;
  659. }
  660. .imageItem {
  661. width: 150rpx;
  662. height: 150rpx;
  663. background-color: #ccc;
  664. margin-right: 10rpx;
  665. margin-bottom: 10rpx;
  666. position: relative;
  667. }
  668. .imageItem>image {
  669. width: 100%;
  670. height: 100%;
  671. }
  672. .imgdel {
  673. width: 60rpx;
  674. height: 60rpx;
  675. background-color: rgba(0, 0, 0, 0.5);
  676. border-radius: 50%;
  677. display: flex;
  678. justify-content: center;
  679. align-items: center;
  680. position: absolute;
  681. top: 50%;
  682. left: 50%;
  683. transform: translate(-50%, -50%);
  684. box-shadow: 0rpx 0rpx 10rpx 10rpx rgba(0, 0, 0, 0.05);
  685. }
  686. .imgdel>image {
  687. width: 50rpx;
  688. }
  689. .u-textarea-box {
  690. width: 100%;
  691. height: 400rpx;
  692. box-sizing: border-box;
  693. padding: 20rpx;
  694. }
  695. .u-textarea {
  696. width: 100%;
  697. background-color: #F0F4F7;
  698. padding: 10rpx;
  699. }
  700. .shareApprovalbtn {
  701. width: 100%;
  702. height: 88rpx;
  703. background-color: #249EFB;
  704. color: #fff;
  705. font-size: 30rpx;
  706. text-align: center;
  707. line-height: 88rpx;
  708. position: fixed;
  709. bottom: 0rpx;
  710. left: 0rpx;
  711. z-index: 99;
  712. }
  713. .shareMask {
  714. width: 100%;
  715. height: 100vh;
  716. background-color: rgba(0, 0, 0, 0.4);
  717. position: fixed;
  718. top: 0rpx;
  719. left: 0rpx;
  720. z-index: 999;
  721. }
  722. .shareBlock {
  723. width: 100%;
  724. height: 75%;
  725. background-color: #fff;
  726. position: absolute;
  727. bottom: 0rpx;
  728. left: 0rpx;
  729. box-sizing: border-box;
  730. padding-top: 88rpx;
  731. }
  732. .shareBlockTitle {
  733. width: 100%;
  734. height: 88rpx;
  735. background-color: #249EFB;
  736. color: #fff;
  737. font-size: 30rpx;
  738. text-align: center;
  739. line-height: 88rpx;
  740. position: absolute;
  741. top: 0rpx;
  742. left: 0rpx;
  743. }
  744. .shareBlockContent {
  745. width: 100%;
  746. height: 100%;
  747. overflow: auto;
  748. box-sizing: border-box;
  749. padding: 20rpx;
  750. }
  751. .shareApprovalItem {
  752. width: 100%;
  753. height: auto;
  754. overflow: hidden;
  755. display: flex;
  756. }
  757. .shareApprovalLeft {
  758. width: 130rpx;
  759. }
  760. .shareApprovalLeft>image {
  761. width: 96rpx;
  762. height: 96rpx;
  763. border-radius: 50%;
  764. overflow: hidden;
  765. }
  766. .shareApprovalRight {
  767. flex: 1;
  768. }
  769. .shareApprovalText {
  770. width: 100%;
  771. height: 66rpx;
  772. line-height: 66rpx;
  773. }
  774. .shareApprovalText .satName {
  775. color: 30rpx;
  776. color: #333333;
  777. }
  778. .shareApprovalText .satTime {
  779. color: #A8BBCB;
  780. font-size: 26rpx;
  781. margin-left: 20rpx;
  782. }
  783. .shareApprovalImgBox {
  784. width: 100%;
  785. height: auto;
  786. overflow: hidden;
  787. display: flex;
  788. flex-wrap: wrap;
  789. }
  790. .shareApprovalImgItem {
  791. width: 180rpx;
  792. height: 150rpx;
  793. background-color: #ccc;
  794. margin-right: 10rpx;
  795. margin-bottom: 10rpx;
  796. }
  797. .shareApprovalImgItem > image {
  798. width: 100%;
  799. height: 100%;
  800. }
  801. .shareApprovalMsg {
  802. width: 100%;
  803. box-sizing: border-box;
  804. padding: 5rpx 0rpx 20rpx;
  805. font-size: 26rpx;
  806. color: #333333;
  807. }
  808. .shareApproValBtnBox {
  809. width: 100%;
  810. height: 88rpx;
  811. display: flex;
  812. align-items: center;
  813. justify-content: space-around;
  814. }
  815. .aConfirmBtn {
  816. width: 260rpx;
  817. height: 88rpx;
  818. line-height: 88rpx;
  819. border-radius: 44rpx;
  820. background-color: #249EFB;
  821. color: #fff;
  822. font-size: 30rpx;
  823. }
  824. .aRejectBtn {
  825. width: 260rpx;
  826. height: 88rpx;
  827. line-height: 88rpx;
  828. border-radius: 44rpx;
  829. background-color: #B5CADD;
  830. color: #fff;
  831. font-size: 30rpx;
  832. }
  833. .videoloading{
  834. display: block;
  835. width: 100%;
  836. height: 100%;
  837. z-index: 99;
  838. background-color: transparent;
  839. position: absolute;
  840. top: 0;
  841. left:0;
  842. }