cf-wx-app/src/pages/home/home.scss

157 lines
3.3 KiB
SCSS
Raw Normal View History

$themeColor: #FF7142;
2018-11-30 17:30:16 +08:00
.home{
2018-12-03 17:32:48 +08:00
overflow: hidden;
.first-banner ,.third-banner{
.banner-img{
height: 100%;
width: 100%;
2018-11-30 17:30:16 +08:00
}
}
2018-11-30 17:30:16 +08:00
}
2018-12-14 17:10:23 +08:00
.modalBox{
.at-modal-footer--simple{
.at-modal-action{
button:last-child:nth-child(2){
color:$themeColor
2018-12-14 17:10:23 +08:00
}
}
}
}
2018-11-30 17:30:16 +08:00
2018-11-29 17:35:49 +08:00
.container{
2018-11-30 17:30:16 +08:00
//margin-top: 30px;
2018-11-29 17:35:49 +08:00
.title{
2018-11-30 17:30:16 +08:00
padding:20px 20px;
.title-block{
background-color: #3C98FF;
width: 20px;
font-size: 50px;
display: inline-block;
height: 50px;
margin-right: 20px;
vertical-align: middle;
}
.title-text{
font-size: 50px;
vertical-align: middle;
}
2018-11-29 17:35:49 +08:00
.more-link{
2018-11-30 17:30:16 +08:00
// float: right;
margin-left: 50%;
font-size: 30px;
color: #ccc;
vertical-align: middle;
2018-11-29 17:35:49 +08:00
}
}
2018-11-30 17:30:16 +08:00
.customer-demanding{
padding:0 20px;
.demanding-item{
border: #eee solid 1px;
text-align: center;
.item-tag{
color:white;
font-size: 30px;
text-align: right;
.item-tag-text{
padding:5px;
background-color: $themeColor;
2018-11-30 17:30:16 +08:00
}
}
.item-title{
2019-01-08 17:33:52 +08:00
font-size: 40px;
2018-11-30 17:30:16 +08:00
min-height: 21px;
clear: both;
color: $themeColor;
2018-11-30 17:30:16 +08:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.item-address{
padding-top: 5px;
font-size: 35px;
// margin-top: 20px;
}
.item-name{
color: #ccc;
padding-top: 5px;
font-size: 35px;
// margin-top: 10px;
}
.item-button-box{
.item-button{
color:white;
font-size: 30px;
background:linear-gradient(to right, #FF9900, #FF7B00);
width: 150px;
margin:20px auto
}
}
}
}
.shop-box{
padding:0 20px;
2018-12-03 17:32:48 +08:00
.title{
text-align: center;
color: #999;
font-size: 25px;
2018-12-06 17:24:34 +08:00
2018-12-03 17:32:48 +08:00
}
2018-11-29 17:35:49 +08:00
}
2018-12-06 17:24:34 +08:00
.gap{
height:150px;
}
2018-12-03 17:32:48 +08:00
.bottom-nav-box{
.bottom-nav{
height: 20px
}
}
2018-11-30 17:30:16 +08:00
2018-11-29 17:35:49 +08:00
}
2018-11-30 17:30:16 +08:00
.second-banner{
2018-11-29 17:35:49 +08:00
.categories{
display: flex;
flex-wrap: wrap;
flex-direction: row;
text-align: center;
font-size:28px;
margin-top: 10px;
2018-11-29 17:35:49 +08:00
.category-item{
width: 20%;
height: 50%;
margin-top: 10px;
Image{
height: 75px;
width: 75px;
}
2018-11-29 17:35:49 +08:00
}
}
2018-11-30 17:30:16 +08:00
}
.second-banner-level2{
.swipper{
text-align: center;
font-size: 30px;
border-bottom:1px solid #F2F2F2;
2018-11-30 17:30:16 +08:00
.text{
margin-top: 20px
}
}
2018-11-30 17:30:16 +08:00
}
2018-11-30 17:30:16 +08:00
.swiper-sub{
margin-bottom: 0px;
2018-11-29 17:35:49 +08:00
}