123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- .car-info{
- margin-top: 20rpx;
- margin-bottom: 33rpx;
- padding: 32rpx 40rpx 54rpx;
- border-bottom: 20rpx solid #F4F4F4;
- .car-info-img{
- width: 220rpx;
- height: 287rpx;;
- padding: 14rpx;
- margin-right: 35rpx;
- box-sizing: border-box;
- background: #FFFFFF;
- box-shadow: 0px 0px 8rpx 3rpx rgba(166, 166, 166, 0.29);
- border-radius: 10rpx;
- }
- .car-info-text{
- .text-item{
- padding-bottom: 15rpx;
- margin-bottom: 15rpx;
- border-bottom: 1px solid #EAEAEA;
- font-size: 30rpx;
- font-weight: 400;
- color: #8A8A8A;
- line-height: 42rpx;
- letter-spacing: 1px;
- .car{
- font-size: 40rpx;
- font-weight: 500;
- color: #3D3D3D;
- line-height: 56rpx;
- }
- .balance{
- font-size: 32rpx;
- font-weight: 500;
- color: #FA6400;
- line-height: 45rpx;
- }
- .recharge{
- padding: 0 22rpx;
- height: 36rpx;
- line-height: 36rpx;
- background: #3397FA;
- color: #fff;
- border-radius: 5rpx;
- font-size: 18rpx;
- }
- }
- .text-item.position-wrap{
- font-size: 40rpx;
- font-weight: 500;
- color: #3D3D3D;
- line-height: 56rpx;
- }
- }
- }
- .other-info{
- padding: 55rpx 40rpx 0;
- margin-bottom: 20rpx;
- background-color: #fff;
- .other-info-item{
- margin-bottom: 20rpx;
- .u-input{
- margin-right: 22rpx;
- background-color: #F7F7F7;
- // height: 81rpx;
- // line-height: 81rpx;
- /deep/ .uni-input-input,/deep/ .uni-input-placeholder{
- padding-left: 31rpx;
- font-size: 40rpx;
- font-weight: 500;
- // height: 81rpx;
- // line-height: 81rpx;
- }
- /deep/ .uni-input-placeholder{
- top: 25%!important;
- }
- }
- .u-btn{
- height: 81rpx;
- line-height: 81rpx;
- }
- }
- }
- .note{
- margin: 40rpx 40rpx 0rpx 40rpx;
- }
- .upload-wrap{
- margin: 42rpx 40rpx;
- display: flex;
- flex-wrap: wrap;
- }
- .bottom-btn-box{
- bottom: 20rpx;
- }
- .popup-confirmTime{
- .popup-title{
- font-size: 40rpx;
- text-align: center;
- padding: 40rpx 0 10rpx;
- }
- .popup-content{
- padding: 0 20rpx;
- }
- .popup-confirm{
-
- // border: 1px solid #3397FA;
- margin: 19rpx 9rpx 20rpx;
- .popup-intime {
- flex: 5;
- border: 1px solid #3397FA;
- border-right: none;
- border-bottom: none;
- margin: 10rpx 0;
- .popup-intime-top {
- border: 1px solid #3397FA;
- text-align: center;
- border-top: none;
- }
- .popup-intime-bottom {
- border: 1px solid #3397FA;
- text-align: center;
- border-top: none;
- }
- }
- .pop-right{
- flex: 1;
- margin: 10rpx 0;
- .upset{
-
- }
- }
-
- }
- }
- .button-wrap{
- display: flex;
- .btn1{
- background-color: #3397FA;
- color: #FFFFFF;
- }
- .btn2{
- color: #208CF9;
- background-color: #EBF1FF;
- }
- }
- .u-radio-group{
- width: 100%;
- }
- .popup-confirm /deep/ .u-radio__label {
- width: 100%;
- margin-right: 0;
- display: flex;
- flex-direction:row;
- }
|