style.css.bak 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. @font-face {
  2. font-family: "Open Sans";
  3. font-style: normal;
  4. font-weight: 400;
  5. src: local("Open Sans"), local("OpenSans"), url(OpenSans-Regular.woff2) format("woff2"), url(OpenSans-Regular.woff) format("woff"), url(OpenSans-Regular.ttf) format("truetype"); }
  6. body, html {
  7. background-color: #eee;
  8. margin: 0px;
  9. font-family: helvetica, arial;
  10. color: #333;
  11. -webkit-touch-callout: none;
  12. cursor: default;
  13. background: radial-gradient(#ffffff 20%, #f9f9f9 40%, #ddd 80%);
  14. background: -webkit-radial-gradient(#ffffff 20%, #f9f9f9 40%, #ddd 80%);
  15. background: -moz-radial-gradient(#ffffff 20%, #f9f9f9 40%, #ddd 80%);
  16. width: 100%;
  17. height: 100%;
  18. }
  19. *{
  20. box-sizing: border-box;
  21. }
  22. #info {
  23. color: white;
  24. position: absolute;
  25. padding: 15px;
  26. left: 25px;
  27. top: 25px;
  28. z-index: 1;
  29. }
  30. #msg {
  31. font: 40px helvetica, arial;
  32. }
  33. #info h3 {
  34. margin: 1px;
  35. }
  36. #loading {
  37. color: #aaa;
  38. width: 100%;
  39. height: 100px;
  40. position: absolute;
  41. top:0;
  42. bottom: 0;
  43. left: 0;
  44. right: 0;
  45. text-align:center;
  46. margin: auto;
  47. }
  48. #link {
  49. position: absolute;
  50. bottom: 10px;
  51. left: 0px;
  52. }
  53. .introOverlay{
  54. position: absolute;
  55. right:0;
  56. top:0;
  57. left:50%;
  58. height: 100%;
  59. display: flex;
  60. align-items: center;
  61. }
  62. #introduce{
  63. margin:auto;
  64. color: #222;
  65. text-align:left;
  66. z-index: 2;
  67. font-family: Microsoft YaHei,sans-serif;
  68. /* padding-bottom: 15px; */
  69. }
  70. #introMenu>*{
  71. text-indent: 10px;
  72. display:block;
  73. }
  74. #introduce *{
  75. letter-spacing: 1px;
  76. }
  77. #introduce h2{
  78. font-size:2em;
  79. line-height: 1em;
  80. padding: 0 0 10px 8px;
  81. margin:0;
  82. cursor:default;
  83. font-weight:500;
  84. border-left: 1px solid black;
  85. border-bottom: 1px solid black;
  86. }
  87. #introduce .below{
  88. text-align: left;
  89. text-indent: 10px;
  90. margin-bottom: 50px;
  91. margin-top: 5px;
  92. font-size: small;
  93. letter-spacing: 0;
  94. font-weight: bolder;
  95. font-family: "Open Sans";
  96. display:block;
  97. }
  98. #introduce.largeBelow h2{
  99. font-size: 1em;
  100. border-left:none;
  101. text-indent:0;
  102. padding: 0 0 8px 0;
  103. }
  104. #introduce.largeBelow .below{
  105. font-size: 2em;
  106. font-weight:700;
  107. font-family: "Microsoft YaHei,sans-serif";
  108. text-indent: -4px;
  109. }
  110. #introduce.oneline a{
  111. display:inline-block;
  112. }
  113. #introduce span{
  114. font-weight:100;
  115. }
  116. #introduce.weight a,#introduce.weight span.title{
  117. font-weight:400;
  118. }
  119. #introduce span.title{
  120. margin: 10px 0;
  121. padding: 10px 0;
  122. display:block;
  123. }
  124. #introduce.weight h2{
  125. font-weight:700;
  126. }
  127. #canvas{
  128. transition: all 0.1s;
  129. -webkit-transition: all 0.1s;
  130. -webkit-user-select: none;
  131. -khtml-user-select: none;
  132. -moz-user-select: none;
  133. -ms-user-select: none;
  134. user-select: none;
  135. position:absolute;
  136. left:0;
  137. top:0;
  138. width:50%;
  139. }
  140. .canvasArea{
  141. -webkit-transition: all 0.3s ease-in-out;
  142. transition: all 0.3s ease-in-out;
  143. -webkit-user-select: none;
  144. -khtml-user-select: none;
  145. -moz-user-select: none;
  146. -ms-user-select: none;
  147. user-select: none;
  148. position:absolute;
  149. left:0;
  150. top:0;
  151. width:50%;
  152. z-index:100;
  153. height:100%;
  154. box-shadow:1px 0 10px #ddd
  155. }
  156. #introMenu{
  157. }
  158. #introMenu>a{
  159. margin:10px 0;
  160. cursor:pointer;
  161. padding: 10px 0;
  162. -webkit-user-select: none;
  163. -khtml-user-select: none;
  164. -moz-user-select: none;
  165. -ms-user-select: none;
  166. user-select: none;
  167. font-weight:100;
  168. transition: all 0.1s;
  169. }
  170. #introMenu>a:hover{
  171. color:#fff;
  172. background:rgba(47,194,213,1);
  173. }
  174. #introMenu>a:active{
  175. color:#45d8ff
  176. }
  177. #introMenu .instrumentText{
  178. font-size: 0.95em;
  179. font-weight: 100;
  180. text-align: left;
  181. text-indent: 2em;
  182. letter-spacing: 1px;
  183. color: #444;
  184. }
  185. #introMenu span.number{
  186. margin-right: 0.6em;
  187. color: #aaa;
  188. letter-spacing:0;
  189. }
  190. #introMenu span.point{
  191. margin-right: 0.6em;
  192. font-weight:900;
  193. }
  194. #introMenu span.EngPostfix{
  195. margin:0 0.6em;
  196. letter-spacing:0;
  197. }
  198. #modelArea{
  199. z-index:90;
  200. }
  201. #imageArea{
  202. z-index:90;
  203. background:#eee;
  204. }
  205. #imageArea>*{
  206. background-size: contain;
  207. background-repeat: no-repeat;
  208. background-position: center center;
  209. }
  210. #artifact{
  211. z-index:50;
  212. display: flex;
  213. -webkit-box-flex: 1;
  214. align-items: center;
  215. justify-content: center;
  216. align-content: stretch;/* center; */
  217. flex-wrap: wrap;
  218. overflow-y: auto;
  219. padding-left: 40px;
  220. }
  221. #artifact .item{
  222. width:140px;
  223. height:100px;
  224. background-color:#fff;
  225. margin:10px;
  226. cursor:pointer;
  227. overflow:hidden;
  228. position:relative;
  229. }
  230. #artifact .item:hover{
  231. box-shadow:0 0px 15px #aaa;
  232. }
  233. #artifact .item>div{
  234. height: 100%;
  235. left: 0;
  236. position: absolute;
  237. top: 0;
  238. width: 100%;
  239. background-size: cover;
  240. background-repeat: no-repeat;
  241. background-position: center center;
  242. transform: scale(1,1);
  243. transition: transform 3s;
  244. -webkit-transition:transform 3s;
  245. }
  246. #artifact .item>div:hover{
  247. transform: scale(1.5,1.5);
  248. }
  249. #back{
  250. position: fixed;
  251. width: 50px;
  252. height: 50px;
  253. top: 4px;
  254. right: 4px;
  255. z-index: 100;
  256. width: 0;
  257. height: 0;
  258. border-top: 25px solid transparent;
  259. border-bottom: 25px solid transparent;
  260. border-right: 50px solid #222;
  261. cursor:pointer;
  262. transition:border-right 0.2s;
  263. }
  264. #back:hover{
  265. border-right: 50px solid #222;
  266. }