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.
82 lines
1.6 KiB
82 lines
1.6 KiB
2 years ago
|
/* subpages/houseAudit/page/index/index.wxss */
|
||
|
page {
|
||
|
background: #f7f7f7;
|
||
|
box-sizing: border-box
|
||
|
}
|
||
|
.tabs{
|
||
|
display: flex;
|
||
|
border-bottom: 2rpx #828282a9 solid;
|
||
|
color: #999;
|
||
|
width: 100%;
|
||
|
height: 88rpx;
|
||
|
line-height: 88rpx;
|
||
|
box-sizing: border-box;
|
||
|
position: relative;
|
||
|
-ms-flex-pack: distribute;
|
||
|
justify-content: left;
|
||
|
-ms-flex-align: center;
|
||
|
align-items: center;
|
||
|
background: #fff;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
padding: 0 20rpx;
|
||
|
}
|
||
|
.fontStyle{
|
||
|
font-weight: 600;
|
||
|
font-size:40rpx ;
|
||
|
color: #000;
|
||
|
}
|
||
|
.tabs view{
|
||
|
text-align: left;
|
||
|
margin-right: 30rpx;
|
||
|
}
|
||
|
.card{
|
||
|
margin-top: 20rpx;
|
||
|
background-color: #fff;
|
||
|
box-sizing: border-box;
|
||
|
padding: 25rpx;
|
||
|
}
|
||
|
.card .bot{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.card .address{
|
||
|
display: -webkit-box;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
word-wrap: break-word;
|
||
|
white-space: normal !important;
|
||
|
-webkit-line-clamp: 2;
|
||
|
-webkit-box-orient: vertical;
|
||
|
}
|
||
|
.card .bot view{
|
||
|
color: #999;
|
||
|
font-size: 28rpx;
|
||
|
line-height: 60rpx;
|
||
|
}
|
||
|
.card .bot button{
|
||
|
line-height: 60rpx;
|
||
|
font-size: 28rpx;
|
||
|
font-weight: normal;
|
||
|
border-radius: 30rpx;
|
||
|
color: #fff;
|
||
|
border: none;
|
||
|
background-color:#ffb12d;
|
||
|
margin: 0;
|
||
|
}
|
||
|
.nomore-tip {
|
||
|
width: 100%;
|
||
|
height: 100rpx;
|
||
|
background: #f7f7f7;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
color: #999;
|
||
|
font-size: 26rpx;
|
||
|
}
|
||
|
.no-data {
|
||
|
font-size: 28rpx;
|
||
|
color: #999;
|
||
|
text-align: center;
|
||
|
line-height: 500rpx
|
||
|
}
|