carRentalList.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. .store-card {
  2. background-color: #ffffff;
  3. border-radius: 32rpx;
  4. padding: 32rpx;
  5. margin-bottom: 20rpx;
  6. }
  7. .store-card.active {
  8. border: 4rpx solid #0A59F7;
  9. background: linear-gradient(180deg, #EEFDFF 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
  10. }
  11. .card-top-style>view:nth-of-type(1) {
  12. color: #2A3A5A;
  13. font-size: 36rpx;
  14. font-weight: bold;
  15. margin-bottom: 20rpx;
  16. width: 460rpx;
  17. text-align: left;
  18. text-overflow: ellipsis;
  19. overflow: hidden;
  20. white-space: nowrap;
  21. }
  22. .card-center-ren .store-type {
  23. color: #0A59F7;
  24. }
  25. .card-top-style>view:nth-of-type(2) {
  26. font-family: DIN, DIN;
  27. color: #0074FF;
  28. font-family: DIN, DIN;
  29. font-size: 26rpx;
  30. font-weight: bold;
  31. text-align: center;
  32. height: 36rpx;
  33. line-height: 36rpx;
  34. background-color: #E5F1FF;
  35. border-radius: 20rpx;
  36. /* padding: 5rpx 18rpx; */
  37. padding-left: 18rpx;
  38. padding-right: 18rpx;
  39. }
  40. .align-c {
  41. display: flex;
  42. align-items: center;
  43. font-weight: 600;
  44. font-size: 24rpx;
  45. color: #060809;
  46. }
  47. .card-center-ren .tag {
  48. margin-right: 12rpx;
  49. font-size: 22rpx;
  50. color: #2A3A5A;
  51. border-radius: 8rpx;
  52. padding: 12rpx 20rpx;
  53. border: 2rpx solid #E7EAEE;
  54. font-family: PingFangSC, PingFang SC;
  55. line-height: 20rpx;
  56. font-style: normal;
  57. margin-bottom: 24rpx;
  58. }
  59. .card-center-num {
  60. font-family: DIN, DIN;
  61. font-weight: bold;
  62. font-size: 26rpx;
  63. color: #0074FF;
  64. text-align: left;
  65. font-style: normal;
  66. margin-right: 4rpx;
  67. }
  68. .card-bottom {
  69. margin-bottom: 36rpx;
  70. }
  71. .card-bottom img,
  72. .second-view image {
  73. width: 160rpx;
  74. height: 160rpx;
  75. border-radius: 16rpx;
  76. }
  77. .bottom-item {
  78. margin-left: 24rpx;
  79. width: 100%;
  80. text-align: left;
  81. }
  82. .bottom-item>view:nth-of-type(1) {
  83. color: #2A3A5A;
  84. font-size: 32rpx;
  85. font-weight: bold;
  86. margin-bottom: 16rpx;
  87. width: 310rpx;
  88. text-overflow: ellipsis;
  89. white-space: nowrap;
  90. overflow: hidden;
  91. }
  92. .bottom-item>view:nth-of-type(2) {
  93. color: #9FA7B7;
  94. font-size: 24rpx;
  95. margin-bottom: 30rpx;
  96. }
  97. .bottom-text {
  98. color: #2A3A5A;
  99. font-size: 28rpx;
  100. display: flex;
  101. align-items: baseline;
  102. }
  103. .bottom-text>text:nth-of-type(1) {
  104. color: #F95151;
  105. font-weight: bold;
  106. font-size: 22rpx;
  107. }
  108. .bottom-text>text:nth-of-type(2) {
  109. color: #F95151;
  110. font-size: 28rpx;
  111. font-weight: bold;
  112. }
  113. .contents {
  114. width: 100%;
  115. height: 170rpx;
  116. overflow: hidden;
  117. margin-top: 32rpx;
  118. }
  119. .card-second {
  120. /* height: 100rpx; */
  121. /* #ifdef MP-ALIPAY */
  122. width: 90% !important;
  123. /* #endif */
  124. /* #ifdef MP-WEIXIN */
  125. width: 80% !important;
  126. /* #endif */
  127. padding-left: 32rpx;
  128. padding-right: 32rpx;
  129. border-right: 2rpx solid #EBF3FF;
  130. }
  131. .second-view {
  132. width: 100%;
  133. }
  134. .form-item {
  135. height: 170rpx;
  136. width: 85% !important;
  137. border-right: 2rpx solid #EBF3FF;
  138. display: inline-flex;
  139. flex-direction: column;
  140. /* padding-left: 32rpx; */
  141. padding-right: 32rpx;
  142. }
  143. .scrollview-box {
  144. margin-top: 32rpx;
  145. white-space: nowrap;
  146. width: 100%;
  147. }
  148. .empty {
  149. font-size: 30rpx;
  150. width: 100%;
  151. text-align: center;
  152. margin-top: 40rpx;
  153. }
  154. .time-style-view {
  155. font-weight: 400;
  156. font-size: 26rpx;
  157. color: #828DA2;
  158. padding: 8rpx 12rpx;
  159. border-radius: 8rpx;
  160. border: 2rpx solid #E7EAEE;
  161. }