文件下载
CAD图面下载
滚珠花键
丝杠医生
快速选型
<>
.foot_list {
flex-wrap: wrap;
height: 100%;
position: relative;
align-items: center;
padding: 0;
justify-content: space-between;
}
.foot_list:after {
content:"";
display: block;
width: calc(100% + 24px);
height: 1px;
background: #fff;
position: absolute;
top: 50%;
left: 0;
transform: translateX(-9.5px) translateY(-2px);
}
.foot_li {
height: 50%;
display: flex;
align-items: center;
}
.foot_li:nth-child(1) img {
margin-right: 10.5px!important;
transform: translateX(1px);
}
.foot_li:nth-child(2) {
transform: translateX(4px);
}
.foot_li:nth-child(3) {
transform: translateX(10px);
}
.foot_li:nth-child(3) img {
transform: translateY(-1px);
margin-right: 8.1px;
}
.foot_li:nth-child(4) {
transform: translateY(-2px);
}
.foot_li:nth-child(4) img {
transform: translateY(-1px);
margin-right: 7.5px;
}
.foot_li:last-child {
transform: translateY(-1px) translateX(1.9px);
width: 100%;
text-align: center;
justify-content: center;
}
@media screen and (max-width:768px) {
.art_bottom {
padding: 0;
width: 100%;
height: 100%;
}
.foot_view {
transform: none;
}
.foot_list {
flex-direction: row;
}
.foot_list:after {
content: none;
}
.foot_view {
height: initial;
}
.foot_li {
width: 80%;
}
.foot_li:last-child {
text-align: left;
}
}
>