一个响应式布局的网页

一、效果


1.jpg

2.jpg

3.jpg

二、代码
2.1、index.html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>仁何会计</title>
<style>
* {
  box-sizing: border-box;
}
 
body {
  font-family: Arial;
  padding: 10px;
  background: #f1f1f1;
  height:98vh;
}
 
/* 头部标题 */
.header {
  padding: 0px;
  height:8%;
  text-align: center;
  background: #4877FB;
}

.header .header_left{
    margin:0;
    float: left;
    width: 15%;
    height:100%;
    background: #4877FB;
}

.header .header_right{
    margin:0;
    float: left;
    width: 85%;
    height:100%;
    background: #4877FB;
}
.header .header_right_1{
    margin:0;
    float: right;
    width: 127px;
    height:100%;
    background: #4877FB;
    padding-left: 0px;
}
.header .header_right_2{
    margin:0;
    float: right;
    width: 64px;
    height:100%;
    background: #4877FB;
}
.header .header_right_3{
    margin:0;
    float: right;
    width: 48px;
    height:100%;
    background: #4877FB;
}
.header .header_right_4{
    margin:0;
    float: right;
    width: 48px;
    height:100%;
    background: #4877FB;
}
.header .header_right_5{
    margin:0;
    float: right;
    width: 250px;
    height:100%;
    background: #4877FB;
}
.header .header_right_5 .header_right_5_1{
    margin-top:1.5vh;
    width: 245px;
    height:35px;
    background:url(../images/seach.png) no-repeat 4px 5px;
}
 
.header h1 {
  font-size: 50px;
}
 
/* 创建三列 */
/* Left column */
.leftcolumn {   
  float: left;
  width: 10%;
  height:100%;
}

ul
{
    list-style-type:none;
    margin:0;
    padding:0;
    height:100%;
    background-color:#4877FB;
}
a:link,a:visited
{
    display:block;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#4877FB;
    width:100%;
    height:50px;
    text-align:center;
    padding:4px;
    text-decoration:none;
    text-transform:uppercase;
}
a:hover,a:active
{
    background-color:#305CD7;
}
a img {
    margin-left:-20px;
    margin-right:15px;
    margin-top:12px;
}

/* 中间栏 */
.centercolumn {
  float: left;
  width: 70%;
  height:100%;
  background-color: #f1f1f1;
  padding-left: 20px;
  padding-top: 40px;
}

.centerBox {
    background-color: white;
    width: 100%;
    height:100%;
}
 
/* 右侧栏 */
.rightcolumn {
  float: left;
  width: 20%;
  height:100%;
  background-color: #f1f1f1;
  padding-left: 20px;
  padding-top: 40px;
}

.rightBox {
    background-color: white;
    width: 100%;
    height:100%;
}
.rightBox h4 {
    font-family: "Microsoft YaHei";
    font-style:normal;
    font-weight:normal;
    font-size:20px;
    margin:0;
    padding-left: 40px;
    padding-top: 20px;
}

th,td
{
    border:0px solid black;
}
table {
    border:0px solid black;
    padding-left: 20px;
    padding: 20px 0px 20px 20px;
}
td .td_up {
    width:130px;
    height:50px;
    color:#21b0f3;
    padding-top: 20px;
    font-weight:200;
    font-size:50px;
    text-align:center;
}
td .td_down {
    width:130px;
    height:30px;
    color:#666666;
    padding-top: 5px;
    font-family: "Microsoft YaHei";
    font-size:14px;
    text-align:center;
}




img.bottom {vertical-align:text-bottom;}
.row{
  height:92%
}

/* 列后面清除浮动 */
.row:after {
  content: "";
  display: table;
  clear: both;
  height:100%
}
 
 
/* 响应式布局 - 屏幕尺寸小于 800px 时,两列布局改为上下布局 */
@media screen and (max-width: 1600px) {
 .leftcolumn {   
  float: left;
  width: 15%;
  height:100%;
}
.centercolumn {
  float: left;
  width: 60%;
  height:100%;
  background-color: #f1f1f1;
  padding-left: 20px;
  padding-top: 40px;
}
.rightcolumn {
  float: left;
  width: 25%;
  height:100%;
  background-color: #f1f1f1;
  padding-left: 20px;
  padding-top: 40px;
}
}
@media screen and (max-width: 1200px) {
 .leftcolumn {   
  float: left;
  width: 15%;
  height:100%;
}
.centercolumn {
  float: left;
  width: 50%;
  height:100%;
  background-color: #f1f1f1;
  padding-left: 20px;
  padding-top: 40px;
}
.rightcolumn {
  float: left;
  width: 35%;
  height:100%;
  background-color: #f1f1f1;
  padding-left: 20px;
  padding-top: 40px;
}
  .header .header_left{
    margin:0;
    float: left;
    width: 20%;
    height:100%;
    background: #4877FB;
}

.header .header_right{
    margin:0;
    float: left;
    width: 80%;
    height:100%;
    background: #4877FB;
}
}
@media screen and (max-width: 800px) {
  .header .header_left{
    margin:0;
    float: left;
    width: 25%;
    height:100%;
    background: #4877FB;
}

.header .header_right{
    margin:0;
    float: left;
    width: 75%;
    height:100%;
    background: #4877FB;
}
  .leftcolumn,.centercolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
  .leftcolumn {   
  float: left;
  height:150px;
}
  
  ul
{
    list-style-type:none;
    margin:0;
    padding:0;
    height:10%;
    background-color:#4877FB;
}
}
 
