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.
10 lines
704 B
10 lines
704 B
3 years ago
|
.nav{height:128rpx;width:100%;}
|
||
|
.search{height:80rpx;width:100%;padding:24rpx 0;}
|
||
|
.search .search-box{width:90%;border-radius: 180rpx;background-color:#fff;height:100%;margin:0 auto;display:flex;justify-content: start;box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.05); }
|
||
|
.search .search-box .search-icon{width:70rpx;height:100%;}
|
||
|
.search .search-box .search-icon image{width:32rpx;height:32rpx;padding:24rpx 0rpx 24rpx 38rpx;}
|
||
|
.search .search-box .search-input{width:590rpx;}
|
||
|
.search .search-box .search-input input{height:100%;width:90%;padding-left:10rpx}
|
||
|
.add{width:90%;margin-left:32rpx;}
|
||
|
.add image{width:160rpx;height:160rpx;}
|
||
|
.add view{width:160rpx;text-align: center;font-size:24rpx;padding:16rpx 0;}
|