91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

css如何實現一個元素高度固定寬度按比例顯示效果

發布時間:2021-03-19 09:54:09 來源:億速云 閱讀:214 作者:小新 欄目:web開發

這篇文章將為大家詳細講解有關css如何實現一個元素高度固定寬度按比例顯示效果,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

解決后效果如圖:

css如何實現一個元素高度固定寬度按比例顯示效果

紅框標注的即是我在上面高度比例固定的范圍內寬度自適應的效果;

css代碼:

.content {
      margin: 0 auto;
      height: 79vh;
      .video_box {
        position: relative;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
        width: 79vh*1.778;
        max-width: 100vw;
        .ad_pic {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url(6.jpg) no-repeat center;
          background-size: 100% 100%;
          img {
            width: 100%;
            height: 100%;
          }
          .btn_play {
            display: inline-block;
            .width(50);
            .height(50);
            position: absolute;;
            left: 50%;
            top: 50%;
            .margin-left(-25);
            .margin-top(-25);
            background: url(../../public/img/icon_play.png) no-repeat center;
            background-size: 100% 100%;
          }
        }
        iframe, object, embed, video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
        .video_card {
          position: absolute;
          top: 0;
          left: 0;
          width: 2px;
          height: 1px;
        }
      }
    }

html:

<div class="content">
        <div class="video_box">
            <div class="ad_pic">
                <span class="btn_play"></span>
            </div>
            <video id="ad_video"
                   autobuffer
                   src="a.mp4"
                   autoplay
                   preload
                   controls=""
                   loop
                   poster="6.jpg"
                   webkit-playsinline="true"
                   playsinline="true"
                   x-webkit-airplay="allow"
                   x5-playsinline
                   x5-video-player-type="h6"
                   x5-video-player-fullscreen="true"
                   x5-video-orientation="portrait"
                   >
            </video>
        </div>
    </div>

由于視頻是有寬高比的,這里給視頻的高度直接是外面盒子的高度*比例,就等于視頻的寬,為了防止視頻過寬超出屏幕,這里加一個max-width:100vw;限制一下,然后通過margin:0 auto;居中顯示,成功解決!

關于“css如何實現一個元素高度固定寬度按比例顯示效果”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

css
AI

临清市| 邵武市| 涟水县| 台前县| 兴文县| 抚州市| 西畴县| 昭平县| 沙湾县| 兰考县| 台湾省| 邹城市| 和龙市| 河池市| 马尔康县| 泽州县| 榆社县| 汉川市| 黔江区| 温泉县| 故城县| 汤原县| 磐石市| 承德县| 庆城县| 彭阳县| 汶川县| 潼南县| 双城市| 华池县| 望城县| 元朗区| 中宁县| 怀远县| 巴马| 石城县| 汾阳市| 阿克苏市| 四会市| 富宁县| 黑山县|