2025-06-26 17:10:53 +08:00
|
|
|
.arco-input-wrapper,
|
|
|
|
|
.arco-select-view-single,
|
2025-06-30 11:36:11 +08:00
|
|
|
.arco-textarea-wrapper,
|
2025-06-26 17:10:53 +08:00
|
|
|
.arco-select-view-multiple {
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
border-color: #d7d7d9;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
&:focus-within,
|
|
|
|
|
&.arco-input-focus {
|
|
|
|
|
background-color: var(--color-bg-2);
|
|
|
|
|
border-color: rgb(var(--primary-6));
|
|
|
|
|
box-shadow: 0 0 0 0 var(--color-primary-light-2);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.arco-modal {
|
2025-06-27 11:56:05 +08:00
|
|
|
.cancel-btn {
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
border: 1px solid var(--BG-500, #b1b2b5);
|
|
|
|
|
background: var(--BG-white, #fff);
|
|
|
|
|
&:hover {
|
|
|
|
|
border: 1px solid var(--BG-500, #b1b2b5);
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-06-26 17:10:53 +08:00
|
|
|
.arco-modal-header {
|
2025-06-27 11:56:05 +08:00
|
|
|
border-bottom: 1px solid var(--Border-1, #d7d7d9);
|
2025-06-26 17:10:53 +08:00
|
|
|
height: 56px;
|
2025-06-27 11:56:05 +08:00
|
|
|
padding: 0 20px;
|
2025-06-26 17:10:53 +08:00
|
|
|
.arco-modal-title {
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.arco-modal-body {
|
2025-06-27 11:56:05 +08:00
|
|
|
padding: 24px 20px;
|
2025-06-26 17:10:53 +08:00
|
|
|
.arco-form-item {
|
|
|
|
|
margin-bottom: 16px;
|
2025-06-27 11:56:05 +08:00
|
|
|
&:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2025-06-26 17:10:53 +08:00
|
|
|
.arco-form-item-label {
|
|
|
|
|
color: var(--Text-1, #211f24);
|
|
|
|
|
font-family: 'Alibaba PuHuiTi';
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 22px; /* 157.143% */
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.arco-modal-footer {
|
2025-06-27 11:56:05 +08:00
|
|
|
display: flex;
|
|
|
|
|
height: 64px;
|
|
|
|
|
padding: 0px 20px;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-top: 1px solid var(--Border-1, #d7d7d9);
|
2025-06-26 17:10:53 +08:00
|
|
|
}
|
|
|
|
|
}
|