1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- @charset "utf-8";
- img{border:0 none;}
- .footer-wapper{
- position:fixed;
- bottom:15px;
- right:0;
- }
- .footer-wapper .f-left{
- float:left;
- width: 170px;
- height: 147px;
- padding-top: 30.5px;
- }
- .footer-wapper .f-left .left-img{
- width: 52px;
- height:44px;
- margin: 0 auto;
- display: block;
- border: none;
- }
- .footer-wapper a{
- border:none;
- }
- .footer-wapper .f-left .title-a{
- display: inline;
- width: 104px;
- height: 26px;
- margin:0 auto;
- font-family: MicrosoftYaHei;
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 55px;
- letter-spacing: 0px;
- color: #ffffff;
- display: block;
- }
- .footer-wapper .f-right{
- float:right;
- margin-right: 45px;
- }
- .footer-wapper .f-right a{
- width: 104px;
- height: 26px;
- font-family: MicrosoftYaHei;
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 20px;
- letter-spacing: 0px;
- color: #ffffff;
- }
- .time_clock{
- position:fixed;
- right:65px;
- top:60px;
- }
- .time_clock #countdown{
- position:relative;
- top:0;
- left:0;
- color:#004faa;
- font-size:50px;
- font-weight:600;
- background-color:transparent;
- width:100px;
- height:100px;
- border-radius:100px;
- line-height:100px;
- }
|