borrow_car.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. /* parents//pages/borrow_car/borrow_car.wxss */
  2. @import '../../../templates/nodata/nodata.wxss';
  3. @import '../../../templates/loading/loading.wxss';
  4. page{
  5. background: #fff;
  6. }
  7. .li{
  8. padding: 10rpx 40rpx;
  9. }
  10. .list-items-del{
  11. width:144rpx;
  12. height:58rpx;
  13. background:rgba(255,100,100,1);
  14. border-radius:29rpx;
  15. text-align: center;
  16. line-height: 58rpx;
  17. color: #fff;
  18. font-size: 26rpx;
  19. margin-top: 30rpx;
  20. }
  21. .list-items-del-img{
  22. width: 30rpx;
  23. height: 37rpx;
  24. margin: auto 10rpx;
  25. }
  26. .list-items-del-text{
  27. display: inline-block;
  28. }
  29. .list-down{
  30. position: fixed;
  31. bottom: 0;
  32. right: 0;
  33. width: 100%;
  34. }
  35. .list-down-tips{
  36. color: #A1A1B3;
  37. font-size: 28rpx;
  38. text-align: center;
  39. margin-bottom: 20rpx;
  40. }
  41. .list-down-tips-img{
  42. width: 30rpx;
  43. height: 30rpx;
  44. margin-right: 16rpx;
  45. }
  46. .list-down-footer{
  47. height:148rpx;
  48. background:rgba(0,183,255,0.8);
  49. line-height: 148rpx;
  50. color: #41414C;
  51. font-size: 36rpx;
  52. display: flex;
  53. justify-content: space-between;
  54. padding: 0 40rpx;
  55. }
  56. .list-down-footer-all{
  57. margin-top: 34rpx;
  58. height: 40rpx;
  59. line-height: 34rpx;
  60. }
  61. .list-down-footer-num{
  62. color: #00B7FF;
  63. font-size: 26rpx;
  64. line-height: 34rpx;
  65. }
  66. .list-down-footer-sao{
  67. width:197rpx;
  68. height:88rpx;
  69. background:rgba(255,255,255,1);
  70. border-radius:44rpx;
  71. line-height: 88rpx;
  72. text-align: center;
  73. display: inline-block;
  74. font-size: 30rpx;
  75. margin-right: 20rpx;
  76. }
  77. .list-down-footer-sure{
  78. width:197rpx;
  79. height:88rpx;
  80. background:#FFD76C;
  81. border-radius:44rpx;
  82. line-height: 88rpx;
  83. text-align: center;
  84. display: inline-block;
  85. font-size: 30rpx;
  86. }
  87. .model-list{
  88. color: #A1A1B3;
  89. font-size: 28rpx;
  90. text-align: left;
  91. padding: 0 34rpx 34rpx 34rpx;
  92. }
  93. .model-list-title{
  94. color: #41414C;
  95. font-size: 32rpx;
  96. padding: 37rpx 0;
  97. text-align: center;
  98. }
  99. .model-list-del{
  100. position: absolute;
  101. bottom: -120rpx;
  102. left: 45%;
  103. }
  104. .model-list-img{
  105. width: 60rpx;
  106. height: 60rpx;
  107. }
  108. .model-list-footer{
  109. display:flex;
  110. justify-content: space-around;
  111. font-size: 32rpx;
  112. padding: 40rpx 0;
  113. }
  114. .model-list-footer-cancel{
  115. width:224rpx;
  116. height:68rpx;
  117. background:rgba(255,255,255,1);
  118. border:2rpx solid rgba(0,183,255,1);
  119. border-radius:44rpx;
  120. line-height: 68rpx;
  121. text-align: center;
  122. color: #00B7FF;
  123. }
  124. .model-list-footer-sure{
  125. width:224rpx;
  126. height:68rpx;
  127. background:linear-gradient(90deg,rgba(81,206,255,1) 0%,rgba(0,183,255,1) 100%);
  128. border:2rpx solid transparent;
  129. border-radius:44rpx;
  130. line-height: 68rpx;
  131. text-align: center;
  132. color: #FFFFFF;
  133. }
  134. .list-sure{
  135. margin: 110rpx auto;
  136. text-align: center
  137. }
  138. .list-sure-yes{
  139. width:160rpx;
  140. height:160rpx;
  141. background:rgba(255,255,255,1);
  142. box-shadow:0px 2rpx 29rpx 2rpx rgba(0, 0, 0, 0.1);
  143. border-radius:50%;
  144. margin: 20rpx auto;
  145. line-height: 160rpx;
  146. }
  147. .list-sure-yes-img{
  148. width: 98rpx;
  149. height: 82rpx;
  150. }
  151. .model-show{
  152. z-index: 1001;
  153. position: fixed;
  154. top: 30%;
  155. margin: 0 12.5%;
  156. width: 75%;
  157. background: #fff;
  158. border-radius:30rpx;
  159. text-align: center;
  160. }
  161. .list-detail{
  162. margin-bottom: 50rpx;
  163. }