style.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431
  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: 44px;
  259. /* margin-right: 30px; */
  260. height: 184px;
  261. overflow: auto;
  262. background-color: rgba(0,0,0,0);
  263. min-width: 1280px;
  264. /* display: flex;
  265. margin-top: 60px;
  266. margin-left: 30px;
  267. margin-right: 30px;
  268. height: 300px;
  269. overflow: auto;
  270. background-color: #eaeee3; */
  271. }
  272. #listContent .pano{
  273. position: relative;
  274. margin: 0px 16px;
  275. cursor: pointer;
  276. }
  277. #listContent .panoEnd{
  278. /* display: flex;
  279. justify-content: flex-end;
  280. align-items: flex-end; */
  281. margin: 30px;
  282. }
  283. #listContent .panoSelect{
  284. position: relative;
  285. /* margin: 10px 16px; */
  286. cursor: pointer;
  287. height: 184px;
  288. background-color: #ff00f2;
  289. }
  290. #listContent .pano .title,#listContent .panoSelect .title{
  291. /* position: absolute;
  292. top:50%;
  293. left:50%;
  294. transform:translate(-50%,-50%);
  295. font-size: 18px;
  296. width: 120px;
  297. display: flex;
  298. justify-content: center;
  299. align-items: center;
  300. overflow: hidden;
  301. text-overflow: ellipsis;
  302. white-space: nowrap; */
  303. position: absolute;
  304. top: 156px;
  305. /* top: 90%;
  306. left: 50%;
  307. transform: translate(-50%,-50%); */
  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. }
  317. #listContent .pano .thumb,#listContent .panoSelect .thumb{
  318. /* height:100%;
  319. width:100%;
  320. min-width:150px;
  321. max-width:200px;
  322. min-height:120px;
  323. max-height:150px; */
  324. width:277px;
  325. height: 184px;
  326. display: flex;
  327. align-items: center;
  328. justify-content: center;
  329. }
  330. #listContent .pano .thumb img,#listContent .panoSelect .thumb img{
  331. /* height:97%;
  332. width:100%;
  333. min-height:120px;
  334. max-height:200px; */
  335. width:273px;
  336. height: 180px;
  337. }
  338. *::-webkit-scrollbar {
  339. /*滚动条整体样式*/
  340. width: 1px;/*定义纵向滚动条宽度*/
  341. height: 1px;/*定义横向滚动条高度*/
  342. display: none;
  343. }
  344. *::-webkit-scrollbar-thumb {
  345. /*滚动条内部滑块*/
  346. border-radius: 1px;
  347. background-color: hsla(220, 4%, 58%, 0.3);
  348. transition: background-color 0.3s;
  349. }
  350. *::-webkit-scrollbar-thumb:hover {
  351. /*鼠标悬停滚动条内部滑块*/
  352. background: #bbb;
  353. }
  354. *::-webkit-scrollbar-track {
  355. /*滚动条内部轨道*/
  356. background: #ededed;
  357. }