nicecode-v2/packages/biz/src/ViewLargerImageModal/index.less
2024-03-05 10:27:28 +08:00

66 lines
1.2 KiB
Plaintext

.zhst-biz-view-warning-larger-image-modal {
font-family: MicrosoftYaHei;
.ant-modal-content {
padding: 0;
height: 492px;
border-radius: 6px;
.ant-modal-close {
top: 14px;
right: 16px;
}
.ant-modal-header {
height: 48px;
line-height: 48px;
margin-bottom: 0;
.ant-modal-title {
height: 100%;
line-height: 48px;
font-weight: bold;
padding-left: 20px;
}
}
.ant-modal-body {
height: 444px;
>div {
width: 100%;
height: 100%;
align-items: flex-start;
>div:nth-child(1) {
border-bottom-left-radius: 6px;
}
>div:nth-child(2) {
position: relative;
flex: 1;
box-sizing: border-box;
height: 100%;
padding: 30px 16px;
border-bottom-right-radius: 6px;
.right-context>div {
margin-bottom: 20px;
}
.right-context .context-key {
font-weight: bold;
}
.img-download {
position: absolute;
bottom: 0;
cursor: pointer;
}
}
}
}
}
}