liuyg
2021-12-31 dd8e9dd6c63c23101f6dfa0f80fd3789a9add2ad
src/components/mobileCortrol/index.vue
@@ -8,14 +8,14 @@
      :class="{ active: dimension == '2D' }"
      @click="zoomIn('2D')"
    >
      3D
      3  维
    </div>
    <div
      class="m-l-inbut zoom-in m-l-inbut-3d"
      :class="{ active: dimension == '2.5D' }"
      @click="zoomIn('2.5D')"
    >
      2.5
      2.5维
    </div>
  </div>
</template>
@@ -60,11 +60,6 @@
</script>
<style scoped lang='scss'>
@property --color {
  syntax: "<color>";
  inherits: false;
  initial-value: 25%;
}
.m-left-control {
  position: fixed;
  left: 20px;
@@ -87,7 +82,7 @@
  .m-l-inbut-2d {
    position: relative;
    top: 60px;
    font-size: 16px;
    font-size: 14px;
    // &:hover {
    //   background-color: rgb(21, 136, 230);
    //   box-shadow: -2px -2px 3px rgb(3, 74, 136) inset;