1 Star 0 Fork 0

Lfj/html5study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
Lfj 提交于 2020-03-30 19:56 . 修改整理
@charset "utf-8";
#search{
widows: 100%;
min-width: 1263px;
height: 600px;
background: url("./img/search.jpg") no-repeat center;
position: relative;
}
#search .center{
width: 600px;
height: 60px;
background-color: #000;
position: absolute;
top: 50%;
left: 50%;
margin: -30px 0 0 -300px;
opacity: 0.6;
border-radius: 10px;
}
#search .search{
width: 446px;
height: 54px;
background-color: #eee;
position: absolute;
top: 50%;
left: 50%;
margin: -27px 0 0 -296px;
color: #666;
border: 1px solid #666;
border-radius: 10px;
font-size: 24px;
padding: 0 10px;
outline: none;
}
#search .button{
width: 120px;
height: 54px;
background-color: #eee;
position: absolute;
top: 50%;
left: 50%;
margin: -27px 0 0 175px;
color: #666;
border: 1px solid #666;
border-radius: 10px;
font-size: 24px;
outline: none;
cursor: pointer;
font-weight: bold;
}
#tour{
width: 1263px;
height: 1150px;
margin: 0px auto;
margin: 30px auto;
text-align: center;
}
/* #tour .center{
text-align: center;
} */
#tour .center h2{
font-size: 45px;
letter-spacing: 2px;
color: #666;
margin: 10px 0;
}
#tour .center p{
color: #666;
margin: 10px 0;
}
#tour figure{
border: 1px solid #ddd;
display: inline-block;
padding: 4px;
border-radius: 4px;
margin: 15px 12px;
width: 380px;
text-align: left;
position: relative;
}
#tour figure img{
vertical-align: middle;
}
#tour figure figcaption{
color: #777;
font-size: 14px;
letter-spacing: 2px;
list-style: 1.5;
letter-spacing: 1px;
font-size: 14px;
}
#tour .title{
color: #333;
font-weight: normal;
}
#tour .info{
padding: 5px 0 0 0;
}
#tour .sat{
float: right;
font-size: 13px;
color: #999;
font-style: normal;
position: relative;
top: 5px;
right: 5px;
}
#tour .price{
color: #f60;
}
#tour .price strong{
font-size: 20px;
letter-spacing: 1px;
}
#tour .type{
width: 90px;
height: 25px;
list-style: 25px;
text-align: center;
font-size: 14px;
color: #fff;
background-color: #59b200;
position: absolute;
top: 4px;
left: 4px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lfjlfj/html5study.git
git@gitee.com:lfjlfj/html5study.git
lfjlfj
html5study
html5study
master

搜索帮助