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.
 

32 lines
525 B

/* 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;
}