浏览代码

字体优化

347617796@qq.com 4 年之前
父节点
当前提交
0e51736e5d
共有 46 个文件被更改,包括 123 次插入110 次删除
  1. 1 1
      Component/img-box/index.acss
  2. 1 1
      Component/noData/noData.acss
  3. 3 3
      Component/process/process.acss
  4. 1 1
      Component/selectRule/selectRule.acss
  5. 2 2
      Component/selectRule_two/selectRule_two.acss
  6. 1 1
      Component/selectSection/selectSection.acss
  7. 4 7
      Component/selectSectionStaff/selectSectionStaff.acss
  8. 6 6
      Component/selectSectionStaff/selectSectionStaff.js
  9. 4 10
      Component/selectSectionStaff_tow/selectSectionStaff_tow.acss
  10. 1 1
      Component/selectStaff/selectStaff.acss
  11. 6 6
      Component/selectStaff/selectStaff.js
  12. 2 2
      Component/selectSx/selectSx.acss
  13. 1 1
      Component/selectType/selectType.acss
  14. 2 2
      Component/selectUser/selectUser.acss
  15. 5 5
      app.acss
  16. 3 3
      pages/deploy/index/index.acss
  17. 1 1
      pages/deploy/index/index.axml
  18. 2 2
      pages/deploy/integralRule/integralRule.acss
  19. 2 1
      pages/deploy/organization/organization.acss
  20. 2 2
      pages/deploy/setCheck/setCheck.acss
  21. 1 1
      pages/statistics/B_ranking/B_ranking.axml
  22. 1 1
      pages/statistics/C_ranking/C_ranking.axml
  23. 2 2
      pages/statistics/C_ranking/C_ranking.js
  24. 1 1
      pages/statistics/addCustom/addCustom.acss
  25. 2 1
      pages/statistics/checkDetail/checkDetail.acss
  26. 1 1
      pages/statistics/check_top/check_top.acss
  27. 3 3
      pages/statistics/customRamking/customRamking.acss
  28. 1 1
      pages/statistics/glz_execute/glz_execute.acss
  29. 3 3
      pages/statistics/integralEvent/integralEvent.acss
  30. 4 4
      pages/statistics/my_PrizeBuckle/my_PrizeBuckle.acss
  31. 2 1
      pages/statistics/prizeBuckleDetail/prizeBuckleDetail.acss
  32. 1 1
      pages/statistics/sectionRanking/sectionRanking.axml
  33. 3 3
      pages/workbench/approve/approve.acss
  34. 2 2
      pages/workbench/approveDetail/approveDetail.acss
  35. 11 7
      pages/workbench/index/index.acss
  36. 1 1
      pages/workbench/index/index.axml
  37. 1 1
      pages/workbench/jk_A/jk_A.axml
  38. 3 1
      pages/workbench/jk_B/jk_B.acss
  39. 1 1
      pages/workbench/jk_B/jk_B.axml
  40. 4 4
      pages/workbench/my_approve/my_approve.acss
  41. 9 7
      pages/workbench/prize_buckle/prize_buckle.acss
  42. 1 1
      pages/workbench/prize_buckle/prize_buckle.axml
  43. 7 2
      pages/workbench/statistics_A/statistics_A.acss
  44. 1 1
      pages/workbench/statistics_A/statistics_A.axml
  45. 6 0
      pages/workbench/statistics_B/statistics_B.acss
  46. 1 1
      pages/workbench/statistics_B/statistics_B.axml

+ 1 - 1
Component/img-box/index.acss

@@ -6,7 +6,7 @@
   color: #fff;
   text-align: center;
   line-height: 80rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
 }
 .img-url{
   width: 80rpx;

+ 1 - 1
Component/noData/noData.acss

@@ -1,5 +1,5 @@
 .nodata{
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #909399;
 }
 .nodata image{

+ 3 - 3
Component/process/process.acss

@@ -3,7 +3,7 @@
   background: #fff;
 }
 .process-title text:nth-child(1){
-  font-size: 32rpx;
+  font-size: 36rpx;
   color: #222;
   font-weight: 600;
 }
@@ -11,7 +11,7 @@
   color: #909399;
   font-weight: 500;
   padding-left: 20rpx;
-  font-size: 28rpx;
+  font-size: 32rpx;
 }
 .process-bottom{
   padding:16rpx 32rpx;
@@ -29,5 +29,5 @@
   padding: 4rpx 0;
 }
 .process-context{
-  font-size: 24rpx;
+  font-size: 28rpx;
 }

