1 Star 0 Fork 0

luzhen/html5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
column.css 9.99 KB
一键复制 编辑 原始数据 按行查看 历史
luzhen 提交于 2020-03-29 20:17 . 网页实践项目作业
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
@charset "utf-8";
#headline{
width: 100%;
min-width: 1263px;
height: 300px;
/* background-color: red; */
/* background: url("./headline.jpg") no-repeat center; */
background: linear-gradient(to bottom right,rgba(0,0,0,0.5),rgba(0,0,0,0.0)),url("./headline.jpg") no-repeat center;
}
#headline .center{
width: 1263px;
height: 300px;
/* background-color: blue; */
margin: 0 auto;
}
#headline hgroup{
padding: 100px 0 0 50px;
}
#headline h2{
color: #eee;
font-size: 36px;
letter-spacing: 1px;
}
#headline h3{
color: #eee;
letter-spacing: 1px;
font-size: 20px;
}
#container{
width: 1263px;
/* height: 1200px;
background-color: red; */
margin: 30px auto;
}
#container .sidebar{
width: 340px;
/* height: 1200px; */
/* background-color: #eee; */
float: right;
}
/* #container .list{
width: 900px; */
/* height: 1200px; */
/* background-color: #ccc;
float: left;
} */
#container .sidebox{
/* background-color: red; */
border: 1px solid #eee;
text-align: center;
margin: 0 0 10px 0;
}
#container .sidebox h2{
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
height: 40px;
line-height: 40px;
text-indent: 10px;
background-color: #fafafa;
color: #666;
text-align: left;
}
#container .tag{
padding: 10px 0;
}
#container .tag li{
display: inline-block;
margin: 2px 0;
width: 100px;
height: 35px;
line-height: 35px;
color: #999;
background-color: #eee;
text-align: left;
text-indent: 8px;
}
#container .tag a{
color: #999;
display: block;
}
#container .tag a:hover{
background-color: #458b00;
color: #fff;
}
#container .figure{
padding: 10px 0;
}
#container .hot figure{
display: inline-block;
color: #666;
padding: 4px;
}
#container .box{
padding: 10px 0;
}
#container .box a{
display: inline-block;
margin: 2px 0;
width: 150px;
height: 40px;
line-height: 40px;
color: #999;
background-color: #eee;
text-align: left;
text-indent: 35px;
}
#container .box a.trea1{
background: #eee url(./trea1.png) no-repeat 10px center;
}
#container .box a.trea2{
background: #eee url(./trea2.png) no-repeat 10px center;
}
#container .box a.trea3{
background: #eee url(./trea3.png) no-repeat 10px center;
}
#container .box a.trea4{
background: #eee url(./trea4.png) no-repeat 10px center;
}
#container .list{
width: 910px;
/* height: 1200px;
background-color: #ccc; */
float: left;
}
#container .info{
height: 45px;
line-height: 45px;
margin: 0 0 20px 0;
background-color: #eee;
}
#container ul.left{
display: inline-block;
float: left;
}
#container ul.left li{
width: 150px;
height: 43px;
line-height: 43px;
font-size: 18px;
display: inline-block;
}
#container ul.left li a{
display: block;
text-align: center;
color: #666;
}
#container ul.left li:first-child{
background-color: #fff;
border-top: 2px solid #458b00;
position: relative;
left: 1px;
}
#container ul.right{
padding: 0 20px 0 0;
float: right;
}
#container ul.right li{
width: 60px;
height: 45px;
line-height: 45px;
font-size: 16px;
display: inline-block;
text-align: center;
}
#container ul.right li a{
padding: 3px 8px;
color:#666;
}
#container ul.right li a.selected,#container ul.right li a:hover{
background-color: #458B00;
color: #fff;
}
#container .tour{
height: 230px;
/* background-color: red; */
border: 1px solid #eee;
margin: 0 0 20px 0;
position: relative;
}
#container .tour img{
float: left;
}
#container .tour figcaption{
width: 528px;
height: 230px;
float: right;
}
#container .tour hgroup{
width: 300px;
}
#container .tour h2{
font-size: 24px;
font-weight: normal;
padding: 10px 0 10px 25px;
color: #333;
}
#container .tour h3{
font-size: 16px;
font-weight: normal;
line-height: 1.5;
padding: 10px 0 10px 25px;
color: #666;
}
#ontainer .tour ol{
padding: 0 0 0 25px;
color: #666;
line-height: 2;
}
#container .tour mark{
padding: 0px 5px;
border-radius: 4px;
color: #458B00;
border: 1px solid #458B00;
background-color: #fff;
}
#container .tour .buy{
position: absolute;
top: 55px;
right: 30px;
}
#container .tour s{
font-size: 16px;
color: #999;
}
#container .tour .price{
font-size: 20px;
color: #f60;
}
#container .tour strong{
font-size: 36px;
}
#container .tour .reserve{
margin: 10px 0 0 0;
}
#container .tour .reserve a{
display: inline-block;
width: 152px;
height: 40px;
line-height: 40px;
border-radius: 4px;
background-color: #f60;
color: #fff;
font-size: 20px;
text-align: center;
}
#container .tour .type{
width: 90px;
height: 25px;
line-height: 25px;
text-align: center;
border-bottom-right-radius: 4px;
background-color: #59b200;
font-size: 14px;
color: #fff;
letter-spacing: 1px;
position: absolute;
top: 0;
left: 0;
}
#container .tour .disc{
/* background-color: red; */
width: 52px;
height: 52px;
background: url("./disc.png") no-repeat;
position: absolute;
top: 0;
right: 0;
}
#container .tour .disc span{
/* background-color: red; */
width: 52px;
height: 52px;
display: block;
font-size: 14px;
color: #ff7a4d;
transform: rotate(45deg);
padding: 5px 0 0 0;
}
#container .tour footer{
background-color: #fafafa;
width: 528px;
height: 35px;
line-height: 35px;
text-indent: 25px;
color: #666;
position: initial;
bottom: 0;
letter-spacing: 1px;
}
#container .tour time{
/* background-color: red; */
color: #458B00;
}
#container .list .more{
background-color: #fafafa;
width: 300px;
height: 50px;
line-height: 50px;
text-align: center;
border: 1px solid #ccc;
border-radius: 10px;
font-size: 10px;
margin: 10 auto;
cursor: pointer;
}
#container .ticket{
color: #666;
}
#container .ticket{
height: 40px;
line-height: 40px;
font-size: 30px;
font-weight: normal;
border-bottom: 1px dashed #999;
padding: 0 0 15px 0;
/* background-color: red; */
}
#container .ticket .type{
font-size: 20px;
margin: 20px 0 10px 0;
/* background-color: red; */
}
#container .ticket .type mark{
color: #fff;
background-color: #458B00;
padding: 5px 8px;
border-radius: 4px;
margin: 0 10px 0 16px;
}
#container .ticket .form{
/* background-color: red; */
font-size: 20px;
}
#container .ticket .form p{
line-height: 3;
}
#container .ticket .form input{
background-color: #fff;
width: 250px;
height: 30px;
border: 1px solid #ccc;
border-radius: 4px;
padding: 5px;
font-size: 18px;
color: #666;
margin: 0 0 0 16px;
}
#container .ticket .left{
/* background-color: red; */
width: 43%;
display: inline-block;
}
#container .ticket .right{
/* background-color: red; */
width: 43%;
display: inline-block;
}
#container .ticket .button{
/* background-color: red; */
width: 9%;
display: inline-block;
}
#container .ticket .submit{
background-color: #f60;
width: 90px;
height: 90px;
line-height: 90px;
border-radius: 4px;
color: #fff;
font-size: 20px;
/* text-align: center; */
border: none;
cursor: pointer;
position: relative;
top: -28px;
}
#container .ticket .new{
margin: 20px 0 0 0;
font-size: 20px;
}
#container .ticket .new ul{
margin: 20px 0 0 0;
}
#container .ticket .new li{
display: inline-block;
padding: 5px 10px;
}
#container .ticket .new li:first-child{
padding: 0;
}
#container .ticket .new li:nth-child(2){
color: #fff;
background-color: #458B00;
border-radius: 4px;
}
#container .ticket table{
/* background-color: red; */
width: 100%;
border-collapse: collapse;
margin: 20px 0 0 0;
border: 1px solid #ddd;
}
#container .ticket table th{
/* background-color: red; */
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ddd;
font-weight: normal;
}
#container .ticket table td{
height: 50px;
line-height: 50px;
text-align: center;
border-bottom: 1px solid #ddd;
/* background-color: red; */
}
#container .ticket table tr:nth-child(2n){
background-color: #fafafa;
}
#container .ticket table tr:hover{
background-color: #eee;
}
#container .ticket .price{
color: #f60;
}
#container .ticket .more2{
text-align: center;
font-size: 18px;
margin: 0 auto;
cursor: pointer;
display: block;
color: #666;
}
#container .ticket .reserve{
display: inline-block;
width: 80px;
height: 35px;
line-height: 35px;
border-radius: 4px;
background-color: #f60;
color: #fff;
font-size: 20px;
text-align: center;
}
#container .scenery figure{
/* background-color: red; */
border: 1px solid #ddd;
display: inline-block;
padding: 4px;
border-radius: 4px;
width: 435px;
margin: 15px 5px 15px 0;
text-align: left;
}
#container .scenery figcaption{
/* background-color: red; */
text-align: center;
padding: 5px 0;
font-size: 20px;
color: #666;
}
#container .about p{
font-size: 20px;
color: #666;
line-height: 2;
margin: 20px 0;
/* background-color: red; */
}
#container .about address{
font-style: normal;
font-style: 20px;
color: #666666;
margin: 20px 0;
line-height: 1.6;
/* background-color: red */
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lu_zhen17060060/html5.git
git@gitee.com:lu_zhen17060060/html5.git
lu_zhen17060060
html5
html5
master

搜索帮助