125 lines
1.9 KiB
Plaintext
125 lines
1.9 KiB
Plaintext
.zhst-image__img-view {
|
|
position: relative;
|
|
width: calc(100%);
|
|
height: 100%;
|
|
|
|
&__face-score {
|
|
position: absolute;
|
|
right: 20px;
|
|
bottom: 80px;
|
|
color: red;
|
|
font-family: 'Microsoft YaHei';
|
|
font-size: 19px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
&-opt {
|
|
position: absolute;
|
|
z-index: 99;
|
|
top: 0;
|
|
}
|
|
|
|
&-crop-opt {
|
|
position: absolute;
|
|
z-index: 99;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
&-align {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
&-main {
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 0;
|
|
|
|
&--cursor {
|
|
& canvas {
|
|
min-height: 320px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-screenshot {
|
|
position: absolute;
|
|
z-index: 10;
|
|
}
|
|
|
|
&-attach {
|
|
position: absolute;
|
|
z-index: 11;
|
|
bottom: 0;
|
|
|
|
// left: 78px;
|
|
left: 0;
|
|
min-width: 120px;
|
|
height: 202px;
|
|
transition: all 200ms;
|
|
|
|
&--zoomin {
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
&__tab {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: flex;
|
|
|
|
&-item {
|
|
display: flex;
|
|
width: 30px;
|
|
height: 24px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #000;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
opacity: 0.5;
|
|
transition: all 200ms;
|
|
|
|
&--select {
|
|
width: 48px;
|
|
height: 34px;
|
|
background: #09f;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__scale {
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 4px;
|
|
display: flex;
|
|
width: 30px;
|
|
height: 30px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: rgb(0 0 0 / 60%);
|
|
border-radius: 100%;
|
|
cursor: pointer;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
&__img {
|
|
height: 100%;
|
|
object-fit: contain;
|
|
|
|
&--fixed {
|
|
width: 100%;
|
|
object-fit: contain;
|
|
}
|
|
}
|
|
}
|
|
}
|