| 1 |
.qcld-notice-error{ |
| 2 |
background: #ff0a00; |
| 3 |
border-color: #bb0016; |
| 4 |
color: #fff; |
| 5 |
border-radius: 10px; |
| 6 |
border-right: 4px solid #bb0016; |
| 7 |
border-left-width: 12px; |
| 8 |
} |
| 9 |
.qcld-notice-error p{ |
| 10 |
font-size: 18px; |
| 11 |
} |
| 12 |
.qcld-notice-error p a{ |
| 13 |
color: #fff; |
| 14 |
} |
| 15 |
.qcld-notice-error p a:hover{ |
| 16 |
color: #2a1bef; |
| 17 |
} |
| 18 |
|
| 19 |
.qcld-success-notice{ |
| 20 |
margin-top: 15px; |
| 21 |
border-left: 4px solid #46b450; |
| 22 |
background: #fff; |
| 23 |
box-shadow: 2px 1px 4px 2px rgba(0,0,0,.1); |
| 24 |
padding: 1px 12px; |
| 25 |
} |
| 26 |
.qcld-success-notice p, |
| 27 |
.qcld-error-notice p{ |
| 28 |
margin: 6px 0; |
| 29 |
font-size: 14px; |
| 30 |
} |
| 31 |
|
| 32 |
.qcld-error-notice{ |
| 33 |
margin-top: 15px; |
| 34 |
border-left: 4px solid #bb0016; |
| 35 |
background: #fff; |
| 36 |
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 37 |
padding: 1px 12px; |
| 38 |
} |
| 39 |
.qc-notice-error{ |
| 40 |
padding:0 0 11px 0; |
| 41 |
} |
| 42 |
.qc-notice-error img{ |
| 43 |
width:40px; |
| 44 |
float:left |
| 45 |
} |
| 46 |
.qc-notice-error p{ |
| 47 |
position: relative; |
| 48 |
top: 9px; |
| 49 |
margin: 0 0 7px 40px; |
| 50 |
} |