| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- @charset "UTF-8";
- *{
- margin: 0;
- padding: 0;
- }
- em{
- font-style: normal;
- }
- input:focus{
- outline: none;
- background:url("../imgs/icon_search.svg") no-repeat 40%;
- background-size: 26px 26px;
- }
- .wrapper{
- width: 100%;
- margin-bottom: 80px;
- }
- .top{
- background: #32304A;
- height: 50px;
- line-height: 50px;
- color: #fff;
- padding: 0 3%;
- font-size: 16px;
- }
- .top .icon{
- font-size: 30px;
- }
- .top .title{
- width: 85%;
- }
- img{
- width: 100%;
- height: 100%;
- }
- .fl{
- float: left;
- }
- .fr{
- float: right;
- }
- .footer{
- position: fixed;
- bottom: 0;
- height: 60px;
- font-size: 15px;
- width: 100%;
- background: #fff;
- }
- .footer .bottom{
- width: 25%;
- border-top: 1px solid #ACACB3;
- text-align: center;
- color: #ACACB3;
- }
- .footer .bottom .icon{
- text-align: center;
- margin-top: 5px;
- }
- .footer .bottom .icon img{
- width: 25px;
- height: 25px;
- }
|