<output id="qn6qe"></output>

    1. <output id="qn6qe"><tt id="qn6qe"></tt></output>
    2. <strike id="qn6qe"></strike>

      亚洲 日本 欧洲 欧美 视频,日韩中文字幕有码av,一本一道av中文字幕无码,国产线播放免费人成视频播放,人妻少妇偷人无码视频,日夜啪啪一区二区三区,国产尤物精品自在拍视频首页,久热这里只有精品12

      Vue實(shí)現(xiàn)商品詳情鼠標(biāo)移動+放大顯示圖片細(xì)節(jié)

      效果圖

      鼠標(biāo)浮動放大細(xì)節(jié)圖效果

      代碼實(shí)現(xiàn)

      <template>
        <div>
          <div style="position: relative;" class="box">
            <img @mousemove="updatePositions"
              src="https://img.pddpic.com/gaudit-image/2023-07-09/36b632c77506c42d1bc206924a054310.jpeg" alt="" />
      
            <div v-if="moveVisiable" class="move" @mouseout="()=>moveVisiable = false" style="" @mousemove="updatePosition"
              :style="draggableStyle"></div>
            <div class="preview" v-if="moveVisiable">
              <img :style="detailImageStyle"
                src="https://img.pddpic.com/gaudit-image/2023-07-09/36b632c77506c42d1bc206924a054310.jpeg" width="800px"
                height="800px" alt="" />
            </div>
          </div>
        </div>
      </template>
      <script>
        export default {
          components: {},
          data() {
            return {
              top: 0,
              left: 0,
              offset: {
                x: 200,
                y: 200
              },
              moveVisiable: false,
              animationFrameId: null,
            }
          },
          computed: {
            detailImageStyle() {
              return {
                transform: `translate(${-this.offset.x}px, ${-this.offset.y}px)`
              };
            },
            draggableStyle() {
              return {
                transform: `translate(${this.offset.x}px, ${this.offset.y}px)`
              };
            }
          },
          methods: {
            name() {
      
            },
            updatePositions(event) {
              // console.log('event: ',event);
              const {
                clientX,
                clientY
              } = event;
              const x = event.clientX - 50;
              const y = event.clientY - 50;
      
              this.offset = {
                x: Math.min(Math.max(x, 0), 300),
                y: Math.min(Math.max(y, 0), 300)
              };
              this.moveVisiable = true;
            },
            updatePosition(event) {
              const {
                clientX,
                clientY
              } = event;
              console.log('clientY: ', clientY, 'clientX: ', clientX);
              if (!this.animationFrameId) {
                this.animationFrameId = requestAnimationFrame(() => {
                  const x = event.clientX - 50;
                  const y = event.clientY - 50;
      
                  this.offset = {
                    x: Math.min(Math.max(x, 0), 300),
                    y: Math.min(Math.max(y, 0), 300)
                  };
                  // this.offset = {
                  // x:x<0?0:x,
                  // y:y>300?300:y
                  // };
                  this.animationFrameId = null;
                });
              }
            }
          },
        }
      </script>
      
      <style scoped>
        .box {
          height: 400px;
          width: 400px;
        }
      
        .move {
          cursor: move;
          width: 100px;
          height: 100px;
          background-color: #faebd7a1;
          position: absolute;
          top: 0px;
          border: 1px dashed orange;
        }
      
        .preview {
          overflow: hidden;
          position: absolute;
          width: 600px;
          height: 600px;
          left: 400px;
          top: 0;
        }
      </style>
      
      posted @ 2024-01-02 16:56  天葬  閱讀(191)  評論(0)    收藏  舉報
      主站蜘蛛池模板: 中文字幕精品无码一区二区| 国产精品视频全国免费观看| 亚洲av永久无码精品天堂久久| 国产日韩欧美| 女人腿张开让男人桶爽| 韩国无码AV片在线观看网站 | 狠狠亚洲色一日本高清色| 国产a在视频线精品视频下载| 狠狠做五月深爱婷婷伊人| 日韩有码中文字幕国产| 国产三级精品三级在线区| 妓院一钑片免看黄大片| 军人粗大的内捧猛烈进出视频| 亚洲真人无码永久在线| 亚洲国产精品无码一区二区三区 | 人妻丰满熟妇av无码处处不卡| 国产亚洲精品第一综合另类灬 | 韩国美女福利视频一区二区| 一区二区三区精品视频免费播放 | 94人妻少妇偷人精品| 亚洲国产一区二区三区久| 江陵县| 久久亚洲精品成人综合网| 第一精品福利导福航| 成在线人视频免费视频| 久久国产精品99久久蜜臀| 亚洲国产精品无码久久久秋霞1 | 久久av无码精品人妻出轨| 亚洲免费成人av一区| 一区二区三区精品不卡| 人妻无码中文专区久久app| 精品人妻系列无码天堂| 久久综合色之久久综合色| 久久这里只有精品免费首页 | 精品一区二区不卡无码AV| 少妇久久久被弄到高潮| 国色天香成人一区二区| 日韩中文字幕高清有码| 精品国产中文字幕在线| 精品免费看国产一区二区| 亚洲精品一区二区区别|