vr-shopxo-uniapp/pages/plugins/brand/index/index.css

29 lines
455 B
CSS

/**
* 分类导航
*/
.nav-list {
height: 80rpx;
}
.nav-list .item {
padding: 20rpx;
display: inline-block;
position: relative;
}
/**
* 数据列表
*/
.data-list .item {
width: calc(50% - 10rpx);
margin-bottom: 20rpx;
}
.data-list .item:nth-child(2n) {
float: right;
}
.data-list .item:nth-child(2n+1) {
float: left;
}
.data-list .item image {
width: 100%;
height: 160rpx !important;
}