国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術(shù)文章
文章詳情頁

css - 瀏覽器縮放分辨率為什么布局會變

瀏覽:153日期:2023-06-24 18:06:59

問題描述

html

<!DOCTYPE html><html lang='en'><head> <meta charset='UTF-8'> <title>BatMan</title> <link rel='stylesheet' href='http://m.cgvv.com.cn/wenda/index.css'> <script src='http://m.cgvv.com.cn/wenda/index.js'></script></head><body> <p class='container'><p class='face'> <p class='earleft ear'></p> <p class='earright ear'></p> <p class='facecicle1'></p> <p class='circle1'></p> <p class='circle2'></p> <p class='eye'><p class='eye1'> <p class='eyeline eyelineleft'></p> <p class='eyeball eyeballleft'><p class='eyebg1'> <p class='ball'></p></p><p class='eyebgb'></p> </p></p><p class='eye2'> <p class='eyeline eyelineright'></p> <p class='eyeball eyeballright'><p class='eyebg2'> <p class='ball'></p></p><p class='eyebgb'></p> </p></p> </p> <p class='lowerface'><p class='mouth'></p> </p></p><p class='body'> <p class='hands'><p class='fist1'></p><p class='fist2'></p> </p> <p class='torso'><p class='torso-inside'></p><p class='belt'> <p class='beltline1'></p> <p class='beltline2'></p> <p class='belt1'></p> <p class='belt2'><p class='belt2-1'></p> </p> <p class='belt3'><p class='belt3-1'></p> </p> <p class='belt2'><p class='belt2-1'></p> </p> <p class='belt1'></p></p> </p></p> </p></body></html>

css

