style.css 7.9 KB

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