chengjie %!s(int64=7) %!d(string=hai) anos
pai
achega
8931b49627

+ 1 - 1
app.js

@@ -25,7 +25,7 @@ App({
25 25
     serverUrl: "https://www.kylx365.com/apiData/",
26 26
     serverUrlServer: "https://www.kylx365.com/apiData/",
27 27
     serverUrlLocalhost: "http://localhost:3020/apiData/",
28
-    audioUrlBaidu: "https://tsn.baidu.com/text2audio?lan=zh&ctp=1&cuid=abcdxxx&tok=[token]&tex=[word]&vol=9&per=0&spd=6&pit=5",
28
+    audioUrlBaidu: "https://tsn.baidu.com/text2audio?lan=zh&ctp=1&cuid=abcdxxx&tok=[token]&tex=[word]&vol=9&per=4&spd=6&pit=5",
29 29
     Key: "kylx365_chengjie",
30 30
     IV: "kylx365hongliren",
31 31
     

BIN=BIN
images/questioncollection_headline_shelf_illus_grade01.png


BIN=BIN
images/questioncollection_headline_shelf_illus_grade02.png


BIN=BIN
images/questioncollection_headline_shelf_illus_grade03.png


BIN=BIN
images/questioncollection_headline_shelf_illus_grade04.png


BIN=BIN
images/questioncollection_shelf_box_tape.png


BIN=BIN
images/universalpic_indicator_maroon.png


+ 3 - 2
pages/index/guide.wxss

@@ -7,13 +7,13 @@
7 7
   width: 100%;
8 8
   height: 1206rpx;
9 9
   position: fixed;
10
-  top: 0;
10
+  top:0;
11 11
 }
12 12
 
13 13
 .panel{
14 14
   width:100%;
15 15
   position: fixed;
16
-  top: 0;
16
+  bottom: 130rpx;
17 17
 }
18 18
 .welcomeguide_info {
19 19
   width: 630rpx;
@@ -36,4 +36,5 @@
36 36
   line-height: 130rpx;
37 37
   color:#713312;
38 38
   font-size: 48rpx;
39
+  font-weight: 700;
39 40
 }

+ 1 - 1
pages/index/index.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "navigationBarBackgroundColor": "#213A5B",
3
-  "navigationBarTextStyle": "white",
3
+  "navigationBarTextStyle": "black",
4 4
   "navigationBarTitleText": "",
5 5
   "backgroundColor": "#213A5B",
6 6
   "backgroundTextStyle": "light",

+ 4 - 1
pages/index/index.wxss

@@ -15,7 +15,10 @@
15 15
   top: 142rpx;
16 16
   color: #fff;
17 17
   font-size: 48rpx;
18
-  text-shadow: 0 7rpx 0 #112331;
18
+  text-shadow: 0 5rpx 0 #112331;
19
+  letter-spacing:5px;
20
+  text-align: center;
21
+  margin-left: 5rpx;
19 22
 }
20 23
 
21 24
 .panel {

+ 1 - 1
pages/main/answer.json

@@ -2,7 +2,7 @@
2 2
   "navigationBarBackgroundColor": "#326FAE",
3 3
   "navigationBarTextStyle": "white",
4 4
   "navigationBarTitleText": "答案资料室",
5
-  "backgroundColor": "#326FAE",
5
+  "backgroundColor": "#213a53",
6 6
   "backgroundTextStyle": "light",
7 7
   "enablePullDownRefresh": false
8 8
 }

+ 13 - 3
pages/main/answer.wxml

@@ -7,15 +7,25 @@
7 7
     <view class="panelTop0 FlexColumn">
8 8
       <view class="panelTop00 FlexRow" wx:if="{{IsEdit}}" bindtap="deleteItem">
9 9
         <image class="universalpic_select_on_white" src="../../images/universalpic_select_on_white.png" />
