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.
184 lines
3.1 KiB
184 lines
3.1 KiB
.housePortrait-container {
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.card {
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
padding: 30rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.card .title {
|
|
font-size: 34rpx;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: -30rpx;
|
|
margin-bottom: 12rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.card .title:before {
|
|
content: '';
|
|
display: block;
|
|
width: 10rpx;
|
|
height: 28rpx;
|
|
background: #3A80E7;
|
|
border-radius: 4rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.card .title .view {
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
display: flex;
|
|
align-items: center;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.card .title .view image {
|
|
width: 24rpx;
|
|
}
|
|
.BusinessRecord{
|
|
|
|
}
|
|
.card .field {
|
|
font-size: 32rpx;
|
|
font-weight: 300;
|
|
color: #999999;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.card .line {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.card .line .field {
|
|
font-size: 32rpx;
|
|
font-weight: 300;
|
|
color: #999999;
|
|
margin-top: 20rpx;
|
|
flex: 0 0 30%;
|
|
}
|
|
|
|
.logsBox {
|
|
border-left: 3rpx solid #DADEE5;
|
|
margin-left: -18rpx;
|
|
padding-left: 12rpx;
|
|
}
|
|
|
|
.logs-top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
top: -32rpx;
|
|
padding-left: 12rpx;
|
|
}
|
|
|
|
.logs-top-title {
|
|
height: 31rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 300;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
line-height: 41rpx;
|
|
}
|
|
|
|
.logs-top-time {
|
|
height: 20rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 300;
|
|
font-size: 26rpx;
|
|
color: #BDBDBD;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.logs-content {
|
|
position: relative;
|
|
top: -24rpx;
|
|
padding-top: 12rpx;
|
|
padding-bottom: 24rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 30rpx;
|
|
color: #999999;
|
|
line-height: 52rpx;
|
|
}
|
|
|
|
.logs-content-left {
|
|
width: 48%;
|
|
}
|
|
|
|
.logs-content-right {
|
|
width: 48%;
|
|
}
|
|
|
|
.logs-content-txt {
|
|
font-weight: 300;
|
|
color: #333333;
|
|
}
|
|
|
|
.item-dian {
|
|
position: relative;
|
|
left: -28rpx;
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
box-sizing: border-box;
|
|
background: #FFFFFF;
|
|
border-radius: 50%;
|
|
border: 1px solid #3A80E7;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.neidian {
|
|
width: 18rpx;
|
|
height: 18rpx;
|
|
background: #3A80E7;
|
|
border-radius: 50%;
|
|
}
|
|
.bto_btn{
|
|
position: fixed;
|
|
bottom: 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
left: 0;
|
|
right: 0;
|
|
padding:0 20rpx;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.btn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
height: 76rpx;
|
|
border-radius: 39rpx;
|
|
margin: 30rpx 0;
|
|
border-radius: 76rpx;
|
|
border: 1rpx solid #999999;
|
|
width: 226rpx;
|
|
text-align: center;
|
|
}
|
|
.blue{
|
|
background-color:#3974f6;
|
|
color: #fff;
|
|
border-color: #3974f6;
|
|
}
|