| | |
| | | .jimu-widget-MapPrinting{ |
| | | background-color: #3c464b; |
| | | background-color: rgba(255, 255, 255, 0.75); |
| | | font-size: 14px; |
| | | /* border: 1px solid rgb(69, 154, 251); */ |
| | | color: rgb(238, 235, 235); |
| | | color: rgb(0, 0, 0); |
| | | font-size: 16px; |
| | | width: 100%; |
| | | height: 100%; |
| | |
| | | |
| | | .MapPrinting-left, .MapPrinting-right { |
| | | position: relative; |
| | | background-color: #404953; |
| | | background-color: rgba(62,159,252, 0.75); |
| | | /* border: 1px solid rgba(62,159,252, 0.75); */ |
| | | border-radius: 10px; |
| | | padding: 5px; |
| | | cursor: pointer; |
| | | } |
| | |
| | | |
| | | .MapPrinting-flex-x { |
| | | cursor: pointer; |
| | | background-color: #404953; |
| | | /* background-color: rgba(62,159,252, 0.75); */ |
| | | /* border: 1px solid rgba(62,159,252, 0.75); */ |
| | | font-size: 26px; |
| | | /* border-radius: 10px; */ |
| | | padding: 5px; |
| | | } |
| | | |