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.
 

69 lines
989 B

/* pages/myCars/creatNewCar/creatNewCar.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: 16px;
/* border-bottom: 0.1px solid #dbdbdb; */
}
.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: 80px;
width: 100%;
margin-top: 20%;
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: 20px;
}