/* 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: 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: 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: 20px; } .whiteText{ color: black; font-size: 20px; } .bottomGroupView{ margin-top: 20%; width: 100%; height: 80px; display: flex; flex-direction: row; }