Blame view

src/assets/css/index.scss 1.18 KB
13b58a42   梁保满   备题组卷部分前端页面基本完成
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
  .answer-header {
    padding: 16px 40px 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .btn-box {
      display: flex;
    }
    .sel-box {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    .sel {
      width: 8%;
      min-width: 90px;
      margin-right: 20px;
    }
    .el-input__inner{
      border-radius: 20px;
      border: 1px solid #e2e2e2;
      height: 36px;
      line-height: 34px;
    }
    .el-input__icon {
      line-height: 34px;
    }
    .el-date-editor.el-input,
    .el-date-editor.el-input__inner {
      width: 200px;
    }
    .input-with-select {
      width: 200px;
      height: 36px;
      margin-right: 50px;
      border-radius: 20px;
      border: 1px solid #e2e2e2;
      box-sizing: border-box;
      .el-input__inner {
        border-radius: 20px;
        border: none;
        height: 34px;
        line-height: 34px;
      }
      .el-input-group__append, .el-input-group__prepend {
        border: none;
        background: transparent;
      }
    }
    .d1 {
      margin-left: 30px;
    }
    .p1 {
      flex: 1;
      .s1 {
        margin-left: 36px;
        cursor: pointer;
        color: #7f7f7f;
        &:hover {
          color: #409eff;
        }
        &.active {
          color: #667ffd;
        }
      }
    }
  }
  }