console
<div class="container">
<div class="content">
<p>
949年,国民党拟定了一份“秘杀名单”,上面开列了有起义倾向国民党军高级军官,及国统区的爱国民主人士数十人。共产党中央命令潜伏在国民党国防部的地下党员沈剑秋搞到名单,以保护这批人士。国防部保密局上海中心局局长严敬尧、副局长方汝州、保密局女特工叶梦辛、委员长侍...
</p>
</div>
<div class="sendWrapper">
<input type="text" class="inpt">
<a href="javascript:void(0);" class="send-btn">发送</a>
</div>
</div>
html,body{
width:100%;
height:100%;
margin:0;
paddign:0;
}
input,a,.content{
box-sizing:border-box;
}
input{
margin:0;
padding:0;
}
.container{
display:flex;
flex-direction:column;
width:100%;
height:100%;
}
.content{
width:100%;
flex:1;
background-color:gray;
color:white;
overflow-y:auto;
padding:5px 5px 0;
}
.sendWrapper{
height:30px;
display:flex;
}
.inpt{
flex:1;
height:30px;
}
.send-btn{
text-decoration:none;
text-align:center;
display:block;
color:white;
background-color:green;
width:100px;
height:30px;
line-height:30px;
}