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

19 lines
244 B
CSS

/**
* 位置和搜索
*/
.nav-location {
width: 200rpx;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.nav-search {
width: calc(100% - 210rpx);
}
/**
* 数据列表
*/
.scroll-box {
height: calc(100vh - 180rpx);
}