初始化代码
This commit is contained in:
37
uniapp/uni-app/unpackage/dist/dev/mp-weixin/components/search.wxss
vendored
Normal file
37
uniapp/uni-app/unpackage/dist/dev/mp-weixin/components/search.wxss
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
|
||||
.search-box {
|
||||
padding: 16rpx 16rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background: #efeff5;
|
||||
}
|
||||
.search-item {
|
||||
width: 100%;
|
||||
height: 70rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 30rpx;
|
||||
padding: 0 0 0 25rpx;
|
||||
line-height: 1;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
.search-item-btn {
|
||||
width: 110rpx;
|
||||
height: 70rpx;
|
||||
font-size: 26rpx;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.search-btn {
|
||||
padding: 0 20rpx 0 40rpx;
|
||||
}
|
||||
.flex-1 {
|
||||
flex: 1;
|
||||
}
|
||||
.icon-md {
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
}
|
||||
.ml-md {
|
||||
margin-left: 16rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user