/* pages/myCars/creatNewCar/creatNewCar.wxss */ .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 { position: absolute; bottom: 20px; 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: 34rpx; }