All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
161 lines
3.3 KiB
CSS
161 lines
3.3 KiB
CSS
.footer-imgs {
|
|
width: 6.8rem;
|
|
margin: 0 auto;
|
|
margin-top: 1.5rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.footer-imgs img {
|
|
width: 2.22rem;
|
|
}
|
|
.footer-imgs img:nth-child(4),
|
|
.footer-imgs img:nth-child(5),
|
|
.footer-imgs img:nth-child(6) {
|
|
margin-top: 0.09rem;
|
|
}
|
|
|
|
.footer-texts {
|
|
width: 6.8rem;
|
|
margin: 1.5rem 0.35rem;
|
|
/* font-size: 0.16rem; */
|
|
color: #909399;
|
|
/* white-space: normal; */
|
|
/* margin-top: 1.5rem;
|
|
margin-bottom: 1.5rem; */
|
|
box-sizing: border-box;
|
|
}
|
|
.footer-texts p {
|
|
width: 6.8rem;
|
|
font-size: 0.16rem;
|
|
padding-left: 0.1rem;
|
|
text-indent: -0.2rem;
|
|
/* line-height: 1.5;
|
|
margin-bottom: 0.1rem; */
|
|
font-family: 'HarmonyOS-Light';
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
|
|
.footer-texts-en {
|
|
width: 6.8rem;
|
|
margin: 1.5rem 0.35rem;
|
|
/* font-size: 0.16rem; */
|
|
color: #909399;
|
|
/* white-space: normal; */
|
|
/* margin-top: 1.5rem;
|
|
margin-bottom: 1.5rem; */
|
|
box-sizing: border-box;
|
|
}
|
|
.footer-texts-en p {
|
|
width: 6.8rem;
|
|
font-size: 0.16rem;
|
|
padding-left: 0.1rem;
|
|
text-indent: -0.1rem;
|
|
/* line-height: 1.5;
|
|
margin-bottom: 0.1rem; */
|
|
font-family: 'HarmonyOS-Light';
|
|
/* letter-spacing: 1px; */
|
|
}
|
|
|
|
|
|
.oircoEgapp-foot .logo-white img {
|
|
margin: 0 auto;
|
|
}
|
|
.oircoEgapp-foot .m_footer {
|
|
display: flex;
|
|
/* flex-direction: row; */
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin:0 4%;
|
|
padding-top: 0 !important;
|
|
}
|
|
/* .oircoEgapp-foot .m_footer .left,
|
|
.oircoEgapp-foot .foot-con {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
} */
|
|
.oircoEgapp-foot .m_footer .right {
|
|
flex:1;
|
|
width: 50% !important;
|
|
display: flex !important;
|
|
justify-content: end !important;
|
|
/* max-width: 55%; */
|
|
}
|
|
.oircoEgapp-foot .m_footer .left {
|
|
flex:1 !important;
|
|
/* max-width: 40%;
|
|
justify-content: end;
|
|
margin-right: 4%; */
|
|
width: 50% !important;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.oircoEgapp-foot .foot-con span {
|
|
width: auto;
|
|
padding: 0 0.625rem;
|
|
}
|
|
.oircoEgapp-foot .foot-cate .clearfix li h3 {
|
|
margin-bottom: 10px;
|
|
}
|
|
.oircoEgapp-foot .foot-cate .clearfix li p,
|
|
.oircoEgapp-foot .foot-cate .clearfix li p a {
|
|
font-size: 12px;
|
|
}
|
|
.logo-white {
|
|
text-align: center;
|
|
padding: 1rem 0 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.foot-cate {
|
|
padding: 0.16rem;
|
|
}
|
|
.foot-cate h3 {
|
|
font-size: 0.28rem;
|
|
}
|
|
.foot-cate li {
|
|
padding: 0.16rem 0;
|
|
min-height: 276px;
|
|
|
|
}
|
|
.foot-cate li p {
|
|
line-height: 40px;
|
|
}
|
|
.m_footer .right {
|
|
float: right;
|
|
width: 57%;
|
|
text-align: left;
|
|
}
|
|
.foot-con span {
|
|
font-size:14px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-line-clamp: 1;
|
|
width: 100%;
|
|
height: auto;
|
|
cursor: pointer;
|
|
font-family: 'HarmonyOS-Medium';
|
|
}
|
|
.oircoEgapp-foot .foot-con span {
|
|
width: auto;
|
|
padding: 0 0.125rem;
|
|
}
|
|
.m_footer .left a{
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
}
|
|
.m_footer .left img {
|
|
width: 30px;
|
|
padding-right:0 !important;
|
|
padding-top: 0;
|
|
}
|
|
/* .oircoEgapp-foot .m_footer .right {
|
|
max-width: 50%;
|
|
} */
|
|
.m_footer .right {
|
|
padding: 0 !important;
|
|
} |