casemsg.wxss 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  1. .image-box {
  2. width: 100%;
  3. height: 450rpx;
  4. overflow: hidden;
  5. position: relative;
  6. }
  7. .vr-box {
  8. width: 120rpx;
  9. height: 65rpx;
  10. position: absolute;
  11. z-index: 9;
  12. top: 50%;
  13. left: 50%;
  14. transform: translate(-50%, -50%);
  15. color: #fff;
  16. font-size: 36rpx;
  17. }
  18. .vr-box > image {
  19. width: 100%;
  20. }
  21. .image-box image {
  22. width: 100%;
  23. }
  24. .cover{
  25. display: block;
  26. width: 100%;
  27. height: auto;
  28. min-height: 450rpx;
  29. }
  30. .saleperson{
  31. display: block;
  32. width: 92%;
  33. height: 160rpx;
  34. background-color: #ffffff;
  35. overflow: hidden;
  36. border-radius: 10rpx;
  37. position: absolute;
  38. top:20rpx;
  39. left: 4%;
  40. z-index: 2;
  41. padding: 31rpx 24rpx;
  42. box-sizing: border-box;
  43. }
  44. .saleperson .headimgbox{
  45. display: block;
  46. width: 98rpx;
  47. height: 98rpx;
  48. border-radius: 50%;
  49. border: 4rpx solid #347af6;
  50. }
  51. .saleperson .headimgbox image{
  52. display: block;
  53. width: 100%;
  54. height: 100%;
  55. border-radius: 50%;
  56. }
  57. .saleperson .phonebox{
  58. display: block;
  59. }
  60. .phonebox .phoneimg{
  61. display: block;
  62. width: 60rpx;
  63. height: 60rpx;
  64. background-color: rgba(52, 122, 246, 0.2);
  65. border-radius: 50%;
  66. margin: 0 auto 4rpx;
  67. }
  68. .phonebox image{
  69. display: block;
  70. width: 32rpx;
  71. height: 32rpx;
  72. margin: 14rpx auto;
  73. }
  74. .personmsgbox{
  75. margin-left: 16rpx;
  76. margin-top: 8rpx;
  77. }
  78. .titbox .titbg{
  79. display: block;
  80. width:100%;
  81. position: absolute;
  82. top: 0;
  83. left:0;
  84. }
  85. .wlast{
  86. position: absolute;
  87. display: block;
  88. width:20rpx;
  89. height: 36rpx;
  90. left: 20rpx;
  91. bottom: 16rpx;
  92. z-index: 10;
  93. }
  94. .titmsg{
  95. padding: 30rpx 10rpx 0 10rpx;
  96. }
  97. .designerbox{
  98. display: block;
  99. width: 670rpx;
  100. background-color: #f7f7f7;
  101. border-radius: 10rpx;
  102. box-sizing: border-box;
  103. padding: 30rpx;
  104. margin:28rpx auto 40rpx;
  105. }
  106. image.designerimg{
  107. display: block;
  108. width: 80rpx;
  109. height: 80rpx;
  110. border-radius: 40rpx;
  111. }
  112. .designermsgbox{
  113. margin-left: 32rpx;
  114. }
  115. .qrcodeimg{
  116. display:block;
  117. width: 80rpx;
  118. height: 80rpx;
  119. }
  120. .designstylebox{
  121. width: 450rpx;
  122. }
  123. .orderbtn{
  124. display: block;
  125. width: 154rpx;
  126. height: 80rpx;
  127. line-height: 80rpx;
  128. border-radius: 40rpx;
  129. background-image: linear-gradient(180deg, #4ACDFD 0%, #249EFB 100%);
  130. }
  131. .casemsgbox{
  132. display: block;
  133. background-color: #FFFFFF;
  134. position: relative;
  135. z-index: 1;
  136. }
  137. .casemsgbox{
  138. width: 730rpx;
  139. margin: 40rpx auto;
  140. background-color: #ffffff;
  141. border-radius: 10rpx;
  142. border: 2rpx solid #ececec;
  143. box-sizing: border-box;
  144. padding: 40rpx 20rpx;
  145. }
  146. .everycasemsg{
  147. padding-left: 32rpx;
  148. box-sizing: border-box;
  149. }
  150. .casepricebox view{
  151. height:32rpx;
  152. overflow:hidden;
  153. margin-top:24rpx;
  154. }
  155. .configtitbox{
  156. display: block;
  157. background: #F0F4F7;
  158. width:100%;
  159. height:88rpx;
  160. padding-left: 20rpx;
  161. position: relative;
  162. }
  163. .configtitbox image{
  164. display: block;
  165. width: 32rpx;
  166. height: 32rpx;
  167. margin-right: 16rpx;
  168. position: relative;
  169. top: 28rpx;
  170. }
  171. .configmsg{
  172. padding: 24rpx 10rpx 32rpx;
  173. font-size: 24rpx;
  174. }
  175. .setimebox{
  176. padding: 0rpx 10rpx 32rpx;
  177. color: #b8b8b8;
  178. }
  179. .configmsg image{
  180. max-width: 100%;
  181. height: auto;
  182. }
  183. .fbg{
  184. display: block;
  185. width: 100%;
  186. height:16rpx;
  187. background: #F0F4F7;
  188. }
  189. .switchview{
  190. display: block;
  191. padding: 40rpx;
  192. }
  193. .switchbox{
  194. display: block;
  195. width: 216rpx;
  196. height: 80rpx;
  197. border: 2rpx solid #9DB6CF;
  198. line-height: 76rpx;
  199. border-radius: 40rpx;
  200. overflow: hidden;
  201. }
  202. .switchbox image{
  203. display: block;
  204. width: 16rpx;
  205. height: 28rpx;
  206. position: relative;
  207. top:24rpx;
  208. }
  209. .designcasebox{
  210. display: block;
  211. width: 100%;
  212. background: #ffffff;
  213. padding-top: 32rpx;
  214. border-top: 1px solid #eaeaea;
  215. padding-bottom: 140rpx;
  216. }
  217. .designcasetit{
  218. padding: 0 20rpx;
  219. }
  220. .designcasetit view{
  221. /* margin-left: 24rpx; */
  222. }
  223. /* 装修案例 */
  224. .caselistbox{
  225. padding: 24rpx 20rpx 0;
  226. }
  227. .everycasebox{
  228. width: 100%;
  229. box-shadow: 0 4rpx 20rpx 0 rgba(36,158,251,0.26);
  230. border-radius: 10rpx;
  231. overflow: hidden;
  232. margin-bottom: 20rpx;
  233. }
  234. .leftcasebox{
  235. margin-right: 20rpx;
  236. }
  237. .leftcasebox,.rightcasebox{
  238. width: 345rpx;
  239. overflow: initial;
  240. }
  241. .caselistbox .everycasebox .imgbox image{
  242. display: block;
  243. width: 100%;
  244. }
  245. .casesharenum{
  246. position: absolute;
  247. right:0;
  248. top: 12rpx;
  249. height: 40rpx;
  250. border-radius: 24rpx 0 0 24rpx;
  251. opacity: 0.7;
  252. background: #384855;
  253. color: #B6CADE;
  254. padding-left: 20rpx;
  255. padding-right: 10rpx;
  256. }
  257. .caselistbox .everycasebox .imgbox .casesharenum image{
  258. display: block;
  259. width: 22rpx;
  260. height: 21rpx;
  261. margin-right:4rpx;
  262. position: relative;
  263. top: 11rpx;
  264. }
  265. .caselistbox .everycasebox .imgbox .casesharenum view{
  266. line-height: 40rpx;
  267. }
  268. .c-client {
  269. margin-left: 30rpx;
  270. }
  271. .casehousemsgbox{
  272. line-height: 32rpx;
  273. margin-top: 6rpx;
  274. font-size: 22rpx;
  275. }
  276. .lookmore{
  277. display: block;
  278. width: 444rpx;
  279. height: 88rpx;
  280. border: 2rpx solid #9DB6CF;
  281. border-radius: 40rpx;
  282. line-height: 84rpx;
  283. margin: 40rpx auto;
  284. }
  285. .casemsgbox1{
  286. padding: 20rpx 10rpx 30rpx;
  287. }
  288. /* .designerbox image{
  289. display: block;
  290. width: 40rpx;
  291. height: 40rpx;
  292. margin-right: 10rpx;
  293. } */
  294. .casemsgbox1 .designerbox{
  295. padding: 0;
  296. width: auto;
  297. margin: 0;
  298. background: #fff;
  299. }
  300. .updateBox {
  301. width: 730rpx;
  302. height: auto;
  303. overflow: hidden;
  304. padding: 20rpx;
  305. background-color: #EFF4F8;
  306. display: flex;
  307. align-items: center;
  308. margin: 20rpx auto 0rpx;
  309. }
  310. .u-img-box {
  311. width: 80rpx;
  312. height: 80rpx;
  313. border-radius: 50%;
  314. overflow: hidden;
  315. }
  316. .u-img-box image {
  317. width: 100%;
  318. height: 100%;
  319. }
  320. .u-company {
  321. overflow: hidden;
  322. box-sizing: border-box;
  323. padding: 0rpx 20rpx;
  324. }
  325. .u-company-name {
  326. font-size: 30rpx;
  327. color: #333333;
  328. }
  329. .u-company-address {
  330. color: #A0BDD4;
  331. font-size: 24rpx;
  332. width: 100%;
  333. display: flex;
  334. }
  335. .address-text {
  336. flex: 1;
  337. }
  338. .address-ellipsis {
  339. overflow: hidden;
  340. white-space: nowrap;
  341. text-overflow: ellipsis;
  342. }
  343. .address-show {
  344. color: #28A1FF;
  345. }
  346. .u-button {
  347. width: 120rpx;
  348. height: 60rpx;
  349. background-color: #28A1FF;
  350. color: #fff;
  351. font-size: 24rpx;
  352. font-style: normal;
  353. line-height: 60rpx !important;
  354. }
  355. .flex-sub {
  356. flex: 1;
  357. }
  358. .u-position {
  359. font-size: 20rpx;
  360. color: #333333;
  361. }
  362. .caseimgbox{
  363. display: block;
  364. border-top: 1px solid #eaeaea;
  365. width: 100%;
  366. padding: 40rpx;
  367. }
  368. .everycaseimgbox{
  369. display: block;
  370. width: 670rpx;
  371. border: 1px solid #eaeaea;
  372. border-radius: 10rpx;
  373. margin-bottom: 40rpx;
  374. overflow: hidden;
  375. }
  376. .caseimg{
  377. display: block;
  378. width: 100%;
  379. height: auto;
  380. }
  381. .casetextbox{
  382. display: block;
  383. background-color: #fff;
  384. padding: 32rpx 40rpx;
  385. }
  386. /* 视频案例 */
  387. .videocasebox{
  388. padding: 20rpx 30rpx;
  389. font-size: 36rpx;
  390. }
  391. .vidoetit{
  392. padding-left: 22rpx;
  393. line-height: 44rpx;
  394. position: relative;
  395. font-weight: bold;
  396. }
  397. .vidoetit::after{
  398. display: block;
  399. content: ' ';
  400. width: 8rpx;
  401. height: 30rpx;
  402. background: #333333;
  403. border-radius: 2rpx;
  404. position: absolute;
  405. left: 0;
  406. top: 7rpx;
  407. }
  408. .videoBox{
  409. display: block;
  410. width: 100%;
  411. height: 450rpx;
  412. background: #333333;
  413. }
  414. /* 案例详情 */
  415. .casetit{
  416. display: block;
  417. width: 100%;
  418. padding: 20rpx 10rpx 0;
  419. }
  420. .casetit view{
  421. margin-right: 40rpx;
  422. padding-bottom: 10rpx;
  423. }
  424. .nowtitbox{
  425. font-size: 36rpx;
  426. font-weight: bold;
  427. position: relative;
  428. }
  429. .nowtitbox::before{
  430. content: ' ';
  431. display: block;
  432. width: 12rpx;
  433. height: 4rpx;
  434. position: absolute;
  435. bottom: 0;
  436. left: 50%;
  437. transform-origin: 100% 0;
  438. transform: translateX(-150%) rotate(-30deg);
  439. background-color: #333333;
  440. }
  441. .nowtitbox::after{
  442. content: ' ';
  443. display: block;
  444. width: 12rpx;
  445. height: 4rpx;
  446. position: absolute;
  447. bottom: 0;
  448. left: 50%;
  449. background-color: #333333;
  450. transform-origin: 0 0;
  451. transform: translateX(-50%) rotate(390deg);
  452. }
  453. .rightbtnbox{
  454. display: block;
  455. position: fixed;
  456. right: 0rpx;
  457. bottom:200rpx;
  458. z-index: 9;
  459. }
  460. .pricebtnimg{
  461. display: block;
  462. position: relative;
  463. right: 7rpx;
  464. width: 140rpx;
  465. height: 140rpx;
  466. z-index: 9;
  467. margin-bottom: 6rpx;
  468. }
  469. .tcollectbox{
  470. display: block;
  471. width: 98rpx;
  472. height: 98rpx;
  473. background-color: #ffffff;
  474. box-shadow: 0 2rpx 8rpx 0 rgba(56,72,85,0.20);
  475. border: solid 1px #B6CADE;
  476. border-radius: 50%;
  477. position: relative;
  478. right: -20rpx;
  479. overflow: hidden;
  480. }
  481. .tcollectbox image{
  482. display: block;
  483. width: 27rpx;
  484. height: 27rpx;
  485. margin: 18rpx auto 12rpx;
  486. }
  487. .tsharebox{
  488. background-color: #259cfa;
  489. box-shadow: 0px 2rpx 15rpx 1px
  490. rgba(36, 157, 250, 0.48);
  491. border: solid 1px #249dfa;
  492. margin-bottom: 24rpx;
  493. }
  494. .switchTab {
  495. position: absolute;
  496. max-width: 80%;
  497. height: 56rpx;
  498. background-color: rgba(255, 255, 255, 0.6);
  499. color: #333333;
  500. z-index: 999;
  501. bottom: 20rpx;
  502. left: 50%;
  503. transform: translateX(-50%);
  504. border-radius: 28rpx;
  505. display: flex;
  506. align-items: center;
  507. }
  508. .switchTab>view {
  509. width: 130rpx;
  510. height: 100%;
  511. display: flex;
  512. justify-content: center;
  513. align-items: center;
  514. font-size: 24rpx;
  515. }
  516. .activeTab {
  517. background-color: #249EFB;
  518. border-radius: 35rpx;
  519. color: #fff;
  520. }
  521. .interVrStyle {
  522. position: absolute;
  523. width: 90rpx !important;
  524. top: 50%;
  525. left: 50%;
  526. transform: translate(-50%,-50%);
  527. }
  528. .configmsg image {
  529. display: block !important;
  530. border-radius: 0rpx !important;
  531. }