东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

146 line
2.4KB

  1. /* pages/configure/configure.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .topImg{
  9. display: flex;
  10. justify-content: center;
  11. padding: 80rpx 0;
  12. }
  13. .newImages2-82{
  14. width: 444rpx;
  15. height: 47rpx;
  16. }
  17. .carTitle{
  18. height: 102rpx;
  19. display: flex;
  20. align-items: center;
  21. justify-content: space-between;
  22. padding: 0 30rpx;
  23. background-color: black;
  24. font-size:28rpx;
  25. font-family: NissanBrand;
  26. font-weight:300;
  27. color:rgba(255,255,255,1);
  28. line-height:28rpx;
  29. }
  30. .newImages2-83{
  31. width: 23rpx;
  32. height: 14rpx;
  33. margin-left: 17rpx;
  34. }
  35. .selectTypeGroup{
  36. height: 100%;
  37. display: flex;
  38. align-items: center;
  39. }
  40. .selectType{
  41. display: flex;
  42. align-items: flex-end;
  43. }
  44. .paramesGroup{
  45. padding: 0 35rpx;
  46. }
  47. .newImages2-84{
  48. width: 23rpx;
  49. height: 12rpx;
  50. }
  51. .paramesContent{
  52. height: 120rpx;
  53. display: flex;
  54. align-items: center;
  55. justify-content: space-between;
  56. padding-left: 33rpx;
  57. padding-right: 47rpx;
  58. font-size:30rpx;
  59. font-family:PingFangSC;
  60. font-weight:500;
  61. color:rgba(0,0,0,1);
  62. line-height:30rpx;
  63. border-bottom: 2rpx solid #F0EDF1;
  64. box-sizing: border-box;
  65. }
  66. .selectSty{
  67. background-color: #F0EDF1;
  68. border: none;
  69. }
  70. .newImages2-85{
  71. width: 49rpx;
  72. height: 50rpx;
  73. margin: 0 auto;
  74. margin-top: 50rpx;
  75. }
  76. .newImages2-86{
  77. width: 23rpx;
  78. height: 4rpx;
  79. margin-left: 6rpx;
  80. }
  81. .configure1{
  82. width: 750rpx;
  83. height: 1690rpx;
  84. }
  85. .configure2{
  86. width: 750rpx;
  87. height: 1051rpx;
  88. }
  89. .configure3{
  90. width: 750rpx;
  91. height: 2087rpx;
  92. }
  93. .configure4{
  94. width: 750rpx;
  95. height: 3464rpx;
  96. }
  97. .configure5{
  98. width: 750rpx;
  99. height: 1775rpx;
  100. }
  101. .newImages2-88{
  102. width: 750rpx;
  103. height: 1296rpx;
  104. }
  105. .newImages2-89{
  106. width: 750rpx;
  107. height: 1597rpx;
  108. }
  109. .newImages2-90{
  110. width: 565rpx;
  111. height: 215rpx;
  112. margin: 50rpx auto;
  113. }
  114. .newImages2-91{
  115. width: 271rpx;
  116. height: 10rpx;
  117. margin: 150rpx auto 50rpx;
  118. }
  119. .carTypeFrame{
  120. position: absolute;
  121. top: 309rpx;
  122. right: 0;
  123. background-color: #f0f0f0;
  124. }
  125. .carTypeGroup{
  126. width: 340rpx;
  127. height: 100rpx;
  128. font-size:28rpx;
  129. font-family:NissanBrand;
  130. font-weight:400;
  131. color:rgba(35,24,21,1);
  132. line-height:40rpx;
  133. display: flex;
  134. flex-direction: column;
  135. align-items: center;
  136. justify-content: center;
  137. border-bottom:2rpx solid white;
  138. }
  139. .chooseTypeGroup{
  140. background-color: #666666;
  141. border-bottom:2rpx solid #8f8f8f;
  142. color:rgba(255,255,255,1);
  143. }
  144. .carTypeGroup:last-child{
  145. border-bottom:none;
  146. }