django-vue3-admin-web/node_modules/vxe-pc-ui/es/result/style.css
2025-10-20 21:21:14 +08:00

68 lines
1.5 KiB
CSS

.vxe-result {
position: relative;
color: var(--vxe-ui-font-color);
font-family: var(--vxe-ui-font-family);
text-align: center;
font-size: var(--vxe-ui-font-size-default);
padding: 3em 2em;
}
.vxe-result.theme--primary .vxe-result--icon-wrapper {
color: var(--vxe-ui-font-primary-color);
}
.vxe-result.theme--success .vxe-result--icon-wrapper {
color: var(--vxe-ui-status-success-color);
}
.vxe-result.theme--info .vxe-result--icon-wrapper {
color: var(--vxe-ui-status-info-color);
}
.vxe-result.theme--warning .vxe-result--icon-wrapper {
color: var(--vxe-ui-status-warning-color);
}
.vxe-result.theme--danger .vxe-result--icon-wrapper {
color: var(--vxe-ui-status-danger-color);
}
.vxe-result.theme--error .vxe-result--icon-wrapper {
color: var(--vxe-ui-status-error-color);
}
.vxe-result--inner {
display: inline-block;
}
.vxe-result--icon-wrapper {
font-size: 4.8em;
}
.vxe-result--icon-wrapper > i {
display: block;
}
.vxe-result--img-wrapper > img {
height: 5.2em;
}
.vxe-result--title-wrapper {
font-weight: 700;
font-size: 1.74em;
padding: 0.25em 0;
margin-top: 0.6em;
}
.vxe-result--content-wrapper {
padding: 0.25em 0;
color: var(--vxe-ui-font-lighten-color);
}
.vxe-result--extra-wrapper {
padding: 0.25em 0;
margin-top: 1em;
}
.vxe-result.size--medium {
font-size: var(--vxe-ui-font-size-medium);
}
.vxe-result.size--small {
font-size: var(--vxe-ui-font-size-small);
}
.vxe-result.size--mini {
font-size: var(--vxe-ui-font-size-mini);
}