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.

236 lines
3.8 KiB

/* pages/infoList/infoList.wxss */
page {
background-color: #f2f2f2;
}
/* vant-search css start */
.search {
--search-background-color: #ffffff;
--search-padding: 0;
width: 750rpx;
height: 110rpx;
background-color: #ffffff;
position: fixed;
z-index: 100;
left: 0;
top: 0;
}
.content-tab ~ .search{top: 90rpx;}
.content-tab {
width: 750rpx;
height: 90rpx;
display: flex;
flex-direction: row;
background-color: #ffffff;
font-size: 28rpx;
position: fixed;
z-index: 100;
left: 0;
}
.content-tab-item {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.content-tab-item-select {
position: relative;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #333333;
font-weight: bold;
}
.content-tab-item-select-tab {
position: absolute;
bottom: 0;
margin-bottom: 10rpx;
width: 30rpx;
height: 5rpx;
background-color: #333333;
border-radius: 5rpx;
}
.van-search {
background-color: transparent !important;
}
.van-cell {
width: 600rpx;
border-radius: 50rpx;
border: 1px solid #333333;
}
.icon-search {
width: 40rpx;
height: 40rpx;
margin-right: 10rpx;
margin-left: 20rpx;
}
.van-search__action--hover {
background-color: transparent !important;
}
.content {
width: 750rpx;
font-size: 28rpx;
margin-top: 20rpx;
}
.content-title {
position: relative;
margin: 0rpx 20rpx 5rpx 20rpx;
padding: 10rpx;
border-radius: 20rpx;
background-color: #ffffff;
}
.content-title-text {
margin-left: 20rpx;
}
.content-title-agent-name {
margin-top: 5rpx; width: 560rpx;
}
.content-list-type-img {
height: 46rpx;
position: absolute;
right: -10rpx;
}
.content-list {
margin: 0rpx 20rpx 0rpx 20rpx;
padding: 10rpx;
border-radius: 20rpx;
background-color: #ffffff; position: relative;
}
.content-list-num {
display: flex;
flex-direction: row;
align-items: center;
}
.content-list-num-img {
width: 25rpx;
height: 25rpx;
margin-left: 10rpx;
}
.content-list-info {
margin: 20rpx 20rpx 0rpx 20rpx;
border-radius: 10rpx;
padding: 20rpx 0rpx 20rpx 0rpx;
background-color: #f5f6fa;
}
.content-list-info-top {
display: flex;
flex-direction: row;
}
.content-list-info-top-img {
width: 25rpx;
height: 25rpx;
margin-right: 10rpx;
}
.content-list-info-top-name {
color: #333333;
margin-left: 20rpx;
display: flex;
align-items: center;
}
.content-list-info-address {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 10rpx;
}
.content-list-info-address-img {
width: 20rpx;
height: 25rpx;
margin-left: 20rpx;
margin-right: 20rpx;
}
.content-list-info-address-area {
margin-right: 20rpx; flex: 1;
}
.content-function {
display: flex;
flex-direction: row;
font-weight: bold;
flex: 1;
margin-right: 10rpx;
}
.content-function-watch {
margin-right: 12rpx;
display: flex;
align-items: center;
}
.content-function-img {
width: 50rpx;
height: 50rpx;
}
.action {
height: 60rpx;
background-color: #333333;
line-height: 60rpx;
text-align: center;
color: white;
border-radius: 6rpx;
margin-right: 8rpx; padding: 0 10px;
}
.actionNone {
width: 100rpx;
height: 60rpx;
background-color: #cccccc;
line-height: 60rpx;
text-align: center;
color: white;
border-radius: 6rpx;
margin-right: 8rpx;
}
.actionSign {
width: 120rpx;
height: 60rpx;
background-color: #333333;
line-height: 60rpx;
text-align: center;
color: white;
border-radius: 6rpx;
margin-right: 8rpx;
}
.bottom-action {
display: flex;
align-items: center;
margin: 20rpx 10rpx 10rpx 10rpx; justify-content: flex-end;
}
.content-none {
width: 750rpx;
height: 600rpx;
display: flex;
align-items: center;
justify-content: center;
}
.f24{font-size: 24rpx;}