getin.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. .car-info{
  2. margin-top: 20rpx;
  3. margin-bottom: 33rpx;
  4. padding: 32rpx 40rpx 54rpx;
  5. border-bottom: 20rpx solid #F4F4F4;
  6. .car-info-img{
  7. width: 220rpx;
  8. height: 287rpx;;
  9. padding: 14rpx;
  10. margin-right: 35rpx;
  11. box-sizing: border-box;
  12. background: #FFFFFF;
  13. box-shadow: 0px 0px 8rpx 3rpx rgba(166, 166, 166, 0.29);
  14. border-radius: 10rpx;
  15. }
  16. .car-info-text{
  17. .text-item{
  18. padding-bottom: 15rpx;
  19. margin-bottom: 15rpx;
  20. border-bottom: 1px solid #EAEAEA;
  21. font-size: 30rpx;
  22. font-weight: 400;
  23. color: #8A8A8A;
  24. line-height: 42rpx;
  25. letter-spacing: 1px;
  26. .car{
  27. font-size: 40rpx;
  28. font-weight: 500;
  29. color: #3D3D3D;
  30. line-height: 56rpx;
  31. }
  32. .balance{
  33. font-size: 32rpx;
  34. font-weight: 500;
  35. color: #FA6400;
  36. line-height: 45rpx;
  37. }
  38. .recharge{
  39. padding: 0 22rpx;
  40. height: 36rpx;
  41. line-height: 36rpx;
  42. background: #3397FA;
  43. color: #fff;
  44. border-radius: 5rpx;
  45. font-size: 18rpx;
  46. }
  47. }
  48. .text-item.position-wrap{
  49. font-size: 40rpx;
  50. font-weight: 500;
  51. color: #3D3D3D;
  52. line-height: 56rpx;
  53. }
  54. }
  55. }
  56. .other-info{
  57. padding: 55rpx 40rpx 0;
  58. margin-bottom: 20rpx;
  59. background-color: #fff;
  60. .other-info-item{
  61. margin-bottom: 20rpx;
  62. .u-input{
  63. margin-right: 22rpx;
  64. background-color: #F7F7F7;
  65. // height: 81rpx;
  66. // line-height: 81rpx;
  67. /deep/ .uni-input-input,/deep/ .uni-input-placeholder{
  68. padding-left: 31rpx;
  69. font-size: 40rpx;
  70. font-weight: 500;
  71. // height: 81rpx;
  72. // line-height: 81rpx;
  73. }
  74. /deep/ .uni-input-placeholder{
  75. top: 25%!important;
  76. }
  77. }
  78. .u-btn{
  79. height: 81rpx;
  80. line-height: 81rpx;
  81. }
  82. }
  83. }
  84. .note{
  85. margin: 40rpx 40rpx 0rpx 40rpx;
  86. }
  87. .upload-wrap{
  88. margin: 42rpx 40rpx;
  89. display: flex;
  90. flex-wrap: wrap;
  91. }
  92. .bottom-btn-box{
  93. bottom: 20rpx;
  94. }
  95. .popup-confirmTime{
  96. .popup-title{
  97. font-size: 40rpx;
  98. text-align: center;
  99. padding: 40rpx 0 10rpx;
  100. }
  101. .popup-content{
  102. padding: 0 20rpx;
  103. }
  104. .popup-confirm{
  105. // border: 1px solid #3397FA;
  106. margin: 19rpx 9rpx 20rpx;
  107. .popup-intime {
  108. flex: 5;
  109. border: 1px solid #3397FA;
  110. border-right: none;
  111. border-bottom: none;
  112. margin: 10rpx 0;
  113. .popup-intime-top {
  114. border: 1px solid #3397FA;
  115. text-align: center;
  116. border-top: none;
  117. }
  118. .popup-intime-bottom {
  119. border: 1px solid #3397FA;
  120. text-align: center;
  121. border-top: none;
  122. }
  123. }
  124. .pop-right{
  125. flex: 1;
  126. margin: 10rpx 0;
  127. .upset{
  128. }
  129. }
  130. }
  131. }
  132. .button-wrap{
  133. display: flex;
  134. .btn1{
  135. background-color: #3397FA;
  136. color: #FFFFFF;
  137. }
  138. .btn2{
  139. color: #208CF9;
  140. background-color: #EBF1FF;
  141. }
  142. }
  143. .u-radio-group{
  144. width: 100%;
  145. }
  146. .popup-confirm /deep/ .u-radio__label {
  147. width: 100%;
  148. margin-right: 0;
  149. display: flex;
  150. flex-direction:row;
  151. }