style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. /* remove codrops styles and reset the whole thing */
  2. #container_demo{
  3. text-align: left;
  4. margin: 0;
  5. padding: 0;
  6. margin: 0 auto;
  7. font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
  8. }
  9. /** fonts used for the icons **/
  10. @font-face {
  11. font-family: 'FontomasCustomRegular';
  12. src: url('fonts/fontomas-webfont.eot');
  13. src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
  14. url('fonts/fontomas-webfont.woff') format('woff'),
  15. url('fonts/fontomas-webfont.ttf') format('truetype'),
  16. url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
  17. font-weight: normal;
  18. font-style: normal;
  19. }
  20. @font-face {
  21. font-family: 'FranchiseRegular';
  22. src: url('fonts/franchise-bold-webfont.eot');
  23. src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
  24. url('fonts/franchise-bold-webfont.woff') format('woff'),
  25. url('fonts/franchise-bold-webfont.ttf') format('truetype'),
  26. url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
  27. font-weight: normal;
  28. font-style: normal;
  29. }
  30. /** The wrapper that will contain our two forms **/
  31. #wrapper {
  32. right: 0px;
  33. min-height: 560px;
  34. margin: 0px auto;
  35. position: absolute;
  36. top:0px;
  37. right: 0px;
  38. width: 300px;
  39. height: 100%;
  40. }
  41. /**** Styling the form elements **/
  42. /**** general text styling ****/
  43. #wrapper a{
  44. color: rgb(95, 155, 198);
  45. text-decoration: underline;
  46. }
  47. #wrapper h1{
  48. font-size: 19px;
  49. color: rgb(6, 106, 117);
  50. padding: 2px 0 15px 0;
  51. font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
  52. font-weight: bold;
  53. text-align: center;
  54. }
  55. /** For the moment only webkit supports the background-clip:text; */
  56. #wrapper h1{
  57. background: -webkit-repeating-linear-gradient(-45deg,
  58. rgb(18, 83, 93) ,
  59. rgb(18, 83, 93) 20px,
  60. rgb(64, 111, 118) 20px,
  61. rgb(64, 111, 118) 40px,
  62. rgb(18, 83, 93) 40px);
  63. -webkit-text-fill-color: transparent;
  64. -webkit-background-clip: text;
  65. }
  66. #wrapper h1:after{
  67. content: ' ';
  68. display: block;
  69. width: 100%;
  70. height: 2px;
  71. margin-top: 10px;
  72. background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
  73. background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0)));
  74. background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
  75. background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
  76. background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
  77. background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
  78. }
  79. #wrapper p{
  80. margin-bottom:15px;
  81. }
  82. #wrapper p:first-child{
  83. margin: 0px;
  84. }
  85. #wrapper label{
  86. color: rgb(64, 92, 96);
  87. position: relative;
  88. }
  89. /** the magic icon trick ! **/
  90. [data-icon]:after {
  91. content: attr(data-icon);
  92. font-family: 'FontomasCustomRegular';
  93. color: rgb(106, 159, 171);
  94. position: absolute;
  95. left: 10px;
  96. top: 35px;
  97. width: 30px;
  98. }
  99. /*styling the links to change from one form to another */
  100. p.change_link{
  101. position: absolute;
  102. color: rgb(127, 124, 124);
  103. left: 0px;
  104. height: 20px;
  105. width: 440px;
  106. padding: 17px 30px 20px 30px;
  107. font-size: 16px ;
  108. text-align: right;
  109. border-top: 1px solid rgb(219, 229, 232);
  110. -webkit-border-radius: 0 0 5px 5px;
  111. -moz-border-radius: 0 0 5px 5px;
  112. border-radius: 0 0 5px 5px;
  113. background: rgb(225, 234, 235);
  114. background: -moz-repeating-linear-gradient(-45deg,
  115. rgb(247, 247, 247) ,
  116. rgb(247, 247, 247) 15px,
  117. rgb(225, 234, 235) 15px,
  118. rgb(225, 234, 235) 30px,
  119. rgb(247, 247, 247) 30px
  120. );
  121. background: -webkit-repeating-linear-gradient(-45deg,
  122. rgb(247, 247, 247) ,
  123. rgb(247, 247, 247) 15px,
  124. rgb(225, 234, 235) 15px,
  125. rgb(225, 234, 235) 30px,
  126. rgb(247, 247, 247) 30px
  127. );
  128. background: -o-repeating-linear-gradient(-45deg,
  129. rgb(247, 247, 247) ,
  130. rgb(247, 247, 247) 15px,
  131. rgb(225, 234, 235) 15px,
  132. rgb(225, 234, 235) 30px,
  133. rgb(247, 247, 247) 30px
  134. );
  135. background: repeating-linear-gradient(-45deg,
  136. rgb(247, 247, 247) ,
  137. rgb(247, 247, 247) 15px,
  138. rgb(225, 234, 235) 15px,
  139. rgb(225, 234, 235) 30px,
  140. rgb(247, 247, 247) 30px
  141. );
  142. }
  143. #wrapper p.change_link a {
  144. display: inline-block;
  145. font-weight: bold;
  146. background: rgb(247, 248, 241);
  147. padding: 2px 6px;
  148. color: rgb(29, 162, 193);
  149. margin-left: 10px;
  150. text-decoration: none;
  151. -webkit-border-radius: 4px;
  152. -moz-border-radius: 4px;
  153. border-radius: 4px;
  154. border: 1px solid rgb(203, 213, 214);
  155. -webkit-transition: all 0.4s linear;
  156. -moz-transition: all 0.4s linear;
  157. -o-transition: all 0.4s linear;
  158. -ms-transition: all 0.4s linear;
  159. transition: all 0.4s linear;
  160. }
  161. #wrapper p.change_link a:hover {
  162. color: rgb(57, 191, 215);
  163. background: rgb(247, 247, 247);
  164. border: 1px solid rgb(74, 179, 198);
  165. }
  166. #wrapper p.change_link a:active{
  167. position: relative;
  168. top: 1px;
  169. }
  170. /** Styling both forms **/
  171. #login{
  172. position: absolute;
  173. top: 0px;
  174. width: 88%;
  175. padding: 18px 6% 20px 6%;
  176. margin: 0 0 35px 0;
  177. background: rgb(247, 247, 247);
  178. border: 1px solid rgba(147, 184, 189,0.8);
  179. -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
  180. -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
  181. box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
  182. -webkit-box-shadow: 5px;
  183. -moz-border-radius: 5px;
  184. border-radius: 5px;
  185. }
  186. #login{
  187. z-index: 22;
  188. }
  189. #wrapper p.button input{
  190. /* width: 20%; */
  191. height: 50%;
  192. margin: 0 0 20px 20px;
  193. cursor: pointer;
  194. background: rgb(61, 157, 179);
  195. padding: 8px 5px;
  196. font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
  197. color: #fff;
  198. font-size: 16px;
  199. border: 1px solid rgb(28, 108, 122);
  200. margin-bottom: 10px;
  201. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  202. -webkit-border-radius: 3px;
  203. -moz-border-radius: 3px;
  204. border-radius: 3px;
  205. -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
  206. 0px 0px 0px 3px rgb(254, 254, 254),
  207. 0px 5px 3px 3px rgb(210, 210, 210);
  208. -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
  209. 0px 0px 0px 3px rgb(254, 254, 254),
  210. 0px 5px 3px 3px rgb(210, 210, 210);
  211. box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
  212. 0px 0px 0px 3px rgb(254, 254, 254),
  213. 0px 5px 3px 3px rgb(210, 210, 210);
  214. -webkit-transition: all 0.2s linear;
  215. -moz-transition: all 0.2s linear;
  216. -o-transition: all 0.2s linear;
  217. transition: all 0.2s linear;
  218. }
  219. /** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */
  220. .lt8 #wrapper h1{
  221. color: #066A75;
  222. }
  223. .lt8 #register{
  224. display: none;
  225. }
  226. .lt8 p.change_link,
  227. .ie9 p.change_link{
  228. position: absolute;
  229. height: 90px;
  230. background: transparent;
  231. }
  232. #nav-bar {
  233. display: block;
  234. position: absolute;
  235. left: 5px;
  236. top:5px;
  237. margin: 0px 0px 0px 0px;
  238. width:40px;
  239. max-width: 50px;
  240. border: 1px solid #bed1df;
  241. border-radius: 4%;
  242. background-color: white;
  243. -webkit-box-shadow: -2px 3px 2px 0px rgba(5, 0, 0, 0.11);
  244. -moz-box-shadow: -2px 3px 2px 0px rgba(5, 0, 0, 0.11);
  245. box-shadow: -2px 3px 2px 0px rgba(5, 0, 0, 0.11);
  246. }
  247. li {
  248. color: #4c7d84;
  249. margin: 0;
  250. font-family: 'Open Sans', sans-serif;
  251. font-size: 0.75em;
  252. list-style: none;
  253. }
  254. li.level-one {
  255. font-size: 1.5em;
  256. text-align: center;
  257. border-top: 1px solid #4c7d84;
  258. cursor: pointer;
  259. }
  260. li.level-one:first-child {
  261. border-top: none;
  262. }
  263. li.level-one:hover {
  264. background: #3f8eb9;
  265. -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  266. -moz-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  267. box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  268. }
  269. .selected {
  270. background: #3f8eb9;
  271. -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  272. -moz-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  273. box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  274. }
  275. i {
  276. color: #4c7d84;
  277. margin: 25%;
  278. }
  279. a {
  280. color: #3f8eb9;
  281. text-decoration: none;
  282. }
  283. .level-one {
  284. position: relative;
  285. }
  286. .level-two {
  287. display: none;
  288. position: absolute;
  289. height: 50px;
  290. width: 80px;
  291. background: #FFFFFF;
  292. border-radius: 4px;
  293. font-family: 'Open Sans', sans-serif;
  294. font-size: 0.65em;
  295. text-align: center;
  296. }
  297. .level-two:after {
  298. content: '';
  299. position: absolute;
  300. border-style: solid;
  301. border-width: 9px 9px 9px 0;
  302. border-color: transparent #fff;
  303. display: block;
  304. width: 0;
  305. z-index: 1;
  306. left: -9px;
  307. top: 15px;
  308. }
  309. .level-two li {
  310. margin: 15px;
  311. }
  312. .level-one:hover > .level-two {
  313. display: block;
  314. }
  315. .level-two {
  316. left: 70%;
  317. top: 0;
  318. }
  319. a :visited{
  320. background: #3f8eb9;
  321. -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  322. -moz-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  323. box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  324. }
  325. a :hover{
  326. background: #3f8eb9;
  327. -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  328. -moz-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  329. box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  330. }
  331. /*spatialQuery3D*/
  332. .rangeBox {
  333. width: 91px;
  334. height: 28px;
  335. background: rgba(51, 51, 51, 1);
  336. border: 1px solid rgba(74, 74, 74, 1);
  337. border-radius: 4px;
  338. box-sizing: border-box;
  339. display: inline-block;
  340. text-align: center;
  341. margin-left: 7px;
  342. }
  343. #toolbar {
  344. background-color: rgba(42, 42, 42, 1);
  345. opacity: 0.9;
  346. border-radius: 4px;
  347. padding: 11px;
  348. font-family: Microsoft YaHei;
  349. box-sizing: border-box;
  350. }
  351. #toolbar:hover {
  352. cursor: pointer;
  353. }
  354. .titl {
  355. width: 57px;
  356. height: 15px;
  357. font-size: 14px;
  358. font-weight: 400;
  359. color: rgba(255, 255, 255, 1);
  360. opacity: 0.8;
  361. display: inline-block;
  362. padding-bottom: 9px;
  363. }
  364. .close2 {
  365. width: 15px;
  366. height: 15px;
  367. float: right;
  368. font-size: 20px;
  369. color: #ffffff;
  370. opacity: 1;
  371. line-height: 15px;
  372. }
  373. .close2:hover {
  374. background-color: rgba(74, 74, 74, 1);
  375. }
  376. .titleBox {
  377. border-bottom: 1px solid rgba(60, 60, 60, 1);
  378. margin-bottom: 20px;
  379. }
  380. .lab {
  381. width: 89px;
  382. height: 15px;
  383. font-size: 14px;
  384. font-family: Microsoft YaHei;
  385. font-weight: 400;
  386. color: rgba(255, 255, 255, 1);
  387. display: inline-block;
  388. margin: 0;
  389. box-sizing: border-box;
  390. }
  391. .fisrt {
  392. margin-top: 20px;
  393. }
  394. .selectstyle {
  395. width: 157px;
  396. height: 28px;
  397. background: rgba(51, 51, 51, 1);
  398. border: 1px solid rgba(74, 74, 74, 1);
  399. border-radius: 4px;
  400. box-sizing: border-box;
  401. margin: 0 0 0px 7px;
  402. color: #fff;
  403. }
  404. .attaintion {
  405. width: 190px;
  406. height: 13px;
  407. font-size: 12px;
  408. font-family: Microsoft YaHei;
  409. font-weight: 400;
  410. color: rgba(255, 255, 255, 1);
  411. opacity: 0.5;
  412. }
  413. .foot {
  414. display: flex;
  415. justify-content: flex-end;
  416. margin: 0;
  417. }
  418. .btn2 {
  419. font-family: Microsoft YaHei;
  420. font-weight: 400;
  421. color: #ffffff;
  422. background-color: rgba(42, 42, 42, 1);
  423. margin-right: 10px;
  424. border-radius: 4px;
  425. height: 28px;
  426. border: 1px solid rgba(174, 174, 174, 1);
  427. position: absolute;
  428. bottom: 10px;
  429. }
  430. /*开敞度分析*/
  431. input[type="number"] {
  432. -moz-appearance: textfield; /* firefox */
  433. }
  434. select, input[type="number"] {
  435. width: 80%;
  436. height: 20px;
  437. padding: 0 3px;
  438. background-color: rgba(51, 51, 51, 1);
  439. border: 1px solid rgba(60, 141, 188, 1);
  440. opacity: 0.8;
  441. color: #ffffff;
  442. margin: 0 0 5px 15px;
  443. }
  444. .middlebox {
  445. width: 100%;
  446. padding: 0 10px;
  447. margin: 10px 0;
  448. border: 0;
  449. box-sizing: border-box;
  450. }
  451. .min-solider {
  452. background: rgba(51, 51, 51, 1);
  453. border: 1px solid rgba(60, 141, 188, 1);
  454. color: #ffffff;
  455. opacity: 0.6;
  456. }
  457. .m {
  458. margin-bottom: 15px;
  459. }
  460. .select-container {
  461. font-size: 12px;
  462. padding: 2px 1px;
  463. margin-top: 3px;
  464. border: 0;
  465. }
  466. .tit {
  467. font-size: 12px;
  468. }
  469. .boxchild {
  470. display: flex;
  471. justify-content: flex-end;
  472. margin-top: 10px;
  473. }
  474. .tbtn {
  475. font-weight: 400;
  476. background-color: rgba(42, 42, 42, 1);
  477. margin-right: 10px;
  478. border-radius: 4px;
  479. color: darkgrey;
  480. border: 1px solid #686363;
  481. height: 26px;
  482. font-size: 12px;
  483. width: 56px;
  484. }
  485. .tbn1 {
  486. color: #009c95;
  487. border: 1px solid #009c95;
  488. }
  489. input[type="color"] {
  490. width: 15%;
  491. margin: 0;
  492. margin-left: 10px;
  493. padding: 0px;
  494. border-radius: 0px;
  495. border: 0;
  496. opacity: 0.8;
  497. background-color: #686363;
  498. }
  499. .performanceDisplay-defaultContainer {
  500. position: absolute;
  501. top: 50px;
  502. right: 10px;
  503. text-align: right;
  504. }
  505. .performanceDisplay {
  506. background-color: rgba(40, 40, 40, 0.7);
  507. padding: 7px;
  508. border-radius: 5px;
  509. border: 1px solid #444;
  510. font: bold 12px sans-serif;
  511. }
  512. .performanceDisplay-fps {
  513. color: #e52;
  514. }
  515. .performanceDisplay-ms {
  516. color: #de3;
  517. }