123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- * {
- margin: 0;
- padding: 0;
- }
- a {
- text-decoration: none;
- }
- .foot {
- width: 100%;
- height: 108px;
- min-width: 1300px;
- background-color: #133A66;
- overflow: hidden;
- }
- .foot_content {
- height: 110px;
- margin: 0 auto;
- /* padding-top: 24px; */
- background-color: #133a66;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .three_pic {
- display: flex;
- }
- .three_pic>a:nth-child(1) {
- width: 49px;
- height: 60px;
- margin-right: 15px;
- }
- .three_pic>a:nth-child(2) {
- width: 36px;
- height: 60px;
- margin-right: 15px;
- }
- .three_pic>span:nth-child(3) {
- width: 110px;
- height: 55px;
- margin-right: 15px;
- cursor: pointer;
- }
- .f_text {
- color: #fff;
- font-size: 14px;
- line-height: 24px;
- padding-top: 8px;
- width: 727px;
- }
- .f_list {
- padding-top: 34px;
- }
- .f_list a,
- .f_list span {
- display: inline-block;
- color: #fff;
- font-size: 14.58px;
- margin-right: 6px;
- }
- @media screen and (max-width:1200px){
- .foot {
- min-width: 0px;
- }
- .three_pic>a:nth-child(1){
- width: 30px;
- margin-right: 2px;
- }
- .three_pic>a:nth-child(1) img {
- width: 30px;
- }
- .three_pic>a:nth-child(2){
- width: 20px;
- margin-right:2px;
- }
- .three_pic>a:nth-child(2) img {
- width: 20px;
- }
- .three_pic>span:nth-child(3){
- width: 94px;
- margin-right: 2px;
- }
- .three_pic>span:nth-child(3) img {
- width: 84px;
- cursor: pointer;
- }
- .f_list a,
- .f_list span {
- font-size: 10px;
- }
- .f_list {
- padding-top: 18px;
- }
- .f_text {
- color: #fff;
- font-size: 8px;
- line-height: normal;
- width: auto;
- }
- }
|