10
-        <view class="text">删除选中 {{SelectedCount}} 个</view>
10
+        <view class="textTitle0 textTitle">
11
+          <view class="textTitle10 textTitle1">删除选中 {{SelectedCount}} 个</view>
12
+          <view class="textTitle2">删除选中 {{SelectedCount}} 个</view>
13
+        </view>
11 14
       </view>
12 15
       <view class="line" wx:if="{{IsEdit}}"></view>
13 16
     </view>
14 17
     <view class="panelTop1 FlexRow" bindtap='btnEdit'>
15 18
       <view class="btn" wx:if="{{IsEdit}}"></view>
16 19
       <view class="btn2 btn" wx:if="{{!IsEdit}}"></view>
17
-      <view class="text2 text" wx:if="{{IsEdit}}">完成</view>
18
-      <view class="text2 text" wx:if="{{!IsEdit}}">编辑</view>
20
+
21
+      <view class="textTitle" wx:if="{{IsEdit}}">
22
+        <view class="textTitle1">完成</view>
23
+        <view class="textTitle2">完成</view>
24
+      </view>
25
+      <view class="textTitle" wx:if="{{!IsEdit}}">
26
+        <view class="textTitle1">整理</view>
27
+        <view class="textTitle2">整理</view>
28
+      </view>
19 29
     </view>
20 30
   </view>
21 31
 

+ 31 - 14
pages/main/answer.wxss

@@ -56,13 +56,35 @@
56 56
   background-color: #b98043;
57 57
 }
58 58
 
59
-.panelTop .text {
60
-  color: #fff;
59
+.panelTop .textTitle {
61 60
   font-size: 26rpx;
62
-  text-shadow: 3rpx 3rpx 3rpx #906a3c,
63
-                 3rpx -3rpx 3rpx #906a3c,
64
-                 -3rpx 3rpx 3rpx #906a3c,
65
-                 -3rpx -3rpx 3rpx #906a3c;
61
+  font-weight: 500;
62
+  width:52rpx;
63
+  height:37rpx;
64
+}
65
+
66
+.panelTop .textTitle0 {
67
+  width:155rpx;
68
+  height:37rpx;
69
+}
70
+
71
+.panelTop .textTitle1 {
72
+  -webkit-text-stroke:8rpx #c34738;
73
+  position: absolute;
74
+  text-align: center;
75
+  line-height: 37rpx;
76
+}
77
+
78
+
79
+.panelTop .textTitle10 {
80
+  -webkit-text-stroke:8rpx #906A3C;
81
+}
82
+
83
+.panelTop .textTitle2 {
84
+  color: #fff;
85
+  position: absolute;
86
+  text-align: center;
87
+  line-height: 37rpx;
66 88
 }
67 89
 
68 90
 .panelTop .btn {
@@ -71,19 +93,12 @@
71 93
   background-color: #9ee74f;
72 94
   margin-right: 10rpx;
73 95
   border-radius: 3rpx;
74
-  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.10);
75 96
 }
76 97
 
