25 lines
398 B
Plaintext
25 lines
398 B
Plaintext
|
/* pages/search/search.wxss */
|
||
|
.example-search {
|
||
|
background-color: #fff;
|
||
|
padding: 16rpx 32rpx;
|
||
|
}
|
||
|
|
||
|
.search-wrap {
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
.line {
|
||
|
width: 100%;
|
||
|
height: 30rpx;
|
||
|
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);
|
||
|
}
|