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.
 

83 lines
1.1 KiB

/* pages/myCars/carsDetail/carsDetail.wxss */
page {
background: #eaf1f8;
}
.container {
height: 100%;
background: #fff;
margin-top: 10rpx;
}
.baseitem {
height: 100rpx;
line-height: 100rpx;
display: flex;
flex-direction: row;
align-items: center;
padding-left: 20rpx;
padding-right: 20rpx;
font-size: 30rpx;
}
.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;
}
.imageView {
height: 100%;
width: 50%;
/* margin-left: 15px;
margin-right: 15px; */
position: relative;
align-items: center;
justify-content: center;
box-sizing: content-box;
}
.currentImage {
width: 100%;
height: 100%;
}
.btnTextView {
position: absolute;
width: 100%;
top:0;
line-height: 65px;
text-align: center;
}
.btnText {
color: white;
font-size: 34rpx;
}
.whiteText{
color: black;
font-size: 34rpx;
}
.bottomGroupView{
margin-top: 20%;
width: 100%;
height: 80px;
display: flex;
flex-direction: row;
}