message.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /** iwb_admin-v1.1.0 MIT License By http://www.iwbnet.com e-mail:yueyy@iwbnet.com */
  2. .iwb-message {
  3. position:fixed;
  4. left:225px;
  5. top:50px;
  6. z-index:19940201;
  7. border-radius:3px
  8. }
  9. .iwb-message .iwb-message-item {
  10. min-height:40px;
  11. /*background-color:#fff;*/
  12. background-color:rgba(0,0,0,.7);
  13. border-radius:3px;
  14. min-width:250px;
  15. margin-top:15px;
  16. position:relative;
  17. border:1px solid #ecf0f5
  18. }
  19. .iwb-message .iwb-message-item:first-child {
  20. margin-top:0
  21. }
  22. .iwb-message .iwb-message-item .iwb-message-body {
  23. margin-right:40px;
  24. line-height:40px;
  25. padding:0 10px 0 20px
  26. }
  27. .iwb-message .iwb-message-item .iwb-close {
  28. width:40px;
  29. height:40px;
  30. position:absolute;
  31. right:0;
  32. top:0;
  33. text-align:center;
  34. line-height:40px;
  35. cursor:pointer
  36. }
  37. .iwb-message .iwb-skin-red {
  38. color:#FF5722!important
  39. }
  40. .iwb-message .iwb-skin-orange {
  41. color:#FFB800!important
  42. }
  43. .iwb-message .iwb-skin-cyan {
  44. color:#2F4056!important
  45. }
  46. .iwb-message .iwb-skin-blue {
  47. color:#1E9FFF!important
  48. }
  49. .iwb-message .iwb-skin-black {
  50. color:#393D49!important
  51. }
  52. .iwb-message .iwb-skin-default {
  53. color:#009688!important
  54. }