422 lines
7.0 KiB
Plaintext
422 lines
7.0 KiB
Plaintext
/* pages/search/search.wxss */
|
|
.header {
|
|
border-bottom: 1px solid #f2f2f2;
|
|
padding: 20rpx 20rpx;
|
|
font-size: 0;
|
|
}
|
|
|
|
.border-top20 {
|
|
border-top: 10rpx solid #f2f2f2;
|
|
}
|
|
|
|
.header form {
|
|
display: inline-block;
|
|
background: #f2f2f2;
|
|
width: calc(100% - 80rpx);
|
|
height: 92rpx;
|
|
line-height: 40rpx;
|
|
padding: 25rpx 30rpx;
|
|
border-radius: 8rpx;
|
|
box-sizing: border-box;
|
|
vertical-align: middle;
|
|
color: #666;
|
|
position: relative;
|
|
}
|
|
|
|
.header .search-btn {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.header input {
|
|
display: inline-block;
|
|
width: calc(100% - 82rpx);
|
|
height: 40rpx;
|
|
font-size: 28rpx;
|
|
vertical-align: middle;
|
|
padding: 0 10rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.header .clear {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
padding: 30rpx;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.header .clear .close {
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
border-radius: 50%;
|
|
background: #c2c2c2;
|
|
padding: 7rpx;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.header .clear .close image {
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
}
|
|
|
|
.header navigator {
|
|
font-size: 30rpx;
|
|
display: inline-block;
|
|
width: 80rpx;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.header .navigator {
|
|
font-size: 30rpx;
|
|
display: inline-block;
|
|
width: 80rpx;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.keywords {
|
|
padding: 40rpx 0rpx 0rpx;
|
|
}
|
|
|
|
.keywords .name {
|
|
color: #ccc;
|
|
padding-left: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.keywords .label {
|
|
margin: 0 20rpx 20rpx 0;
|
|
background: #f2f2f2;
|
|
line-height: 72rpx;
|
|
border-radius: 10rpx;
|
|
display: inline-block;
|
|
padding: 0 36rpx;
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
word-break: break-word;
|
|
}
|
|
|
|
.history {
|
|
padding-left: 0;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
padding-bottom: 20rpx;
|
|
padding-top: 28rpx;
|
|
}
|
|
|
|
.history .name {
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.history.keywords .label {
|
|
/* background: transparent;
|
|
padding: 0 20rpx;
|
|
line-height: 40rpx; */
|
|
}
|
|
|
|
.keywords .box {
|
|
/* margin-right: -20rpx; */
|
|
text-align: justify;
|
|
font-size: 0;
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
.history.keywords .box {
|
|
/* padding-left: 0; */
|
|
}
|
|
|
|
.keywords .del {
|
|
display: inline-flex;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.keywords .del image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
}
|
|
|
|
.nocontent {
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #ccc;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
button {
|
|
background: transparent;
|
|
border: none;
|
|
position: absolute;
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
left: 30rpx;
|
|
top: 25rpx;
|
|
z-index: 100000;
|
|
padding: 0;
|
|
}
|
|
|
|
button::after {
|
|
border: none;
|
|
padding: 0;
|
|
background: transparent;
|
|
}
|
|
|
|
button:hover {
|
|
background: transparent
|
|
}
|
|
|
|
.nocontent {
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
background: #f3f4f5;
|
|
height: 640rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.file {
|
|
width: 158rpx;
|
|
height: 110rpx;
|
|
display: block;
|
|
margin: 0 auto 8rpx;
|
|
}
|
|
|
|
.color-red {
|
|
color: #C63E3A;
|
|
}
|
|
|
|
.getuserbtn {
|
|
height: 100%;
|
|
background: transparent;
|
|
z-index: 1000;
|
|
width: 100%;
|
|
margin: 0;
|
|
position: static;
|
|
|
|
}
|
|
|
|
.tab-box {
|
|
display: flex;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
}
|
|
|
|
.tab-box .tab {
|
|
display: inline-flex;
|
|
flex: 1;
|
|
justify-content: center;
|
|
}
|
|
|
|
.tab-box .text {
|
|
position: relative;
|
|
height: 106rpx;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.tab-box .active .text::after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -4rpx;
|
|
background-color: rgb(255, 192, 95);
|
|
width: 100%;
|
|
height: 7rpx;
|
|
border-radius: 7rpx;
|
|
}
|
|
|
|
.studentapartment {
|
|
background: #f3f4f5;
|
|
padding: 16rpx 30rpx;
|
|
min-height: calc(100vh - 300rpx);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.otherrental {
|
|
background: #f3f4f5;
|
|
padding: 16rpx 0rpx;
|
|
min-height: calc(100vh - 300rpx);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.otherrental-empty {
|
|
background: #f3f4f5;
|
|
}
|
|
|
|
.hongkongrental {
|
|
background: #f3f4f5;
|
|
padding: 16rpx 0rpx;
|
|
min-height: calc(100vh - 300rpx);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.hongkongrental .list {
|
|
background: #fff;
|
|
}
|
|
|
|
.personalList .region {
|
|
height: 44rpx;
|
|
padding: 0 18rpx;
|
|
border-radius: 18rpx;
|
|
background-color: #f2f2f2;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 22rpx;
|
|
color: #555555;
|
|
}
|
|
|
|
.personalList .tips {
|
|
margin-top: 28rpx;
|
|
color: #555555;
|
|
font-size: 22rpx;
|
|
}
|
|
|
|
.personalList .footer {
|
|
color: #343434;
|
|
}
|
|
|
|
.personalList .money {
|
|
margin-top: 32rpx;
|
|
font-size: 26rpx;
|
|
line-height: 26rpx;
|
|
}
|
|
|
|
.personalList {
|
|
border-bottom: 15rpx solid #eee;
|
|
}
|
|
|
|
.personalList .footer {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
border-top: 2rpx dashed #d0d0d0;
|
|
padding-left: 30rpx;
|
|
padding-right: 30rpx;
|
|
margin-top: 40rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.personalList .submit-form {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-bottom: 0;
|
|
padding-top: 38rpx;
|
|
}
|
|
|
|
.personalList .personalList-top {
|
|
padding: 0 30rpx;
|
|
}
|
|
|
|
.personalList .personalList-avatar {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
border-radius: 50rpx;
|
|
}
|
|
|
|
.personalList .l {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.personalList .personalList-name {
|
|
font-size: 28rpx;
|
|
padding: 0 24rpx 0 20rpx;
|
|
}
|
|
|
|
.personalList .agent {
|
|
color: #343434;
|
|
background-color: #fff;
|
|
border: 2rpx solid #d3d3d3;
|
|
display: flex;
|
|
align-content: center;
|
|
}
|
|
|
|
.personalList .footer-right {
|
|
height: 36rpx;
|
|
line-height: 36rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 18rpx;
|
|
border-radius: 8rpx;
|
|
background-color: #e8f4ff;
|
|
color: #5eb1ff;
|
|
}
|
|
|
|
.personalList .housingInfo {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.personalList .housingSite {
|
|
flex: 1;
|
|
}
|
|
|
|
.personalList .housingMedia {
|
|
width: 200rpx;
|
|
height: 150rpx;
|
|
margin-left: 10rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.personalList .housingMedia image {
|
|
width: 200rpx;
|
|
height: 150rpx;
|
|
border-radius: 15rpx;
|
|
}
|
|
|
|
.personalList .orientation {
|
|
width: 35rpx;
|
|
height: 35rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.personalList .tips .i:not(:last-child):after {
|
|
background-color: #555555;
|
|
}
|
|
|
|
.personalList .title {
|
|
font-weight: bold;
|
|
line-height: 38rpx;
|
|
}
|
|
|
|
.personalList .housingVideo {
|
|
width: 200rpx;
|
|
height: 150rpx;
|
|
margin-left: 10rpx;
|
|
border-radius: 15rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.personalList .housingVideo .playBtn-bj {
|
|
position: absolute;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 200rpx;
|
|
height: 150rpx;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.personalList .housingVideo .playBtn {
|
|
width: 46rpx;
|
|
height: 46rpx;
|
|
border-radius: 50rpx;
|
|
} |