odb3DGIS.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. 
  2. /*
  3. .menu_ok {
  4. padding-top: 27px;
  5. height: calc(100% - 107px);
  6. width:56px;
  7. -webkit-box-shadow:none;
  8. box-shadow:none;
  9. }
  10. .menu_btn {
  11. width: 56px;
  12. height: 45px;
  13. background-image: none;
  14. margin-top: 0;
  15. }
  16. .menu_btn img{
  17. margin-top: 6px;
  18. margin-right: 0;
  19. }
  20. .menu_btn ul {
  21. margin-left: 56px;
  22. margin-top: -70px;
  23. }
  24. .menu_btn:hover > a {
  25. background-image: none;
  26. background-color: rgb(255, 189, 46);
  27. } */
  28. /*
  29. .columnMenu {
  30. float: left;
  31. width: 50px;
  32. height: 100%;
  33. background-color: rgb(237, 237, 237);
  34. z-index: 3;
  35. }
  36. .columnMap {
  37. float: left;
  38. width: calc(100% - 50px);
  39. height: 100%;
  40. }
  41. .row{
  42. height: 100%;
  43. }
  44. .row:after {
  45. content: "";
  46. display: table;
  47. clear: both;
  48. } */
  49. #viewDiv {
  50. padding: 0;
  51. margin: 0;
  52. height: 100%;
  53. width: 100%;
  54. }
  55. /* 設定Dialog element 順序 */
  56. .ui-dialog {
  57. z-index: 1 !important;
  58. opacity: 1;
  59. }
  60. .esri-ui-top-left {
  61. top: 15px;
  62. }
  63. /*.esri-ui-top-right{
  64. right: 40px;
  65. }*/
  66. #sliderDiv {
  67. width: 300px;
  68. }
  69. .dialogTitleClass .ui-dialog-titlebar {
  70. color: white;
  71. background: #2271a9;
  72. }
  73. /*表格隱藏邊框*/
  74. .borderless td, .borderless th {
  75. border-top: 0px !important;
  76. }
  77. .controlTableSize {
  78. width: 80%;
  79. min-width: 40em;
  80. }
  81. .tableTextStyle, .tableTextStyle tr th {
  82. text-align: center;
  83. vertical-align: middle !important;
  84. }
  85. /*巡查管理 刪除 儲存 取消 按鈕*/
  86. .btnInspect {
  87. background-color: #FF4081;
  88. color: white;
  89. /*font-weight:bold;*/
  90. }
  91. .btnInspect:hover {
  92. background-color: #FF6E9F;
  93. color: white;
  94. }
  95. .btnSmall {
  96. padding: 0px 4px 0px 4px;
  97. }
  98. .tableTdCenter tr td {
  99. vertical-align: middle !important;
  100. }
  101. .btnDHExtent {
  102. background-color: #FCC4C4;
  103. color: black;
  104. /*font-weight:bold;*/
  105. }
  106. .btnDHExtentActive {
  107. background-color: #FF4081;
  108. color: white;
  109. /*font-weight:bold;*/
  110. }
  111. /*圖片顯示gallery*/
  112. div.gallery {
  113. border: 1px solid #ccc;
  114. }
  115. div.gallery:hover {
  116. border: 1px solid #777;
  117. }
  118. div.gallery img {
  119. width: 100%;
  120. height: auto;
  121. }
  122. div.desc {
  123. padding: 15px;
  124. text-align: center;
  125. }
  126. * {
  127. box-sizing: border-box;
  128. }
  129. .responsiveEquip {
  130. padding: 0 6px;
  131. float: left;
  132. width: 30%;
  133. }
  134. .responsive {
  135. padding: 0 6px;
  136. float: left;
  137. width: 40%;
  138. }
  139. @media only screen and (max-width: 700px) {
  140. .responsive {
  141. width: 49.99999%;
  142. margin: 6px 0;
  143. }
  144. }
  145. @media only screen and (max-width: 500px) {
  146. .responsive {
  147. width: 100%;
  148. }
  149. }
  150. .clearfix:after {
  151. content: "";
  152. display: table;
  153. clear: both;
  154. }
  155. .imgGallery {
  156. overflow-y: scroll;
  157. }
  158. /*圖片顯示gallery*/
  159. /*.StatisticMenu tr {
  160. height:30px;
  161. }*/
  162. .table {
  163. margin-bottom: 0px;
  164. }
  165. .tableScollHeight {
  166. width: 100%;
  167. overflow: auto;
  168. max-height: calc(100% - 40px);
  169. }
  170. /*選單設定z-index*/
  171. .menu_ok {
  172. z-index: 2;
  173. }
  174. input, select, textarea {
  175. max-width: 100%;
  176. }
  177. .top_button_rule {
  178. height: 35px;
  179. width: 150px;
  180. border-radius: 10px;
  181. text-align: center;
  182. color: #3F51B5;
  183. font-size: 16px;
  184. font-weight: bold;
  185. font-family: arial, 微軟正黑體;
  186. background: #92CBC5;
  187. border-width: 1px;
  188. -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  189. -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  190. box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  191. cursor: pointer;
  192. }
  193. .top_button_rule_over {
  194. height: 35px;
  195. width: 150px;
  196. border-radius: 10px;
  197. text-align: center;
  198. color: #3F51B5;
  199. font-size: 16px;
  200. font-weight: bold;
  201. font-family: arial, 微軟正黑體;
  202. background: white;
  203. border-width: 1px;
  204. -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  205. -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  206. box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  207. cursor: pointer;
  208. }
  209. .top_button_news {
  210. height: 35px;
  211. width: 100px;
  212. border-radius: 10px;
  213. text-align: center;
  214. color: #FF4081;
  215. font-size: 16px;
  216. font-weight: bold;
  217. font-family: arial, 微軟正黑體;
  218. background: #92CBC5;
  219. border-width: 1px;
  220. -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  221. -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  222. box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  223. cursor: pointer;
  224. }
  225. .top_button_news_over {
  226. height: 35px;
  227. width: 100px;
  228. border-radius: 10px;
  229. text-align: center;
  230. color: #FF4081;
  231. font-size: 16px;
  232. font-weight: bold;
  233. font-family: arial, 微軟正黑體;
  234. background: white;
  235. border-width: 1px;
  236. -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  237. -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  238. box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  239. cursor: pointer;
  240. }
  241. #slidesDiv {
  242. background-color: white;
  243. opacity: 0.9;
  244. color: black;
  245. padding: 10px;
  246. visibility: hidden;
  247. bottom: 20px;
  248. overflow-y: auto;
  249. text-align: center;
  250. height: 100px;
  251. }
  252. #slidesDiv .slide {
  253. /* Show cursor as pointer when on a slide */
  254. cursor: pointer;
  255. margin-bottom: 6px;
  256. }
  257. #slidesDiv .slide .title {
  258. /* Center the title text */
  259. text-align: center;
  260. }
  261. /* Draw active slide with a nice border around the thumbnail */
  262. #slidesDiv .slide.active img {
  263. box-shadow: 0px 0px 12px black;
  264. border-style: solid;
  265. border-width: thin;
  266. border-color: black;
  267. }
  268. .form-control {
  269. padding-bottom:0 !important;
  270. padding-top:0 !important;
  271. }
  272. .slidecontainer {
  273. width: 100%;
  274. }
  275. .slider {
  276. -webkit-appearance: none;
  277. width: 100%;
  278. height: 5px;
  279. border-radius: 5px;
  280. background: #d3d3d3;
  281. outline: none;
  282. opacity: 0.7;
  283. -webkit-transition: .2s;
  284. transition: opacity .2s;
  285. }
  286. .slider:hover {
  287. opacity: 1;
  288. }
  289. .slider::-webkit-slider-thumb {
  290. -webkit-appearance: none;
  291. appearance: none;
  292. width: 15px;
  293. height: 15px;
  294. border-radius: 50%;
  295. background-color:dodgerblue;
  296. cursor: pointer;
  297. }
  298. .slider::-moz-range-thumb {
  299. width: 15px;
  300. height: 15px;
  301. border-radius: 50%;
  302. background: #4CAF50;
  303. cursor: pointer;
  304. }
  305. /* 顯示執行中圖示 */
  306. .loader {
  307. border: 6px solid #f3f3f3;
  308. border-radius: 50%;
  309. border-top: 6px solid #3498db;
  310. width: 32px;
  311. height: 32px;
  312. -webkit-animation: spin 2s linear infinite; /* Safari */
  313. animation: spin 2s linear infinite;
  314. }
  315. div.esri-component.esri-attribution.esri-widget {
  316. display: none;
  317. }
  318. /* Safari */
  319. @-webkit-keyframes spin {
  320. 0% {
  321. -webkit-transform: rotate(0deg);
  322. }
  323. 100% {
  324. -webkit-transform: rotate(360deg);
  325. }
  326. }
  327. @keyframes spin {
  328. 0% {
  329. transform: rotate(0deg);
  330. }
  331. 100% {
  332. transform: rotate(360deg);
  333. }
  334. }
  335. @media (min-width: 1200px) {
  336. .container {
  337. width: 1500px;
  338. }
  339. }