@import '../../styles/theme.less';
|
|
.sop {
|
background-color: #ffffff;
|
box-shadow: -2px 0 8px 2px rgb(31 35 41 / 2%), -2px 0 4px rgb(31 35 41 / 2%), -1px 0 2px -2px rgb(31 35 41 / 2%);
|
cursor: default;
|
flex-shrink: 0;
|
height: 100%;
|
position: relative;
|
-webkit-user-select: none;
|
-ms-user-select: none;
|
user-select: none;
|
width: 420px;
|
word-break: break-word;
|
border-left: 1px solid @divider-color;
|
display: flex;
|
flex-direction: column;
|
|
&-close {
|
font-size: 16px;
|
cursor: pointer;
|
|
&:hover {
|
color: @main-color;
|
}
|
}
|
|
&-main {
|
flex: 1;
|
padding: 24px;
|
overflow-x: hidden;
|
overflow-y: auto;
|
|
&-tagBox {
|
margin-bottom: 22px;
|
}
|
|
&-tag {
|
background-color: rgba(31, 35, 41, 0.08);
|
border-radius: 20px;
|
color: #373c43;
|
cursor: pointer;
|
font-size: 14px;
|
line-height: 22px;
|
padding: 1px 8px;
|
|
&-active {
|
color: #ffffff;
|
background-color: @main-color;
|
}
|
}
|
|
&-item {
|
background-color: #f5f6f7;
|
border-radius: 6px;
|
padding: 16px 24px 16px 46px;
|
position: relative;
|
margin-top: 12px;
|
|
&-header {
|
color: #1f2329;
|
font-size: 14px;
|
font-weight: 600;
|
line-height: 24px;
|
}
|
|
&-num {
|
align-items: center;
|
border-radius: 32px;
|
cursor: default;
|
display: inline-flex;
|
justify-content: center;
|
position: relative;
|
-webkit-user-select: none;
|
-ms-user-select: none;
|
user-select: none;
|
white-space: nowrap;
|
}
|
|
&-headerNum {
|
left: 12px;
|
position: absolute;
|
top: 21px;
|
height: 15px;
|
line-height: 15px;
|
max-width: 31px;
|
min-width: 24px;
|
background-color: @main-color;
|
color: #fff;
|
flex-shrink: 0;
|
font-weight: 600;
|
padding-left: 4px;
|
padding-right: 4px;
|
}
|
|
&-kr {
|
color: #1f2329;
|
font-size: 14px;
|
line-height: 22px;
|
margin-top: 14px;
|
position: relative;
|
}
|
|
&-krNum {
|
width: 24px;
|
background-color: @main-color-2;
|
left: -34px;
|
position: absolute;
|
top: 4px;
|
height: 14px;
|
line-height: 14px;
|
min-width: 24px;
|
color: @main-color;
|
flex-shrink: 0;
|
font-weight: 600;
|
padding-left: 4px;
|
padding-right: 4px;
|
font-size: 12px;
|
}
|
}
|
|
&-annotatedWord {
|
border-bottom: 1px dashed #8f959e;
|
padding-bottom: 2px;
|
|
&:hover {
|
color: @main-color;
|
border-color: @main-color;
|
}
|
|
&-analysis {
|
color: #52c41a;
|
}
|
}
|
}
|
}
|