gearboxOil.vue 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <template>
  2. <view class="content">
  3. <view class="box">
  4. <view class="historyLine">
  5. <image src="http://img.db.66km.cn/carbrandlogo/B - 宝马.png" mode="" class="historylinecarImg"></image>
  6. <view class="historylinecar">华晨宝马iX3 G08 电动 HA001N0电动领先型 ( 改款 )(2021-2021)过长换行</view>
  7. </view>
  8. </view>
  9. <view class="cont">
  10. <view class="jiyouBox">
  11. <view class="jiyouTop">
  12. <view class="jiyoutopTitle">变速箱油</view>
  13. </view>
  14. <view class="jylineBox">
  15. <view class="jyline" v-for="(item,index) in 2">
  16. <view class="jyimgBox">
  17. <image src="http://dmsphoto.66km.com.cn/thFiles/1057BA84-E59D-47B7-9F66-73E3491A443E.jpg" mode="" class="jyimg"></image>
  18. </view>
  19. <view class="jyName">
  20. <span class="best">最佳</span>
  21. <span class="jyNametxt">安耐驰 全合成机油润滑油 5W-40 SM级 4L 汽车全合成机油润滑油 </span>
  22. </view>
  23. </view>
  24. </view>
  25. </view>
  26. <!-- 养护信息 -->
  27. <view class="jiyouBox">
  28. <view class="jiyouTop">
  29. <view class="jiyoutopTitle">养护信息</view>
  30. </view>
  31. <view class="yhxxline">
  32. <view class="yhxxlineLeft">型号/厂家</view>
  33. <view class="yhxxlineRight">HU898777/DF89090/980889</view>
  34. </view>
  35. <view class="yhxxline">
  36. <view class="yhxxlineLeft">原厂加注量</view>
  37. <view class="yhxxlineRight">5</view>
  38. </view>
  39. <view class="yhxxline">
  40. <view class="yhxxlineLeft">换油量(L)</view>
  41. <view class="yhxxlineRight">重力:5 机器:12</view>
  42. </view>
  43. <view class="yhxxline">
  44. <view class="yhxxlineLeft">换油接头</view>
  45. <view class="yhxxlineRight">A24</view>
  46. </view>
  47. <view class="yhxxline">
  48. <view class="yhxxlineLeft">养护指导</view>
  49. <view class="yhxxlineRight">养护指导这是养护指导信息这是养护指导信息这是养护指导信息这是</view>
  50. </view>
  51. <view class="yhxxImgBox">
  52. <view class="yhxxImglineBox">
  53. <view class="yhxxImgBorder">
  54. <image src="http://dmsphoto.66km.com.cn/thFiles/B366C258-AE13-41F3-86A8-B0CEDD1654C0.jpg" mode="" class="yhxxImg"></image>
  55. <view class="yhxxCkdt">
  56. <image src="../../static/img/icon_pic.png" mode="" class="iconpic"></image>
  57. <view class="yhxxCkdtNum">1</view>
  58. </view>
  59. </view>
  60. <view class="yhxximgName">接头位置</view>
  61. </view>
  62. </view>
  63. </view>
  64. </view>
  65. </view>
  66. </template>
  67. <script>
  68. export default {
  69. components: {
  70. },
  71. data() {
  72. return {
  73. }
  74. },
  75. onLoad(opt) {
  76. },
  77. methods: {
  78. }
  79. }
  80. </script>
  81. <style scoped>
  82. .content {
  83. min-height: 100vh;
  84. background: #F4F5F7;
  85. }
  86. .box {
  87. padding: 0 24rpx;
  88. background: #ffffff;
  89. }
  90. .historylinecarImg {
  91. width: 46rpx;
  92. height: 46rpx;
  93. }
  94. .historylinecar {
  95. font-weight: 400;
  96. font-size: 26rpx;
  97. color: #1A1A1A;
  98. line-height: 37rpx;
  99. width: 636rpx;
  100. }
  101. .historyLine {
  102. display: flex;
  103. justify-content: space-between;
  104. padding: 30rpx 0;
  105. border-top: 1rpx solid #EEEEEE;
  106. }
  107. .cont {
  108. padding:0 24rpx 30rpx 24rpx;
  109. }
  110. .toplineImg{
  111. width: 35rpx;
  112. height: 34rpx;
  113. }
  114. .topName{
  115. line-height: 34rpx;font-weight: 400;
  116. color: #FFFFFF;font-size: 28rpx;padding-left: 16rpx;
  117. }
  118. .topBox{
  119. width: 702rpx;
  120. height: 98rpx;
  121. background: #FFFFFF linear-gradient(132deg, #FF8635 0%, #FF4828 100%);
  122. border-radius: 16rpx;
  123. display: flex;justify-content: space-around;
  124. }
  125. .topsx{
  126. width: 2rpx;background: #ffffff;
  127. height: 54rpx;margin-top: 22rpx;
  128. }
  129. .topLine{
  130. display: flex;padding-top: 32rpx;
  131. }
  132. .jiyouTop{
  133. display: flex;justify-content: space-between;
  134. }
  135. .jiyouBox{
  136. margin-top: 30rpx;border-radius: 16rpx;
  137. background: #ffffff;padding: 30rpx;
  138. }
  139. .jiyoutopTitle{
  140. font-weight: 500;font-size: 28rpx;
  141. color: #1A1A1A;
  142. line-height: 40rpx;
  143. }
  144. .jyzl{
  145. font-weight: 400;line-height: 40rpx;
  146. color: #666666;font-size: 24rpx;
  147. }
  148. .jyimg{
  149. width: 302rpx;
  150. height: 302rpx;
  151. border-radius: 10rpx;
  152. }
  153. .jyline{
  154. width: 302rpx;padding-top: 30rpx;
  155. }
  156. .jyName{
  157. font-weight: 400;font-size: 22rpx;
  158. color: #1A1A1A;
  159. line-height:36rpx ;
  160. overflow: hidden;
  161. text-overflow: ellipsis;
  162. display: -webkit-box;
  163. -webkit-box-orient: vertical;
  164. -webkit-line-clamp: 2;
  165. padding-top: 10rpx;
  166. }
  167. .best{
  168. color: #FF4F00;border-radius: 6rpx;
  169. padding: 0 8rpx;border: 1px solid #FF4F00;
  170. }
  171. .jylineBox{
  172. display: flex;justify-content: space-between;flex-wrap: wrap;
  173. }
  174. .yhxxline{
  175. display: flex;font-size: 26rpx;line-height: 36rpx;padding: 20rpx 0;
  176. }
  177. .yhxxlineLeft{
  178. color: #999999;width: 174rpx;
  179. }
  180. .yhxxlineRight{
  181. color: #3C3C3C;width: 458rpx;
  182. }
  183. .yhxxImg{
  184. width: 138rpx;
  185. height: 138rpx;
  186. }
  187. .yhxxImgBorder{
  188. width: 138rpx;
  189. height: 138rpx;
  190. border-radius: 7rpx;
  191. border: 1rpx solid #EEEEEE;
  192. overflow: hidden;
  193. position: relative;
  194. }
  195. .yhxximgName{
  196. width: 138rpx;font-weight: 400;
  197. color: #3C3C3C;font-size: 24rpx;
  198. line-height: 34rpx;padding-top: 16rpx;
  199. }
  200. .iconpic{
  201. width: 18rpx;
  202. height: 15rpx;
  203. }
  204. .yhxxCkdt{
  205. width: 62rpx;
  206. height: 30rpx;
  207. border-radius: 15rpx;
  208. background: rgba(0, 0, 0, 0.6);
  209. position: absolute;
  210. bottom: 10rpx;right: 10rpx;
  211. display: flex;
  212. justify-content: center;
  213. align-items: center;
  214. }
  215. .yhxxCkdtNum{
  216. color: #ffffff;font-weight: 500;font-size: 20rpx;padding-left: 5rpx; padding-bottom: 6rpx;
  217. }
  218. </style>