dialogstyle.css 692 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. a,img{border:0;}
  2. .overlay{
  3. width: 100%;
  4. height: 100%;
  5. position: fixed;
  6. left: 0;
  7. top: 0;
  8. z-index: 10;
  9. background: rgba(0, 0, 0, .35);
  10. display: none;
  11. }
  12. .showbox{
  13. position:fixed;
  14. outline: 0px;
  15. top:50%;
  16. left:50%;
  17. margin:-115px 0 0 -40px;
  18. width:269px;
  19. height:226px;
  20. z-index:99;
  21. border:#010202;
  22. border-radius:10px;
  23. filter:alpha(opacity=60);
  24. -moz-opacity:0.6;
  25. -khtml-opacity: 0.6;
  26. opacity: 0.6;
  27. }
  28. .loadingWord{
  29. width:80px;
  30. height:80px;
  31. line-height:50px;
  32. background:#010202;
  33. border-radius:10px;
  34. filter:alpha(opacity=90);
  35. -moz-opacity:0.9;
  36. -khtml-opacity: 0.9;
  37. opacity: 0.9;
  38. }
  39. .loadingWord img{margin:22px 25px;float:left;display:inline;}