yoyo-ng-modulewindy
Version:
服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容
51 lines (48 loc) • 993 B
text/less
@import '../../../theme/styles/default';
@ad-result-extra-bg: #fafafa;
.ad-result {
display: block;
text-align: center;
width: 72%;
margin: 0 auto;
.icon {
font-size: 72px;
line-height: 72px;
margin-bottom: 24px;
& > .success {
color: @success-color;
}
& > .error {
color: @error-color;
}
}
.title {
font-size: 24px;
color: @heading-color;
font-weight: 500;
line-height: 32px;
margin-bottom: 16px;
}
.description {
font-size: 14px;
line-height: 22px;
color: @text-color-secondary;
margin-bottom: 24px;
}
.extra {
background: @ad-result-extra-bg;
padding: 24px 40px;
border-radius: @border-radius-sm;
text-align: left;
}
.actions {
margin-top: 32px;
button:not(:last-child) {
margin-right: 8px;
}
}
.ant-steps .ant-steps-head,
.ant-steps .ant-steps-title {
background: @ad-result-extra-bg;
}
}