order.css 2.6 KB

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