| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- *{
- margin: 0;
- padding: 0;
- -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
- }
- li {
- list-style: none;
- }
- a {
- color:#666666;
- text-decoration: none;
- }
- em {
- font-style: normal;
- }
- html,
- body {
- height: 100%;
- }
- body {
- background:url(../img/switch_login_bg.png) repeat-x;
- font-size: 80%;
- height: 1080px;
- width: 1920px;
- font-family: '微软雅黑';
- }
- .link{
- cursor: pointer;
- }
- .Arial{
- font-family: Arial;
- }
- .microsoft{
- font-family: '微软雅黑';
- }
- .ff0000{
- color:#ff0000;
- }
- .color-2daceb{
- color:#2daceb;
- }
- .color-666{
- color:#666;
- }
- .color-6ad0e2{
- color:#6ad0e2;
- }
- .fr{
- float:right;
- }
- .fl{
- float:left;
- }
|