You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
1.3 KiB
95 lines
1.3 KiB
.container {
|
|
background-color: #F2f2f2;
|
|
}
|
|
|
|
view.section {
|
|
/*display: block;*/
|
|
/*width: 100%;*/
|
|
}
|
|
|
|
/*轮播*/
|
|
.swiper_box {
|
|
/*width: 100%;*/
|
|
height: 157.5px;
|
|
}
|
|
swiper.swiper {
|
|
height: 100%;
|
|
}
|
|
.swiper-item {
|
|
display: block;
|
|
height: 100%;
|
|
}
|
|
.slide-image {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/*分类*/
|
|
.index-nav {
|
|
height: 80px;
|
|
/*background: red;*/
|
|
display: flex;
|
|
flex-direction: row;
|
|
/*align-items: center;*/
|
|
background-color: #fff;
|
|
color: #646464;
|
|
}
|
|
|
|
.index-nav view {
|
|
flex: 1;
|
|
flex-direction: column;
|
|
border-right: 1px solid #F2f2f2;
|
|
}
|
|
.index-nav image {
|
|
width: 38px;
|
|
height: 38px;
|
|
}
|
|
.index-nav text {
|
|
font-size: 16px;
|
|
}
|
|
|
|
|
|
view.text {
|
|
display: flex;
|
|
align-items: center;
|
|
position: relative;
|
|
padding: 10px 10px 10px 12px;
|
|
font-size: 15px;
|
|
color: #656565;
|
|
}
|
|
|
|
view.text:before {
|
|
position: absolute;
|
|
display: block;
|
|
content: ' ';
|
|
left: -5px;
|
|
width: 2px;
|
|
height: 100%;
|
|
background-color: #09bb07;
|
|
}
|
|
.line_y {
|
|
width: 3px;
|
|
height: 100%;
|
|
height: 18px;
|
|
display: inline-block;
|
|
background-color: #09bb07;
|
|
}
|
|
view.text text {
|
|
margin-left: 10px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.item {
|
|
margin-bottom: 7px;
|
|
height: 126px;
|
|
}
|
|
|
|
.nr11{
|
|
|
|
}
|
|
.nr11 image{
|
|
width: 100%;
|
|
height: 280rpx;
|
|
} |