| | |
| | | .ship-info-box .speed { |
| | | font-size:12px; |
| | | color:#00ff00; |
| | | transition:all 1000ms; |
| | | } |
| | | .ship-info-box .speed.pointernone.hide { |
| | | opacity: 0; |
| | | } |
| | | .ship-info-box .speed span { |
| | | color:#fff; |
| | |
| | | text-align:center; |
| | | margin-top:10px; |
| | | } |
| | | .ship-info-box .btn .btn-back { |
| | | .ship-info-box .btn #btn-lock { |
| | | transition:all 300ms; |
| | | position:absolute; |
| | | top:0; |
| | |
| | | .ship-info-box .btn.show { |
| | | cursor:pointer; |
| | | } |
| | | .ship-info-box .btn.show .btn-back { |
| | | .ship-info-box .btn.show #btn-lock { |
| | | transform:scale(1,1); |
| | | } |
| | | .ship-info-box .btn.show .btn-word { |
| | |
| | | width:80px; |
| | | transform:translate(0,0); |
| | | } |
| | | |
| | | |
| | | |
| | | |