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.
232 lines
3.4 KiB
232 lines
3.4 KiB
.clear{
|
|
clear: both;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tabTit{
|
|
height:90rpx;
|
|
line-height: 90rpx;
|
|
border-bottom: solid 1px #eee;
|
|
position:fixed;
|
|
top:0;
|
|
width: 750rpx;
|
|
z-index: 1;
|
|
background: #fff;
|
|
font-size:15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tabTit .active{
|
|
color:#e64340;
|
|
background: #fff;
|
|
}
|
|
|
|
.tabTit .active image{
|
|
transform: rotate(180deg);
|
|
background: none;
|
|
}
|
|
|
|
.tabTit image{
|
|
width:26rpx;
|
|
height:26rpx;
|
|
vertical-align: middle;
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
.tabLayer{
|
|
box-shadow: 0 5px 5px rgba(0,0,0,.15);
|
|
width:750rpx;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
top:90rpx;
|
|
z-index: 1;
|
|
background: #fff;
|
|
padding-bottom: 40rpx;
|
|
border-bottom: solid 1px #eee;
|
|
text-align: center;
|
|
}
|
|
.tabLayer text{
|
|
width:210rpx;
|
|
height:60rpx;
|
|
line-height:60rpx;
|
|
float:left;
|
|
border: solid 1px #eee;
|
|
margin:20rpx 0 0 26rpx;
|
|
font-size:15px;
|
|
}
|
|
.tabLayer .active{
|
|
color:#e64340;
|
|
border-color:#e64340;
|
|
}
|
|
|
|
.flex1 {
|
|
flex: 1;
|
|
overflow: hidden;
|
|
display: block;
|
|
}
|
|
|
|
/*弹性盒模型*/
|
|
.box {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
|
|
navigator{
|
|
display:inline;
|
|
}
|
|
.list{
|
|
margin-top:50px;
|
|
}
|
|
|
|
.list .list_item{
|
|
margin-top:10px;
|
|
padding:10px;
|
|
height:100px;
|
|
border-bottom:1px solid #E8E8E8;
|
|
}
|
|
.list .list_item .img{
|
|
float:left;
|
|
width:40%;
|
|
height:100%;
|
|
}
|
|
.list .list_item .img image{
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
.list .list_item .info{
|
|
width:59%;
|
|
float:right;
|
|
height:100px;
|
|
position:relative;
|
|
}
|
|
.list .list_item .info .title{
|
|
color:#333;
|
|
margin-left:10px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.list .list_item .info .price{
|
|
color:#FF2727;
|
|
margin-left:10px;
|
|
margin-top:10px;
|
|
font-size:15px;
|
|
}
|
|
|
|
.list .list_item .info .num{
|
|
position: absolute;
|
|
left:0px;
|
|
bottom:10px;
|
|
color:#747474;
|
|
margin-left:10px;
|
|
font-size:15px;
|
|
}
|
|
/* pages/list/list.wxss */
|
|
.container{
|
|
padding: 0;
|
|
margin-top: 91rpx;
|
|
}
|
|
.xiangqing{
|
|
display: flex;
|
|
flex-wrap:wrap;
|
|
width: 100%;
|
|
border-top: 2rpx #dedede solid;
|
|
margin-top: 25rpx;
|
|
padding-top:10rpx;
|
|
}
|
|
.xiangqing_img{
|
|
width: 40%;
|
|
padding: 25rpx;
|
|
}
|
|
.xiangqing_img image{
|
|
width: 100%;
|
|
height: 220rpx;
|
|
}
|
|
.xiangqing_info{
|
|
width: 50%;
|
|
padding-top: 25rpx;
|
|
padding-bottom: 25rpx;
|
|
}
|
|
.xiangqing_info .zi{
|
|
border: 2rpx #FA8D33 solid;
|
|
color: #FA8D33;
|
|
padding:2rpx 10rpx;
|
|
font-size: 18rpx;
|
|
margin-right: 22rpx;
|
|
border-radius: 9rpx;
|
|
}
|
|
.xiangqing_info .title{
|
|
font-weight: 600;
|
|
line-height: 50rpx;
|
|
font-size: 28rpx;
|
|
color: #404040;
|
|
}
|
|
.key{
|
|
margin: 15rpx 0;
|
|
}
|
|
.key text{
|
|
margin-right: 15rpx;
|
|
padding: 0 9rpx;
|
|
|
|
}
|
|
.key .text0{
|
|
background: #DDF7FF;
|
|
color: #77B3E3;
|
|
}
|
|
.key .text1{
|
|
background: #FFF0DF;
|
|
color: #EDD590;
|
|
}
|
|
.key .text2{
|
|
background: #BEE2D4;
|
|
color: 71C7A5;
|
|
|
|
}
|
|
.key .text3{
|
|
background: #DAF3FF;
|
|
color: 97C2EA;
|
|
}
|
|
.house{
|
|
margin-top: 25rpx;
|
|
color: #A8A8A8
|
|
}
|
|
.prix{
|
|
margin-top:25rpx;
|
|
}
|
|
.prix .prix1{
|
|
color: #FA7C15;
|
|
font-size: 35rpx;
|
|
font-weight: 600;
|
|
margin-right: 25rpx;
|
|
}
|
|
.container{
|
|
display: block;
|
|
}
|
|
.yongjin{
|
|
width: 100%;
|
|
|
|
}
|
|
.yongjin .yongjin_info{
|
|
background: #F6F6F6;
|
|
width: 90%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-bottom: 15rpx;
|
|
padding-top: 17rpx;
|
|
padding-left: 17rpx;
|
|
overflow: hidden
|
|
}
|
|
.yongjin .yongjin_info .yongjin_img{
|
|
width: 45rpx;
|
|
height: 45rpx;
|
|
float: left;
|
|
}
|
|
.yongjin .yongjin_info .yongjin_font{
|
|
padding-left: 17rpx;
|
|
float: left;
|
|
color: #F56D03;
|
|
font-size: 32rpx;
|
|
}
|