HTML+CSS实现小米官网首页(二)

简介: HTML+CSS实现小米官网首页

HTML+CSS实现小米官网首页(一)https://developer.aliyun.com/article/1382510


CSS(login)部分源代码如下:

*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
body{
    background-color: #F9F9F9;
}
.top{
    width: 786px;
    height: 520px;
    background-color: white;
    margin: 0 auto;
    padding: 0 34px 30px 34px;
}
.title{
    display: block;
    width: 55px;
    height: 55px;
    background-image: url(images/mi-logo.png);
    background-color: #FF6700;
    background-position: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.top h4{
    display: block;
    color: #333;
    width: 786px;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
}
.middle{
    margin: 0 0 0 130px;
    color: #757575;
}
.middle input{
    border:1px solid #757575;
}
.p{
    color:red;
    margin-left:20px;
    display:inline-block;
}
.c{
    color:red;
    margin-left:4px;
    display:inline-block;
}
.l{
    font-size:18px;
}
.d{
    display:inline;
}
.i{
    height:30px;
    width:300px;
}
.footer{
    display: block;
    height: 30px;
    margin: 100px 0 0 600px;
}
.footer li{
    float: left;
}
.footer li a ,
.footer li span {
    color: #757575;
    font-size: 14px;
}
.footer li a{
display: inline-block;
    height: 19px;
    padding: 0 10px;
    text-align: center;
}
.footer li a:hover{
    color: #FF6700;
}

CSS(message)部分源代码如下:

*{
    margin: 0px;
    padding: 0;
}
.w{
    width: 1226px;
    margin: 0 auto;
}
li{
    list-style: none;
}
a{
    color: black;
    text-decoration: none;
}
.header_middle{
    width: 100%;
    height: 40px;
    background-color: #333333;
}
.header_middle ul li{
    float:left;
    padding-right: 15px;
}
.header_middle a{
    color: #b0b0b0;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.header_middle a:hover{
    color: white;
}
.right{
    margin-left: 175px;
}
.shopping{
    text-align:center;
    width: 120px;
    background-color:rgba(0,0,0,.3);
}
.top_logo{
    margin-top: 20px;
    height: 78px;
}
.logo{
    float: left;
    display:block;
    width: 55px;
    height: 55px;
    background-image: url(images/mi-logo.png);
    background-color:#FF6700 ;
    background-position: 50%;
}
.list{
    float: left;
    margin-left: 190px;
}
.list li{
    float: left;
}
.list li a{
    color: #333;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    padding-right: 15px;
}
.list li a:hover{
    color:#FF6700 ;
}
.search_btn{
    display: block;
    float: right;
    width:52px ;
    height: 50px;
    border: 1px solid #e0e0e0;
    background-image: url(images/search_before.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    border-left: 0;
    padding: 0 6px;
}
.search_btn:hover{
    background-color: #FF6700;
    background-image: url(images/search_after.png);
}
.search{
    float: right;
    width:245px ;
    height: 50px;
    border: 1px solid #e0e0e0;
}
.search .search-text{
    border: 0;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}
/* 中间部分开始 */
.middle{
    background-color: #F5F5F5;
}
.middle .title{
    height: 41px;
    font-size: 16px;
    color: #333;
    line-height: 41px;
}
.middle .contain{
    height: 955px;
}
.middle .contain .contain_left{
    float: left;
    width: 234px;
    height: 883px;
    background-color: white;
    padding: 36px 0;
}
.middle .contain .contain_left h3{
    width: 138px;
    height: 52px;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    color: #333;
    margin-left: 45px;
}
.middle .contain .contain_left li{
    width: 138px;
    padding: 6px 0;
    margin-left: 45px;
}
 a{
    font-size: 14px;
    color: #757575;
}
a:hover{
    color: #FF6700;
}
.middle .contain .contain_right{
    float: right;
    width: 882px;
    height: 192px;
    background-color: white;
    padding: 36px 48px;
}
.middle .contain .contain_right h1{
    display: block;
    height: 68px;
    font-size: 30px;
    font-weight: 400;
    line-height: 68px;
    color: #757575;
}
.middle .contain .contain_right .more_message{
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #e0e0e0;
}
.middle .contain .contain_right .more_message li{
    float: left;
    width: 84px;
    height: 20px;
}
.sep{
    /* float: left; */
    font-family: sans-serif;
    line-height: 40px;
    font-size: 12px;
    color: #b0b0b0;
    margin-right: 10px;
    margin-left: 12px;
}
.date{
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    color: #b0b0b0;
}
.color{
    height: 80px;
    background-color: #F5F5F5;
}
/* 尾部开始 */
/* 服务模块开始 */
.tool{
    height: 330px;
}
.tool .tool_header{
height: 80px;
border-bottom: 1px solid #e0e0e0;
}
.tool .tool_header li{
    float: left;
     width: 243px;
     height: 25px;
     margin-top: 27px;
     border-left: 1px solid #e0e0e0;
}
.tool .tool_header li .pic{
    float: left;
    width: 25px;
    height: 25px;
    background-image: url(images/footer_tool1_before.png);
    background-size: 100%;
}
.tool .tool_header li a{
    display: block;
    width: 150px;
    height: 17px;
    font-size: 16px;
    color: #616161;
    padding-right: 0px;
    text-align: center;
    padding-left: 60px;
}
.tool .tool_header li a:hover{
color: #FF6700;
}
.tool_footer{
    height: 250px;
    padding: 40px 0;
}
.tool_footer ul h3{
    margin-bottom:26px;
    font-weight: 400;
}
.tool_footer ul li{
    margin-top: 10px;
}
.tool_footer ul li a{
    color: #616161;
    font-size: 12px;
}
.tool_footer ul li a:hover{
    color: #FF6700;
}
.col_links{
    width: 160px;
    float: left;
}
.col_links_last{
    float: right;
    width: 252px;
    height: 110px;
    border-left: 1px solid #e0e0e0;
    text-align: center;
}
.col_links_last p{
    margin-bottom:5px;
}
.col_links_last .phone{
color:#FF6700 ;
font-weight: 700;
font-size: 22px;
}
.phone_time{
    font-size: 12px;
    color: #616161
}
.col_links_last>a{
    display: block;
    width: 120px;
    height: 30px;
    color:#FF6700;
    margin-left: 50px;
    border:1px solid #FF6700;
}
.col_links_last>a span{
    line-height: 30px;
}
.col_links_last>a:hover{
background-color: #FF6700;
color: white;
}
.col_links_last div{
    text-align: left;
    margin-left: 50px;
    margin-top: 8px;
    font-size: 14px;
    color: #616161
}
.col_links_last div img{
    width: 13%;
}
.info_header{
    height: 89px;
}
.info_left{
    float: left;
    height: 89px;
}
.info_header .logo{
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 70%;
}
.info_logo_text1 a,
.info_logo_text2,
.info_logo_text2 a,
.info_logo_text1 span{
    font-size: 12px;
}
.info_logo_text2 a:hover,
.info_logo_text1 a:hover{
    color: #FF6700;
}
.info_logo_text1 a,
.info_logo_text1 span{
    color: #757575;
}
.info_logo_text2,
.info_logo_text2 a{
    color: #b0b0b0;
}
.info_middle{
    width: 1226px;
    margin: 0 auto;
}
.info_middle .pic_first{
    margin:5px 0 0 70px;
}
.info_middle img{
    width: 85px;
    height: 28px;
}
.info_middle .pic_last{
    width: 105px;
    height: 40px;
}
.info_footer{
text-align: center;
margin-top: 30px;
}
相关文章
|
13天前
|
移动开发 前端开发 JavaScript
[HTML、CSS]细节与使用经验
本文总结了前端开发中的一些重要细节和技巧,包括CSS选择器、定位、层级、全局属性、滚轮控制、轮播等。作者以纯文字形式记录,便于读者使用<kbd>Ctrl + F</kbd>快速查找相关内容。文章还提供了示例代码,帮助读者更好地理解和应用这些知识点。
36 1
[HTML、CSS]细节与使用经验
|
14天前
|
移动开发 前端开发 JavaScript
[HTML、CSS]知识点
本文涵盖前端知识点扩展、HTML标签(如video、input、canvas)、datalist和details标签的使用方法,以及CSS布局技巧(如margin、overflow: hidden和动态height)。文章旨在分享作者的学习经验和实用技巧。
28 1
[HTML、CSS]知识点
|
1月前
|
前端开发 JavaScript 搜索推荐
打造个人博客网站:从零开始的HTML和CSS之旅
【9月更文挑战第32天】在这个数字化的时代,拥有一个个人博客不仅是展示自我的平台,也是技术交流的桥梁。本文将引导初学者理解并实现一个简单的个人博客网站的搭建,涵盖HTML的基础结构、CSS样式的美化技巧以及如何将两者结合来制作一个完整的网页。通过这篇文章,你将学会如何从零开始构建自己的网络空间,并在互联网世界留下你的足迹。
|
9天前
|
移动开发 JavaScript 前端开发
html table+css实现可编辑表格的示例代码
html table+css实现可编辑表格的示例代码
|
6天前
|
前端开发 JavaScript
用HTML CSS JS打造企业级官网 —— 源码直接可用
必看!用HTML+CSS+JS打造企业级官网-源码直接可用,文章代码仅用于学习,禁止用于商业
33 1
|
11天前
|
前端开发 JavaScript 安全
HTML+CSS+JS密码灯登录表单
通过结合使用HTML、CSS和JavaScript,我们创建了一个带有密码强度指示器的登录表单。这不仅提高了用户体验,还帮助用户创建更安全的密码。希望本文的详细介绍和代码示例能帮助您在实际项目中实现类似功能,提升网站的安全性和用户友好性。
22 3
|
21天前
|
JSON 移动开发 数据格式
html5+css3+js移动端带歌词音乐播放器代码
音乐播放器特效是一款html5+css3+js制作的手机移动端音乐播放器代码,带歌词显示。包括支持单曲循环,歌词显示,歌曲搜索,音量控制,列表循环等功能。利用json获取音乐歌单和歌词,基于html5 audio属性手机音乐播放器代码。
72 6
|
20天前
|
前端开发
HTML 样式- CSS3
内部样式表适用于单个文件的特别样式,通过&lt;head&gt;部分的&lt;style&gt;标签定义;外部样式表适用于多个页面,通过&lt;link&gt;标签引用外部CSS文件;&lt;style&gt;定义样式,&lt;link&gt;引用资源;已弃用的标签有&lt;font&gt;、&lt;center&gt;、&lt;strike&gt;,属性有color和bgcolor。
|
20天前
HTML 样式- CSS2
HTML样式实例展示了如何使用`font-family`、`color`和`font-size`属性来定义字体样式,以及使用`text-align`属性来设置文本的对齐方式。示例包括标题和段落的样式设置。