39 lines
610 B
Plaintext
39 lines
610 B
Plaintext
|
/* pages/search/search.wxss */
|
||
|
.example-search {
|
||
|
background-color: #fff;
|
||
|
padding: 16rpx 32rpx;
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
width: 91%;
|
||
|
z-index: 99;
|
||
|
}
|
||
|
.bottomSave{
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
width: 100vw ;
|
||
|
}
|
||
|
.t-button {
|
||
|
width: 100%;
|
||
|
}
|
||
|
.search-wrap {
|
||
|
background-color: white;
|
||
|
padding-bottom: 100rpx;
|
||
|
|
||
|
}
|
||
|
|
||
|
.line {
|
||
|
width: 100%;
|
||
|
height: 30rpx;
|
||
|
margin-top: 100rpx;
|
||
|
background-color: #f5f5f5;
|
||
|
}
|
||
|
|
||
|
.search-item {
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(0, 0, 0, .68);
|
||
|
}
|
||
|
|
||
|
.search-item view {
|
||
|
padding: 32rpx;
|
||
|
border-bottom: 1rpx solid rgba(0, 0, 0, .048);
|
||
|
}
|