扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
这篇文章将为大家详细讲解有关怎么使用CSS模仿百度首页,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
网站建设哪家好,找创新互联公司!专注于网页设计、网站建设、微信开发、小程序设计、集团企业网站建设等服务项目。为回馈新老客户创新互联还提供了南川免费建站欢迎大家使用!
* {
margin: 0;
padding: 0;
}
.header {
text-align: right;
padding-top: 25px;
}
.header a {
color: black;
font-size: 14px;
font-weight: bold;
margin-left: 10px;
margin-right: 10px;
}
.header a:hover {
color: blue;
}
.menu {
list-style:none;
display:none;
background-color: #f4f4f4;
/*定位*/
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 500px;
}
/*鼠标置于更多产品上时显示*/
.more:hover+.menu {
display: block;
}
.more {
background-color: #38f;
color: white;
font-size: 14px;
padding: 5px;
}
.content {
margin-top: 60px;
}
.search {
/*给定宽度 结合左右margin auto实现水平居中*/
width: 650px;
margin: 0 auto;
/*让块内部的行内元素和文本水平居中*/
text-align: center;
}
#input {
width: 460px;
height: 30px;
border: 1px solid gray;
outline: none;
}
/*聚焦时*/
#input:focus {
border: 1px solid #38f;
}
#go {
color:white;
padding: 7px 18px;
font-size: 14px;
background-color: #38f;
text-decoration: none;
vertical-align: middle;
}
关于“怎么使用CSS模仿百度首页”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流