/* 响应式布局 -屏幕尺寸小于 400px 时,导航等布局改为上下布局 */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

 @media screen and (max-height: 800px) {
.header {
  padding: 0px;
  height:10%;
  text-align: center;
  background: #4877FB;
}

.row{
  height:90%;

} 

 @media screen and (max-height: 700px) {
.header {
  padding: 0px;
  height:12%;
  text-align: center;
  background: #4877FB;
}

.row{
  height:88%;

} 

 @media screen and (max-height: 600px) {
.header {
  padding: 0px;
  height:14%;
  text-align: center;
  background: #4877FB;
}

.row{
  height:86%;

} 

 @media screen and (max-height: 400px) {
.header {
  padding: 0px;
  height:16%;
  text-align: center;
  background: #4877FB;
}

.row{
  height:84%;

} 

</style>
</head>
<body>

    <div class="header">
        <div class="header_left">
            <img src="../images/logo.png"  width="80%" height="45" style="margin-left:0px;margin-top:2vh;margin-left:0px;" >
        </div>
        <div class="header_right">
            <div class="header_right_1">
                <img src="../images/login_out.png"  width="22" height="22" style="margin-left:0px;margin-top:2vh;margin-left:0px;" >
            </div>
            <div class="header_right_2">
                <div style="color:#FFFFFF;margin-top: 2.5vh;font-family: "Microsoft YaHei";font-size:14px;text-align:center;">admin</div>
            </div>
            <div class="header_right_3">
                <img src="../images/user.jpg"  width="35" height="35" style="border-radius:50%;margin-left:0px;margin-top:1.6vh;margin-left:0px;" >
            </div>
            <div class="header_right_4">
                <img src="../images/warn.png"  width="20" height="20" style="margin-left:0px;margin-top:2.5vh;margin-left:0px;" >
            </div>
            <div class="header_right_5">
                <div class="header_right_5_1">
                    <div>
                        <img src="../images/seach2.png"  width="25" height="25" style="float:left;margin-left:10px;margin-top:8px;" >
                    </div>
                    <div>
                        <input type="text" id="fname" placeholder="搜索" style="margin-top:12px;BACKGROUND-COLOR: transparent;border:0px solid black;">
                    </div>
                </div>
            </div>
        </div>
    </div>
    
    <div class="row">
      <div class="leftcolumn">
          <ul>
            <li><a href="#news"><img src="../images/营销管理.png"  width="16" height="16" style="" >营销管理</a></li>
            <li><a href="#contact"><img src="../images/营销统计.png"  width="16" height="16" style="" >营销统计</a></li>
            <li><a href="#about"><img src="../images/工作流程.png"  width="16" height="16" style="" >工作流程</a></li>
         </ul>
      </div>
      
      <div class="centercolumn">
        <div class="centerBox">
            <h1 style="margin:0px;text-align:center;font-size:50px;">主体区域</h1>
        </div>
      </div>
      
      <div class="rightcolumn">
        <div class="rightBox">
            <h4>本月招生统计</h4>
            <table>
                <tr>
                    <td><div class="td_up">26</div><br><div class="td_down">新增资源</div></td>
                    <td><div class="td_up">12</div><br><div class="td_down">入学生源</div></td>
                </tr>
                <tr>
                    <td><div class="td_up">4</div><br><div class="td_down">执行跟踪</div></td>
                    <td><div class="td_up">0</div><br><div class="td_down">丢单数量</div></td>
                </tr>
            </table>
            <h4>本年课销统计</h4>
            <table>
                <tr>
                    <td><div class="td_up">820</div><br><div class="td_down">应消课数</div></td>
                    <td><div class="td_up">566</div><br><div class="td_down">实消课数</div></td>
                </tr>
                <tr>
                    <td><div class="td_up">254</div><br><div class="td_down">欠费课时</div></td>
                    <td><div class="td_up">50600</div><br><div class="td_down">欠费金额</div></td>
                </tr>
            </table>
        </div>
      </div>
    </div>

</body>
</html>

三、项目结构


image.png

四、总结
4.1、“height:98vh;”中vh表示浏览器的高度,98vh表示98%的浏览器高度,vw表示浏览器的宽度
4.2、@media screen and (max-width: 1600px) { },这个表示响应式布局 - 屏幕尺寸宽度小于1600px 时,会发生的布局变化,同理@media screen and (max-height: 1600px) { }表示响应式布局 - 屏幕尺寸高度小于1600px 时,会发生的布局变化
4.3、要显示圆形图片,只需要在图片上加“border-radius:50%;”属性
4.4、背景透明:BACKGROUND-COLOR: transparent;
4.5、字体设置:font-family: "Microsoft YaHei";微软雅体;font-style:normal;字体风格;font-weight:normal;字体粗细;font-size:20px;字体大小

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 206,126评论 6 481
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 88,254评论 2 382
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 152,445评论 0 341
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 55,185评论 1 278
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 64,178评论 5 371
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,970评论 1 284
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,276评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,927评论 0 259
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 43,400评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,883评论 2 323
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,997评论 1 333
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,646评论 4 322
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,213评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,204评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,423评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,423评论 2 352
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,722评论 2 345

推荐阅读更多精彩内容