+ 1 - 1
Component/selectRule/selectRule.acss

@@ -74,7 +74,7 @@
   border-bottom: 1px solid #f1f1f1;
 }
 .num{
-  font-size: 24rpx;
+  font-size: 28rpx;
 }
 .items-top{
   padding:20rpx 28rpx;

+ 2 - 2
Component/selectRule_two/selectRule_two.acss

@@ -44,14 +44,14 @@
 .ruleGe{
   background: #f5f7fa;
   padding: 16rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
   width: 22%;
   text-align: center;
   box-sizing: border-box;
   margin: 0rpx  1.5%  20rpx 1.5%;
 }
 .rule-all-text{
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #999;
   position: relative;
   right: 10rpx;

+ 1 - 1
Component/selectSection/selectSection.acss

@@ -93,7 +93,7 @@
 .shu{
   padding: 14rpx 24rpx;
   background: #fff;
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #26A2FF;
   border-bottom: 1px solid #f1f1f1;
 }

+ 4 - 7
Component/selectSectionStaff/selectSectionStaff.acss

@@ -73,7 +73,7 @@
 .shu{
   padding: 10rpx 24rpx;
   background: #fff;
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #26A2FF;
   border-bottom: 1px solid #f1f1f1;
 }
@@ -98,7 +98,7 @@
 .shu{
   padding: 14rpx 24rpx;
   background: #fff;
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #26A2FF;
   border-bottom: 1px solid #f1f1f1;
 }
@@ -111,10 +111,7 @@
     margin: 0 32rpx;
     padding:8rpx 10rpx;
 }
-.search input{
-    background-color: #f1f1f1;
-    font-size: 26rpx;
-}
+
 .search image{
   width: 30rpx;
   height: 30rpx;
@@ -143,7 +140,7 @@
   overflow-x: auto;
 }
 .rule-all-text{
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #999;
   position: relative;
   right: 10rpx;

+ 6 - 6
Component/selectSectionStaff/selectSectionStaff.js

@@ -206,12 +206,12 @@ Component({
         var list = res.data.data.list||[];
         var selectUserId = this.data.selectUserId;
         var arr=[];
-        var userList=[];
-        list.forEach(item=>{
-          if(item.is_official==1){
-              userList.push(item)
-          }
-        })
+        var userList=list;
+        // list.forEach(item=>{
+        //   if(item.is_official==1){
+        //       userList.push(item)
+        //   }
+        // })
         userList.map((item) => {
           item.checked = false;
           if (selectUserId.length > 0) {

+ 4 - 10
Component/selectSectionStaff_tow/selectSectionStaff_tow.acss

@@ -73,7 +73,7 @@
 .shu{
   padding: 10rpx 24rpx;
   background: #fff;
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #26A2FF;
   border-bottom: 1px solid #f1f1f1;
 }
@@ -95,13 +95,7 @@
 .staff-ul .userItem .xia{
   color: #26A2FF !important;
 }
-.shu{
-  padding: 14rpx 24rpx;
-  background: #fff;
-  font-size: 24rpx;
-  color: #26A2FF;
-  border-bottom: 1px solid #f1f1f1;
-}
+
 .shu view:last-child{
   color: #ccc;
 }
@@ -143,7 +137,7 @@
   overflow-x: auto;
 }
 .rule-all-text{
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #999;
   position: relative;
   right: 10rpx;
@@ -182,7 +176,7 @@
     color: #fff;
     line-height: 70rpx;
     text-align: center;
-    font-size: 24rpx;
+    font-size: 28rpx;
 }
 .img_box{
     width: 70rpx;

+ 1 - 1
Component/selectStaff/selectStaff.acss

@@ -46,7 +46,7 @@
 .shu{
   padding: 14rpx 24rpx;
   background: #fff;
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #26A2FF;
   border-bottom: 1px solid #f1f1f1;
 }

+ 6 - 6
Component/selectStaff/selectStaff.js

@@ -55,12 +55,12 @@ Component({
           //  arr=arr.substr(1, arr.length-2);
            arr= arr.split(',');
         }
-        var ids=[],userList=[];
-        list.forEach(item=>{
-          if(item.is_official==1){
-              userList.push(item)
-          }
-        })
+        var ids=[],userList=list;
+        // list.forEach(item=>{
+        //   if(item.is_official==1){
+        //       userList.push(item)
+        //   }
+        // })
 
         userList.map(item=>{
           item.checked = false;

+ 2 - 2
Component/selectSx/selectSx.acss

@@ -44,14 +44,14 @@
 .ruleGe{
   background: #f5f7fa;
   padding: 16rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
   width: 22%;
   text-align: center;
   box-sizing: border-box;
   margin: 0rpx  1.5%  20rpx 1.5%;
 }
 .rule-all-text{
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #999;
   position: relative;
   right: 10rpx;

+ 1 - 1
Component/selectType/selectType.acss

@@ -59,7 +59,7 @@
   padding: 14rpx 24rpx;
   background: #fff;
   margin-bottom: 20rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #26A2FF;
 }
 

+ 2 - 2
Component/selectUser/selectUser.acss

@@ -42,14 +42,14 @@
 .ruleGe{
   background: #f5f7fa;
   padding: 16rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
   width: 22%;
   text-align: center;
   box-sizing: border-box;
   margin: 0rpx  1.5%  20rpx 1.5%;
 }
 .rule-all-text{
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #999;
   position: relative;
   right: 10rpx;

+ 5 - 5
app.acss

@@ -1,6 +1,6 @@
 	page {
 		color: #303133;
-		font-size: 30rpx;
+		font-size: 32rpx;
 		background: rgba(245, 247, 250, 1);
 		height: 100%;
 		width: 100%;
@@ -50,7 +50,7 @@
 
 	.search input {
 		background-color: #f1f1f1;
-		font-size: 28rpx !important;
+		font-size: 32rpx !important;
 	}
 
 	.search image {
@@ -161,7 +161,7 @@
 		border-radius: 6rpx;
 		background: rgba(103, 194, 58, 0.1);
 		color: #67C23A;
-		font-size: 24rpx;
+		font-size: 28rpx;
 		padding: 0 6rpx;
 	}
 
@@ -169,7 +169,7 @@
 		border-radius: 6rpx;
 		background: rgba(230, 162, 60, 0.1);
 		color: #E6A23C;
-		font-size: 24rpx;
+		font-size: 28rpx;
 		padding: 0 6rpx;
 	}
 
@@ -177,7 +177,7 @@
 		border-radius: 6rpx;
 		background: rgba(238, 162, 255, 0.1);
 		color: #26A2FF;
-		font-size: 24rpx;
+		font-size: 28rpx;
 		padding: 0 6rpx;
 	}
 

+ 3 - 3
pages/deploy/index/index.acss

@@ -19,7 +19,7 @@
   height: 100%;
 }
 .name{
-  font-size: 30rpx;
+  font-size: 36rpx;
 }
 .li{
   background-color: #fff;
@@ -38,7 +38,7 @@
   padding: 28rpx 0;
 }
 .date{
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #999
 }
 .xusj{
@@ -46,6 +46,6 @@
   background-color: #26A2FF;
   border-radius: 6rpx;
   margin-right: 28rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
   padding: 5rpx 10rpx; 
 }

+ 1 - 1
pages/deploy/index/index.axml

@@ -3,7 +3,7 @@
     <view class="flex-box flex-center-center">
       <view class="name flex-1 font-flex-word">
         <view>{{userData.name}}</view>
-        <view class="fontColorF font-flex-word" style="font-size:24rpx;margin-top:10rpx;width:80%">{{userData.post}}</view>
+        <view class="fontColorF font-flex-word" style="font-size:28rpx;margin-top:10rpx;width:80%">{{userData.post}}</view>
       </view>
       <img-box name="{{userData.name}}" imgUrl="{{userData.img_url}}"  height="100rpx" width="100rpx"></img-box>
     </view>

+ 2 - 2
pages/deploy/integralRule/integralRule.acss

@@ -39,12 +39,12 @@
   word-break:break-all
 }
 .num{
-  font-size: 24rpx;
+  font-size: 28rpx;
 }
 .shu{
   padding:24rpx 0;
   background: #fff;
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #26A2FF;
   padding-bottom: 0rpx;
 }

+ 2 - 1
pages/deploy/organization/organization.acss

@@ -59,9 +59,10 @@
 	  text-overflow: ellipsis;
 	  white-space: nowrap;
     padding-right: 20rpx;
+    font-size: 36rpx;
 }
 .title2{
-  font-size: 24rpx;
+  font-size: 28rpx;
   padding: 20rpx 28rpx; 
 }
 .shu{

+ 2 - 2
pages/deploy/setCheck/setCheck.acss

@@ -4,7 +4,7 @@
 }
 .yellow{
   padding:0 28rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
 }
 .yellow{
     padding-top: 10rpx;
@@ -19,5 +19,5 @@
 }
 .fontColorF{
   padding:10rpx 28rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
 }

+ 1 - 1
pages/statistics/B_ranking/B_ranking.axml

@@ -8,7 +8,7 @@
       <text a:else>升序</text>
     </view>
   </view>
-  <view class="fontColorF" style="font-szie:20rpx;padding:10rpx 28rpx;">排名包含初始分和工龄分</view>
+  <view class="fontColorF" style="font-size:28rpx;padding:10rpx 28rpx;">排名包含初始分和工龄分</view>
   <view class="main scroll">
     <scroll-view lower-threshold="100" class="scroll" scroll-y="{{true}}" a:if="{{list.length>0}}" onScrollToLower="onScrollToLower">
       <view a:for="{{list}}" data-item="{{item}}" class="flex-box flex-v-ce item border-bottom">

+ 1 - 1
pages/statistics/C_ranking/C_ranking.axml

@@ -11,7 +11,7 @@
         <text a:else>升序</text>
     </view>
   </view>
-  <view class="fontColorF" style="font-szie:20rpx;padding:10rpx 28rpx;">排名不包含初始分和工龄分</view>
+  <view class="fontColorF" style="font-size:28rpx;padding:10rpx 28rpx;">排名不包含初始分和工龄分</view>
   <view class="main scroll">
     <scroll-view class="scroll" scroll-y="{{true}}" a:if="{{list.length>0}}" onScrollToLower="onScrollToLower">
       <view a:for="{{list}}" data-item="{{item}}" class="flex-box flex-v-ce item border-bottom">

+ 2 - 2
pages/statistics/C_ranking/C_ranking.js

@@ -27,9 +27,9 @@ Page({
       page_size: 10,
       pt_id: app.getTypesItem('BF').id,
       sort: that.data.isPx ? 'DESC' : 'ASC',
-      type: 'all',
+      // type: 'normal',
       group_id: that.data.id,
-      item_id: that.data.rule_id
+      rule_id: that.data.rule_id
     }
     app.$get('api/integral/statistics/ranking', data, 'application/vnd.test.v2+json').then((res) => {
       var data = res.data.data.list;

+ 1 - 1
pages/statistics/addCustom/addCustom.acss

@@ -6,7 +6,7 @@
 .input {
   width: 100%;
   background: #fff;
-  font-size: 28rpx;
+  font-size: 32rpx;
   padding: 0rpx 28rpx;
   height: 84rpx;
   line-height: 84rpx;

+ 2 - 1
pages/statistics/checkDetail/checkDetail.acss

@@ -14,9 +14,10 @@
   background: #fff;
   padding:20rpx 32rpx;
   line-height: 60rpx;
+  border-bottom: 1px solid #f1f1f1;
 }
 .date{
-  font-size: 22rpx;
+  font-size: 28rpx;
   margin-top: 20rpx;
 }
 .scroll{

+ 1 - 1
pages/statistics/check_top/check_top.acss

@@ -15,7 +15,7 @@
   margin-left: 20rpx;
 }
 .num{
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #909399;
 }
 .index{

+ 3 - 3
pages/statistics/customRamking/customRamking.acss

@@ -3,8 +3,8 @@
 }
 
 .all image {
-  width: 30rpx;
-  height: 30rpx;
+  width: 40rpx;
+  height: 40rpx;
 }
 
 .add {
@@ -23,7 +23,7 @@
 }
 
 .message .title {
-  font-size: 32rpx;
+  font-size: 36rpx;
 }
 
 .message {

+ 1 - 1
pages/statistics/glz_execute/glz_execute.acss

@@ -24,7 +24,7 @@
   margin-left: 20rpx;
 }
 .num{
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #909399;
 }
 .scroll {

+ 3 - 3
pages/statistics/integralEvent/integralEvent.acss

@@ -11,7 +11,7 @@
 }
 .main-right .name{
   padding-top:12rpx;
-  font-size: 32rpx;
+  font-size: 36rpx;
 }
 .main-right .context{
     overflow : hidden;
@@ -35,7 +35,7 @@
   margin-left: 20rpx;
 }
 .num{
-  font-size: 24rpx;
+  font-size: 28rpx;
   color: #909399;
 }
 .index{
@@ -50,6 +50,6 @@
    height: calc(100vh - 100rpx);
 }
 .da{
-  font-size: 40rpx;
+  font-size: 44rpx;
   font-weight: 600;
 }

+ 4 - 4
pages/statistics/my_PrizeBuckle/my_PrizeBuckle.acss

@@ -20,7 +20,7 @@
 .selectItems .flex-1{
     padding: 16rpx 0;
     text-align: center;
-    font-size: 28rpx;
+    font-size: 32rpx;
     position: relative;
 }
 .selectItems .active::before{
@@ -45,14 +45,14 @@
 }
 .main-right .name{
   padding-top:12rpx;
-  font-size: 32rpx;
+  font-size: 36rpx;
 }
 .main-right .context{
     overflow : hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
-     /* font-size: 24rpx; */
+     font-size: 32rpx;
     -webkit-box-orient: vertical;
     padding: 10rpx 0; 
 }
@@ -66,7 +66,7 @@
   color: #26A2FF;
   font-size: 28rpx;
 }
-.main-right text:nth-child(1){
+.main-right .3-:nth-child(1){
   margin-right: 20rpx;
 }
 .index{

+ 2 - 1
pages/statistics/prizeBuckleDetail/prizeBuckleDetail.acss

@@ -23,7 +23,7 @@
 .mian-title{
   padding:16rpx 32rpx;
   background: #fff;
-  font-size: 30rpx;
+  font-size: 36rpx;
   color: #222;
   font-weight: 600;
 }
@@ -33,6 +33,7 @@
   position: relative;
   top: -3rpx;
   padding-left: 20rpx;
+  font-size: 32rpx;
 }
 .main-bottom{
   padding:16rpx 32rpx;

+ 1 - 1
pages/statistics/sectionRanking/sectionRanking.axml

@@ -13,7 +13,7 @@
       <text class="{{showx? 'activeView blue':''}}">{{sxVal}}</text>
     </view>
   </view>
-  <view class="fontColorF" style="font-szie:20rpx;padding:10rpx 28rpx;">排名不包含初始分和工龄分</view>
+  <view class="fontColorF" style="font-size:28rpx;padding:10rpx 28rpx;">排名不包含初始分和工龄分</view>
   <view class="main scroll">
     <scroll-view class="scroll" scroll-y="{{true}}" a:if="{{list.length>0}}" onScrollToLower="onScrollToLower">
       <view a:for="{{list}}" data-item="{{item}}" class="flex-box flex-v-ce item border-bottom">

+ 3 - 3
pages/workbench/approve/approve.acss

@@ -28,7 +28,7 @@
 }
 .title{
   padding: 16rpx 28rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
 }
 textarea{
   padding-left: 10rpx;
@@ -103,7 +103,7 @@ textarea{
 }
  .inputs .li .input_text{
   text-align: left;
-  font-size: 24rpx;
+  font-size: 28rpx;
 }
 .inputs .li input{
   width: 100%;
@@ -129,7 +129,7 @@ textarea{
 .picker-box text{
  text-align: center;
  line-height: 60rpx;
- font-size: 24rpx;
+ font-size: 28rpx;
 }
 .yuan{
   width: 50rpx;

+ 2 - 2
pages/workbench/approveDetail/approveDetail.acss

@@ -75,12 +75,12 @@
 .main-title{
   padding:16rpx 32rpx;
   background: #fff;
-  font-size: 32rpx;
+  font-size: 36rpx;
   color: #222;
   font-weight: 600;
 }
 .main-title text{
-  font-size: 28rpx;
+  font-size: 32rpx;
   color: #909399;
   font-weight: 500;
   position: relative;

+ 11 - 7
pages/workbench/index/index.acss

@@ -19,7 +19,7 @@
   color: #26A2FF;
   font-weight: 600;
   margin-bottom: 10rpx;
-  font-size: 40rpx;
+  font-size: 44rpx;
 }
 .head .flex-1 view:nth-child(2){
   color: #C0C4CC;
@@ -48,7 +48,9 @@
   height: 60rpx;
   margin-right: 10rpx;
 }
-
+.headed-box-item text{
+    font-size: 32rpx;
+}
 /* 中间部分 */
 .main{
   background-color: #fff;
@@ -80,7 +82,7 @@
   color: #26A2FF;
   font-weight: 600;
   margin-bottom: 10rpx;
-  font-size: 40rpx;
+  font-size: 44rpx;
 }
 .main-main .flex-1 view:nth-child(2){
   color: #909399;
@@ -89,7 +91,7 @@
 .main-main .flex-1 view:nth-child(3){
   color: #C0C4CC;
   margin-bottom: 5rpx;
-  font-size: 28rpx;
+  font-size: 24rpx;
 }
 /* 底部 */
 .bottom{
@@ -101,6 +103,7 @@
   border-bottom: 1px solid #f1f1f1;
   padding: 28rpx 32rpx;
   color: #222;
+  font-size: 32rpx
 }
 .bottom-time{
   padding: 28rpx 0 0rpx 28rpx;
@@ -112,21 +115,22 @@
   padding-top: 20rpx;
 }
 .bottom-right .name{
-  font-size: 32rpx;
+  font-size: 36rpx;
   margin-bottom: 16rpx;
 }
 .num{
   color: #F56C6C;
   margin-right: 28rpx;
-  font-size: 32rpx;
+  font-size: 40rpx;
   font-weight: 600
 }
 .text{
   margin-bottom: 16rpx;
+  font-size: 32rpx;
 }
 .date{
   color: #C0C4CC;
-  font-size: 24rpx;
+  font-size: 28rpx;
 }
 .more{
   height: 60rpx;

+ 1 - 1
pages/workbench/index/index.axml

@@ -38,7 +38,7 @@
   <!-- 奖扣展示 -->
   <view class="main margin-bottom" a:if="{{userData.task}}">
       <view class="main-title flex-box flex-v-ce">
-          <text>本月B分奖扣</text>
+          <text style="font-size:32rpx">本月B分奖扣</text>
           <text class="text2" catchTap="showText">?</text>
       </view>
       <view class="main-main flex-box flex-center-center" data-index="7" catchTap="openView">

+ 1 - 1
pages/workbench/jk_A/jk_A.axml

@@ -4,7 +4,7 @@
       <view class="label isBt">录入对象</view>
       <view class="flex-1 font-flex-word">
           <block a:for="{{users}}">
-              <text>{{item.name}},</text>
+              <text style="font-size:32rpx">{{item.name}},</text>
           </block>
       </view>
       <image mode="scaleToFill" src="../../../image/right.png" class="rightImg"/>

+ 3 - 1
pages/workbench/jk_B/jk_B.acss

@@ -10,6 +10,7 @@
 .label{
   position: relative;
   width: 160rpx;
+  font-size: 32rpx
 }
 .isBt::before{
   position: absolute;
@@ -28,7 +29,7 @@
 }
 .title{
   padding: 16rpx 28rpx;
-  font-size: 24rpx;
+  font-size: 28rpx;
 }
 textarea{
   padding-left: 10rpx;
@@ -142,4 +143,5 @@ textarea::before{
 }
 .userList{
   height: 40rpx;
+  font-size: 32rpx;
 }

+ 1 - 1
pages/workbench/jk_B/jk_B.axml

@@ -4,7 +4,7 @@
       <view class="label isBt">录入对象</view>
       <view class="flex-1 font-flex-word userList">
           <block a:for="{{users}}">
-              <text>{{item.name}},</text>
+              <text style="font-size:32rpx">{{item.name}},</text>
           </block>
       </view>
       <image mode="scaleToFill" src="../../../image/right.png" class="rightImg"/>

+ 4 - 4
pages/workbench/my_approve/my_approve.acss

@@ -65,7 +65,7 @@
 
 .main-right .name {
   padding-top: 12rpx;
-  font-size: 32rpx;
+  font-size: 36rpx;
 }
 
 .main-right .context {
@@ -73,19 +73,19 @@
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
-  font-size: 28rpx;
+  font-size: 32rpx;
   -webkit-box-orient: vertical;
   padding: 10rpx 0;
 }
 
 .main-right .date {
-  font-size: 28rpx;
+  font-size: 32rpx;
   color: #909399;
 }
 
 .main-right text {
   color: #26A2FF;
-  font-size: 28rpx;
+  font-size: 32rpx;
 }
 
 .main-right text:nth-child(1) {

+ 9 - 7
pages/workbench/prize_buckle/prize_buckle.acss

@@ -27,7 +27,7 @@
   color: #222;
   position: relative;
   padding: 0rpx 16rpx 28rpx 16rpx;
-  font-size: 28rpx;
+  font-size: 36rpx;
 }
 .title::before{
   position: absolute;
@@ -57,7 +57,7 @@
   color: #303133;
 }
 .text1{
-  font-size: 28rpx;
+  font-size: 32rpx;
   margin-left: 30rpx;
   position: relative;
 }
@@ -73,7 +73,7 @@
   border-radius: 50rpx;
 }
 .text2{
-  font-size: 28rpx;
+  font-size: 32rpx;
   margin-left: 30rpx;
   position:  relative;
 }
@@ -99,17 +99,19 @@
   border-radius: 6rpx;
   background: #67C23A;
   color: #fff;
-  font-size: 24rpx;
+  font-size: 28rpx;
   padding: 0 6rpx;
 }
 .num{
-  font-size: 34rpx;
-  color: #26A2FF;
+  color:rgb(38, 162, 255);
+  font-weight:600;
+  margin-bottom:10rpx;
+  font-size:44rpx;
 }
 .jiangfen{
   color: #303133;
   position: relative;
-  font-size: 28rpx;
+  font-size: 32rpx;
 }
 .target{
   color: #909399;

+ 1 - 1
pages/workbench/prize_buckle/prize_buckle.axml

@@ -3,7 +3,7 @@
     <view class="top flex-box flex-center-center">
       <view class="date flex-box flex-v-ce" catchTap="openDate">
         <image mode="scaleToFill" src="../../../image/date2.png"></image>
-        <view>{{date}}</view>
+        <view style="font-size:32rpx">{{date}}</view>
       </view>
     </view>
     <view class="headed-box margin-bottom" a:if="{{userData.task}}">

+ 7 - 2
pages/workbench/statistics_A/statistics_A.acss

@@ -33,7 +33,7 @@
   color: #26A2FF;
   font-weight: 600;
   margin-bottom: 10rpx;
-  font-size: 40rpx;
+  font-size: 44rpx;
 }
 .head .flex-1 view:nth-child(2){
   color: #C0C4CC;
@@ -51,7 +51,7 @@
   color: #222;
   position: relative;
   padding: 0rpx 16rpx 28rpx 16rpx;
-  /* font-size: 24rpx; */
+  font-size: 32rpx;
 }
 .title::before{
   position: absolute;
@@ -79,6 +79,7 @@
 .text{
   margin-right: 10rpx;
   color: #303133;
+  font-size: 32rpx;
 }
 .main .gengduo image{
     width: 24rpx;
@@ -88,4 +89,8 @@
 }
 .gengduo{
   color: #303133;
+   font-size: 32rpx;
+}
+.num{
+  font-size: 40rpx;
 }

+ 1 - 1
pages/workbench/statistics_A/statistics_A.axml

@@ -17,7 +17,7 @@
     <view class="top">
       <view class="dates" style="padding:10rpx 0" catchTap="openDate">
             <image mode="scaleToFill" src="../../../image/date.png"/>
-            <text>{{date}}</text>
+            <text style="font-size:32rpx">{{date}}</text>
       </view>
     </view>
     <view class="headed-box">

+ 6 - 0
pages/workbench/statistics_B/statistics_B.acss

@@ -51,6 +51,7 @@
   color: #222;
   position: relative;
   padding: 0rpx 16rpx 28rpx 16rpx;
+  font-size: 32rpx;
 }
 .title::before{
   position: absolute;
@@ -74,6 +75,7 @@
 .list{
   padding: 28rpx 0;
   border-top: 1px solid #f1f1f1;
+  font-size: 32rpx;
 }
 .text{
   margin-right: 10rpx;
@@ -87,4 +89,8 @@
 }
 .gengduo{
   color: #303133;
+  font-size: 32rpx;
+}
+.num{
+  font-size: 40rpx;
 }

+ 1 - 1
pages/workbench/statistics_B/statistics_B.axml

@@ -17,7 +17,7 @@
     <view class="top">
       <view class="dates" style="padding:10rpx 0" catchTap="openDate">
             <image mode="scaleToFill" src="../../../image/date.png"/>
-            <text>{{date}}</text>
+            <text style="font-size:32rpx">{{date}}</text>
       </view>
     </view>
     <view class="headed-box">