msgbox.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* @charset "utf-8"; */
  2. /* CSS Document */
  3. .zeng_msgbox_layer,
  4. .zeng_msgbox_layer .gtl_ico_succ,
  5. .zeng_msgbox_layer .gtl_ico_fail,
  6. .zeng_msgbox_layer .gtl_ico_hits,
  7. .zeng_msgbox_layer .gtl_ico_clear,
  8. .zeng_msgbox_layer .gtl_end {
  9. display: inline-block;
  10. height: 54px;
  11. line-height: 54px;
  12. font-size: 14px;
  13. color: #fff;
  14. background-image: url("gb_tip_layer.png");
  15. _background-image: url("gb_tip_layer.png");
  16. background-repeat: no-repeat
  17. }
  18. .zeng_msgbox_layer_wrap {
  19. width: 100%;
  20. position: fixed;
  21. _position: absolute;
  22. top: 46%;
  23. left: 0;
  24. text-align: center;
  25. z-index: 65533
  26. }
  27. .zeng_msgbox_layer {
  28. background-position: 0 -161px;
  29. background-repeat: repeat-x;
  30. padding: 0 18px 0 9px;
  31. margin: 0 auto;
  32. position: relative
  33. }
  34. .zeng_msgbox_layer .gtl_ico_succ {
  35. background-position: -4px 0;
  36. left: -45px;
  37. top: 0;
  38. width: 45px;
  39. position: absolute
  40. }
  41. .zeng_msgbox_layer .gtl_end {
  42. background-position: 0 0;
  43. position: absolute;
  44. right: -6px;
  45. top: 0;
  46. width: 6px
  47. }
  48. .zeng_msgbox_layer .gtl_ico_fail {
  49. background-position: -6px -108px;
  50. position: absolute;
  51. left: -45px;
  52. top: 0;
  53. width: 45px
  54. }
  55. .zeng_msgbox_layer .gtl_ico_hits {
  56. background-position: -6px -54px;
  57. position: absolute;
  58. left: -45px;
  59. top: 0;
  60. width: 45px
  61. }
  62. .zeng_msgbox_layer .gtl_ico_clear {
  63. background-position: -6px 0;
  64. left: -5px;
  65. width: 5px;
  66. position: absolute;
  67. top: 0
  68. }
  69. .zeng_msgbox_layer .gtl_ico_loading {
  70. width: 16px;
  71. height: 16px;
  72. border: 0;
  73. background-image: url(loading.gif);
  74. float: left;
  75. margin: 19px 10px 0 5px
  76. }