| | |
| | | <template> |
| | | <div class="left-top-toolbox-panel"> |
| | | <div class="specific-tools"> |
| | | <el-button :class="selectGroup === true ?'active-button':''" class="el-button-choice" @mouseover.enter.native="changeSelectMouse"> |
| | | <el-button :class="selectGroup === true ?'active-button':''" class="el-button-choice" @click.enter.native="changeSelectMouse"> |
| | | <img src="@assets/images/map-pages/icon/toolbox/Selecd/tool.png" alt="" class="icon" /> |
| | | <span class="span-default">工具</span> |
| | | </el-button> |
| | | |
| | | <transition name="animationChange"> |
| | | <el-row v-show="selectGroup" class="specific-tools-group"> |
| | | <el-popover |
| | |
| | | |
| | | .specific-tools { |
| | | display: flex; |
| | | |
| | | overflow: hidden; |
| | | .el-button { |
| | | z-index: 999; |
| | | padding: 0; |
| | | margin: 0 0.015rem; |
| | | width: 45px; |
| | | height: 45px; |
| | | width: 0.2725rem; |
| | | height: 0.2725rem; |
| | | background: @background-color; |
| | | vertical-align: middle !important; |
| | | |
| | | .base-map-img { |
| | | position: absolute; |
| | | } |
| | |
| | | span { |
| | | display: block; |
| | | font-size: 10px; |
| | | } |
| | | } |
| | | .specific-tools-group .el-button{ |
| | | span{ |
| | | color: #0B89B5; |
| | | } |
| | | } |
| | |
| | | padding: 0; |
| | | margin: 0; |
| | | margin-right:0.015rem; |
| | | width: 45px; |
| | | height: 45px; |
| | | width: 0.2725rem; |
| | | height: 0.2725rem; |
| | | background: @background-color; |
| | | border: 0.00521rem solid @color-shadow; |
| | | } |
| | |
| | | .specific-tools-group { |
| | | z-index: 1; |
| | | |
| | | .tools-panel-choose { |
| | | border: none; |
| | | box-shadow: 0 0 0.03rem @color-shadow; |
| | | |
| | | img { |
| | | width: 22px; |
| | | height: 22px; |
| | | } |
| | | |
| | | span { |
| | | display: block; |
| | | color: @color-shadow; |
| | | } |
| | | |
| | | .default-span { |
| | | display: block; |
| | | color: @color-over; |
| | | } |
| | | } |
| | | |
| | | .special-button { |
| | | width: 0.1362rem; |
| | | height: 0.2725rem; |
| | | color: @color-over; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | .base-map-inner-panel { |
| | | display: flex; |
| | | justify-content: center; |
| | |
| | | } |
| | | } |
| | | |
| | | .tools-panel-choose { |
| | | border: none; |
| | | box-shadow: 0 0 0.03rem @color-shadow; |
| | | |
| | | img { |
| | | width: 22px; |
| | | height: 22px; |
| | | } |
| | | |
| | | span { |
| | | display: block; |
| | | color: @color-shadow; |
| | | } |
| | | |
| | | .default-span { |
| | | display: block; |
| | | color: @color-over; |
| | | } |
| | | } |
| | | |
| | | .special-button { |
| | | width: 22px; |
| | | height: 45px; |
| | | color: @color-over; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | </style> |