feat: index - 首页及顶部导航处理
This commit is contained in:
127
public/static/index/css/orico_footer.css
Executable file
127
public/static/index/css/orico_footer.css
Executable file
@@ -0,0 +1,127 @@
|
||||
.orico_footer {
|
||||
background: #000;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.orico_footer .fotter {
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
padding-bottom: 5.5rem;
|
||||
padding-top: 2.25rem;
|
||||
position: relative;
|
||||
}
|
||||
.orico_footer .fotter .footerico {
|
||||
position: absolute;
|
||||
height: 3.125rem;
|
||||
left: 8%;
|
||||
top: 5%;
|
||||
}
|
||||
.orico_footer .fotter .footerMain {
|
||||
min-width: 1024px;
|
||||
max-width: 75rem;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxttop {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxttop .foootCt {
|
||||
gap: 1.5rem;
|
||||
display: grid;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxttop .foootCt .ftitle {
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxttop .foootCt ul {
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxttop .foootCt ul .fline {
|
||||
color: #fff;
|
||||
opacity: 0.7;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxtbottom {
|
||||
padding-left: 10%;
|
||||
padding-left: 14%;
|
||||
display: grid;
|
||||
padding-top: 8%;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxtbottom .ftopicos {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding-bottom: 1%;
|
||||
gap: 2rem;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxtbottom .ftopicos ul {
|
||||
gap: 0.75rem 1.5rem;
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxtbottom .ftopicos ul img {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxtbottom .ftcopyright {
|
||||
color: #b3b3b3;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxtbottom .ftcopyright a {
|
||||
color: #b3b3b3;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxtbottom .batext {
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.oricoCont {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 3.5rem auto;
|
||||
}
|
||||
.oricoCont .ctitem {
|
||||
width: 45%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.oricoCont .ctitem .ctimg {
|
||||
max-width: 6.25rem;
|
||||
width: 3.75rem;
|
||||
height: 3.75rem;
|
||||
margin-top: 2%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.oricoCont .ctitem .cttitle {
|
||||
font-size: 1.25rem;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
line-height: 2.5rem;
|
||||
}
|
||||
.oricoCont .ctitem .ctdec {
|
||||
font-size: 0.875rem;
|
||||
text-align: center;
|
||||
line-height: 1rem;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1777px) {
|
||||
.footerico {
|
||||
top: 65% !important;
|
||||
bottom: 24%;
|
||||
left: 50% !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user