| | |
| | | padding-top: 12px; |
| | | border: 1px solid rgb(255, 255, 255); |
| | | box-shadow: 2px 2px 15px -5px #39A5FD; |
| | | color: #555 |
| | | color: #555; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | flex-direction: column; |
| | | } |
| | | |
| | | .jimu-widget-spatialAnalysis li:hover { |
| | | background-color: #ffffff; |
| | | box-shadow: 3px 3px 20px -4px #0b8af1; |
| | | } |
| | | |
| | | .jimu-widget-spatialAnalysis .imgs { |
| | | display: block; |
| | | height: 50px; |
| | | width: 50px; |
| | | border-radius: 50%; |
| | | background-color: #39A5FD; |
| | | position: relative; |
| | | top: -8px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | |
| | | .jimu-widget-spatialAnalysis .imgs img { |
| | | width: 40px; |
| | | } |