Przeglądaj źródła

修改转单样式

zengqiao 6 lat temu
rodzic
commit
924e101009

+ 36 - 6
2019/ah-hsx/biz/css/base-zq.css

@ -574,6 +574,31 @@
574 574
575 575
.reserve-description::-webkit-input-placeholder {
576 576
    color:rgba(190,192,196,1);
577
    font-size: .13rem;
578
    font-weight:400;
579
}
580
581
.other-reason-description{
582
    height: .88rem;
583
    background-color:rgba(242,244,247,1);
584
    border: none;
585
    border-radius: .09rem;
586
    padding: .12rem;
587
    font-size: .12rem;
588
    font-weight:400;
589
    color:rgba(147,150,157,1);
590
    line-height: .165rem;
591
}
592
593
.other-reason-margin{
594
    margin-top: .2rem;
595
    margin-bottom: .23rem;
596
}
597
598
.other-reason-description::-webkit-input-placeholder {
599
    color:rgba(190,192,196,1);
600
    font-size: .12rem;
601
    font-weight:400;
577 602
}
578 603
579 604
.pages-mission-broadbandMaintenance-changeOrder{
@ -638,7 +663,7 @@
638 663
}
639 664
640 665
.change-order-content .staff-id{
641
    margin-top: .26rem;
666
    margin-top: .16rem;
642 667
}
643 668
644 669
.staff-id .staff-id-title,.change-order-reason .reason-title{
@ -666,7 +691,9 @@
666 691
}
667 692
668 693
.staff-id .staff-id-input::-webkit-input-placeholder {
669
    color:rgba(190,192,196,1)
694
    color:rgba(190,192,196,1);
695
    font-size: .12rem;
696
    font-weight:400;
670 697
}
671 698
672 699
.staff-id .staff-id-button{
@ -703,13 +730,16 @@
703 730
    margin-top: .24rem;
704 731
}
705 732
733
.change-order-reason.change-order-reason-remarks{
734
    margin-top: .12rem;
735
}
736
706 737
.change-order-reason .reason-details{
707 738
    flex-wrap: wrap;
708 739
    margin-left:.02rem;
709 740
}
710 741
711 742
.change-order-reason .reason-title-0{
712
    min-width: .65rem;
713 743
    font-size: .13rem;
714 744
    font-weight:400;
715 745
    color:rgba(74,74,74,1);
@ -728,7 +758,7 @@
728 758
    width: .96rem;
729 759
    height: .36rem;
730 760
    border-radius: .04rem;
731
    border: .005rem solid rgba(190,192,196,1);
761
    border: .01rem solid rgba(190,192,196,1);
732 762
    font-size: .12rem;
733 763
    font-weight:400;
734 764
    text-align: center;
@ -743,7 +773,7 @@
743 773
    width:0;
744 774
    height:0;
745 775
    position:relative;
746
    left: .705rem;
776
    left: .69rem;
747 777
    top: -.265rem;
748 778
    border-top-right-radius: .04rem;
749 779
}
@ -756,7 +786,7 @@
756 786
}
757 787
758 788
.reason-details .reason-selected{
759
    border: .005rem solid rgba(60,146,248,1);
789
    border: .01rem solid rgba(60,146,248,1);
760 790
    color:rgba(60,146,248,1);
761 791
}
762 792

+ 2 - 2
2019/ah-hsx/change-order.html

@ -51,7 +51,7 @@
51 51
      </div>
52 52
53 53
      <div class="ipu-flex">
54
        <textarea class="ipu-flex-col-auto reserve-description" placeholder="请输入备注信息"></textarea>
54
        <textarea class="ipu-flex-col-auto other-reason-description other-reason-margin" placeholder="请输入其他原因"></textarea>
55 55
      </div>
56 56
      <div class="ipu-flex ipu-flex-justify-start checkbox-content">
57 57
        <div>
@ -72,7 +72,7 @@
72 72
        </div>
73 73
      </div>
74 74
      <div class="ipu-flex">
75
        <textarea class="ipu-flex-col-auto reserve-description" placeholder="请输入其他原因"></textarea>
75
        <textarea class="ipu-flex-col-auto other-reason-description" placeholder="请输入其他原因"></textarea>
76 76
      </div>
77 77
    </div>
78 78
    <div class="submit-button">

+ 7 - 4
2019/ah-hsx/mission-broadbandMaintenance-changeOrder.html

@ -30,10 +30,10 @@
30 30
31 31
  <div class="ipu-flex-col-auto change-order-content">
32 32
    <div class="tips">如需将此订单转给他人,请填写以下信息。</div>
33
    <div class="ipu-flex change-order-type">
34
      <div class="type-title">转单方式:</div>
35
      <div class="type-name">转给其他员工</div>
36
    </div>
33
    <!--<div class="ipu-flex change-order-type">-->
34
      <!--<div class="type-title">转单方式:</div>-->
35
      <!--<div class="type-name">转给其他员工</div>-->
36
    <!--</div>-->
37 37
    <div class="ipu-flex staff-id">
38 38
      <div class="staff-id-title">输入工号:</div>
39 39
      <input class="staff-id-input" type="text" placeholder="单行输入"/>
@ -58,6 +58,9 @@
58 58
        </div>
59 59
      </div>
60 60
    </div>
61
    <div class="ipu-flex">
62
      <textarea class="ipu-flex-col-auto other-reason-description" placeholder="请输入其他原因"></textarea>
63
    </div>
61 64
    <input type="hidden" class="reason-description" value=""/>
62 65
  </div>
63 66

+ 4 - 1
2019/ah-hsx/mission-broadbandMaintenance-changeOrderDetail.html

@ -65,7 +65,7 @@
65 65
      <div class="ipu-flex reason-title">拒绝原因:</div>
66 66
      <div class="ipu-flex ipu-flex-justify-start reason-details">
67 67
        <div class="reason-unselect">
68
          忙不过来
68
          没有时间
69 69
          <div class="reason-selected-flag"></div>
70 70
        </div>
71 71
        <div class="reason-unselect">
@ -78,6 +78,9 @@
78 78
        </div>
79 79
      </div>
80 80
    </div>
81
    <div class="ipu-flex">
82
      <textarea class="ipu-flex-col-auto other-reason-description" placeholder="请输入其他原因"></textarea>
83
    </div>
81 84
    <input type="hidden" class="reason-description" value=""/>
82 85
  </div>
83 86

+ 4 - 0
2019/ah-hsx/mission-broadbandMaintenance-changeOrderFail.html

@ -65,6 +65,10 @@
65 65
      <div class="ipu-flex-col reason-title-0">拒绝原因:</div>
66 66
      <div class="ipu-flex-col-auto reason-info">没有时间</div>
67 67
    </div>
68
    <div class="ipu-flex change-order-reason change-order-reason-remarks">
69
      <div class="ipu-flex-col reason-title-0">备注:</div>
70
      <div class="ipu-flex-col-auto reason-info">最近太忙了!</div>
71
    </div>
68 72
  </div>
69 73
70 74
  <div class="ipu-flex ipu-flex-col bottom-button-main">