内射老阿姨1区2区3区4区_久久精品人人做人人爽电影蜜月_久久国产精品亚洲77777_99精品又大又爽又粗少妇毛片

CSS實(shí)現(xiàn)放大縮小關(guān)閉按鈕的方法-創(chuàng)新互聯(lián)

這篇文章主要介紹CSS實(shí)現(xiàn)放大縮小關(guān)閉按鈕的方法,文中介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們一定要看完!

創(chuàng)新互聯(lián)公司專注于沁源網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗(yàn)。 熱誠為您提供沁源營銷型網(wǎng)站建設(shè),沁源網(wǎng)站制作、沁源網(wǎng)頁設(shè)計(jì)、沁源網(wǎng)站官網(wǎng)定制、微信小程序定制開發(fā)服務(wù),打造沁源網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供沁源網(wǎng)站排名全網(wǎng)營銷落地服務(wù)。

這種效果最常見是在我們的瀏覽器頁面上,先給大家展示效果圖:

CSS實(shí)現(xiàn)放大縮小關(guān)閉按鈕的方法

如上圖所示,使用CSS 繪制上述三個(gè)按鈕:

<template>
  <div class="windowAction">
    <button class="min">縮小</button>
    <button class="fullpage">放大</button>
    <button class="close">關(guān)閉</button>
  </div>
</template>

<script>
export default {
  data() {
    return {
      flag_fullpageWebView: 1
    };
  }
};
</script>

<style lang="scss" scoped>
.windowAction {
  margin-top: -5px;
  -webkit-app-region: no-drag;
  min-width: 70px;
  text-align: right;
  button {
    &:hover {
      color: #a8aabd;
    }
  }
  .min {
    width: 14px;
    height: 14px;
    background-color: transparent;
    font-size: 0;
    margin-right: 18px;
    position: relative;
    color: #878896;
    &:after {
      content: "";
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      border-bottom: 2px solid;
    }
  }
  .fullpage {
    width: 16px;
    height: 16px;
    color: #878896;
    border: 2px solid;
    background-color: transparent;
    font-size: 0;
    margin-right: 18px;
  }
  .close {
    width: 18px;
    height: 18px;
    font-size: 0;
    background-color: transparent;
    position: relative;
    color: #878896;
    transform: rotate(45deg) translate(-2px, 2px);
    &:before,
    &:after {
      content: "";
      position: absolute;
    }
    &:before {
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border-top: 2px solid;
    }
    &:after {
      height: 100%;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      border-left: 2px solid;
    }
  }
}
</style>

以上是“CSS實(shí)現(xiàn)放大縮小關(guān)閉按鈕的方法”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對大家有幫助,更多相關(guān)知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!

分享題目:CSS實(shí)現(xiàn)放大縮小關(guān)閉按鈕的方法-創(chuàng)新互聯(lián)
標(biāo)題鏈接:http://m.rwnh.cn/article30/dsdjso.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站導(dǎo)航、網(wǎng)站策劃、手機(jī)網(wǎng)站建設(shè)、云服務(wù)器、品牌網(wǎng)站制作、Google

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設(shè)公司
江门市| 盘山县| 阿克| 始兴县| 阿鲁科尔沁旗| 万安县| 封丘县| 武山县| 九龙坡区| 南安市| 永兴县| 德州市| 柞水县| 武隆县| 哈尔滨市| 乐业县| 江津市| 南汇区| 平度市| 墨江| 确山县| 陆丰市| 高雄市| 饶河县| 年辖:市辖区| 林甸县| 西乌珠穆沁旗| 左权县| 定日县| 黄冈市| 斗六市| 紫阳县| 大竹县| 拜城县| 阿荣旗| 临汾市| 阳谷县| 清原| 东海县| 武穴市| 保德县|