zhaoxiaoqiang1
2026-01-04 f1d30d03186c79ca2cbcfe60d6d2ce7d73fba97b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
.workerLoanInitialReview
  display: flex
  justify-content: flex-start
  height 100%
  min-width: 1080px
  .el-pagination
    padding: 20px 0 0 0;
    .btn-prev,
    .el-pagination__sizes,
    .el-pagination__sizes .el-input__inner
    .btn-next,
    .el-pagination__total,
    .el-pagination__jump,
    .el-pagination__jump .el-input__inner
      height 32px
      line-height 32px
    .el-pagination__total,
    .el-pagination__jump
      margin-right 16px
    .btn-prev,
    .btn-next
      padding 0 6px
      border 1px solid #EEEEEE
      background-color #fff
      min-width 32px
    .el-pager
      li
        width:auto
        height:32px
        min-width 32px
        line-height 32px 
        margin 0 4px
        border-radius:4px
        border 1px solid #EEEEEE
        color: #666666
        background-color #fff
  .tab
    width: 160px
    height 100%
    overflow: auto
    border-right: 1px solid #EEEEEE
    .el-button
      // width: 83px
      height: 24px
      padding 7px 11px
      margin 14px 0 0 16px
      font-size: 12px
      font-weight: normal
      color #222222
      background-color rgba(238,238,238,1)
      border none
      border-radius: 12px
      span
        margin-left: 3px
        display: inline-block
        line-height: 12px
    ul
      li
        margin-bottom 34px
        margin-left: 20px
        &:first-child
          margin-top 30px
        span
          color: #222222
          font-size: 14px
          line-height 20px
          cursor: pointer
          &:hover
            color: #0081F0
          &.text_disabled
            color: #999999
            cursor: default
            &:hover
              color: #999999
          &.text_edit
            color: #999999
            &:hover
              color: #0081F0
          &.text_active
            color: #0081F0
  .content
    width: calc(100% - 160px)
    background-color: #ffffff
    position relative
    .product
      padding: 20px 30px 0 30px 
      box-sizing: border-box
      max-height calc(100% - 80px)
      overflow auto
      .el-tabs--card>.el-tabs__header
        margin 0 0 30px
      .property
        margin-left 10px
      .property>.el-tabs>.el-tabs__content>.el-tab-pane>.el-form,
      ._block
        width 100%
        margin 0 0 36px 10px
      .borrower
        padding-left 10px
        &>.el-form
          margin-bottom 36px
      p.btn
        overflow hidden
        margin-bottom 10px
        .el-button
          float: right
          margin-left 10px
          height 30px
          font-size 14px
          border-radius 15px
          line-height  20px
          color #0081F0
          padding 5px 12px
          border-color #0081F0
      p.title
        width: 100%
        min-height: 20px
        color: #222222
        font-weight:500
        font-size:14px
        position: relative
        margin-bottom 30px
        >span 
          width: 2px
          height: 14px
          background-color: #0081F0
          position: absolute
          left: -10px
          top: 50%
          transform: translateY(-50%)
          border-radius 1px
      >.el-tabs>.el-tabs__content>.el-tab-pane>.el-form,
      .property>.el-tabs>.el-tabs__content>.el-tab-pane>.el-form,
      >div>.el-form,
      >div>._block>.el-form,
      .form
        width: 100%
        display: flex
        justify-content: flex-start
        flex-wrap: wrap
        header
          width: 100%
          height 20px
          margin-bottom 30px
          display: flex
          justify-content: space-between
          flex-wrap: wrap
          p
            &:first-child
              height: 20px
              line-height 20px
              color: #222222
              font-weight:500
              font-size:14px
              position: relative
              >span 
                width: 2px
                height: 14px
                background-color: #0081F0
                position: absolute
                left: -10px
                top: 50%
                transform: translateY(-50%)
                border-radius 1px
            &:last-child
              .el-button
                margin-left 10px
                height 30px
                font-size 14px
                border-radius 15px
                line-height  20px
                color #0081F0
                padding 5px 12px
                border-color #0081F0
        .el-form-item
          display: table
          width: 33.33%
          margin: 0 0 24px 0
          padding-right: 60px
          box-sizing:border-box
          &.isDifferent
            .el-input__inner,
            .el-textarea__inner
              font-weight 700
              color #222
          &.is-error
            margin-bottom 47px
            .el-form-item__error
              padding-top 10px
          &.is_btn
            width 100%
            margin-bottom 10px
            .el-form-item__content
              line-height 23px
          @media (max-width:1459px){
            &{
              width: 50%
            }
          }
          .el-form-item__label
            display: table-cell
            line-height: 16px
          .el-form-item__content
            width 100%
            .el-select
              display: block
            .el-date-editor,
            .el-input-number
              width: 100%
            .el-input__inner
              height 32px
              text-align: left
            .el-input
              height 32px
          &.remark
            display: flex
            justify-content: flex-start
            width 100%
            .el-form-item__content
              width calc(100% - 165px)
              .el-input__count
                line-height 14px
      .el-table
        .cellClass
          height 48px
          padding 0
          .cell
            line-height 18px
        .headerCellClass
          height 48px
          padding 0
          background-color: #f5f5f5
          .cell
            line-height 20px
            color #222222
        .el-table__body-wrapper
          td
            height 48px
            .cell
              line-height 18px
      div.btn,
      div.marginTopBtn,
      div.fixedBtn
        width 100%
        height 80px
        text-align: center
        background-color #fff
        .el-button
          width: 120px
          font-size: 14px
          line-height: 20px
          padding: 5px 0
          margin-top 20px
          &+.el-button
            margin-left 40px
      div.marginTopBtn
        margin-top 60px
      div.fixedBtn
        position: absolute
        bottom: 0
        left: 0
        z-index 999