You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.4 KiB
81 lines
1.4 KiB
/* pages/pbService/wwcx/search/index.wxss */
|
|
.ww-top-search-box {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 20rpx 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 26rpx;
|
|
background: white;
|
|
}
|
|
.ww-top-search-box .picker {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #0B898E;
|
|
}
|
|
.ww-top-search-box .picker .icon-xia {
|
|
margin-left: 10rpx;
|
|
font-size: 20rpx;
|
|
}
|
|
.input-bg {
|
|
width: 460rpx;
|
|
height: 60rpx;
|
|
background: #EDEDED;
|
|
border-radius: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.input-bg view {
|
|
flex-shrink: 0;
|
|
}
|
|
.input-bg .iconfont {
|
|
margin: 0 20rpx;
|
|
}
|
|
.input-bg .search-btn {
|
|
line-height: 40rpx;
|
|
width: 110rpx;
|
|
text-align: center;
|
|
color: #0B898E;
|
|
border-left: 1rpx solid #ccc;
|
|
}
|
|
.input-bg input {
|
|
flex: 1;
|
|
display: block;
|
|
}
|
|
.feiyi-item {
|
|
margin: 20rpx 30rpx;
|
|
border-radius: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
overflow: hidden;
|
|
background: white;
|
|
}
|
|
.feiyi-item image {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.feiyiinfo {
|
|
flex: 1;
|
|
margin:20rpx;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
.feiyiinfo .title {
|
|
font-size: 30rpx;
|
|
margin-bottom: 27rpx;
|
|
line-height: 29rpx;
|
|
}
|
|
.feiyiinfo .subtitle {
|
|
margin-top: 17rpx;
|
|
font-size: 24rpx;
|
|
line-height: 23rpx;
|
|
}
|
|
.feiyiinfo .subtitle text {
|
|
color: #888;
|
|
font-weight: 400;
|
|
margin-right: 20rpx;
|
|
}
|