body { background: #373737;}.face { width: 200px; height: 220px; border-radius: 0px 0px 33px 33px; background: #212121; margin-top: 132px; margin-left: 60px; border: 10px solid #221715; position: relative; z-index: 2;}.face .facecicle1 { width: 180px; height: 180px; background: #2b2b2b; border-radius: 110px 120px 125px 120px; margin: 12px 0 0 20px;}.face .circle1 { width: 45px; height: 45px; border-radius: 45px; position: absolute; top: 30px; left: 85px; background: #414141;}.face .circle2 { width: 15px; height: 15px; border-radius: 15px; position: absolute; top: 90px; left: 135px; background: #414141;}.ear { width: 32px; height: 33px; border-radius: 33px 30px 0 0; border: 10px solid #221715; border-bottom: none; background: #212121;}.earleft { margin-top: -43px; margin-left: -10px;}.earright { margin-top: -43px; margin-left: 158px;}.eye { width: inherit; height: 40px; margin-top: 100px; position: absolute; top: 20px;}.eye .eye1 { width: 50%; height: auto; float: left; transform: rotate(20deg);}.eye .eye2 { width: 50%; height: auto; float: left; transform: rotate(-20deg);}.eye .eyeline { width: 65px; height: 10px; background: #221715; border-radius: 5px; float: left}.eye .eyeline.eyelineleft { margin-left: 15px;}.eye .eyeline.eyelineright { float: right; margin-right: 15px;}.eye .eyeball { width: 30px; height: 15px; border-radius: 0 0 30px 30px; border: 10px solid #221715; background: #fff; overflow: hidden; border-top: none; background: -webkit-linear-gradient(top, #221715 1px, #fff 1px);}.eye .eyeball.eyeballleft { margin-left: 21px;}.eye .eyeball.eyeballright { margin-left: 30px;}.eye .eyeball .ball { width: 6px; height: 6px; border-radius: 6px; margin-left: 13px; background: #221715;}.eye .eyeball .eyebg1 { background: grey;}.eye .eyeball .eyebg2 { background: grey;}.face .lowerface { width: 100%; height: 40px; background: #efb786; position: absolute; top: 170px; border-top: 10px solid #221715; border-radius: 0 0 33px 33px;}.face .lowerface .mouth { width: 80px; height: 7px; background: #221715; margin: 12px auto;}.face .lowerface .mouth:before { width: 20px; height: 7px; transform: rotate(-29deg); background: #221715; border-radius: 7px 0 0 7px; content: ''; position: absolute; margin-left: -17px; margin-top: 4px;}.face .lowerface .mouth:after { width: 20px; height: 7px; transform: rotate(29deg); background: #221715; border-radius: 0 7px 7px 0; content: ''; position: absolute; margin-left: 77px; margin-top: 4px;}.fist1 { width: 85px; height: 85px; border-radius: 85px; border: 10px solid #221715; margin: -40px 0 0 -50px; position: relative; z-index: 3; background: #212121; float: left; display: inline-block;}.fist1:before { content: ’’; width: 60px; height: 60px; background: #323232; position: absolute; margin: 10px 0 0 25px; border-radius: 60px;}.fist1:after { content: ’’; width: 30px; height: 30px; background: #484848; position: absolute; margin: 20px 0 0 50px; border-radius: 60px;}.fist2 { width: 85px; height: 85px; border-radius: 85px; border: 10px solid #221715; margin: -105px 0 0 145px; position: relative; z-index: 3; background: #212121; float: left}.fist2:before { content: ’’; width: 60px; height: 60px; background: #323232; position: absolute; margin: 10px 0 0 25px; border-radius: 60px;}.fist2:after { content: ’’; width: 30px; height: 30px; background: #484848; position: absolute; margin: 20px 0 0 50px; border-radius: 60px;}.body { width: 200px; height: 100px; border: 10px solid #221715; border-radius: 0 0 33px 33px; margin-left: 60px; background: #212121; border-top: none;}.torso { width: 120px; height: 130px; border: 10px solid #221715; border-radius: 0 0 40px 40px; margin-left: 30px; border-top: none; background: #323232; position: relative;}.torso .torso-inside { width: 90px; height: 125px; margin: 5px 0 0 20px; border-radius: 0 0 40px 40px; background: #484848;}.belt { position: absolute; top: 65px;}.belt1 { width: 6px; height: 20px; border: 5px solid #221715; border-radius: 6px; background: #b6b08c; float: left;}.belt2 { width: 15px; height: 20px; border: 5px solid #221715; border-radius: 15px; background: #b6b08c; float: left; margin-top: 2px;}.belt .belt2-1 { width: 11px; height: 4px; border-radius: 4px; background: #6e6544; margin: 3px 2px; position: relative;}.belt .belt2-1:before { content: ’’; position: absolute; width: 11px; height: 4px; border-radius: 4px; background: #6e6544; margin-top: 5px;}.belt .belt2-1:after { content: ’’; position: absolute; width: 11px; height: 4px; border-radius: 4px; background: #6e6544; margin-top: 10px;}.belt3 { width: 30px; height: 20px; border: 5px solid #221715; border-radius: 20px; background: #b6b08c; float: left; margin-top: 3px;}.belt .belt3-1 { width: 22px; height: 4px; border-radius: 4px; background: #6e6544; margin: 3px 4px;}.belt .belt3-1:before { content: ’’; position: absolute; width: 22px; height: 4px; border-radius: 4px; background: #6e6544; margin-top: 5px;}.belt .belt3-1:after { content: ’’; position: absolute; width: 22px; height: 4px; border-radius: 4px; background: #6e6544; margin-top: 10px;}.beltline1 { width: 50px; height: 7px; background: #221715; border-radius: 0 7px 7px 0; margin-bottom: 5px; float: left;}.beltline2 { width: 50px; height: 7px; background: #221715; border-radius: 7px 0 0 7px; margin-bottom: 5px; float: left; margin-left: 20px;}

效果

css - 瀏覽器縮放分辨率為什么布局會變縮放的話會這樣

css - 瀏覽器縮放分辨率為什么布局會變

請問這是為什么

問題解答

回答1:

寬度都是固定寫的幾px縮放了之后 那一行容納不下belt1這個元素了你可以把width這些寬度也是用相對的單位來進(jìn)行設(shè)置,而不是絕對的單位

把width寬度改了就可以適應(yīng)了:

.belt1 { width: 5px; height: 20px; border: 5px solid #221715; border-radius: 6px; background: #b6b08c; float: left;}回答2:

收縮在寬度計算上有時會產(chǎn)生差錯,比如現(xiàn)在這個頁面的header右側(cè)這部分

css - 瀏覽器縮放分辨率為什么布局會變

寬度是445px,縮放到一定比例時候之后

css - 瀏覽器縮放分辨率為什么布局會變

你看他變了?。?!然后就擠到下面去了。

回答3:

可以用box-sizing:border-box 保持總寬高的情況下向內(nèi)延伸內(nèi)填充和邊框

標(biāo)簽: CSS
相關(guān)文章:
主站蜘蛛池模板: 美女扒开腿让男人桶尿口 | 免费看特黄特黄欧美大片 | 最新在线精品国自拍视频 | 美女很黄很黄免费 | 中文字幕一级片 | 精品久久久久久久久久香蕉 | 国产欧美综合在线一区二区三区 | 一区二区国产在线观看 | 日本三级午夜 | 曰本aaaaa毛片午夜网站 | 91精品久久久久久久久网影视 | 九九毛片 | 91av视频在线 | 啪啪一级视频 | 亚洲欧洲一二三区机械有限公司 | 国产成人cao在线 | 国产三级视频在线 | 亚洲碰碰 | 成人国产精品一级毛片视频 | 久草在线视频免费 | 欧美一级黄色毛片 | 精品一区二区三区在线视频 | 美女视频很黄很a免费国产 美女视频黄.免费网址 | 一区二区三区精品视频 | 美女一级毛片毛片在线播放 | 好吊妞国产欧美日韩视频 | 亚洲精品国产一区二区 | 尹人香蕉久久99天天拍 | 国产三级做爰高清视频a | 国产99久久亚洲综合精品 | 一级片久久 | 亚洲特黄视频 | 91亚洲免费 | 日本一级毛片高清免费观看视频 | 成人欧美日韩高清不卡 | 又黄又刺激下面流水的视频 | 9久久免费国产精品特黄 | 欧美久久久久欧美一区 | 精品无码三级在线观看视频 | 97国产成人精品免费视频 | 中文字幕中文字幕中中文 |