diff --git a/pages.json b/pages.json index 73ee41f..7b151af 100644 --- a/pages.json +++ b/pages.json @@ -496,7 +496,6 @@ "path": "carLearProgress/carLearProgress", "style": { "navigationBarTitleText": "学车进度", - "navigationStyle": "custom", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } diff --git a/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue b/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue index 0ae0338..4d9b15e 100644 --- a/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue +++ b/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue @@ -14,8 +14,8 @@ - - + + diff --git a/pages/mineEntry/carLearProgress/carLearProgress.vue b/pages/mineEntry/carLearProgress/carLearProgress.vue index e392273..5ba0749 100644 --- a/pages/mineEntry/carLearProgress/carLearProgress.vue +++ b/pages/mineEntry/carLearProgress/carLearProgress.vue @@ -1,42 +1,54 @@ @@ -50,10 +62,6 @@ id: 10 }, { - text: '模拟器', - id: 0 - }, - { text: '科目一', id: 1 }, @@ -70,7 +78,7 @@ id: 4 }, ], - currentTab: -1, + currentTab: 10, } }, methods: { @@ -86,42 +94,52 @@ \ No newline at end of file diff --git a/pages/tabbar/learnCar/index - 副本.vue b/pages/tabbar/learnCar/index - 副本.vue new file mode 100644 index 0000000..08aaa0f --- /dev/null +++ b/pages/tabbar/learnCar/index - 副本.vue @@ -0,0 +1,172 @@ + + + + + diff --git a/pages/tabbar/learnCar/index.vue b/pages/tabbar/learnCar/index.vue index 08aaa0f..506cb8d 100644 --- a/pages/tabbar/learnCar/index.vue +++ b/pages/tabbar/learnCar/index.vue @@ -1,172 +1,25 @@ - + \ No newline at end of file diff --git a/pages/tabbar/mine/index - 副本.vue b/pages/tabbar/mine/index - 副本.vue new file mode 100644 index 0000000..d408406 --- /dev/null +++ b/pages/tabbar/mine/index - 副本.vue @@ -0,0 +1,368 @@ + + + + + diff --git a/pages/tabbar/mine/index.scss b/pages/tabbar/mine/index.scss new file mode 100644 index 0000000..7eb8800 --- /dev/null +++ b/pages/tabbar/mine/index.scss @@ -0,0 +1,125 @@ + +.pageBgImg { + + .userInfo { + width: 100%; + padding: 30rpx 30rpx 100rpx 30rpx; + display: flex; + align-items: center; + + .avatar { + width: 120rpx; + height: 120rpx; + border-radius: 50%; + overflow: hidden; + background: #f4f4f4; + image { + + } + } + + .rightInfo { + flex: 1; + width: 0; + padding-left: 20rpx; + .name-row { + display: flex; + justify-content: space-between; + .leftTxt { + flex: 1; + width: 0; + display: flex; + align-items: center; + .name { + font-size: 30rpx; + color: #fff; + font-weight: 700; + } + + .arrowIcon { + width: 36rpx; + height: 36rpx; + margin-left: 4rpx; + } + } + + .scanCode { + width: 36rpx; + height: 36rpx; + } + } + + .phone { + font-size: 24rpx; + color: #fff; + margin-top: 20rpx; + } + } + } +.pad { + border-radius: 20rpx 20rpx 0 0; + background-color: #f4f4f4; + transform: translateY(-22rpx); + } + .ul { + display: flex; + width: 100%; + height: 154rpx; + background: #FFFFFF; + border-radius: 20rpx; + padding: 20rpx; + transform: translateY(-60rpx); + .li { + flex: 1; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + .icon { + width: 77rpx; + height: 77rpx; + } + + .text { + font-size: 24rpx; + color: #333; + } + } + } + + .ul2 { + background: #FFFFFF; + border-radius: 20rpx; + margin-top: -40rpx; + padding: 4rpx 20rpx; + .li2 { + display: flex; + height: 88rpx; + display: flex; + align-items: center; + border-bottom: 1rpx solid #F6F7FA; + &:last-child { + border: none; + } + .icon { + width: 54rpx; + height: 52rpx; + image { + + } + } + + .text { + font-size: 28rpx; + color: #333; + margin-left: 20rpx; + } + + .arrowRight { + width: 36rpx; + height: 36rpx; + margin-left: auto; + } + } + } +} \ No newline at end of file diff --git a/pages/tabbar/mine/index.vue b/pages/tabbar/mine/index.vue index d408406..04fb75a 100644 --- a/pages/tabbar/mine/index.vue +++ b/pages/tabbar/mine/index.vue @@ -1,368 +1,79 @@ + @import './index.scss'; + \ No newline at end of file diff --git a/static/images/mineIcon/箭头 拷贝 2.png b/static/images/icon/arrowRightfff.png similarity index 100% rename from static/images/mineIcon/箭头 拷贝 2.png rename to static/images/icon/arrowRightfff.png diff --git a/static/images/mineIcon/箭头 拷贝 2(1).png b/static/images/icon/箭头 拷贝 2(1).png similarity index 100% rename from static/images/mineIcon/箭头 拷贝 2(1).png rename to static/images/icon/箭头 拷贝 2(1).png diff --git a/static/images/mineIcon/扫码.png b/static/images/mineIcon/sanCode.png similarity index 100% rename from static/images/mineIcon/扫码.png rename to static/images/mineIcon/sanCode.png