style.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  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('./images/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:50%;
  68. top: 50%;
  69. color: gray;
  70. display: none;
  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('./images/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. /* --------------------------------------------------------------------- */
  146. .home{
  147. display: flex;
  148. flex-direction: column;
  149. margin-left: 39px;
  150. /* margin-top: 30px; */
  151. }
  152. .home .preview{
  153. display: flex;
  154. height: 40%;
  155. }
  156. .home .detail{
  157. }
  158. .home .detail .detailtitle{
  159. display: flex;
  160. align-items: center;
  161. }
  162. .home .detail .titlelogo{
  163. width: 5px;
  164. height: 33px;
  165. background-color: #316FEE;
  166. }
  167. .home .detail .title{
  168. font-size: 30px;
  169. margin: 27px 15px;
  170. }
  171. .home .detail .thumb{
  172. /* width:480px;
  173. height:360px; */
  174. /* max-width: 50%;
  175. max-height: 50%; */
  176. }
  177. .home .detail .thumb img{
  178. width: 600px;
  179. height: 334px;
  180. }
  181. .home .descript{
  182. margin-top: 94px;
  183. margin-left: 25px;
  184. min-width: 588px;
  185. max-height: 334px;
  186. display: flex;
  187. flex-direction: column;
  188. justify-content: space-between;
  189. }
  190. #descriptTitle{
  191. font-size: 33px;
  192. margin-bottom: 10px;
  193. }
  194. #descriptContent{
  195. font-size: 21px;
  196. font-weight: Light;
  197. font-weight: lighter;
  198. line-height: 34px;
  199. max-width: 570px;
  200. }
  201. .home .descript .play{
  202. display: flex;
  203. position: relative;
  204. /* top: 40%; */
  205. background-color: #384071;
  206. width: 135px;
  207. height: 81px;
  208. justify-content: center;
  209. align-items: center;
  210. font-size: 20px;
  211. color: #ffffff;
  212. /* transform:translate(0,-50%); */
  213. cursor: pointer;
  214. flex-direction: column;
  215. }
  216. .home .descript .playlogo{
  217. width:0px;
  218. height:0px;
  219. border:13px solid transparent;
  220. border-left:24px solid #ffffff;
  221. transform: translate(6px, -6px);
  222. }
  223. .home .descript .playSelect{
  224. display: flex;
  225. position: relative;
  226. /* top: 40%; */
  227. background-color: #ff00f2;
  228. width: 135px;
  229. height: 81px;
  230. justify-content: center;
  231. align-items: center;
  232. font-size: 20px;
  233. color: #ffffff;
  234. /* transform:translate(0,-50%); */
  235. cursor: pointer;
  236. flex-direction: column;
  237. }
  238. #listTitle{
  239. font-size: 23px;
  240. margin-left: 42px;
  241. margin-top:42px;
  242. margin-bottom: 13px;
  243. /* margin: 30px 30px 10px 30px; */
  244. }
  245. #listContent{
  246. /* position: absolute;
  247. z-index: 9;
  248. display: flex;
  249. bottom: 0px;
  250. width: 100%;
  251. overflow: auto;
  252. background-color: #eaeee3; */
  253. /* position: absolute; */
  254. /* z-index: 9; */
  255. display: flex;
  256. bottom: 0px;
  257. width: 100vw;
  258. margin-left: 24px;
  259. /* margin-right: 30px; */
  260. /* height: 184px; */
  261. overflow: auto;
  262. background-color: rgba(0,0,0,0);
  263. min-width: 1280px;
  264. width: calc( 100vw - 24px);
  265. /* display: flex;
  266. margin-top: 60px;
  267. margin-left: 30px;
  268. margin-right: 30px;
  269. height: 300px;
  270. overflow: auto;
  271. background-color: #eaeee3; */
  272. }
  273. #listContent .pano{
  274. position: relative;
  275. /* margin: 0px 16px; */
  276. cursor: pointer;
  277. }
  278. #listContent .panoEnd{
  279. /* display: flex;
  280. justify-content: flex-end;
  281. align-items: flex-end; */
  282. margin: 30px;
  283. }
  284. #listContent .panoSelect{
  285. position: relative;
  286. background-image: url('./images/rangle.png');
  287. background-size: cover;
  288. /*margin: 0px 16px;
  289. cursor: pointer;
  290. height: 184px;
  291. background-color: #ff00f2; */
  292. }
  293. #listContent .pano .title,#listContent .panoSelect .title{
  294. /* position: absolute;
  295. top:50%;
  296. left:50%;
  297. transform:translate(-50%,-50%);
  298. font-size: 18px;
  299. width: 120px;
  300. display: flex;
  301. justify-content: center;
  302. align-items: center;
  303. overflow: hidden;
  304. text-overflow: ellipsis;
  305. white-space: nowrap; */
  306. /* position: absolute;
  307. top: 156px;
  308. font-size: 16px;
  309. width: 273px;
  310. color: #ffffff;
  311. overflow: hidden;
  312. text-overflow: ellipsis;
  313. white-space: nowrap;
  314. display: flex;
  315. justify-content: center; */
  316. position: absolute;
  317. top: 176px;
  318. left: 50%;
  319. transform: translate(-50%,0%);
  320. font-size: 16px;
  321. width: 273px;
  322. color: #ffffff;
  323. overflow: hidden;
  324. max-width: 270px;
  325. text-overflow: ellipsis;
  326. white-space: nowrap;
  327. text-align: center;
  328. }
  329. #listContent .pano .thumb,#listContent .panoSelect .thumb{
  330. /* height:100%;
  331. width:100%;
  332. min-width:150px;
  333. max-width:200px;
  334. min-height:120px;
  335. max-height:150px; */
  336. /* width:277px;
  337. height: 184px;
  338. display: flex;
  339. align-items: center;
  340. justify-content: center; */
  341. width:327px;
  342. height:233px;
  343. display: flex;
  344. align-items: center;
  345. justify-content: center;
  346. }
  347. #listContent .pano .thumb img,#listContent .panoSelect .thumb img{
  348. /* height:97%;
  349. width:100%;
  350. min-height:120px;
  351. max-height:200px; */
  352. width:273px;
  353. height: 180px;
  354. margin-top: 8px;
  355. margin-left: 5px;
  356. }
  357. *::-webkit-scrollbar {
  358. /*滚动条整体样式*/
  359. width: 1px;/*定义纵向滚动条宽度*/
  360. height: 1px;/*定义横向滚动条高度*/
  361. display: none;
  362. }
  363. *::-webkit-scrollbar-thumb {
  364. /*滚动条内部滑块*/
  365. border-radius: 1px;
  366. background-color: hsla(220, 4%, 58%, 0.3);
  367. transition: background-color 0.3s;
  368. }
  369. *::-webkit-scrollbar-thumb:hover {
  370. /*鼠标悬停滚动条内部滑块*/
  371. background: #bbb;
  372. }
  373. *::-webkit-scrollbar-track {
  374. /*滚动条内部轨道*/
  375. background: #ededed;
  376. }