产品原型
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

383 lines
7.9 KiB

4 years ago
  1. 
  2. #sitemapHost {
  3. display: flex;
  4. flex-direction: column;
  5. height: 100%;
  6. }
  7. #sitemapHostBtn a {
  8. background: url('images/sitemap_panel_on.svg') no-repeat center center, linear-gradient(transparent, transparent);
  9. }
  10. #sitemapHostBtn a.selected, #sitemapHostBtn a.selected:hover {
  11. background: url('images/sitemap_panel_off.svg') no-repeat center center, linear-gradient(transparent, transparent);
  12. }
  13. #sitemapHost .pageButtonHeader {
  14. top: -27px;
  15. }
  16. #sitemapTreeContainer {
  17. overflow: auto;
  18. width: 100%;
  19. flex: 1;
  20. -webkit-overflow-scrolling: touch;
  21. }
  22. .mobileMode #sitemapTreeContainer {
  23. margin-left: 5px;
  24. overflow-x: hidden;
  25. }
  26. .sitemapTree {
  27. margin: 0px 0px 10px 0px;
  28. overflow:visible;
  29. }
  30. .sitemapTree ul {
  31. list-style-type: none;
  32. margin: 0px 0px 0px 0px;
  33. padding-left: 0px;
  34. }
  35. ul.sitemapTree {
  36. display: inline-block;
  37. min-width: 100%;
  38. }
  39. .pageSwapInstructions {
  40. width: 129px;
  41. font-size: 12px;
  42. text-align: center;
  43. color: #8c8c8c;
  44. margin: 0 auto;
  45. padding: 12px 0px;
  46. line-height: 20px;
  47. }
  48. .sitemapMinus, .sitemapPlus {
  49. vertical-align:middle;
  50. background-repeat: no-repeat;
  51. margin-right: 3px;
  52. width: 7px;
  53. height: 8px;
  54. object-fit: contain;
  55. display:inline-block;
  56. }
  57. .sitemapMinus {
  58. margin-bottom: 0px;
  59. background: url('images/open_item.svg') no-repeat center center, linear-gradient(transparent,transparent);
  60. }
  61. .sitemapPlus {
  62. margin-bottom: 2px;
  63. background: url('images/closed_item.svg') no-repeat center center, linear-gradient(transparent,transparent);
  64. }
  65. .mobileMode .sitemapMinus, .mobileMode .sitemapPlus {
  66. width: 10.5px;
  67. height: 12px;
  68. margin-right: 5px;
  69. background-size: contain;
  70. }
  71. .sitemapPageLink {
  72. margin-left: 0px;
  73. }
  74. .sitemapPageIcon {
  75. margin: 0px 6px -3px 3px;
  76. width: 16px;
  77. height: 16px;
  78. display: inline-block;
  79. background: url('images/page_lt_grey.svg') no-repeat center center, linear-gradient(transparent,transparent);
  80. }
  81. .mobileMode .sitemapPageIcon {
  82. margin-right: 7px;
  83. background-size: contain;
  84. }
  85. .sitemapFolderIcon {
  86. background: url('images/folder_closed_blue.svg') no-repeat center center, linear-gradient(transparent,transparent);
  87. }
  88. .mobileMode .sitemapFolderIcon {
  89. width: 18px;
  90. height: 18px;
  91. margin-left: 1px;
  92. background-position-y: 1px;
  93. background-size: contain;
  94. }
  95. .sitemapFlowIcon {
  96. background: url('images/flow.svg') no-repeat center center, linear-gradient(transparent,transparent);
  97. }
  98. .sitemapFolderOpenIcon {
  99. background: url('images/folder_open.png') no-repeat center center;
  100. background: url('images/folder_open.svg') no-repeat center center, linear-gradient(transparent,transparent);
  101. }
  102. .sitemapPageName {
  103. font-size: 14px;
  104. line-height: 1.93;
  105. color: #4a4a4a;
  106. }
  107. .sitemapPageName.mobileText {
  108. line-height: 1.69;
  109. }
  110. .sitemapNode {
  111. white-space:nowrap;
  112. }
  113. .sitemapPageLinkContainer {
  114. cursor: pointer;
  115. padding-right: 10px;
  116. }
  117. .mobileMode .sitemapPageLinkContainer {
  118. margin-bottom: 13px;
  119. }
  120. .sitemapHighlight {
  121. background-color: #e6e6e6;
  122. }
  123. .sitemapGreyedName
  124. {
  125. color: #AAA;
  126. }
  127. .sitemapPluginNameHeader {
  128. margin: 13px 9px 5px 9px;
  129. font-size: 14px;
  130. color: #444444;
  131. }
  132. .sitemapHeader {
  133. padding-top: 7px;
  134. }
  135. .mobileMode .sitemapHeader {
  136. padding-top: 0px;
  137. }
  138. .sitemapToolbar {
  139. margin: 0px 3px 0px 5px;
  140. display: flex;
  141. align-items: center;
  142. justify-content: flex-end;
  143. }
  144. .sitemapToolbarButton {
  145. width: 19px;
  146. height: 18px;
  147. border: 1px solid transparent;
  148. cursor: pointer;
  149. flex: 0 0 auto;
  150. }
  151. .hashover .sitemapToolbarButton:hover {
  152. border-radius: 3px;
  153. background-color: #e6e6e6 !important;
  154. }
  155. .sitemapToolbarButton.sitemapToolbarButtonSelected, .sitemapToolbarButton.sitemapToolbarButtonSelected:hover{
  156. background-color: inherit !important;
  157. }
  158. .leftArrow {
  159. background: url('images/left_arrow.svg') no-repeat center center, linear-gradient(transparent,transparent);
  160. margin-left: 11px;
  161. }
  162. .rightArrow {
  163. background: url('images/right_arrow.svg') no-repeat center center, linear-gradient(transparent,transparent);
  164. margin-left: 3px;
  165. margin-right: 2px;
  166. }
  167. #searchIcon {
  168. width: 10px;
  169. height: 10px;
  170. object-fit: contain;
  171. background: url('images/search_on.svg') no-repeat center center, linear-gradient(transparent,transparent);
  172. vertical-align: bottom;
  173. padding: 5px 4px 5px 4px;
  174. display: inline-block;
  175. }
  176. #searchIcon.sitemapToolbarButtonSelected {
  177. padding: 5px 3px 5px 5px;
  178. border-top-left-radius: 5px;
  179. border-bottom-left-radius: 5px;
  180. border-left: solid 1px #cccccc;
  181. border-top: solid 1px #cccccc;
  182. border-bottom: solid 1px #cccccc;
  183. background: url('images/search_off.svg') no-repeat center center, linear-gradient(transparent,transparent);
  184. background-color: #FFFFFF !important;
  185. }
  186. .backKeys {
  187. width: 20px;
  188. height: 21px;
  189. object-fit: contain;
  190. vertical-align: bottom;
  191. margin: 2px;
  192. display: inline-block;
  193. background: url('images/back_keys.svg') no-repeat center center, linear-gradient(transparent,transparent);
  194. }
  195. .forwardKeys {
  196. width: 20px;
  197. height: 21px;
  198. object-fit: contain;
  199. vertical-align: bottom;
  200. margin: 2px;
  201. display: inline-block;
  202. background: url('images/forward_keys.svg') no-repeat center center, linear-gradient(transparent,transparent);
  203. }
  204. #interfaceAdaptiveViewsListContainer {
  205. position: absolute;
  206. display: none;
  207. width: 220px;
  208. left: 155px;
  209. padding: 6px 9px;
  210. top: 36px;
  211. }
  212. #interfaceScaleListContainer {
  213. padding: 7.5px 9px 12px 16px;
  214. margin-top: 9px;
  215. border-top: solid 1px #bdbcbc;
  216. order: 10;
  217. }
  218. .adaptiveViewOption, .vpPresetOption, .vpScaleOption {
  219. padding: 3px 0px 3px 0px;
  220. color: #3B3B3B;
  221. display: flex;
  222. }
  223. .projectOptionsScaleRow, .projectOptionsAdaptiveViewRow, .projectOptionsHotspotsRow {
  224. border-top: solid 1px #c7c7c7;
  225. display: flex;
  226. padding: 13px 7px 13px 0px;
  227. }
  228. .adaptiveViewOption:hover, .vpScaleOption:hover, .vpPresetOption:hover, .projectOptionsAdaptiveViewRow:hover, .projectOptionsScaleRow:hover
  229. {
  230. cursor: pointer;
  231. }
  232. .scaleRadioButton, .adapViewRadioButton {
  233. border: solid 1px #8c8c8c;
  234. display: inline-block;
  235. position: relative;
  236. width: 12px;
  237. height: 12px;
  238. border-radius: 48px;
  239. margin-right: 12px;
  240. top: 2px;
  241. flex-shrink: 0;
  242. }
  243. .mobileMode .scaleRadioButton, .mobileMode .adapViewRadioButton {
  244. width: 20px;
  245. height: 20px;
  246. border-radius: 60px;
  247. margin-right: 22px;
  248. margin-left: 22px;
  249. top: 0px;
  250. flex-shrink: 0;
  251. }
  252. .selectedRadioButton {
  253. border: solid 1px #20aca9;
  254. }
  255. .selectedRadioButtonFill {
  256. position: relative;
  257. display: none;
  258. background-color: #20aca9;
  259. margin: auto;
  260. width: 8px;
  261. height: 8px;
  262. border-radius: 30px;
  263. top: 2px;
  264. }
  265. .mobileMode .selectedRadioButtonFill {
  266. width: 12px;
  267. height: 12px;
  268. border-radius: 48px;
  269. top: 4px;
  270. }
  271. #searchDiv {
  272. display: flex;
  273. margin-right: auto;
  274. flex: 1;
  275. }
  276. #searchBox {
  277. display: none;
  278. width: 0%;
  279. height: 22px;
  280. padding-left: 5px;
  281. border-radius: 0px 5px 5px 0px;
  282. border-right: solid 1px #cccccc;
  283. border-top: solid 1px #cccccc;
  284. border-bottom: solid 1px #cccccc;
  285. border-left: none;
  286. -webkit-appearance: none;
  287. }
  288. #searchBox:focus {
  289. outline-width: 0;
  290. }
  291. .searchBoxHint {
  292. color: #8f949a;
  293. }
  294. #sitemapHost.popup #searchDiv{
  295. display: none;
  296. }
  297. #sitemapHost.popup #sitemapHeader{
  298. display: none;
  299. }
  300. #sitemapHost.popup #changePageInstructions{
  301. display: none;
  302. }
  303. .mobileMode #sitemapHeader {
  304. display: none;
  305. }
  306. /* Expo Sitemap
  307. ******************************************************************************/
  308. .expoSitemapNode {
  309. padding: 15px;
  310. text-align: center;
  311. }
  312. .sitemapPageImg {
  313. max-width: 90%;
  314. max-height: 150px;
  315. }
  316. .popup .sitemapPageImg {
  317. display: none;
  318. }
  319. .popup .expoSitemapNode {
  320. padding: 0 0 0 10px;
  321. text-align: left;
  322. }