/*信息提示颜色*/
|
body .infoM2, body .infoM3, body .infoM4, .slds-vf-scope .infoM2, .slds-vf-scope .infoM3, .slds-vf-scope .infoM4 {
|
/* background-color: #08107b !important; */
|
/* background-color: rgb(46, 132, 74)!important */
|
background-color: #2E844A!important
|
}
|
body .message, .slds-vf-scope .message{
|
/* background-color: #08107b !important; */
|
/* background-color: rgb(46, 132, 74)!important */
|
background-color: #2E844A!important
|
|
}
|
|
body .errorM2 h4,body .errorM3 h4,body .errorM4 h4,.slds-vf-scope .errorM2 h4,.slds-vf-scope .errorM3 h4,.slds-vf-scope .errorM4 h4 {
|
/* color: rgb(255, 255, 255)!important */
|
/*background-color: rgb(234, 0, 30)!important*/
|
background-color: #ba0517!important
|
}
|
|
body .errorM2,body .errorM3,body .errorM4,.slds-vf-scope .errorM2,.slds-vf-scope .errorM3,.slds-vf-scope .errorM4 {
|
/*background-color: rgb(234, 0, 30)!important*/
|
background-color: #ba0517!important
|
}
|
|
body .warningM2,body .warningM3,body .warningM4,.slds-vf-scope .warningM2,.slds-vf-scope .warningM3,.slds-vf-scope .warningM4 {
|
/* background-color: rgb(254, 147, 57)!important; */
|
background-color: #DD7A01!important;
|
color: rgb(24, 24, 24)!important
|
}
|
body .confirmM2,body .confirmM3,body .confirmM4,.slds-vf-scope .confirmM2,.slds-vf-scope .confirmM3,.slds-vf-scope .confirmM4 {
|
/* background-color: rgb(46, 132, 74)!important */
|
background-color: #2E844A!important
|
}
|
body .message h4{
|
display: inline-block;
|
}
|
.message .messageText h4{
|
display: inline-block;
|
}
|