chengjie лет назад: 7
Родитель
Сommit
8931b49627

+ 1 - 1
app.js

@@ -25,7 +25,7 @@ App({
25
     serverUrl: "https://www.kylx365.com/apiData/",
25
     serverUrl: "https://www.kylx365.com/apiData/",
26
     serverUrlServer: "https://www.kylx365.com/apiData/",
26
     serverUrlServer: "https://www.kylx365.com/apiData/",
27
     serverUrlLocalhost: "http://localhost:3020/apiData/",
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
     Key: "kylx365_chengjie",
29
     Key: "kylx365_chengjie",
30
     IV: "kylx365hongliren",
30
     IV: "kylx365hongliren",
31
     
31
     

BIN
images/questioncollection_headline_shelf_illus_grade01.png


BIN
images/questioncollection_headline_shelf_illus_grade02.png


BIN
images/questioncollection_headline_shelf_illus_grade03.png


BIN
images/questioncollection_headline_shelf_illus_grade04.png


BIN
images/questioncollection_shelf_box_tape.png


BIN
images/universalpic_indicator_maroon.png


+ 3 - 2
pages/index/guide.wxss

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

+ 1 - 1
pages/index/index.json

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

+ 4 - 1
pages/index/index.wxss

@@ -15,7 +15,10 @@
15
   top: 142rpx;
15
   top: 142rpx;
16
   color: #fff;
16
   color: #fff;
17
   font-size: 48rpx;
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
 .panel {
24
 .panel {

+ 1 - 1
pages/main/answer.json

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

+ 13 - 3
pages/main/answer.wxml

@@ -7,15 +7,25 @@
7
     <view class="panelTop0 FlexColumn">
7
     <view class="panelTop0 FlexColumn">
8
       <view class="panelTop00 FlexRow" wx:if="{{IsEdit}}" bindtap="deleteItem">
8
       <view class="panelTop00 FlexRow" wx:if="{{IsEdit}}" bindtap="deleteItem">
9
         <image class="universalpic_select_on_white" src="../../images/universalpic_select_on_white.png" />
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
       </view>
14
       </view>
12
       <view class="line" wx:if="{{IsEdit}}"></view>
15
       <view class="line" wx:if="{{IsEdit}}"></view>
13
     </view>
16
     </view>
14
     <view class="panelTop1 FlexRow" bindtap='btnEdit'>
17
     <view class="panelTop1 FlexRow" bindtap='btnEdit'>
15
       <view class="btn" wx:if="{{IsEdit}}"></view>
18
       <view class="btn" wx:if="{{IsEdit}}"></view>
16
       <view class="btn2 btn" wx:if="{{!IsEdit}}"></view>
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
     </view>
29
     </view>
20
   </view>
30
   </view>
21
 
31
 

+ 31 - 14
pages/main/answer.wxss

@@ -56,13 +56,35 @@
56
   background-color: #b98043;
56
   background-color: #b98043;
57
 }
57
 }
58
 
58
 
59
-.panelTop .text {
60
-  color: #fff;
59
+.panelTop .textTitle {
61
   font-size: 26rpx;
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
 .panelTop .btn {
90
 .panelTop .btn {
@@ -71,19 +93,12 @@
71
   background-color: #9ee74f;
93
   background-color: #9ee74f;
72
   margin-right: 10rpx;
94
   margin-right: 10rpx;
73
   border-radius: 3rpx;
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
   background-color: #f0be7b;
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
 .universalpic_select_on_white {
103
 .universalpic_select_on_white {
89
   width: 30rpx;
104
   width: 30rpx;
@@ -210,11 +225,13 @@
210
 
225
 
211
 .itemChild .title1 {
226
 .itemChild .title1 {
212
   font-size: 20rpx;
227
   font-size: 20rpx;
228
+  font-weight: 500;
213
 }
229
 }
214
 
230
 
215
 .itemChild .title2 {
231
 .itemChild .title2 {
216
   font-size: 30rpx;
232
   font-size: 30rpx;
217
   color: #c9c9c9;
233
   color: #c9c9c9;
234
+  font-weight: 500;
218
 }
235
 }
219
 
236
 
220
 .itemChild .title3 {
237
 .itemChild .title3 {

+ 17 - 14
pages/main/default.wxml

@@ -2,21 +2,22 @@
2
   <scroll-view class="scroll-view_H" scroll-x>
2
   <scroll-view class="scroll-view_H" scroll-x>
3
     <image class="homepage_headline_illus" src="../../images/homepage_headline_illus.png" />
3
     <image class="homepage_headline_illus" src="../../images/homepage_headline_illus.png" />
4
     <scroll-view scroll-y class="scrollview">
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
     </scroll-view>
6
     </scroll-view>
7
   </scroll-view>
7
   </scroll-view>
8
 
8
 
9
   <view class="panel FlexColumn">
9
   <view class="panel FlexColumn">
10
-    
10
+
11
     <view class="line1"></view>
11
     <view class="line1"></view>
12
     <view class="panel0 FlexRow">
12
     <view class="panel0 FlexRow">
13
       <view class="panel00 FlexColumn">
13
       <view class="panel00 FlexColumn">
14
-        
14
+
15
         <view class="panel000 FlexRow">
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
         </view>
21
         </view>
21
         <view class="panel001 FlexRow">
22
         <view class="panel001 FlexRow">
22
           <view class="panel0010 FlexRow">
23
           <view class="panel0010 FlexRow">
@@ -28,7 +29,10 @@
28
         <view class="panel002 FlexRow">
29
         <view class="panel002 FlexRow">
29
           <view class="panel0020 FlexRow">
30
           <view class="panel0020 FlexRow">
30
             <view class="panel00200 FlexColumn">
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
               <view class="line3"></view>
36
               <view class="line3"></view>
33
               <view class="panel002000 FlexRow">
37
               <view class="panel002000 FlexRow">
34
                 <view class="text1">试卷张数</view>
38
                 <view class="text1">试卷张数</view>
@@ -46,14 +50,14 @@
46
                     登录
50
                     登录
47
                   </view>
51
                   </view>
48
                 </button>
52
                 </button>
49
-                
53
+
50
                 <view class="btn2 btn" bindtap='gotoAnswer' wx:if="{{!IsAccredit}}">
54
                 <view class="btn2 btn" bindtap='gotoAnswer' wx:if="{{!IsAccredit}}">
51
                   <view class="btn3 btn1">
55
                   <view class="btn3 btn1">
52
-                    答案
56
+                    答案
53
                   </view>
57
                   </view>
54
                 </view>
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
                   <view class="btn3 btn1">
61
                   <view class="btn3 btn1">
58
                     对答案
62
                     对答案
59
                   </view>
63
                   </view>
@@ -103,7 +107,7 @@
103
                   <image class="universalpic_product_kousuan_icon_size01" src="../../images/{{item.imageName}}.png" />
107
                   <image class="universalpic_product_kousuan_icon_size01" src="../../images/{{item.imageName}}.png" />
104
                   <view class="text">{{item.Name}}</view>
108
                   <view class="text">{{item.Name}}</view>
105
                 </view>
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
               </view>
111
               </view>
108
               <view class="line"></view>
112
               <view class="line"></view>
109
             </block>
113
             </block>
@@ -114,5 +118,4 @@
114
   </view>
118
   </view>
115
 </view>
119
 </view>
116
 <image hidden="{{HelpHidden1}}" bindtap='closeHelp' class="Help_aside_homepage" src="../../images/Help_aside_homepage.png" />
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
 .container {
1
 .container {
2
   background-color: #583027;
2
   background-color: #583027;
3
   justify-content: flex-start;
3
   justify-content: flex-start;
4
+  font-weight: 500;
4
 }
5
 }
5
 
6
 
6
 .scroll-view_H {
7
 .scroll-view_H {
@@ -42,7 +43,7 @@
42
 }
43
 }
43
 
44
 
44
 .panel .line2 {
45
 .panel .line2 {
45
-  width: 100%;
46
+  width: 680rpx;
46
   height: 10rpx;
47
   height: 10rpx;
47
   background-color: rgba(0, 0, 0, 0.30);
48
   background-color: rgba(0, 0, 0, 0.30);
48
   position: absolute;
49
   position: absolute;
@@ -66,15 +67,25 @@
66
   width: 100%;
67
   width: 100%;
67
   height: 90rpx;
68
   height: 90rpx;
68
   background-color: #4f2921;
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
   font-size: 36rpx;
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
 .panel001 {
91
 .panel001 {
@@ -124,7 +135,7 @@
124
   height: 116rpx;
135
   height: 116rpx;
125
   position: absolute;
136
   position: absolute;
126
   left: 230rpx;
137
   left: 230rpx;
127
-  top: 5rpx;
138
+  top: -17rpx;
128
 }
139
 }
129
 
140
 
130
 .homepage_clipboard_illus_ruler {
141
 .homepage_clipboard_illus_ruler {
@@ -147,14 +158,23 @@
147
   font-weight: 500;
158
   font-weight: 500;
148
 }
159
 }
149
 
160
 
150
-.panel00200 .text0 {
161
+.panel00200 .textTitle3 {
151
   font-size: 36rpx;
162
   font-size: 36rpx;
152
-  color: #fff;
153
   margin-top: 70rpx;
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
 .panel00200 .line3 {
180
 .panel00200 .line3 {
@@ -328,6 +348,7 @@
328
 .panel003110 {
348
 .panel003110 {
329
   margin-left: 40rpx;
349
   margin-left: 40rpx;
330
   font-size:28rpx;
350
   font-size:28rpx;
351
+  font-weight: 400;
331
 }
352
 }
332
 
353
 
333
 
354
 
@@ -338,7 +359,7 @@
338
   margin-right: 20rpx;
359
   margin-right: 20rpx;
339
 }
360
 }
340
 
361
 
341
-.universalpic_indicator_pink {
362
+.universalpic_indicator_maroon {
342
   width: 16rpx;
363
   width: 16rpx;
343
   height: 26rpx;
364
   height: 26rpx;
344
   margin-right: 30rpx;
365
   margin-right: 30rpx;

+ 39 - 33
pages/main/detail.js

@@ -91,6 +91,7 @@ Page({
91
   getFinish: function () {
91
   getFinish: function () {
92
     this.setData({
92
     this.setData({
93
       ShowLoading: true,
93
       ShowLoading: true,
94
+      BtnText: "全部保存到相册",
94
     });
95
     });
95
     wx.hideLoading();
96
     wx.hideLoading();
96
     arrAnswerID = [];
97
     arrAnswerID = [];
@@ -397,40 +398,44 @@ Page({
397
           } 
398
           } 
398
           else {
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
               that.setData({
486
               that.setData({
482
                 IsDistabled: "Distabled",
487
                 IsDistabled: "Distabled",
488
+                BtnText: "已保存",
483
               });
489
               });
484
               wx.pageScrollTo({
490
               wx.pageScrollTo({
485
                 scrollTop: 400,
491
                 scrollTop: 400,
@@ -502,11 +508,11 @@ Page({
502
     var id = Number(e.currentTarget.dataset.id);
508
     var id = Number(e.currentTarget.dataset.id);
503
     this.data.PageNumber += id;
509
     this.data.PageNumber += id;
504
     var addDisabled="",subDisabled="";
510
     var addDisabled="",subDisabled="";
505
-    if (this.data.PageNumber < 1){
511
+    if (this.data.PageNumber <= 1){
506
       this.data.PageNumber = 1;
512
       this.data.PageNumber = 1;
507
       subDisabled ="btnAddSubDisabled";
513
       subDisabled ="btnAddSubDisabled";
508
     }
514
     }
509
-    else if (this.data.PageNumber > 4){
515
+    else if (this.data.PageNumber >= 4){
510
       this.data.PageNumber = 4;
516
       this.data.PageNumber = 4;
511
       addDisabled = "btnAddSubDisabled";
517
       addDisabled = "btnAddSubDisabled";
512
     }
518
     }

+ 1 - 1
pages/main/detail.json

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

+ 7 - 11
pages/main/detail.wxml

@@ -69,6 +69,7 @@
69
         </view>
69
         </view>
70
       </view>
70
       </view>
71
     </view>
71
     </view>
72
+    <view style='height:230rpx'></view>
72
   </block>
73
   </block>
73
 
74
 
74
   <block wx:if="{{IsFinished}}">
75
   <block wx:if="{{IsFinished}}">
@@ -87,7 +88,7 @@
87
       </view>
88
       </view>
88
       <view class="btn2{{IsDistabled}} btn" bindtap='saveImageFile'>
89
       <view class="btn2{{IsDistabled}} btn" bindtap='saveImageFile'>
89
         <view class="btn1{{IsDistabled}} btn1">
90
         <view class="btn1{{IsDistabled}} btn1">
90
-          全部保存到相册
91
+          {{BtnText}}
91
         </view>
92
         </view>
92
       </view>
93
       </view>
93
       <image class="universalpic_line_dashed_size01" src="../../images/universalpic_line_dashed_size01.png" />
94
       <image class="universalpic_line_dashed_size01" src="../../images/universalpic_line_dashed_size01.png" />
@@ -109,6 +110,7 @@
109
         </view>
110
         </view>
110
       </view>
111
       </view>
111
     </view>
112
     </view>
113
+    <view style='height:170rpx'></view>
112
   </block>
114
   </block>
113
   <view class="line5"></view>
115
   <view class="line5"></view>
114
 
116
 
@@ -125,12 +127,6 @@
125
       <image wx:if="{{filter=='vertical'}}" class="universalpic_select_on_black" src="../../images/universalpic_select_on_black.png" />
127
       <image wx:if="{{filter=='vertical'}}" class="universalpic_select_on_black" src="../../images/universalpic_select_on_black.png" />
126
 
128
 
127
     </view>
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
     <view class="line"></view>
130
     <view class="line"></view>
135
     <view class="line2"></view>
131
     <view class="line2"></view>
136
     <view class="line"></view>
132
     <view class="line"></view>
@@ -146,12 +142,12 @@
146
   <view class="loading1 FlexColumn">
142
   <view class="loading1 FlexColumn">
147
     <view class="line1"></view>
143
     <view class="line1"></view>
148
     <view class="line2 FlexColumn">
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
     </view>
147
     </view>
152
     <view class="line3 FlexColumn">
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
     </view>
151
     </view>
156
     <view class="line4"></view>
152
     <view class="line4"></view>
157
     <image class="universalpic_attention_light_red_bg" src="../../images/universalpic_attention_light_red_bg.png" />
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
   background-color: #4F4745;
2
   background-color: #4F4745;
3
   justify-content: flex-start;
3
   justify-content: flex-start;
4
   width: 100%; 
4
   width: 100%; 
5
+  font-weight: 500;
5
 }
6
 }
6
 
7
 
7
 .makepaper_headline_illus_lab{
8
 .makepaper_headline_illus_lab{
@@ -100,6 +101,7 @@
100
 .panel1 .text1{
101
 .panel1 .text1{
101
   font-size:36rpx;
102
   font-size:36rpx;
102
   margin-top: 60rpx;
103
   margin-top: 60rpx;
104
+  font-weight: 600;
103
 }
105
 }
104
 .panel1 .text2{
106
 .panel1 .text2{
105
   font-size:36rpx;
107
   font-size:36rpx;
@@ -145,6 +147,7 @@
145
 .panel1 .text4{
147
 .panel1 .text4{
146
   font-size:36rpx;
148
   font-size:36rpx;
147
   margin-top: 40rpx;
149
   margin-top: 40rpx;
150
+  font-weight: 600;
148
 }
151
 }
149
 
152
 
150
 .universalpic_value_cell_size01{
153
 .universalpic_value_cell_size01{
@@ -168,12 +171,13 @@
168
 }
171
 }
169
 .panel1 .btnAddSubDisabled{
172
 .panel1 .btnAddSubDisabled{
170
   background-color: rgba(46, 46, 46, 0.7);
173
   background-color: rgba(46, 46, 46, 0.7);
174
+  height:64rpx;
171
 }
175
 }
172
 
176
 
173
 .panel1 .Number{
177
 .panel1 .Number{
174
   color:#D2D2D2;
178
   color:#D2D2D2;
175
   font-size: 36rpx;
179
   font-size: 36rpx;
176
-  margin-top: 0rpx;
180
+  margin-top: 10rpx;
177
 }
181
 }
178
 
182
 
179
 .panel1 .text5{
183
 .panel1 .text5{
@@ -204,6 +208,7 @@
204
   text-align: center;
208
   text-align: center;
205
   color: #DEC2B8;
209
   color: #DEC2B8;
206
   font-size: 56rpx;
210
   font-size: 56rpx;
211
+  font-weight: 600;
207
 }
212
 }
208
 
213
 
209
 .btn {
214
 .btn {
@@ -255,8 +260,7 @@
255
   background-color: #262626;
260
   background-color: #262626;
256
   margin-top: 40rpx;
261
   margin-top: 40rpx;
257
   z-index: 10;
262
   z-index: 10;
258
-  border-bottom-left-radius: 20rpx;
259
-  border-bottom-right-radius: 20rpx;
263
+  border-radius: 20rpx;
260
   box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.10);
264
   box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.10);
261
   justify-content: flex-start;
265
   justify-content: flex-start;
262
 }
266
 }
@@ -380,6 +384,7 @@
380
   width: 100%;
384
   width: 100%;
381
   background-color: #d2d2d2;
385
   background-color: #d2d2d2;
382
   z-index: 30;
386
   z-index: 30;
387
+  font-weight: 400;
383
 }
388
 }
384
 
389
 
385
 .menu .text1 {
390
 .menu .text1 {
@@ -428,12 +433,12 @@
428
   position: fixed;
433
   position: fixed;
429
   top:0;
434
   top:0;
430
   z-index: 100;
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
 .loading .loading1 {
439
 .loading .loading1 {
435
   position: absolute;
440
   position: absolute;
436
-  top:317rpx;
441
+  top:230rpx;
437
   width:100%;
442
   width:100%;
438
 }
443
 }
439
 
444
 
@@ -451,12 +456,13 @@
451
   z-index: 100;
456
   z-index: 100;
452
 }
457
 }
453
 
458
 
454
-.loading1 .text {
459
+.loading1 .textLoading1 {
455
   font-size:48rpx;
460
   font-size:48rpx;
456
   margin-top:60rpx;
461
   margin-top:60rpx;
462
+  font-weight: 400;
457
 }
463
 }
458
 
464
 
459
-.loading1 .text2 {
465
+.loading1 .textLoading2 {
460
   font-size:24rpx;
466
   font-size:24rpx;
461
   margin-top: 10rpx;
467
   margin-top: 10rpx;
462
 }
468
 }
@@ -468,11 +474,11 @@
468
   color:#fff;
474
   color:#fff;
469
 }
475
 }
470
 
476
 
471
-.loading1 .text3 {
477
+.loading1 .textLoading3 {
472
   font-size:28rpx;
478
   font-size:28rpx;
473
 }
479
 }
474
 
480
 
475
-.loading1 .text4 {
481
+.loading1 .textLoading4 {
476
   font-size:32rpx;
482
   font-size:32rpx;
477
   margin-top: 10rpx;
483
   margin-top: 10rpx;
478
   font-weight: 400;
484
   font-weight: 400;

+ 1 - 1
pages/main/item.json

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

+ 1 - 0
pages/main/item.wxss

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

+ 2 - 4
pages/main/list.js

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

+ 2 - 2
pages/main/list.json

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

+ 1 - 1
pages/main/list.wxml

@@ -12,7 +12,7 @@
12
       </view>
12
       </view>
13
     </view>
13
     </view>
14
     <view class="panelTopCenter">
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
     </view>
16
     </view>
17
     <view class="panelTopLine1 lineRight lineLong FlexRow">
17
     <view class="panelTopLine1 lineRight lineLong FlexRow">
18
       <view class="panelTopLine lineLong1">
18
       <view class="panelTopLine lineLong1">

+ 10 - 23
pages/main/list.wxss

@@ -1,6 +1,7 @@
1
 .container {
1
 .container {
2
   background-color: #3b3431;
2
   background-color: #3b3431;
3
   justify-content: flex-start;
3
   justify-content: flex-start;
4
+  font-weight: 600;
4
 }
5
 }
5
 
6
 
6
 .questioncollection_headline_root {
7
 .questioncollection_headline_root {
@@ -64,25 +65,9 @@
64
 }
65
 }
65
 
66
 
66
 .questioncollection_headline_shelf_illus_grade01 {
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
   width: 580rpx;
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
 .questioncollection_headline_plate01_selected {
71
 .questioncollection_headline_plate01_selected {
87
   width: 112rpx;
72
   width: 112rpx;
88
   height: 70rpx;
73
   height: 70rpx;
@@ -101,18 +86,20 @@
101
   z-index: 100;
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
 .questioncard {
89
 .questioncard {
111
   width: 100%;
90
   width: 100%;
112
   height: 130rpx;
91
   height: 130rpx;
113
   margin-top: -40rpx;
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
 .cardCenter {
103
 .cardCenter {
117
   width: 590rpx;
104
   width: 590rpx;
118
   height: 130rpx;
105
   height: 130rpx;