23 lines
404 B
CSS
23 lines
404 B
CSS
/*
|
|
* 导航
|
|
*/
|
|
.nav-base .item {
|
|
width: 33.33%;
|
|
}
|
|
|
|
/*
|
|
* 搜索
|
|
*/
|
|
.search-drag {
|
|
width: 35px;
|
|
height: 35px;
|
|
line-height: 48px;
|
|
background: hsla(0, 0%, 0%, 0.01);
|
|
margin-top: calc(100vh - 260rpx);
|
|
margin-left: calc(50% - 17px);
|
|
box-shadow: 0px 3rpx 16rpx rgba(0, 0, 0, 0.2);
|
|
padding: 5px;
|
|
/* #ifdef H5 */
|
|
line-height: 26px;
|
|
/* #endif */
|
|
} |