64 lines
1.1 KiB
Plaintext
64 lines
1.1 KiB
Plaintext
/* pages/StoreSearch/StoreSearch.wxss */
|
|
.search_1 {
|
|
position: relative;
|
|
}
|
|
|
|
.search {
|
|
overflow: hidden;
|
|
background: #fff;
|
|
border-bottom: 2rpx solid #f5f5f5;
|
|
width: 100%;
|
|
padding-bottom: 10rpx;
|
|
}
|
|
|
|
.search .searchBox {
|
|
position: relative;
|
|
font-size: 28rpx;
|
|
width: 540rpx;
|
|
height: 60rpx;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #f2f2f2 none;
|
|
box-sizing: border-box;
|
|
border-radius: 30rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.search .searchBox input {
|
|
vertical-align: middle;
|
|
border: none;
|
|
box-sizing: border-box;
|
|
outline: 0;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
color: #8c8c8c;
|
|
font-size: 28rpx;
|
|
width: 480rpx;
|
|
z-index: 10;
|
|
}
|
|
|
|
.search .searchBox .img-icon {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
color: #a9a9a9;
|
|
opacity: 2;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.search .searchBox .img-icon .img-icon-btn {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin: 0 auto;
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/search.png") no-repeat center center;
|
|
background-size: 80% 80%;
|
|
}
|
|
|
|
.classifyShow {
|
|
position: absolute;
|
|
right: 32rpx;
|
|
top: 0;
|
|
}
|