You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
1.5 KiB
CSS

.foot{
}
.foot_box{
padding: 0.37rem 3.61rem 0.31rem 3.59rem;
background-color: #282B2D;
}
.foot_top{
display: flex;
align-items: center;
padding-bottom: 0.2rem;
border-bottom: 1px solid #fff;
}
.foot_top>img{
width: 0.84rem;
height: 1.06rem;
}
.foot_top_ri{
margin-left: 0.39rem;
padding-left: 0.3rem;
border-left: 1px dashed #F5F5F5;
}
.foot_link{
display: flex;
align-items: center;
}
.foot_link>a{
font-size: 0.14rem;
color: #fff;
cursor: pointer;
padding-right: 0.19rem;
border-right: 1px solid #fff;
margin-right: 0.2rem;
}
.foot_link>a:last-child{
padding-right: 0;
border-right: 0;
margin-right: 0;
}
.foot_serial{
margin-top: 0.2rem;
display: flex;
align-items: center;
}
.foot_serial>span{
font-size: 0.12rem;
color: #fff;
}
.foot_serial>span:first-child{
margin-right: 0.44rem;
}
.foot_code{
margin-top: 0.11rem;
font-size: 0.12rem;
color: #fff;
}
.foot_approve{
margin-top: 0.14rem;
width: 0.68rem;
height: 0.24rem;
font-size: 0.12rem;
}
.foot_approve>img{
width: 100%;
height: 100%;
background-size:100% 100%;
}
.foot_bom{
margin-top: 0.15rem;
text-align: center;
font-size: 0.14rem;
color: #D5D4D4;
}
.side_tabbar{
position: fixed;
right: 0.63rem;
top: 4.23rem;
width: 2.70rem;
height: 3.70rem;
}
.side_tabbar img{
width: 100%;
height: 100%;
background-size:100% 100%;
}