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.
116 lines
1.9 KiB
116 lines
1.9 KiB
/* pages/pbService/wbdw/index.wxss */
|
|
.top-menus {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 20rpx 30rpx;
|
|
background: white;
|
|
height: 140rpx;
|
|
}
|
|
page {
|
|
background: #EDEDED;
|
|
}
|
|
.search-top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 60rpx;
|
|
background: #EDEDED;
|
|
border-radius: 30rpx;
|
|
width: 690rpx;
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.search-top .iconfont{
|
|
padding: 0 20rpx;
|
|
color: #999999;
|
|
font-size: 30rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.search-top input {
|
|
display: block;
|
|
flex: 1;
|
|
}
|
|
.search-btn {
|
|
width: 110rpx;
|
|
flex-shrink: 0;
|
|
text-align: center;
|
|
line-height: 40rpx;
|
|
border-left: 1rpx solid #ccc;
|
|
color: #0B898E;
|
|
}
|
|
.menus {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 26rpx;
|
|
font-weight: bold;
|
|
}
|
|
.menus .menu {
|
|
position: relative;
|
|
}
|
|
.menus .menu.active {
|
|
color: #0B898E;
|
|
}
|
|
.menus .menu.active::after {
|
|
content: "1";
|
|
font-size: 0;
|
|
position: absolute;
|
|
display: block;
|
|
width: 30rpx;
|
|
height: 4rpx;
|
|
background: #0B898E;
|
|
border-radius: 2rpx;
|
|
top: 100%;
|
|
left: 50%;
|
|
margin-left: -15rpx;
|
|
margin-top: 6rpx;
|
|
}
|
|
.menus .menu:nth-child(1){
|
|
margin-right: 240rpx;
|
|
}
|
|
.picker {
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: bold;
|
|
font-size: 26rpx;
|
|
}
|
|
.icon-xia {
|
|
font-size: 20rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.picker.active {
|
|
color: #0B898E;
|
|
}
|
|
.item {
|
|
margin: 20rpx 30rpx;
|
|
overflow: hidden;
|
|
border-radius: 20rpx;
|
|
background: white;
|
|
}
|
|
.item .main-img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.item .title {
|
|
margin: 10rpx 20rpx;
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
.item .location {
|
|
display: flex;
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
padding-bottom: 20rpx;
|
|
margin: 0 20rpx;
|
|
line-height: 42rpx;
|
|
}
|
|
.item .location image {
|
|
width: 30rpx;
|
|
flex-shrink: 0;
|
|
margin-top: 6rpx;
|
|
}
|