UNPKG

wetrade-design

Version:

一款多语言支持Vue3的UI框架

92 lines (91 loc) 1.77 kB
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ /** gray-sp */ /** blue-sp */ /** green-sp */ /** red-sp */ /** orange-sp */ /** 品牌橙 */ /** 日落黄 */ /** 柠檬黄 */ /** 新生绿 */ /** 绿色 */ /** 碧涛青 */ /** 海蔚蓝 */ /** 品牌蓝色 */ /** 宝石蓝 */ /** 星空紫 */ /** 罗兰紫 */ /** 青春紫 */ /** 品红 */ /** 红色 */ /** 灰色 */ /** 保留ant色板 */ /** 绿色 */ /** 品牌蓝 */ .wd-result { padding: 48px 32px; } .wd-result-success .wd-result-icon > .wdicon { color: #23BF70; } .wd-result-error .wd-result-icon > .wdicon { color: #f5222d; } .wd-result-info .wd-result-icon > .wdicon { color: #2469F2; } .wd-result-warning .wd-result-icon > .wdicon { color: #FF7925; } .wd-result-image { width: 250px; height: 295px; margin: auto; } .wd-result-icon { margin-bottom: 24px; text-align: center; } .wd-result-icon > .wdicon { font-size: 72px; } .wd-result-title { color: #1E1E29; font-size: 24px; line-height: 1.8; text-align: center; } .wd-result-subtitle { color: #575E73; font-size: 14px; line-height: 1.6; text-align: center; } .wd-result-extra { margin: 24px 0 0 0; text-align: center; } .wd-result-extra > * { margin-right: 8px; } .wd-result-extra > *:last-child { margin-right: 0; } .wd-result-content { margin-top: 24px; padding: 24px 40px; background-color: #fafafa; } .wd-result-rtl { direction: rtl; } .wd-result-rtl .wd-result-extra > * { margin-right: 0; margin-left: 8px; } .wd-result-rtl .wd-result-extra > *:last-child { margin-left: 0; }