vr-shopxo-uniapp/pages/plugins/realstore/search/search.css

18 lines
229 B
CSS

/**
* 位置和搜索
*/
.nav-location {
max-width: 260rpx;
height: 60rpx;
line-height: 60rpx;
}
.nav-search {
width: calc(100% - 260rpx);
}
/**
* 数据列表
*/
.scroll-box {
height: calc(100vh - 180rpx);
}