1
jhzh
2024-08-12 f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff
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
.css-13xytqh>>>.rests3{
    border: none;
    outline: none;
}
/* dialog弹窗蒙层 */
.v-modal {
    width: 0 !important;
}
 
 
.el-popper[x-placement^=bottom] .popper__arrow {
  display: none;
}
 
.el-tabs__nav-wrap{
  /* background-color: #000; */
}
.top-right .el-tabs__nav-wrap {
  font-size: 12px !important;
  background-color: #171a1e !important;
}
 
/* tabs 下划线去掉 */
.el-tabs__nav-wrap::after {
  width: 0 !important;
}
.el-tabs__header {
   margin: 0;
}
/* 弹窗 */
.el-dialog {
  padding: 0 20px;
}
.el-dialog__header {
  border-bottom: 1px solid #494b55;
}
 
.el-dialog__wrapper {
  background: rgba(0, 0, 0, .6);
}
.el-button {
  border: none;
}
 
/* 影响到了别的页面,先注释掉 */
/* .el-input--suffix .el-input__inner {
   padding-right: 30px;
   outline: none;
} */
 
.el-input-group__append, .el-input-group__prepend{
    background-color: #FFFFFF;
  /* color: #909399; */
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border:none;
}
 
body, html {
    width: 100%;
    height: 100%;
    /* min-width: 1200px; */
    margin: 0;
}
.btnMain {
    margin: 0px 8px 0px 0px;
    appearance: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 6px 12px;
    min-width: 52px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
    color: rgb(30, 35, 41);
    border-radius: 4px;
    min-height: 24px;
    border: none;
    background-color: rgb(252 213 53);
    width: 128px;
    height: 40px;
  }
  .btnMain:disabled {
    cursor: not-allowed;
    box-shadow: none;
    color: rgb(183, 189, 198);
    background-color: rgb(245, 245, 245);
  }
 
 
  .leftright {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }
  .flexcolume {
    display: flex;
    flex-direction: column;
  }
  .itemContentCenter {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .itemContentCenterNoh {
    display: flex;
    align-items: center;
  }
  .border {
    padding: 15px 0px;
    border: 1px solid;
    border-color: gray;
    border-radius: 5px;
  }
  .itemContent {
    display: flex;
    height: 100px;
  
    align-items: center;
  }
  .itemContent1 {
    display: flex;
    justify-content: flex-end;
  }
  .img1 {
    width: 60px;
    height: auto;
  }