This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop-wechat/components/diy/search/search.wxss

34 lines
479 B
Plaintext
Raw Normal View History

2020-04-25 22:59:04 +08:00
/* common.wxss */
/* @import "/utils/common.wxss"; */
/* 搜索框 */
.diy-search {
background: #f1f1f2;
padding: 20rpx 20rpx;
font-size: 26rpx;
}
.diy-search .inner {
height: 60rpx;
background: #fff;
overflow: hidden;
}
.diy-search .inner.radius {
border-radius: 10rpx;
}
.diy-search .inner.round {
border-radius: 60rpx;
}
.diy-search .inner .search-input {
height: 60rpx;
/* width: 100%; */
line-height: 60rpx;
color: #999;
padding: 0 20rpx;
}