diff --git a/pages/myCar/carDetail.vue b/pages/myCar/carDetail.vue index 5ffe17d..f821c6d 100644 --- a/pages/myCar/carDetail.vue +++ b/pages/myCar/carDetail.vue @@ -1,186 +1,419 @@ \ No newline at end of file + .footer { + background: #ffffff; + display: flex; + align-items: center; + + .line { + width: 2rpx; + background-color: #dddddd; + } + + .btnItem { + flex: 1; + width: 0; + padding: 34rpx 0; + + display: flex; + align-items: center; + justify-content: center; + + font-size: 32rpx; + + &.delete { + color: #f92c2c; + } + + &.edit { + color: #0174f6; + } + } + } +} + diff --git a/pages/myCar/myCar.vue b/pages/myCar/myCar.vue index 7c7105a..7882622 100644 --- a/pages/myCar/myCar.vue +++ b/pages/myCar/myCar.vue @@ -1,118 +1,157 @@ \ No newline at end of file + font-weight: 500; + font-size: 32rpx; + color: #0174f6; + } +} +