77
-.panelTop .btn {
98
+.panelTop .btn2 {
78 99
   background-color: #f0be7b;
79 100
 }
80 101
 
81
-.panelTop .text2 {
82
-  text-shadow: 3rpx 3rpx 6rpx #c34738,
83
-                 3rpx -3rpx 6rpx #c34738,
84
-                 -3rpx 3rpx 6rpx #c34738,
85
-                 -3rpx -3rpx 6rpx #c34738;
86
-}
87 102
 
88 103
 .universalpic_select_on_white {
89 104
   width: 30rpx;
@@ -210,11 +225,13 @@
210 225
 
211 226
 .itemChild .title1 {
212 227
   font-size: 20rpx;
228
+  font-weight: 500;
213 229
 }
214 230
 
215 231
 .itemChild .title2 {
216 232
   font-size: 30rpx;
217 233
   color: #c9c9c9;
234
+  font-weight: 500;
218 235
 }
219 236
 
220 237
 .itemChild .title3 {

+ 17 - 14
pages/main/default.wxml

@@ -2,21 +2,22 @@
2 2
   <scroll-view class="scroll-view_H" scroll-x>
3 3
     <image class="homepage_headline_illus" src="../../images/homepage_headline_illus.png" />
4 4
     <scroll-view scroll-y class="scrollview">
5
-    <image class="homepage_headline_info" src="../../images/homepage_headline_info.png" />
5
+      <image class="homepage_headline_info" src="../../images/homepage_headline_info.png" />
6 6
     </scroll-view>
7 7
   </scroll-view>
8 8
 
9 9
   <view class="panel FlexColumn">
10
-    
10
+
11 11
     <view class="line1"></view>
12 12
     <view class="panel0 FlexRow">
13 13
       <view class="panel00 FlexColumn">
14
-        
14
+
15 15
         <view class="panel000 FlexRow">
16
-        <view class="line2"></view>
17
-          <view class="text">选题</view>
18
-          <view class="text">+</view>
19
-          <view class="text">打印</view>
16
+          <view class="line2"></view>
17
+          <view class="textTitle">
18
+            <view class="textTitle1">选题 + 打印</view>
19
+            <view class="textTitle2">选题 + 打印</view>
20
+          </view>
20 21
         </view>
21 22
         <view class="panel001 FlexRow">
22 23
           <view class="panel0010 FlexRow">
@@ -28,7 +29,10 @@
28 29
         <view class="panel002 FlexRow">
29 30
           <view class="panel0020 FlexRow">
30 31
             <view class="panel00200 FlexColumn">
31
-              <view class="text0">批改</view>
32
+              <view class="textTitle3">
33
+                <view class="textTitle4">批改</view>
34
+                <view class="textTitle5">批改</view>
35
+              </view>
32 36
               <view class="line3"></view>
33 37
               <view class="panel002000 FlexRow">
34 38
                 <view class="text1">试卷张数</view>
@@ -46,14 +50,14 @@
46 50
                     登录
47 51
                   </view>
48 52
                 </button>
49
-                
53
+
50 54
                 <view class="btn2 btn" bindtap='gotoAnswer' wx:if="{{!IsAccredit}}">
51 55
                   <view class="btn3 btn1">
52
-                    答案
56
+                    答案
53 57
                   </view>
54 58
                 </view>
55 59
 
56
-                <view class="btn6 btn2 btn' " wx:if="{{IsAccredit}}" bindtap='gotoAnswer' >
60
+                <view class="btn6 btn2 btn' " wx:if="{{IsAccredit}}" bindtap='gotoAnswer'>
57 61
                   <view class="btn3 btn1">
58 62
                     对答案
59 63
                   </view>
@@ -103,7 +107,7 @@
103 107
                   <image class="universalpic_product_kousuan_icon_size01" src="../../images/{{item.imageName}}.png" />
104 108
                   <view class="text">{{item.Name}}</view>
105 109
                 </view>
106
-                <image class="universalpic_indicator_pink" src="../../images/universalpic_indicator_pink.png" />
110
+                <image class="universalpic_indicator_maroon" src="../../images/universalpic_indicator_pink.png" />
107 111
               </view>
108 112
               <view class="line"></view>
109 113
             </block>
@@ -114,5 +118,4 @@
114 118
   </view>
115 119
 </view>
116 120
 <image hidden="{{HelpHidden1}}" bindtap='closeHelp' class="Help_aside_homepage" src="../../images/Help_aside_homepage.png" />
117
-<audio hidden='true' id="myAudio"></audio>
118
-              
121
+<audio hidden='true' id="myAudio"></audio>

+ 36 - 15
pages/main/default.wxss

@@ -1,6 +1,7 @@
1 1
 .container {
2 2
   background-color: #583027;
3 3
   justify-content: flex-start;
4
+  font-weight: 500;
4 5
 }
5 6
 
6 7
 .scroll-view_H {
@@ -42,7 +43,7 @@
42 43
 }
43 44
 
44 45
 .panel .line2 {
45
-  width: 100%;
46
+  width: 680rpx;
46 47
   height: 10rpx;
47 48
   background-color: rgba(0, 0, 0, 0.30);
48 49
   position: absolute;
@@ -66,15 +67,25 @@
66 67
   width: 100%;
67 68
   height: 90rpx;
68 69
   background-color: #4f2921;
69
-  position: relative;
70 70
 }
71 71
 
72
-
73
-.panel000 .text {
74
-  margin: 0 6rpx;
75
-  color: #e3e3e3;
72
+.panel000 .textTitle {
76 73
   font-size: 36rpx;
77
-  text-shadow: 8rpx 8rpx 6rpx #1e1e1e, -8rpx -8rpx 6rpx #1e1e1e;
74
+  font-weight: 500;
75
+  width: 180rpx;
76
+  height:50rpx;
77
+}
78
+.panel000 .textTitle1 {
79
+  -webkit-text-stroke:10rpx #471e1c;
80
+  position: absolute;
81
+  text-align: center;
82
+  line-height: 50rpx;
83
+}
84
+.panel000 .textTitle2 {
85
+  color: #e3e3e3;
86
+  position: absolute;
87
+  text-align: center;
88
+  line-height: 50rpx;
78 89
 }
79 90
 
80 91
 .panel001 {
@@ -124,7 +135,7 @@
124 135
   height: 116rpx;
125 136
   position: absolute;
126 137
   left: 230rpx;
127
-  top: 5rpx;
138
+  top: -17rpx;
128 139
 }
129 140
 
130 141
 .homepage_clipboard_illus_ruler {
@@ -147,14 +158,23 @@
147 158
   font-weight: 500;
148 159
 }
149 160
 
150
-.panel00200 .text0 {
161
+.panel00200 .textTitle3 {
151 162
   font-size: 36rpx;
152
-  color: #fff;
153 163
   margin-top: 70rpx;
154
-  text-shadow: -3rpx -3rpx 4rpx #bd682d,
155
-                 -3rpx 3rpx 4rpx #bd682d,
156
-                 3rpx -3rpx 4rpx #bd682d,
157
-                 3rpx 3rpx 4rpx #bd682d;
164
+  font-weight: 500;
165
+  position: relative;
166
+  width: 72rpx;
167
+  height:50rpx;
168
+}
169
+.panel00200 .textTitle4 {
170
+  -webkit-text-stroke:10rpx #bd682d;
171
+  position: absolute;
172
+  text-align: center;
173
+}
174
+.panel00200 .textTitle5 {
175
+  color: #fff;
176
+  position: absolute;
177
+  text-align: center;
158 178
 }
159 179
 
160 180
 .panel00200 .line3 {
@@ -328,6 +348,7 @@
328 348
 .panel003110 {
329 349
   margin-left: 40rpx;
330 350
   font-size:28rpx;
351
+  font-weight: 400;
331 352
 }
332 353
 
333 354
 
@@ -338,7 +359,7 @@
338 359
   margin-right: 20rpx;
339 360
 }
340 361
 
341
-.universalpic_indicator_pink {
362
+.universalpic_indicator_maroon {
342 363
   width: 16rpx;
343 364
   height: 26rpx;
344 365
   margin-right: 30rpx;

+ 39 - 33
pages/main/detail.js

@@ -91,6 +91,7 @@ Page({
91 91
   getFinish: function () {
92 92
     this.setData({
93 93
       ShowLoading: true,
94
+      BtnText: "全部保存到相册",
94 95
     });
95 96
     wx.hideLoading();
96 97
     arrAnswerID = [];
@@ -397,40 +398,44 @@ Page({
397 398
           } 
398 399
           else {
399 400
             //生成图片完成
400
-            that.setData({
401
-              ShowLoading: false,
402
-            });
403
-
404
-            wx.pageScrollTo({
405
-              scrollTop: 0,
406
-              duration: 300
407
-            });
408
-            // wx.previewImage({
409
-            //   current: that.data.arrPage[0], // 当前显示图片的http链接
410
-            //   urls: that.data.arrPage // 需要预览的图片http链接列表
411
-            // });
412
-
413
-            //存列表
414
-            var tempList = wx.getStorageSync("AnswerList");
415
-            if (!tempList)
416
-              tempList=[];
417
-            for(var x=0;x<tempAnswerList.length;x++){
418
-              var tempItem = tempAnswerList[x];
419
-              var id=x*tempItem.PageCount;
420
-              var arr=[];
421
-              for(var y=0;y<tempItem.QuestionList.length;y++){
422
-                if (y >= id && y < id + tempItem.PageCount){
423
-                  arr.push(tempItem.QuestionList[y]);
401
+            setTimeout(function(){
402
+              that.setData({
403
+                ShowLoading: false,
404
+              });
405
+              wx.pageScrollTo({
406
+                scrollTop: 0,
407
+                duration: 300
408
+              });
409
+              // wx.previewImage({
410
+              //   current: that.data.arrPage[0], // 当前显示图片的http链接
411
+              //   urls: that.data.arrPage // 需要预览的图片http链接列表
412
+              // });
413
+
414
+              //存列表
415
+              var tempList = wx.getStorageSync("AnswerList");
416
+              if (!tempList)
417
+                tempList = [];
418
+              for (var x = 0; x < tempAnswerList.length; x++) {
419
+                var tempItem = tempAnswerList[x];
420
+                var id = x * tempItem.PageCount;
421
+                var arr = [];
422
+                for (var y = 0; y < tempItem.QuestionList.length; y++) {
423
+                  if (y >= id && y < id + tempItem.PageCount) {
424
+                    arr.push(tempItem.QuestionList[y]);
425
+                  }
424 426
                 }
427
+                tempItem.QuestionList = arr;
428
+                tempList.unshift(tempItem);
425 429
               }
426
-              tempItem.QuestionList=arr;
427
-              tempList.unshift(tempItem);
428
-            }
429
-            wx.setStorageSync("AnswerList", tempList);
430
+              wx.setStorageSync("AnswerList", tempList);
431
+
432
+              common.getStorageValue(that, "HelpHidden7", false, function () {
433
+                that.showHelp2();
434
+              });
435
+
436
+            },3000);
437
+            
430 438
 
431
-            common.getStorageValue(that, "HelpHidden7", false, function () {
432
-              that.showHelp2();
433
-            });
434 439
             
435 440
           }
436 441
         }
@@ -480,6 +485,7 @@ Page({
480 485
               });
481 486
               that.setData({
482 487
                 IsDistabled: "Distabled",
488
+                BtnText: "已保存",
483 489
               });
484 490
               wx.pageScrollTo({
485 491
                 scrollTop: 400,
@@ -502,11 +508,11 @@ Page({
502 508
     var id = Number(e.currentTarget.dataset.id);
503 509
     this.data.PageNumber += id;
504 510
     var addDisabled="",subDisabled="";
505
-    if (this.data.PageNumber < 1){
511
+    if (this.data.PageNumber <= 1){
506 512
       this.data.PageNumber = 1;
507 513
       subDisabled ="btnAddSubDisabled";
508 514
     }
509
-    else if (this.data.PageNumber > 4){
515
+    else if (this.data.PageNumber >= 4){
510 516
       this.data.PageNumber = 4;
511 517
       addDisabled = "btnAddSubDisabled";
512 518
     }

+ 1 - 1
pages/main/detail.json

@@ -2,7 +2,7 @@
2 2
   "navigationBarBackgroundColor": "#E5A744",
3 3
   "navigationBarTextStyle": "black",
4 4
   "navigationBarTitleText": "制作车间",
5
-  "backgroundColor": "#E5A744",
5
+  "backgroundColor": "#4F4745",
6 6
   "backgroundTextStyle": "light",
7 7
   "enablePullDownRefresh": false
8 8
 }

+ 7 - 11
pages/main/detail.wxml

@@ -69,6 +69,7 @@
69 69
         </view>
70 70
       </view>
71 71
     </view>
72
+    <view style='height:230rpx'></view>
72 73
   </block>
73 74
 
74 75
   <block wx:if="{{IsFinished}}">
@@ -87,7 +88,7 @@
87 88
       </view>
88 89
       <view class="btn2{{IsDistabled}} btn" bindtap='saveImageFile'>
89 90
         <view class="btn1{{IsDistabled}} btn1">
90
-          全部保存到相册
91
+          {{BtnText}}
91 92
         </view>
92 93
       </view>
93 94
       <image class="universalpic_line_dashed_size01" src="../../images/universalpic_line_dashed_size01.png" />
@@ -109,6 +110,7 @@
109 110
         </view>
110 111
       </view>
111 112
     </view>
113
+    <view style='height:170rpx'></view>
112 114
   </block>
113 115
   <view class="line5"></view>
114 116
 
@@ -125,12 +127,6 @@
125 127
       <image wx:if="{{filter=='vertical'}}" class="universalpic_select_on_black" src="../../images/universalpic_select_on_black.png" />
126 128
 
127 129
     </view>
128
-    <!-- <view class="line"></view>
129
-    <view class="panel FlexRow" bindtap='menuClick' data-id="all">
130
-      <view>横式+竖式</view>
131
-      <image wx:if="{{filter=='all'}}" class="universalpic_select_on_black" src="../../images/universalpic_select_on_black.png" />
132
-
133
-    </view> -->
134 130
     <view class="line"></view>
135 131
     <view class="line2"></view>
136 132
     <view class="line"></view>
@@ -146,12 +142,12 @@
146 142
   <view class="loading1 FlexColumn">
147 143
     <view class="line1"></view>
148 144
     <view class="line2 FlexColumn">
149
-      <view class="text">正在生成第 {{arrPage.length}} 张图片</view>
150
-      <view class="text2">共有 {{PageNumber}} 张图片,可能需要{{WaitTime}}</view>
145
+      <view class="textLoading1">正在生成第 {{arrPage.length}} 张图片</view>
146
+      <view class="textLoading2">共有 {{PageNumber}} 张图片,可能需要{{WaitTime}}</view>
151 147
     </view>
152 148
     <view class="line3 FlexColumn">
153
-      <view class="text3">使用建议</view>
154
-      <view class="text4">每张卷子里的题目都是动态生成哒,每次出题都会得到不同的结果。</view>
149
+      <view class="textLoading3">使用建议</view>
150
+      <view class="textLoading4">每张卷子里的题目都是动态生成哒,每次出题都会得到不同的结果。</view>
155 151
     </view>
156 152
     <view class="line4"></view>
157 153
     <image class="universalpic_attention_light_red_bg" src="../../images/universalpic_attention_light_red_bg.png" />

+ 15 - 9
pages/main/detail.wxss

@@ -2,6 +2,7 @@
2 2
   background-color: #4F4745;
3 3
   justify-content: flex-start;
4 4
   width: 100%; 
5
+  font-weight: 500;
5 6
 }
6 7
 
7 8
 .makepaper_headline_illus_lab{
@@ -100,6 +101,7 @@
100 101
 .panel1 .text1{
101 102
   font-size:36rpx;
102 103
   margin-top: 60rpx;
104
+  font-weight: 600;
103 105
 }
104 106
 .panel1 .text2{
105 107
   font-size:36rpx;
@@ -145,6 +147,7 @@
145 147
 .panel1 .text4{
146 148
   font-size:36rpx;
147 149
   margin-top: 40rpx;
150
+  font-weight: 600;
148 151
 }
149 152
 
150 153
 .universalpic_value_cell_size01{
@@ -168,12 +171,13 @@
168 171
 }
169 172
 .panel1 .btnAddSubDisabled{
170 173
   background-color: rgba(46, 46, 46, 0.7);
174
+  height:64rpx;
171 175
 }
172 176
 
173 177
 .panel1 .Number{
174 178
   color:#D2D2D2;
175 179
   font-size: 36rpx;
176
-  margin-top: 0rpx;
180
+  margin-top: 10rpx;
177 181
 }
178 182
 
179 183
 .panel1 .text5{
@@ -204,6 +208,7 @@
204 208
   text-align: center;
205 209
   color: #DEC2B8;
206 210
   font-size: 56rpx;
211
+  font-weight: 600;
207 212
 }
208 213
 
209 214
 .btn {
@@ -255,8 +260,7 @@
255 260
   background-color: #262626;
256 261
   margin-top: 40rpx;
257 262
   z-index: 10;
258
-  border-bottom-left-radius: 20rpx;
259
-  border-bottom-right-radius: 20rpx;
263
+  border-radius: 20rpx;
260 264
   box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.10);
261 265
   justify-content: flex-start;
262 266
 }
@@ -380,6 +384,7 @@
380 384
   width: 100%;
381 385
   background-color: #d2d2d2;
382 386
   z-index: 30;
387
+  font-weight: 400;
383 388
 }
384 389
 
385 390
 .menu .text1 {
@@ -428,12 +433,12 @@
428 433
   position: fixed;
429 434
   top:0;
430 435
   z-index: 100;
431
-  background-color: rgba(229,167,68,0.8);
436
+  background-color: rgba(229,167,68,1);
432 437
 }
433 438
 
434 439
 .loading .loading1 {
435 440
   position: absolute;
436
-  top:317rpx;
441
+  top:230rpx;
437 442
   width:100%;
438 443
 }
439 444
 
@@ -451,12 +456,13 @@
451 456
   z-index: 100;
452 457
 }
453 458
 
454
-.loading1 .text {
459
+.loading1 .textLoading1 {
455 460
   font-size:48rpx;
456 461
   margin-top:60rpx;
462
+  font-weight: 400;
457 463
 }
458 464
 
459
-.loading1 .text2 {
465
+.loading1 .textLoading2 {
460 466
   font-size:24rpx;
461 467
   margin-top: 10rpx;
462 468
 }
@@ -468,11 +474,11 @@
468 474
   color:#fff;
469 475
 }
470 476
 
471
-.loading1 .text3 {
477
+.loading1 .textLoading3 {
472 478
   font-size:28rpx;
473 479
 }
474 480
 
475
-.loading1 .text4 {
481
+.loading1 .textLoading4 {
476 482
   font-size:32rpx;
477 483
   margin-top: 10rpx;
478 484
   font-weight: 400;

+ 1 - 1
pages/main/item.json

@@ -2,7 +2,7 @@
2 2
   "navigationBarBackgroundColor": "#fff",
3 3
   "navigationBarTextStyle": "black",
4 4
   "navigationBarTitleText": "试卷答案",
5
-  "backgroundColor": "#fff",
5
+  "backgroundColor": "#F0F0F0",
6 6
   "backgroundTextStyle": "light",
7 7
   "enablePullDownRefresh": false
8 8
 }

+ 1 - 0
pages/main/item.wxss

@@ -17,6 +17,7 @@
17 17
 .panelLeft2{
18 18
   margin-left: 30rpx;
19 19
   font-size: 32rpx;
20
+  font-weight: 500;
20 21
 }
21 22
 
22 23
 .panelRight{

+ 2 - 4
pages/main/list.js

@@ -6,6 +6,7 @@ var categoryID = "";
6 6
 var categoryName = "";
7 7
 var categoryNum = "";
8 8
 var SelectID = 0;
9
+var arrDifficult=["","","简单","普通","困难"];
9 10
 
10 11
 Page({
11 12
   data: {
@@ -33,9 +34,6 @@ Page({
33 34
   },
34 35
   getList: function () {
35 36
     this.buildList();
36
-    wx.setNavigationBarTitle({
37
-      title: categoryName + " 题卡仓库",
38
-    });
39 37
   },
40 38
   gotoDetail: function (e) {
41 39
     SelectID = e.currentTarget.dataset.id;
@@ -79,7 +77,7 @@ Page({
79 77
                 data[i].List[k].SelectItem = "boxLeft";
80 78
               }
81 79
             }
82
-
80
+            data[i].List[k].DifficultyName = arrDifficult[Number(data[i].List[k].Difficulty)];
83 81
             data[i].List[k].Select = false;
84 82
             if (SelectID == data[i].List[k].ID)
85 83
               data[i].List[k].Select = true;

+ 2 - 2
pages/main/list.json

@@ -1,8 +1,8 @@
1 1
 {
2 2
   "navigationBarBackgroundColor": "#9C5043",
3 3
   "navigationBarTextStyle": "white",
4
-  "navigationBarTitleText": "题仓库",
5
-  "backgroundColor": "#9C5043",
4
+  "navigationBarTitleText": "题仓库",
5
+  "backgroundColor": "#514a47",
6 6
   "backgroundTextStyle": "light",
7 7
   "enablePullDownRefresh": false
8 8
 }

+ 1 - 1
pages/main/list.wxml

@@ -12,7 +12,7 @@
12 12
       </view>
13 13
     </view>
14 14
     <view class="panelTopCenter">
15
-      <image class="questioncollection_headline_shelf_illus_grade0{{CategoryNum}}" src="../../images/questioncollection_headline_shelf_illus_grade0{{CategoryNum}}.png" />
15
+      <image class="questioncollection_headline_shelf_illus_grade01" src="../../images/questioncollection_headline_shelf_illus_grade0{{CategoryNum}}.png" />
16 16
     </view>
17 17
     <view class="panelTopLine1 lineRight lineLong FlexRow">
18 18
       <view class="panelTopLine lineLong1">

+ 10 - 23
pages/main/list.wxss

@@ -1,6 +1,7 @@
1 1
 .container {
2 2
   background-color: #3b3431;
3 3
   justify-content: flex-start;
4
+  font-weight: 600;
4 5
 }
5 6
 
6 7
 .questioncollection_headline_root {
@@ -64,25 +65,9 @@
64 65
 }
65 66
 
66 67
 .questioncollection_headline_shelf_illus_grade01 {
67
-  width: 520rpx;
68
-  height: 160rpx;
69
-}
70
-
71
-.questioncollection_headline_shelf_illus_grade02 {
72
-  width: 545rpx;
73
-  height: 140rpx;
74
-}
75
-
76
-.questioncollection_headline_shelf_illus_grade03 {
77 68
   width: 580rpx;
78
-  height: 140rpx;
79
-}
80
-
81
-.questioncollection_headline_shelf_illus_grade04 {
82
-  width: 529rpx;
83
-  height: 130rpx;
69
+  height: 160rpx;
84 70
 }
85
-
86 71
 .questioncollection_headline_plate01_selected {
87 72
   width: 112rpx;
88 73
   height: 70rpx;
@@ -101,18 +86,20 @@
101 86
   z-index: 100;
102 87
 }
103 88
 
104
-.questioncollection_shelf_board {
105
-  width: 630rpx;
106
-  height: 100rpx;
107
-  z-index: 10;
108
-}
109
-
110 89
 .questioncard {
111 90
   width: 100%;
112 91
   height: 130rpx;
113 92
   margin-top: -40rpx;
114 93
 }
115 94
 
95
+.questioncollection_shelf_board {
96
+  width: 630rpx;
97
+  height: 100rpx;
98
+  z-index: 50;
99
+  position: relative;
100
+  top:0;
101
+}
102
+
116 103
 .cardCenter {
117 104
   width: 590rpx;
118 105
   height: 130rpx;