You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

167 lines
2.3 KiB

.page {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
.iframe {
width: 100%;
flex: 1;
}
.wrap {
height: 300px;
position: relative;
width: 100%;
.list {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.btn {
margin: 20px;
float: right;
}
.bar {
height: 2px;
width: 100%;
background: #000;
cursor: ns-resize;
position: absolute;
top: -1px;
left: 0;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
i {
color: #000000;
font-size: 12px;
margin-top: 4px;
}
}
}
}
.s0 {
flex: 0 0 50px !important;
text-align: center !important;
> i {
cursor: pointer;
color: @primary-color;
}
}
.s1 {
flex: 1 !important;
}
.s2 {
flex: 2 !important;
}
.s3 {
flex: 3 !important;
}
.progress {
display: flex;
align-items: center;
.pw {
width: 100%;
height: 8px;
background: #f5f5f5;
border-radius: 4px;
display: flex;
align-items: flex-start;
align-items: center;
span {
display: inline-block;
height: 8px;
background: #07c160;
border-radius: 4px;
}
}
.t {
margin-left: 10px;
}
}
.head {
height: 60px;
background: #e6e6e6;
display: flex;
> div {
height: 60px;
line-height: 60px;
text-align: center;
font-size: 14px;
font-weight: 500;
color: #232b40;
border-left: 1px solid #979797;
}
> div:first-child {
border-left: 0;
}
}
.headTitle {
height: 38px;
background: #f5f5f5;
display: flex;
> div {
height: 38px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
font-weight: 500;
color: #232b40;
> div {
flex: 1;
text-align: left;
padding: 0 10px;
}
}
}
.row {
height: 58px;
display: flex;
border-bottom: 1px solid #eef2f8;
> div {
height: 58px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
font-weight: 500;
color: #232b40;
> div {
flex: 1;
text-align: left;
padding: 0 10px;
}
}
}
.no {
pointer-events: none !important;
user-select: none;
}