| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
-
- /*
- .menu_ok {
- padding-top: 27px;
- height: calc(100% - 107px);
- width:56px;
- -webkit-box-shadow:none;
- box-shadow:none;
- }
- .menu_btn {
- width: 56px;
- height: 45px;
- background-image: none;
- margin-top: 0;
- }
- .menu_btn img{
- margin-top: 6px;
- margin-right: 0;
- }
- .menu_btn ul {
- margin-left: 56px;
- margin-top: -70px;
- }
- .menu_btn:hover > a {
- background-image: none;
- background-color: rgb(255, 189, 46);
- } */
- /*
- .columnMenu {
- float: left;
- width: 50px;
- height: 100%;
- background-color: rgb(237, 237, 237);
- z-index: 3;
- }
- .columnMap {
- float: left;
- width: calc(100% - 50px);
- height: 100%;
- }
- .row{
- height: 100%;
- }
- .row:after {
- content: "";
- display: table;
- clear: both;
- } */
- #viewDiv {
- padding: 0;
- margin: 0;
- height: 100%;
- width: 100%;
- }
- /* 設定Dialog element 順序 */
- .ui-dialog {
- z-index: 1 !important;
- opacity: 1;
- }
- .esri-ui-top-left {
- top: 15px;
- }
- /*.esri-ui-top-right{
- right: 40px;
- }*/
- #sliderDiv {
- width: 300px;
- }
- .dialogTitleClass .ui-dialog-titlebar {
- color: white;
- background: #2271a9;
- }
- /*表格隱藏邊框*/
- .borderless td, .borderless th {
- border-top: 0px !important;
- }
- .controlTableSize {
- width: 80%;
- min-width: 40em;
- }
- .tableTextStyle, .tableTextStyle tr th {
- text-align: center;
- vertical-align: middle !important;
- }
- /*巡查管理 刪除 儲存 取消 按鈕*/
- .btnInspect {
- background-color: #FF4081;
- color: white;
- /*font-weight:bold;*/
- }
- .btnInspect:hover {
- background-color: #FF6E9F;
- color: white;
- }
- .btnSmall {
- padding: 0px 4px 0px 4px;
- }
- .tableTdCenter tr td {
- vertical-align: middle !important;
- }
- .btnDHExtent {
- background-color: #FCC4C4;
- color: black;
- /*font-weight:bold;*/
- }
- .btnDHExtentActive {
- background-color: #FF4081;
- color: white;
- /*font-weight:bold;*/
- }
- /*圖片顯示gallery*/
- div.gallery {
- border: 1px solid #ccc;
- }
- div.gallery:hover {
- border: 1px solid #777;
- }
- div.gallery img {
- width: 100%;
- height: auto;
- }
- div.desc {
- padding: 15px;
- text-align: center;
- }
- * {
- box-sizing: border-box;
- }
- .responsiveEquip {
- padding: 0 6px;
- float: left;
- width: 30%;
- }
- .responsive {
- padding: 0 6px;
- float: left;
- width: 40%;
- }
- @media only screen and (max-width: 700px) {
- .responsive {
- width: 49.99999%;
- margin: 6px 0;
- }
- }
- @media only screen and (max-width: 500px) {
- .responsive {
- width: 100%;
- }
- }
- .clearfix:after {
- content: "";
- display: table;
- clear: both;
- }
- .imgGallery {
- overflow-y: scroll;
- }
- /*圖片顯示gallery*/
- /*.StatisticMenu tr {
- height:30px;
- }*/
- .table {
- margin-bottom: 0px;
- }
- .tableScollHeight {
- width: 100%;
- overflow: auto;
- max-height: calc(100% - 40px);
- }
- /*選單設定z-index*/
- .menu_ok {
- z-index: 2;
- }
- input, select, textarea {
- max-width: 100%;
- }
- .top_button_rule {
- height: 35px;
- width: 150px;
- border-radius: 10px;
- text-align: center;
- color: #3F51B5;
- font-size: 16px;
- font-weight: bold;
- font-family: arial, 微軟正黑體;
- background: #92CBC5;
- border-width: 1px;
- -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- cursor: pointer;
- }
- .top_button_rule_over {
- height: 35px;
- width: 150px;
- border-radius: 10px;
- text-align: center;
- color: #3F51B5;
- font-size: 16px;
- font-weight: bold;
- font-family: arial, 微軟正黑體;
- background: white;
- border-width: 1px;
- -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- cursor: pointer;
- }
- .top_button_news {
- height: 35px;
- width: 100px;
- border-radius: 10px;
- text-align: center;
- color: #FF4081;
- font-size: 16px;
- font-weight: bold;
- font-family: arial, 微軟正黑體;
- background: #92CBC5;
- border-width: 1px;
- -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- cursor: pointer;
- }
- .top_button_news_over {
- height: 35px;
- width: 100px;
- border-radius: 10px;
- text-align: center;
- color: #FF4081;
- font-size: 16px;
- font-weight: bold;
- font-family: arial, 微軟正黑體;
- background: white;
- border-width: 1px;
- -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
- cursor: pointer;
- }
- #slidesDiv {
- background-color: white;
- opacity: 0.9;
- color: black;
- padding: 10px;
- visibility: hidden;
- bottom: 20px;
- overflow-y: auto;
- text-align: center;
- height: 100px;
- }
- #slidesDiv .slide {
- /* Show cursor as pointer when on a slide */
- cursor: pointer;
- margin-bottom: 6px;
- }
- #slidesDiv .slide .title {
- /* Center the title text */
- text-align: center;
- }
- /* Draw active slide with a nice border around the thumbnail */
- #slidesDiv .slide.active img {
- box-shadow: 0px 0px 12px black;
- border-style: solid;
- border-width: thin;
- border-color: black;
- }
- .form-control {
- padding-bottom:0 !important;
- padding-top:0 !important;
- }
- .slidecontainer {
- width: 100%;
- }
- .slider {
- -webkit-appearance: none;
- width: 100%;
- height: 5px;
- border-radius: 5px;
- background: #d3d3d3;
- outline: none;
- opacity: 0.7;
- -webkit-transition: .2s;
- transition: opacity .2s;
- }
- .slider:hover {
- opacity: 1;
- }
- .slider::-webkit-slider-thumb {
- -webkit-appearance: none;
- appearance: none;
- width: 15px;
- height: 15px;
- border-radius: 50%;
- background-color:dodgerblue;
- cursor: pointer;
- }
- .slider::-moz-range-thumb {
- width: 15px;
- height: 15px;
- border-radius: 50%;
- background: #4CAF50;
- cursor: pointer;
- }
- /* 顯示執行中圖示 */
- .loader {
- border: 6px solid #f3f3f3;
- border-radius: 50%;
- border-top: 6px solid #3498db;
- width: 32px;
- height: 32px;
- -webkit-animation: spin 2s linear infinite; /* Safari */
- animation: spin 2s linear infinite;
- }
- div.esri-component.esri-attribution.esri-widget {
- display: none;
- }
- /* Safari */
- @-webkit-keyframes spin {
- 0% {
- -webkit-transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- }
- }
- @keyframes spin {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- @media (min-width: 1200px) {
- .container {
- width: 1500px;
- }
- }
|