| | |
| | | v-show="mapFlag == '2D'" |
| | | class="ChangeMap twoImg" |
| | | @click="setMapImg('2D')" |
| | | > |
| | | </div> |
| | | ></div> |
| | | <div |
| | | v-show="mapFlag != '2D'" |
| | | class="ChangeMap threeImg" |
| | | @click="setMapImg('3D')" |
| | | > |
| | | </div> |
| | | ></div> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | <style lang="less" scoped> |
| | | .bottom_btn { |
| | | position: absolute; |
| | | bottom: 68px; |
| | | right: 70px; |
| | | |
| | | /* prettier-ignore */ |
| | | bottom: 68PX; |
| | | /* prettier-ignore */ |
| | | right: 70PX; |
| | | |
| | | .ChangeMap { |
| | | width: 30px; |
| | | height: 30px; |
| | | border: 1px solid rgba(255, 255, 255, 0.1); |
| | | /* prettier-ignore */ |
| | | width: 30PX; |
| | | /* prettier-ignore */ |
| | | height: 30PX; |
| | | /* prettier-ignore */ |
| | | border: 1PX solid rgba(255, 255, 255, 0.1); |
| | | } |
| | | .twoImg { |
| | | background: url("../assets/img/2D.png") no-repeat; |