/* pages/myCars/carsDetail/carsDetail.wxss */
|
|
|
|
.baseitem {
|
|
background: #fff;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
/* border-bottom: 0.1px solid #dbdbdb; */
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding-left: 20rpx;
|
|
padding-right: 20rpx;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.baseitem_key {
|
|
color: #666;
|
|
width: 40%;
|
|
}
|
|
|
|
.baseitem_value {
|
|
color: rgb(48, 48, 48);
|
|
margin-left: 20rpx;
|
|
width: 60%;
|
|
text-align: right;
|
|
}
|
|
|
|
.lineView{
|
|
height: 1rpx;
|
|
background-color:#dbdbdb;
|
|
margin-left: 20rpx;
|
|
}
|