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
.opinion
  height: calc(100% - 100px)
  padding: 20px 30px 0 30px
  div.btn,
  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
  .el-form
    .el-form-item
      .el-form-item__content
        width 60%
        .el-date-editor
          width: auto
        .el-select,
        .el-cascader
          display: block
  p
    height: 20px
    color: #222222
    font-weight:500
    font-size:14px
    position: relative
    padding-left: 10px;
    margin-bottom: 30px
    span 
      width: 2px
      height: 14px
      background-color: #0081F0
      position: absolute
      left: 0
      top: 50%
      transform: translateY(-50%)