nanstyle.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. html,body{
  2. height:100%;
  3. width: 100%;
  4. }
  5. body {
  6. /* set margin to 0 and overflow to hidden, to go fullscreen */
  7. margin: 0;
  8. overflow: hidden;
  9. /* background-image: url('./nanimages/bg@2x.png');
  10. background-size:cover; */
  11. color:#ffffff;
  12. font-family: "Microsoft YaHei";
  13. /* width: 120vw; */
  14. }
  15. .navigation{
  16. display: flex;
  17. z-index: 10;
  18. position: fixed;
  19. top:15px;
  20. right:15px;
  21. user-select: none;
  22. -moz-user-select: none;
  23. -khtml-user-select: none;
  24. -webkit-user-select: none;
  25. -o-user-select: none;
  26. /* flex-direction: column;
  27. align-items: center; */
  28. }
  29. .navigation .map_img{
  30. width: 128px;
  31. height: 128px;
  32. }
  33. #map{
  34. position: absolute;
  35. /* z-index: 11;
  36. top:32px; */
  37. right:15px;
  38. }
  39. #cam{
  40. position: absolute;
  41. /* z-index: 12; */
  42. /* top:32px; */
  43. right:15px;
  44. /* transform: rotate(180deg); */
  45. }
  46. #redPoints{
  47. position: relative;
  48. right:15px;
  49. }
  50. .navigation .cam_img{
  51. width: 32px;
  52. height: 32px;
  53. }
  54. .navigation .point_img{
  55. width: 8px;
  56. height: 8px;
  57. }
  58. #tip{
  59. position: absolute;
  60. right:15px;
  61. bottom: 15px;
  62. color: gray;
  63. display: none;
  64. }
  65. #menuTip{
  66. position: absolute;
  67. left:20px;
  68. bottom: 20px;
  69. color: gray;
  70. display: flex;
  71. /* transform: translate(-50%,-50%); */
  72. font-size: 26px;
  73. }
  74. #menuTitle{
  75. position: absolute;
  76. left:24px;
  77. top: 23px;
  78. color: #ffffff;
  79. display: none;
  80. /* transform: translate(-50%,-50%); */
  81. font-size: 27px;
  82. }
  83. #menu{
  84. position: absolute;
  85. z-index: 9;
  86. display: none;
  87. bottom: 0px;
  88. width: 100%;
  89. overflow: auto;
  90. background-color: rgba(0,0,0,0);
  91. }
  92. #menu .pano{
  93. position: relative;
  94. /* margin: 10px; */
  95. cursor: pointer;
  96. }
  97. #menu .panoEnd{
  98. display: flex;
  99. justify-content: flex-end;
  100. align-items: flex-end;
  101. }
  102. #menu .panoSelect{
  103. position: relative;
  104. /* margin: 10px; */
  105. cursor: pointer;
  106. /* background-color: violet; */
  107. }
  108. #menu .pano .title,#menu .panoSelect .title{
  109. position: absolute;
  110. top: 180px;
  111. left: 50%;
  112. transform: translate(-50%,0%);
  113. font-size: 16px;
  114. width: 273px;
  115. color: #ffffff;
  116. overflow: hidden;
  117. max-width: 270px;
  118. text-overflow: ellipsis;
  119. white-space: nowrap;
  120. text-align: center;
  121. }
  122. #menu .panoSelect .thumb {
  123. width:327px;
  124. height:233px;
  125. background-image: url('./nanimages/rangle.png');
  126. background-size: cover;
  127. display: flex;
  128. align-items: center;
  129. justify-content: center;
  130. }
  131. #menu .pano .thumb{
  132. width:327px;
  133. height:233px;
  134. background-size: cover;
  135. display: flex;
  136. align-items: center;
  137. justify-content: center;
  138. }
  139. #menu .pano .thumb img,#menu .panoSelect .thumb img{
  140. width:273px;
  141. height:180px;
  142. margin-left: 5px;
  143. margin-top: 9px;
  144. }
  145. #menuControl{
  146. position: absolute;
  147. display: none;
  148. top: 220px;
  149. left: 33px;
  150. width: 89px;
  151. height: 177px;
  152. color: #fffff0;
  153. font-family: MicrosoftYaHei;
  154. justify-content: space-around;
  155. flex-direction: column;
  156. }
  157. .menu_control_item{
  158. text-align: center;
  159. font-size: 20px;
  160. }
  161. #rotation_title,
  162. #zoom_title{
  163. height:26px;
  164. }
  165. #auto_rotation,
  166. #zoom{
  167. width: 53px;
  168. height: 53px;
  169. }
  170. #wholeDirection{
  171. position: absolute;
  172. display: flex;
  173. bottom: 20px;
  174. right: 10px;
  175. /* width: 141px;
  176. height: 140px; */
  177. color: #ffffff;
  178. font-family: MicrosoftYaHei;
  179. justify-content: space-around;
  180. flex-direction: column;
  181. }
  182. #wholeDirection .directionCenter{
  183. display: flex;
  184. justify-content: space-between;
  185. margin: 0px 10px;
  186. }
  187. #directionControl{
  188. /* position: absolute; */
  189. display: flex;
  190. bottom: 30px;
  191. right: 30px;
  192. width: 141px;
  193. height: 140px;
  194. color: #ffffff;
  195. font-family: MicrosoftYaHei;
  196. justify-content: space-around;
  197. flex-direction: column;
  198. background-image: url('nanimages/direction_board.png');
  199. background-size: cover;
  200. }
  201. #directionControl img{
  202. width: 15px;
  203. height: 14px;
  204. }
  205. #direct_top,
  206. #direct_bottom{
  207. display: flex;
  208. justify-content: center;
  209. flex-direction: column;
  210. align-items: center;
  211. }
  212. #direct_left,
  213. #direct_right{
  214. display: flex;
  215. justify-content: center;
  216. align-items: center;
  217. }
  218. #direct_left div,
  219. #direct_right div{
  220. margin: 0px 2px;
  221. }
  222. .direct_center{
  223. display: flex;
  224. justify-content: space-between;
  225. margin: 0px 10px;
  226. }
  227. #directionTop,
  228. #directionBottom{
  229. display: flex;
  230. justify-content: center;
  231. align-items: center;
  232. margin: 2px 0px;
  233. height: 21px;
  234. }
  235. #directionLeft{
  236. display: flex;
  237. justify-content: flex-end;
  238. align-items: center;
  239. margin: 0px 2px;
  240. width: 48px;
  241. text-align: center;
  242. }
  243. #directionRight{
  244. display: flex;
  245. justify-content: flex;
  246. align-items: center;
  247. margin: 0px 2px;
  248. width: 48px;
  249. text-align: center;
  250. }
  251. #direction_top_tip{
  252. display: flex;
  253. position: absolute;
  254. top: 10px;
  255. left: 50%;
  256. }
  257. /* --------------------------------------------------------------------- */
  258. .home{
  259. display: flex;
  260. flex-direction: column;
  261. margin-left: 39px;
  262. /* margin-top: 30px; */
  263. }
  264. .home .preview{
  265. display: flex;
  266. height: 40%;
  267. }
  268. .home .detail{
  269. }
  270. .home .detail .detailtitle{
  271. display: flex;
  272. align-items: center;
  273. margin-top: 37px ;
  274. margin-bottom: 27px ;
  275. }
  276. .home .detail .titlelogo{
  277. width: 5px;
  278. height: 33px;
  279. background-color: #316FEE;
  280. }
  281. .home .detail .title{
  282. font-size: 30px;
  283. margin-left: 15px ;
  284. }
  285. .home .detail .thumb{
  286. /* width:480px;
  287. height:360px; */
  288. /* max-width: 50%;
  289. max-height: 50%; */
  290. }
  291. .home .detail .thumb img{
  292. width: 600px;
  293. height: 334px;
  294. }
  295. .home .descript{
  296. margin-top: 94px;
  297. margin-left: 25px;
  298. min-width: 588px;
  299. max-height: 345px;
  300. display: flex;
  301. flex-direction: column;
  302. justify-content: space-between;
  303. }
  304. #descriptTitle{
  305. font-size: 33px;
  306. margin-bottom: 10px;
  307. }
  308. #descriptContent{
  309. font-size: 21px;
  310. font-weight: Light;
  311. font-weight: lighter;
  312. line-height: 34px;
  313. max-width: 570px;
  314. }
  315. .home .descript .play{
  316. display: flex;
  317. position: relative;
  318. /* top: 40%; */
  319. /* background-color: #384071; */
  320. background-image: url('nanimages/play_click.png');
  321. background-size: cover;
  322. width: 135px;
  323. height: 81px;
  324. justify-content: center;
  325. align-items: center;
  326. font-size: 20px;
  327. color: #ffffff;
  328. /* transform:translate(0,-50%); */
  329. cursor: pointer;
  330. flex-direction: column;
  331. }
  332. .home .descript .playlogo{
  333. width:0px;
  334. height:0px;
  335. border:13px solid transparent;
  336. border-left:24px solid #ffffff;
  337. transform: translate(6px, -6px);
  338. }
  339. .home .descript .playSelect{
  340. display: flex;
  341. position: relative;
  342. /* top: 40%; */
  343. background-color: #1F81FE;
  344. width: 135px;
  345. height: 81px;
  346. justify-content: center;
  347. align-items: center;
  348. font-size: 20px;
  349. color: #ffffff;
  350. /* transform:translate(0,-50%); */
  351. cursor: pointer;
  352. flex-direction: column;
  353. }
  354. #listTitle{
  355. font-size: 23px;
  356. margin-left: 42px;
  357. margin-top:32px;
  358. margin-bottom: -10px;
  359. /* margin: 30px 30px 10px 30px; */
  360. }
  361. #listContent{
  362. /* position: absolute;
  363. z-index: 9;
  364. display: flex;
  365. bottom: 0px;
  366. width: 100%;
  367. overflow: auto;
  368. background-color: #eaeee3; */
  369. /* position: absolute; */
  370. /* z-index: 9; */
  371. display: flex;
  372. bottom: 0px;
  373. width: 100vw;
  374. margin-left: 20px;
  375. /* margin-right: 30px; */
  376. /* height: 184px; */
  377. overflow: auto;
  378. background-color: rgba(0,0,0,0);
  379. /* min-width: 1280px; */
  380. width: calc( 1280px - 20px);
  381. /* display: flex;
  382. margin-top: 60px;
  383. margin-left: 30px;
  384. margin-right: 30px;
  385. height: 300px;
  386. overflow: auto;
  387. background-color: #eaeee3; */
  388. }
  389. #listContent .pano{
  390. position: relative;
  391. /* margin: 0px 16px; */
  392. cursor: pointer;
  393. }
  394. #listContent .panoEnd{
  395. /* display: flex;
  396. justify-content: flex-end;
  397. align-items: flex-end; */
  398. margin: 30px;
  399. }
  400. #listContent .panoSelect{
  401. position: relative;
  402. background-image: url('./nanimages/rangle.png');
  403. background-size: cover;
  404. }
  405. #listContent .pano .title,#listContent .panoSelect .title{
  406. position: absolute;
  407. top: 176px;
  408. left: 50%;
  409. transform: translate(-50%,0%);
  410. font-size: 16px;
  411. width: 273px;
  412. color: #ffffff;
  413. overflow: hidden;
  414. max-width: 270px;
  415. text-overflow: ellipsis;
  416. white-space: nowrap;
  417. text-align: center;
  418. }
  419. #listContent .pano .thumb,#listContent .panoSelect .thumb{
  420. width:322px;
  421. height:230px;
  422. display: flex;
  423. align-items: center;
  424. justify-content: center;
  425. }
  426. #listContent .pano .thumb img,#listContent .panoSelect .thumb img{
  427. width:273px;
  428. height: 180px;
  429. margin-top: 8px;
  430. margin-left: 5px;
  431. }
  432. /*-------------------- home index html ------------------------*/
  433. #listContent_ybf{
  434. position: absolute;
  435. display: flex;
  436. bottom: 0px;
  437. width: 100vw;
  438. margin-left: 48px;
  439. /* margin-right: 30px; */
  440. /* height: 184px; */
  441. overflow: auto;
  442. background-color: rgba(0,0,0,0);
  443. /* min-width: 1280px; */
  444. width: calc( 1280px - 20px);
  445. }
  446. #listContent_ybf .pano{
  447. position: relative;
  448. /* margin: 0px 16px; */
  449. cursor: pointer;
  450. background-position: center;
  451. }
  452. #listContent_ybf .panoEnd{
  453. margin: 30px;
  454. }
  455. #listContent_ybf .panoSelect{
  456. position: relative;
  457. background-image: url('./nanimages/rangle.png');
  458. background-size: cover;
  459. background-position: center;
  460. }
  461. #listContent_ybf .kankanSelect{
  462. position: relative;
  463. background-size: cover;
  464. background-position: center;
  465. }
  466. #listContent_ybf .pano .title,#listContent_ybf .panoSelect .title{
  467. position: absolute;
  468. top: 176px;
  469. left: 50%;
  470. transform: translate(-50%,0%);
  471. font-size: 16px;
  472. width: 254px;
  473. color: #ffffff;
  474. overflow: hidden;
  475. /* max-width: 270px; */
  476. text-overflow: ellipsis;
  477. white-space: nowrap;
  478. text-align: center;
  479. margin-left: 3px;
  480. background-image: url('./nanimages/text_bg.png');
  481. background-size: cover;
  482. background-position: center;
  483. }
  484. #listContent_ybf .pano .thumb,#listContent_ybf .panoSelect .thumb{
  485. width: 267px;
  486. height: 217px;
  487. display: flex;
  488. align-items: center;
  489. justify-content: center;
  490. }
  491. #listContent_ybf .pano .thumb img,#listContent_ybf .panoSelect .thumb img{
  492. width: 254px;
  493. height: 168px;
  494. margin-top: 8px;
  495. margin-left: 5px;
  496. }
  497. #listContent_ybf .pano .kanfang,#listContent_ybf .panoSelect .kanfang{
  498. /* width: 298px; */
  499. height: 217px;
  500. display: flex;
  501. align-items: center;
  502. justify-content: center;
  503. }
  504. #listContent_ybf .pano .kanfang img,#listContent_ybf .panoSelect .kanfang img{
  505. /* width: 255px; */
  506. /* height: 168px; */
  507. height: 196px;
  508. margin-top: 8px;
  509. margin-left: 5px;
  510. }
  511. #kanfang_yuding{
  512. background-image: url('./nanimages/tc_yuyue.png');
  513. width: 1280px;
  514. height: 720px;
  515. position: absolute;
  516. top:0;
  517. z-index: 10;
  518. display: none;
  519. }
  520. #kanfang_yuding #yd_phone{
  521. position: absolute;
  522. top: 48.8%;
  523. left: 51.7%;
  524. height: 25px;
  525. border: none;
  526. outline: none;
  527. }
  528. #kanfang_yuding #yuyue_ok{
  529. position: absolute;
  530. top: 70%;
  531. left: 45%;
  532. width: 127px;
  533. height: 49px;
  534. background-image: url('./nanimages/qd_non.png');
  535. }
  536. #ybf_yuyue{
  537. display: flex;
  538. position: relative;
  539. background-image: url('nanimages/yykf2_non.png');
  540. background-size: cover;
  541. width: 135px;
  542. height: 81px;
  543. justify-content: center;
  544. align-items: center;
  545. font-size: 20px;
  546. color: #ffffff;
  547. cursor: pointer;
  548. flex-direction: column;
  549. }
  550. .home .descript .ybf_btn{
  551. display: flex;
  552. width: 300px;
  553. justify-content: space-between;
  554. }
  555. *::-webkit-scrollbar {
  556. /*滚动条整体样式*/
  557. width: 1px;/*定义纵向滚动条宽度*/
  558. height: 1px;/*定义横向滚动条高度*/
  559. display: none;
  560. }
  561. *::-webkit-scrollbar-thumb {
  562. /*滚动条内部滑块*/
  563. border-radius: 1px;
  564. background-color: hsla(220, 4%, 58%, 0.3);
  565. transition: background-color 0.3s;
  566. }
  567. *::-webkit-scrollbar-thumb:hover {
  568. /*鼠标悬停滚动条内部滑块*/
  569. background: #bbb;
  570. }
  571. *::-webkit-scrollbar-track {
  572. /*滚动条内部轨道*/
  573. background: #ededed;
  574. }