67 lines
1.2 KiB
Plaintext
67 lines
1.2 KiB
Plaintext
/* pages/o2oSearch/o2oSearch.wxss */
|
|
.search {
|
|
overflow: hidden;
|
|
background: #fff;
|
|
border-bottom: 2rpx solid #f5f5f5;
|
|
width: 100%;
|
|
padding-bottom: 10rpx;
|
|
position: relative;
|
|
z-index: 9;
|
|
}
|
|
|
|
.search .searchBox {
|
|
position: relative;
|
|
font-size: 28rpx;
|
|
width: 600rpx;
|
|
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%;
|
|
}
|
|
|
|
.loadingimg {
|
|
width: 4rem;
|
|
height: 4rem;
|
|
margin: 50px auto;
|
|
}
|
|
|
|
.loadingimg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|