请问这种css怎么写出来的啊,请给个完整代码吧,把字体调大了input框就会对不齐?
2个回答
展开全部
line-height:15px;(控制行间距)font-weight: bold;(控制字体加粗) font-size: 14px;(控制字体大小)color:#000000;(控制字体颜色)font-family:宋体;(注明是什么字体)基本上就这几个参数,有不懂的可以追问
追问
给个源码吧,我想看看完整的源码!
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
展开全部
<style>
*{
margin: 0;
padding: 0;
}
.box{
position: fixed;
bottom: 0px;
width: 100%;
height: 70px;
background: tan;
}
.box div{
width: 404px;
margin: 23.5px auto;
color: white;
}
.box div b{
font-size: 25px;
vertical-align: top;
}
input{
width: 257px;
height: 31px;
vertical-align: bottom;
border-radius: 12px;
padding-left: 10px;
font-size: 15px;
outline: none;
}
span{
display: inline-block;
width: 51px;
height: 35px;
background: red;
line-height: 31px;
text-align: center;
margin-left: 4px;
}
</style>
</head>
<body>
<div class="box">
<div>
<b>吐槽:</b><input type="text"/><span>发射</span>
</div>
</div>
</body>
这样就可以了
*{
margin: 0;
padding: 0;
}
.box{
position: fixed;
bottom: 0px;
width: 100%;
height: 70px;
background: tan;
}
.box div{
width: 404px;
margin: 23.5px auto;
color: white;
}
.box div b{
font-size: 25px;
vertical-align: top;
}
input{
width: 257px;
height: 31px;
vertical-align: bottom;
border-radius: 12px;
padding-left: 10px;
font-size: 15px;
outline: none;
}
span{
display: inline-block;
width: 51px;
height: 35px;
background: red;
line-height: 31px;
text-align: center;
margin-left: 4px;
}
</style>
</head>
<body>
<div class="box">
<div>
<b>吐槽:</b><input type="text"/><span>发射</span>
</div>
</div>
</body>
这样就可以了
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询