图片垂直居中
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.box{
width: 100%;
height: 40px;
border:1px solid gray;
font-size: 12px;
font-family: "Microsoft YaHei UI";
line-height: 40px;
}
/*img{*/
/*!*垂直方向上的对齐方式*!*/
/*vertical-align: middle;*/
/*!**/
/*通常去处理图片和文字垂直方向上的对齐方式*/
/**!*/
/*}*/
.box_b{
width: 400px;
height: 100px;
border:1px solid #dedede;
line-height: 100px;
/*text-align: center;*/
}
.box_b img{
border:1px solid fuchsia;
width: 50px;
vertical-align: middle;
}
</style>
</head>
<body>
<!--
vertical-align : middle
-->
<div class="box">
<img src="img/ws_n_2.png" alt="">
<span>
阴 33~24度
</span>
</div>
<div class="box_b">
<img src="img/food_3.jpg" alt="">
<span>趣多多</span>
</div>
</body>
</html>
效果
排成一排
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
*{
margin: 0;
padding: 0;
}
ul{
width: 694px;
height: 50px;
list-style:none;
/*font-size: 0;*/
display: flex;
/*弹性盒子*/
/*outline: 5px solid red;*/
/*外边距*/
/*opacity: 0.5;*/
/*透明度*/
}
li{
width: 100px;
height: 50px;
/*display: inline-block;*/
border: 1px solid gold;
font-size: 16px;
color: pink;
text-align: center;
line-height: 50px;
/*margin-left: -1px;*/
/*box-sizing: border-box;*/
/*怪异盒模型*/
}
li:hover{
background-color: orangered;
color: white;
cursor: pointer;
}
</style>
</head>
<body>
<ul>
<li>首页</li>
<li>公司简洁</li>
<li>解决方案</li>
<li>公司新闻</li>
<li>行业动态</li>
<li>招贤纳才</li>
<li>联系我们</li>
</ul>
</body>
</html>
效果
设置快捷键
- 第一步 File
- 第二步 Settings
- 第三步
第四步 鼠标单击右上角的加号
选一
第五步
单机底下
Define
出来
选择你所要勾选的内容
第六步 单机OK