order.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. .container-view {
  2. /* padding: 24rpx 32rpx; */
  3. }
  4. .order-type-view{
  5. padding: 32rpx;
  6. height: 96rpx;
  7. margin-bottom: 20rpx;
  8. background: #FFFFFF;
  9. align-items: center;
  10. }
  11. .car-model-list{
  12. position: relative;
  13. font-family: PingFangSC, PingFang SC;
  14. font-weight: 600;
  15. font-size: 40rpx;
  16. color: #060809;
  17. }
  18. .car-model-text{
  19. width: 260rpx;
  20. text-overflow: ellipsis;
  21. overflow: hidden;
  22. white-space: nowrap;
  23. }
  24. .package-type-list{
  25. font-family: PingFangSC, PingFang SC;
  26. font-weight: 500;
  27. font-size: 32rpx;
  28. color: #9FA7B7;
  29. position: relative;
  30. }
  31. .package-type-list-i{
  32. color: #0D52FC;
  33. }
  34. .right-button-icon{
  35. width: 16rpx;
  36. height: 12rpx;
  37. position: absolute;
  38. bottom: -8rpx;
  39. right: -15rpx;
  40. }
  41. .right-corner-icon{
  42. width: 14rpx;
  43. height: 14rpx;
  44. position: absolute;
  45. bottom: 9rpx;
  46. right: -22rpx;
  47. }
  48. .order-card {
  49. border-radius: 32rpx;
  50. background-color: #FFFFFF;
  51. padding: 36rpx 32rpx;
  52. margin-bottom: 24rpx;
  53. margin:0 24rpx 24rpx;
  54. }
  55. .card-top {
  56. justify-content: space-between;
  57. align-items: center;
  58. margin-bottom: 28rpx;
  59. }
  60. .card-top>view:nth-of-type(1) {
  61. color: #2A3A5A;
  62. font-size: 36rpx;
  63. font-weight: bold;
  64. width: 460rpx;
  65. text-overflow: ellipsis;
  66. overflow: hidden;
  67. white-space: nowrap;
  68. }
  69. .card-border {
  70. width: 622rpx;
  71. height: 2rpx;
  72. background-color: #F4F5F6;
  73. }
  74. .card-bottom {
  75. margin-top: 32rpx;
  76. }
  77. .bottom-item {
  78. margin-bottom: 14rpx;
  79. }
  80. .price-text {
  81. color: #2A3A5A;
  82. font-weight: bold;
  83. margin-left: 12rpx;
  84. }
  85. .price-text>text {
  86. font-size: 44rpx;
  87. }
  88. .card {
  89. text-align: center;
  90. font-size: 26rpx;
  91. height: 44rpx;
  92. line-height: 44rpx;
  93. border-radius: 22rpx;
  94. padding-left: 20rpx;
  95. padding-right: 20rpx;
  96. }
  97. .card-b {
  98. color: #0074FF;
  99. font-weight: bold;
  100. background-color: #E5F1FF;
  101. }
  102. .card-r {
  103. color: #F95151;
  104. font-weight: bold;
  105. background-color: #FEEDED;
  106. }
  107. .card-k {
  108. color: #5E6F90;
  109. background-color: #F3F8FF;
  110. }
  111. .bottom-item{
  112. flex-direction: column;
  113. }
  114. .item-label-view{
  115. margin-bottom: 32rpx;
  116. }
  117. .item-label{
  118. font-family: PingFangSC, PingFang SC;
  119. font-weight: 400;
  120. font-size: 28rpx;
  121. margin-right: 32rpx;
  122. color: #9FA7B7;
  123. }
  124. .item-value{
  125. font-family: Futura, Futura;
  126. font-weight: 500;
  127. font-size: 30rpx;
  128. color: #060809;
  129. }
  130. .button-config-view{
  131. display: flex;
  132. color: #5E6F90;
  133. font-size: 28rpx;
  134. justify-content: flex-end;
  135. flex-wrap: wrap;
  136. align-items: flex-end;
  137. flex-direction: column;
  138. }
  139. .return-money{
  140. margin-right: 16rpx;
  141. font-family: PingFangSC, PingFang SC;
  142. font-weight: 400;
  143. font-size: 30rpx;
  144. color: #FA2918;
  145. }
  146. .order-money{
  147. font-family: PingFangSC, PingFang SC;
  148. font-weight: 400;
  149. font-size: 30rpx;
  150. color: #060809;
  151. display: flex;
  152. margin-bottom: 32rpx;
  153. }
  154. .activation-btn{
  155. width: 180rpx;
  156. height: 64rpx;
  157. background: #060809;
  158. border-radius: 32rpx;
  159. font-family: AlibabaPuHuiTiM;
  160. font-size: 28rpx;
  161. color: #FFFFFF;
  162. line-height: 64rpx;
  163. text-align: center;
  164. }