12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- * {
- 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: #A79675;
- 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;
- }
-
- }
|