first commit
This commit is contained in:
80
衣莎项目/源码/衣莎官网源码/css/page/contactus.css
Normal file
80
衣莎项目/源码/衣莎官网源码/css/page/contactus.css
Normal file
@@ -0,0 +1,80 @@
|
||||
@import "../pubilc/_mian.css";
|
||||
|
||||
.wheel{
|
||||
height: 350px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* 内容 */
|
||||
.contactus{
|
||||
width: 1190px;
|
||||
margin: 80px auto 60px;
|
||||
}
|
||||
.contactus-l{
|
||||
width: 58%;
|
||||
float: left;
|
||||
height: 200px;
|
||||
}
|
||||
.contactus-l h3{
|
||||
font-family: MicrosoftYaHei;
|
||||
font-size: 35px;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
line-height: 33px;
|
||||
letter-spacing: 0px;
|
||||
color: #333333;
|
||||
}
|
||||
.contactus-text{
|
||||
margin-top: 36px;
|
||||
}
|
||||
.contactus-text p{
|
||||
line-height: 28px;
|
||||
font-family: MicrosoftYaHei;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0px;
|
||||
color: #333333;
|
||||
}
|
||||
.contactus-r{
|
||||
width: 40%;
|
||||
float: right;
|
||||
height: 200px;
|
||||
}
|
||||
.contactusul li{
|
||||
height: 200px;
|
||||
width: 162px;
|
||||
float: left;
|
||||
margin: 0 30px;
|
||||
text-align: center;
|
||||
}
|
||||
.contactusul li p{
|
||||
margin-top: 15px;
|
||||
font-family: MicrosoftYaHei;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
font-stretch: normal;
|
||||
line-height: 28px;
|
||||
letter-spacing: 0px;
|
||||
color: #666666;
|
||||
}
|
||||
.contli-img{
|
||||
width: 162px;
|
||||
height: 161px;
|
||||
background-color: #f7f7f7;
|
||||
line-height: 161px;
|
||||
text-align: center;
|
||||
}
|
||||
.contli-img img{
|
||||
/* height: 80%; */
|
||||
vertical-align: middle;
|
||||
}
|
||||
/* 地图 */
|
||||
.map{
|
||||
width: 1190px;
|
||||
height: 404px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#allmap{
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
Reference in New Issue
Block a user