File was renamed from src/components/panel/MenuSpecial.vue |
| | |
| | | <script> |
| | | |
| | | export default { |
| | | name: 'MenuSpecial', |
| | | name: 'MenuTopic', |
| | | data () { |
| | | return { |
| | | isShow: false, |
| | |
| | | font-weight: 400; |
| | | font-style: normal; |
| | | .menu-special-toggle{ |
| | | width: 2rem;height: 2rem;background-size: 100% 100%;padding-right: 1rem;display: inline; |
| | | width: 2rem;height: 2rem;background-size: 100% 100%;padding-right: 1rem;display: inline; transition: all .6s; |
| | | |
| | | } |
| | | .menu-special-toggle:hover{ |
| | | cursor: pointer; |
| | | transform: scale(1.2) |
| | | } |
| | | |
| | | .menu-special-context { |
| | | |
| | | display: inline-flex; |
| | | transition: height 1s; |
| | | transition: all 1s; |
| | | |
| | | li { |
| | | //display: inline-flex; |
| | |
| | | padding: 0 1rem 0 1rem; |
| | | line-height: 2rem; |
| | | height: 2rem; |
| | | transition: all .5s; |
| | | } |
| | | .menu-special-item :hover { |
| | | text-decoration: underline; |
| | | cursor: pointer; |
| | | |
| | | } |
| | | .menu-special-item:active{ |
| | | color: @color-highlight; |
| | |
| | | line-height: 1rem; |
| | | box-shadow: none; |
| | | border:none; |
| | | |
| | | } |
| | | .menu-special-item:hover{ |
| | | transform: scale(1.1) |
| | | } |
| | | .el-checkbox-button__inner:hover{ |
| | | |
| | | } |
| | | .el-checkbox-button.is-checked .el-checkbox-button__inner { |
| | | color: @color-highlight; |
| | |
| | | .el-checkbox-button__inner:hover{ |
| | | color: @color-highlight; |
| | | } |
| | | .menu-special .menu-special-context .menu-special-item:hover{ |
| | | |
| | | } |
| | | } |
| | | </style> |