| | |
| | | text-align: center; |
| | | color: #2d6aff; |
| | | } |
| | | .system-icon { |
| | | #system-icon { |
| | | display: inline-block; |
| | | width: 70%; |
| | | height: 70%; |
| | | background-image: url("../image/stop48.png"); |
| | | background-repeat: no-repeat; |
| | | background-size:100% 100%; |
| | | background-position: top center; |
| | | cursor: pointer; |
| | | } |
| | | .system-state span { |
| | | .system-icon-open { |
| | | background-image: url("../image/stop48.png"); |
| | | } |
| | | .system-icon-close { |
| | | background-image: url("../image/start48.png"); |
| | | } |
| | | |
| | | #system-run-desc { |
| | | font-size: large; |
| | | display: inline-block; |
| | | padding-top: 10px; |