switch_login_1.css 686 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  5. }
  6. li {
  7. list-style: none;
  8. }
  9. a {
  10. color:#666666;
  11. text-decoration: none;
  12. }
  13. em {
  14. font-style: normal;
  15. }
  16. html,
  17. body {
  18. height: 100%;
  19. }
  20. body {
  21. background:url(../img/switch_login_bg.png) repeat-x;
  22. font-size: 80%;
  23. height: 1080px;
  24. width: 1920px;
  25. font-family: '微软雅黑';
  26. }
  27. .link{
  28. cursor: pointer;
  29. }
  30. .Arial{
  31. font-family: Arial;
  32. }
  33. .microsoft{
  34. font-family: '微软雅黑';
  35. }
  36. .ff0000{
  37. color:#ff0000;
  38. }
  39. .color-2daceb{
  40. color:#2daceb;
  41. }
  42. .color-666{
  43. color:#666;
  44. }
  45. .color-6ad0e2{
  46. color:#6ad0e2;
  47. }
  48. .fr{
  49. float:right;
  50. }
  51. .fl{
  52. float:left;
  53. }