search.wxss 3.8 KB
/* pages/service/renting/search/search.wxss */
/*@import '../renting.wxss';*/
page {
    background-color: #fff;
    padding: 0;
}
.head_search_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*height: 64rpx;*/
    line-height: 64rpx;
    padding: 12rpx 32rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
.content_box {
    padding: 10rpx 20rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1rpx solid #eeeeee;
}
.post_box {
    margin-top: 100rpx;
}
.content_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30rpx 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1rpx solid #eeeeee;

}
.content_item .thumb {
    width: 170rpx;
    height: 170rpx;
    margin-right: 26rpx;
}
.lish-right {
    height: 166rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.lish-right .title, .lish-right .time{
    font-size: 24rpx;
    color: #333333;
}
.lish-right .name-box {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 22rpx;
    position: relative;
}
.lish-right .name-box .avatar{
    border-radius:50%;
    width: 40rpx;
    height: 40rpx;
    margin-right: 16rpx;
}
.lish-right .name-box .sex-icon {
    position: absolute;
    top:-6rpx;
    left:28rpx;
    width: 20rpx;
    height: 20rpx;
}
.lish-right .name-box .icon-vip{
    color:#E1C8AF;
    font-size:21rpx;
}
.input {
    width: 100%;
    display: flex;
    align-items: center;
    background: #F2F2F2;
    border-radius: 10rpx;
    padding:0 10rpx;
}
.input input {
    font-size: 28rpx;
    color: #666666;
}
.input_size {
  font-size: 28rpx;
}
.input image {
    width: 34rpx;
    height: 34rpx;
    margin: 0 20rpx;
}
.fangdajing {
    margin-left: 24rpx;
    margin-right: 22rpx;
    color: #999999;
}
.jia1 {
    margin-right: 20rpx;
    color: #97A0A8;
}
.head_serach_box input {
    font-size: 30rpx;
}
.search-text {
    width:80rpx;
    text-align: center;
    margin-left: 20rpx;
    font-size: 26rpx;
    color:#666666;
}
.history_box {
    display: flex;
    flex-direction: column;
    padding: 36rpx 38rpx;
    background-color: #fff;
    margin-top: 76rpx;
}
.history {
    margin-top: 0;
}
.head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18rpx;
}
.title {
    color: #333333;
    font-size: 30rpx;
    font-weight: bold;
}
.icon-shanchu {
    margin-right: 10rpx;
    color: #999999;
    font-size: 28rpx;
}
.clear {
    display: flex;
    align-items: center;
}
.clear text {
    font-size: 24rpx;
    color: #999999;
}
.history_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1rpx solid #E8E8E8;
}
.text-center {
    text-align: center;
    display: block;
}
.history_list view {
    padding: 12rpx 26rpx;
    /* background-color: #F4F4F4; */
    font-size: 28rpx;
    color: #999999;
    margin-right: 10rpx;
    margin-bottom: 10rpx;
    margin-left: 20rpx;
    border-radius: 8rpx;
}
.history_list text {
    font-size: 26rpx;
    color: #999999;
}
.list_comment_box {
    position: relative;
}
.triangle1 {
    width: 0;
    height: 0;
    border-bottom: 11rpx solid #ebecf0;
    border-left: 13rpx solid transparent;
    border-right: 13rpx solid transparent;
    position: absolute;
    top: -8rpx;
    left: 20rpx;
}