You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

68 lines
1.5 KiB

.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);
}