ソースを参照

同样工程修改,变更关于应用、意义反馈、应用设置列表字体颜色及大小和行高一致

guohh 5 年 前
コミット
dac32f50ba
共有2 個のファイルを変更した16 個の追加8 個の削除を含む
  1. 14 4
      2020/x-3/biz/css/base-ghh.css
  2. 2 4
      2020/x-3/ipu/ui/js/ipuUI.js

+ 14 - 4
2020/x-3/biz/css/base-ghh.css

@ -819,7 +819,7 @@ body {
819 819
}
820 820
821 821
.app-set-label {
822
  font-size: 0.14rem;
822
  font-size: 0.16rem;
823 823
  font-weight: 400;
824 824
  color: rgba(0, 0, 0, 1);
825 825
}
@ -3090,7 +3090,7 @@ body {
3090 3090
}
3091 3091
3092 3092
.contcat-img-text {
3093
  background-color: #0B69FF;
3093
  background-color: #17c295;
3094 3094
  text-align: center;
3095 3095
  color: #fff;
3096 3096
  line-height: .4rem;
@ -3396,9 +3396,9 @@ body:not(.body-unsupport-copy) .ipu-list-item-manual {
3396 3396
}
3397 3397
3398 3398
.ipu-list-about .ipu-list-item-title {
3399
  font-size: .18rem;
3399
  font-size: .16rem;
3400 3400
  line-height: .22rem;
3401
  color: #1A202C;
3401
  color: rgba(0, 0, 0, 1);
3402 3402
}
3403 3403
3404 3404
.ipu-list-about .ipu-list-item-link:after {
@ -3475,4 +3475,14 @@ input[type="search"]::-webkit-search-cancel-button {
3475 3475
  margin-bottom: .03rem;
3476 3476
  margin-left: 0;
3477 3477
  margin-right: .1rem;
3478
}
3479
3480
.ipu-poppicker-header .ipu-btn-s.ipu-btn:active,
3481
.ipu-poppicker-header .ipu-btn-s.ipu-btn.ipu-current {
3482
  background-color: transparent;
3483
}
3484
3485
.common-list-padding.ipu-list-about .ipu-list-item-inner {
3486
  padding-top: .15rem;
3487
  padding-bottom: .15rem;
3478 3488
}

+ 2 - 4
2020/x-3/ipu/ui/js/ipuUI.js

@ -2769,7 +2769,7 @@
2769 2769
        } else {
2770 2770
          var textField = this.textField;
2771 2771
          for (var i = 0, j = array1.length; i < j; i++) {
2772
            if (array1[textField] != array2[textField]) {
2772
        if (array1[i][textField] != array2[i][textField]) {
2773 2773
              return false;
2774 2774
            }
2775 2775
          }
@ -4252,6 +4252,4 @@
4252 4252
    window.ipuUI = setup(window.jQuery, window.iScroll, window.Hammer, window.FastClick);
4253 4253
  }
4254 4254
4255
})();
4256
4257
//# sourceMappingURL=ipuUI.js.map
4255
})();