.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; } .card .field { font-size: 24rpx; font-weight: 500; color: #999999; margin-top: 20rpx; } .card .line { display: flex; flex-wrap: nowrap; } .card .line .field { font-size: 24rpx; font-weight: 500; 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: 500; font-size: 32rpx; color: #333333; line-height: 41rpx; } .logs-top-time { height: 20rpx; font-family: PingFang SC; font-weight: 500; 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 { 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%; }