From 2d9acc7f6d30c5147a20146139501ded504b996b Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Thu, 29 Aug 2024 18:38:09 +0800 Subject: [PATCH] 00 --- components/nodata/nodata.vue | 6 +- main.js | 1 + pages.json | 36 +++ pages/exercises/beforeExam/beforeExam.vue | 1 - pages/exercises/brushQuestions/brushQuestions.vue | 27 +- .../categoryExercises/categoryExercises.vue | 68 +++++ pages/exercises/examIntroduction/comp/card.scss | 84 ++++++ pages/exercises/examIntroduction/comp/tab1.vue | 94 +++++++ pages/exercises/examIntroduction/comp/tab2.vue | 63 +++++ pages/exercises/examIntroduction/comp/tab3.vue | 50 ++++ pages/exercises/examIntroduction/comp/tab4.vue | 39 +++ .../examIntroduction/examIntroduction.vue | 127 +++++++++ pages/exercises/myStudy/myStudy.vue | 303 +++++++++++++++++++++ .../queTypeExercises/queTypeExercises.vue | 84 ++++++ pages/exercises/theoryStudy/theoryStudy.vue | 49 ++-- pages/index/index - 副本 (2).vue | 273 ------------------- pages/index/index - 副本.vue | 11 - pages/vip/vipEntry/vipEntry - 副本.vue | 89 ------ pages/vip/vipEntry/vipEntry.vue | 53 +++- static/images/bigImg/banner1.png | Bin 0 -> 451603 bytes static/images/bigImg/banner2.png | Bin 0 -> 409335 bytes static/images/bigImg/exambg.png | Bin 0 -> 576048 bytes static/images/bigImg/vipallBg.png | Bin 0 -> 169186 bytes static/images/bigImg/vipbg.png | Bin 0 -> 486285 bytes static/images/circular1.png | Bin 0 -> 43818 bytes static/images/circular2.png | Bin 0 -> 32217 bytes static/images/greetab.png | Bin 0 -> 49321 bytes static/images/mystudy1.png | Bin 0 -> 124673 bytes static/images/mystudy2.png | Bin 0 -> 175167 bytes static/images/nodata.png | Bin 0 -> 87719 bytes static/images/numbg.png | Bin 0 -> 7441 bytes static/images/vip/allSbu1.png | Bin 0 -> 9229 bytes static/images/vip/allSbu2.png | Bin 0 -> 9816 bytes static/images/vip/allSbu3.png | Bin 0 -> 10689 bytes static/images/vip/allsubL.png | Bin 0 -> 2197 bytes static/images/vip/allsubR.png | Bin 0 -> 2187 bytes static/images/vip/vipbg.png | Bin 486285 -> 0 bytes static/images/vip/组 84@2x(1).png | Bin 0 -> 9816 bytes static/images/vip/组 84@2x.png | Bin 0 -> 9229 bytes static/images/vipbtn.png | Bin 0 -> 16062 bytes static/images/微信图片_20240829100051.png | Bin 0 -> 465 bytes 41 files changed, 1047 insertions(+), 411 deletions(-) create mode 100644 pages/exercises/categoryExercises/categoryExercises.vue create mode 100644 pages/exercises/examIntroduction/comp/card.scss create mode 100644 pages/exercises/examIntroduction/comp/tab1.vue create mode 100644 pages/exercises/examIntroduction/comp/tab2.vue create mode 100644 pages/exercises/examIntroduction/comp/tab3.vue create mode 100644 pages/exercises/examIntroduction/comp/tab4.vue create mode 100644 pages/exercises/examIntroduction/examIntroduction.vue create mode 100644 pages/exercises/myStudy/myStudy.vue create mode 100644 pages/exercises/queTypeExercises/queTypeExercises.vue delete mode 100644 pages/index/index - 副本 (2).vue delete mode 100644 pages/index/index - 副本.vue delete mode 100644 pages/vip/vipEntry/vipEntry - 副本.vue create mode 100644 static/images/bigImg/banner1.png create mode 100644 static/images/bigImg/banner2.png create mode 100644 static/images/bigImg/exambg.png create mode 100644 static/images/bigImg/vipallBg.png create mode 100644 static/images/bigImg/vipbg.png create mode 100644 static/images/circular1.png create mode 100644 static/images/circular2.png create mode 100644 static/images/greetab.png create mode 100644 static/images/mystudy1.png create mode 100644 static/images/mystudy2.png create mode 100644 static/images/nodata.png create mode 100644 static/images/numbg.png create mode 100644 static/images/vip/allSbu1.png create mode 100644 static/images/vip/allSbu2.png create mode 100644 static/images/vip/allSbu3.png create mode 100644 static/images/vip/allsubL.png create mode 100644 static/images/vip/allsubR.png delete mode 100644 static/images/vip/vipbg.png create mode 100644 static/images/vip/组 84@2x(1).png create mode 100644 static/images/vip/组 84@2x.png create mode 100644 static/images/vipbtn.png create mode 100644 static/images/微信图片_20240829100051.png diff --git a/components/nodata/nodata.vue b/components/nodata/nodata.vue index 68534fd..391c8d8 100644 --- a/components/nodata/nodata.vue +++ b/components/nodata/nodata.vue @@ -23,7 +23,7 @@ padding: 40rpx 0; } .img { - width: 396rpx;height: 227rpx; + width: 300rpx;height: 313rpx; image { display: block; width: 100%; @@ -31,8 +31,8 @@ } } .text { - font-size: 26rpx; + font-size: 32rpx; color: #999; - margin-top: 60rpx; + margin-top: -100rpx; } \ No newline at end of file diff --git a/main.js b/main.js index e712fbb..2f5539c 100644 --- a/main.js +++ b/main.js @@ -12,6 +12,7 @@ import { goPage } from '@/utils/utils.js' // }) // app.$mount() // // #endif +// // #ifdef VUE3 diff --git a/pages.json b/pages.json index 5171919..f9dce85 100644 --- a/pages.json +++ b/pages.json @@ -52,6 +52,15 @@ } }, { + "path": "examIntroduction/examIntroduction", + "style": { + "navigationBarTitleText": "考试简介", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark", + "navigationStyle": "custom" + } + }, + { "path": "beforeExam/beforeExam", "style": { "navigationBarTitleText": "考试须知", @@ -86,6 +95,33 @@ "backgroundTextStyle": "dark" , "navigationStyle": "custom" } + }, + { + "path": "categoryExercises/categoryExercises", + "style": { + "navigationBarTitleText": "分类练习", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + // "navigationStyle": "custom" + } + }, + { + "path": "queTypeExercises/queTypeExercises", + "style": { + "navigationBarTitleText": "题型练习", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + // "navigationStyle": "custom" + } + }, + { + "path": "myStudy/myStudy", + "style": { + "navigationBarTitleText": "我的学习", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark", + "navigationStyle": "custom" + } } diff --git a/pages/exercises/beforeExam/beforeExam.vue b/pages/exercises/beforeExam/beforeExam.vue index 731e60e..7ba11a6 100644 --- a/pages/exercises/beforeExam/beforeExam.vue +++ b/pages/exercises/beforeExam/beforeExam.vue @@ -45,7 +45,6 @@ }) function goBack() { - console.log('返回吧') uni.navigateBack() } diff --git a/pages/exercises/brushQuestions/brushQuestions.vue b/pages/exercises/brushQuestions/brushQuestions.vue index 1320fdf..2e8abfd 100644 --- a/pages/exercises/brushQuestions/brushQuestions.vue +++ b/pages/exercises/brushQuestions/brushQuestions.vue @@ -9,7 +9,6 @@ - @@ -28,6 +27,10 @@ 正确答案是:B 您的答案是:B + + 上一题 + 下一题 + 题目解析 解析解析解析解析解析解析解析解析解析解析解析解析 @@ -37,7 +40,6 @@ + + \ No newline at end of file diff --git a/pages/exercises/examIntroduction/comp/card.scss b/pages/exercises/examIntroduction/comp/card.scss new file mode 100644 index 0000000..d7a6589 --- /dev/null +++ b/pages/exercises/examIntroduction/comp/card.scss @@ -0,0 +1,84 @@ + + + + + .leftLineH { + width: 100%; + height: auto; + position: relative; + + &:before { + content: ''; + position: absolute; + left: 22rpx; + height: 100%; + width: 2rpx; + background-color: #F6F7FA; + } + + .tit_row { + .num { + width: 44rpx; + height: 50rpx; + text-align: center; + line-height: 44rpx; + color: #fff; + font-weight: 500; + font-size: 32rpx; + background: url('../../../../static/images/numbg.png') no-repeat; + background-size: 100% 100%; + position: relative; + z-index: 2; + } + + .tit { + font-weight: bold; + font-size: 32rpx; + padding-left: 40rpx; + } + } + + .tables { + border: 1px solid #F6F7FA; + margin-top: 30rpx; + border-radius: 8rpx; + .th { + border-bottom: 1px solid #F6F7FA; + height: 64rpx; + line-height: 64rpx; + display: flex; + font-weight: 500; + font-size: 24rpx; + text-align: center; + + .td { + border-right: 1px solid #F6F7FA; + + &:first-child { + width: 0; + flex: 1; + } + + &:last-child { + border: none; + width: 145rpx; + } + } + } + } + } + + .con { + padding-left: 62rpx; + padding-top: 20rpx; + margin-bottom: 78rpx; + + .text { + font-weight: 500; + font-size: 28rpx; + + text { + color: #EE890C; + } + } + } diff --git a/pages/exercises/examIntroduction/comp/tab1.vue b/pages/exercises/examIntroduction/comp/tab1.vue new file mode 100644 index 0000000..9b27f8d --- /dev/null +++ b/pages/exercises/examIntroduction/comp/tab1.vue @@ -0,0 +1,94 @@ + + + + + \ No newline at end of file diff --git a/pages/exercises/examIntroduction/comp/tab2.vue b/pages/exercises/examIntroduction/comp/tab2.vue new file mode 100644 index 0000000..22db08a --- /dev/null +++ b/pages/exercises/examIntroduction/comp/tab2.vue @@ -0,0 +1,63 @@ + + + + + \ No newline at end of file diff --git a/pages/exercises/examIntroduction/comp/tab3.vue b/pages/exercises/examIntroduction/comp/tab3.vue new file mode 100644 index 0000000..76c38bb --- /dev/null +++ b/pages/exercises/examIntroduction/comp/tab3.vue @@ -0,0 +1,50 @@ + + + + + \ No newline at end of file diff --git a/pages/exercises/examIntroduction/comp/tab4.vue b/pages/exercises/examIntroduction/comp/tab4.vue new file mode 100644 index 0000000..a94f6f8 --- /dev/null +++ b/pages/exercises/examIntroduction/comp/tab4.vue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/pages/exercises/examIntroduction/examIntroduction.vue b/pages/exercises/examIntroduction/examIntroduction.vue new file mode 100644 index 0000000..5d5f9b0 --- /dev/null +++ b/pages/exercises/examIntroduction/examIntroduction.vue @@ -0,0 +1,127 @@ + + + + + \ No newline at end of file diff --git a/pages/exercises/myStudy/myStudy.vue b/pages/exercises/myStudy/myStudy.vue new file mode 100644 index 0000000..8528ac1 --- /dev/null +++ b/pages/exercises/myStudy/myStudy.vue @@ -0,0 +1,303 @@ + + + + + \ No newline at end of file diff --git a/pages/exercises/queTypeExercises/queTypeExercises.vue b/pages/exercises/queTypeExercises/queTypeExercises.vue new file mode 100644 index 0000000..005d32b --- /dev/null +++ b/pages/exercises/queTypeExercises/queTypeExercises.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/pages/exercises/theoryStudy/theoryStudy.vue b/pages/exercises/theoryStudy/theoryStudy.vue index 1c78ada..38d171a 100644 --- a/pages/exercises/theoryStudy/theoryStudy.vue +++ b/pages/exercises/theoryStudy/theoryStudy.vue @@ -1,6 +1,6 @@