日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

自适应个人信息布局

發(fā)布時(shí)間:2023/12/20 编程问答 27 豆豆
生活随笔 收集整理的這篇文章主要介紹了 自适应个人信息布局 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

效果顯示:

響應(yīng)式布局最主要使用的語法是:
@media only screen and only screen and(max-width:500px 500px){
.gridmenu{
width:100%;
}
.gridmain{
width:100%;
}
.gridright{
width:100%;
}
}
案例實(shí)現(xiàn)效果如下:

<DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title></title> <style> body{ background-color: #E1DED6; } .content{ display: flex; flex-wrap: wrap; margin-top: 40px; justify-content: space-around; color: white; } .left,.center,.right{ width: 30%; display: flex; flex-direction: column; align-items: center; } .left{ order:0; background: #FFFFFF; height: 200px;}.nav{ text-align: center; } .left1{ width: 90%; height:70px; margin-top: 20px; background: url(head.png) no-repeat ; border: 3px solid #E1DED6 } .left2{ width: 90%; height: 70px; background: url(password.png) no-repeat; border: 3px solid #E1DED6; } .left3{width: 100%; height: 80px; background-color: #EF8D32; margin-top:-10px; color: white; cursor:pointer; } .center1 img{ margin-top: 5px; width: 80%; height: 60%; border-radius: 30%;} .center1{ display: flex; justify-content: center; align-items: center; width: 100%; background-color: #ffffff;} .center2{ display: flex;width: 100%; height: 70px; background-color: #EF8D32; align-items: center; } .center2 div{ width: 100%; margin-top: 8px;text-align: center; font-size: 14px; } .center2-one{ border-right: 1px solid white; } .text1{ font-size: 18px; color: red; margin-top: -10px; width: 100%; text-align: center; line-height: 40px; background-color: #FFFFFF; } .right1{width: 100%; height: 50px; background-color: #EF8D32; border: 1px solid indianred; color: white; cursor:pointer;} .right-images1{ display: inline-block;width:25px; margin-top: 10px; height: 25px; background: url("sprite.jpg") no-repeat -1px 2px; } .right-images2{ display: inline-block;width:25px; margin-top: 10px; height: 25px; background: url("sprite.jpg") no-repeat -30px 2px; } .right-images3{ display: inline-block; width:25px; margin-top: 10px; height: 25px; background: url("sprite.jpg") no-repeat -60px 2px; } .right-images4{ display: inline-block; width:25px; margin-top: 10px; height: 25px; background: url("sprite.jpg") no-repeat -90px 2px; } .left3:hover{ background-color: red; } .right1:hover{ background-color: #ee5a32; } button{ margin-top: 15px; float: right; background-color: #505771; border-radius: 5px; border: none; margin-right: 3px; } @media screen and screen and (max-width: 500px 500px) { .left,.center,.right{ width: 100%; margin-top: 10px;} }</style> </head><body> <div class="nav"> 個(gè)人信息</div> <div class="content"> <div class="left"> <span ></span><input type="text" class="left1" placeholder=" | 請輸入舊的密碼"><br> <input type="text" class="left2" placeholder=" | 請輸入新的密碼"><br> <button class="left3">修改密碼</button> </div> <div class="center"> <div class="center1"><img src="cute.jpg"/></div> <div class="text1">可愛小萌妹</div> <div class="center2"> <div class="center2-one">5.2<br>粉絲</div> <div> 1000<br>關(guān)注</div> </div> </div> <div class="right"> <div class="right1"> <span class="right-images1"> </span> <span>個(gè)人資料</span> </div> <div class="right1"> <span class="right-images2"> </span> <span>消息</span></button> <button>13</button> </div> <div class="right1"> <span class="right-images3"> </span> <sapn>設(shè)置</sapn> </div> <div class="right1"> <span class="right-images4"> </span> <sapn>退出登錄</sapn> </div></div></div></body></html>

總結(jié)

以上是生活随笔為你收集整理的自适应个人信息布局的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。