LogMsg.css 630 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. @charset "utf-8";
  2. .Div-Msg {
  3. height: 230px;
  4. width: 500px;
  5. background-color: #4682b4;
  6. }
  7. .Div-a {
  8. font-family: "宋体";
  9. font-size: 12px;
  10. font-weight: bold;
  11. color: #FFF;
  12. position: absolute;
  13. left: 20px;
  14. top: 20px;
  15. }
  16. .div-button {
  17. height: 35px;
  18. width: 100px;
  19. position: absolute;
  20. left: 385px;
  21. top: 180px;
  22. background-color: #f4a460;
  23. border: 1px solid #FFF;
  24. font-family: "宋体";
  25. font-size: 12px;
  26. color: #FFF;
  27. }
  28. .MsgText {
  29. font-family: "宋体";
  30. font-size: 12px;
  31. line-height: 30px;
  32. color: #FFF;
  33. position: absolute;
  34. top: 80px;
  35. height: 100px;
  36. width: 400px;
  37. left: 50px;
  38. }