oak-pay-business/lib/oak-app-domain/ExtraFile/Style.js

25 lines
569 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
exports.style = {
color: {
origin: {
qiniu: '#0000FF',
wechat: '#008000',
ctyun: '#6495ED',
unknown: '#A9A9A9',
},
type: {
image: '#0000FF',
video: '#008000',
audio: '#F5DEB3',
file: '#EEE8AA',
},
uploadState: {
success: '#008000',
failed: '#FF0000',
uploading: '#0000FF',
}
}
};