caipan_shop_admin/public/static/css/contact_us.less

70 lines
1.2 KiB
Plaintext
Executable File

.banner {
margin: auto;
min-width: 1200px;
.swiper-pagination-bullet {
width: 30px;
height: 3px;
background: white !important;
border-radius: 0;
}
.banner_img {
width: 100%;
}
}
//
.font_container{
margin: 120px auto;
}
.font_row {
width: 600px;
float: left;
div {
height: 40px;
line-height: 40px;
padding-left: 30px;
font-size: 16px;
text-indent: 10px;
margin: auto auto 20px auto;
}
.tel {
background: url("/static/images/contact_us_06.jpg") no-repeat;
background-size: auto auto;
background-position: left center;
}
.wechat {
background: url("/static/images/contact_us_13.jpg") no-repeat;
background-size: auto auto;
background-position: left center;
}
.address {
background: url("/static/images/contact_us_17.jpg") no-repeat;
background-size: auto auto;
background-position: left center;
}
}
.us_qr_img {
width: 140px;
height: 200px;
text-align: center;
font-size: 16px;
line-height: 30px;
float: left;
margin: auto 30px;
}
.map{
height: 520px;
border:5px solid #d84848;
margin: 50px auto;
}