init: 从宝塔同步到 Gitea
This commit is contained in:
@@ -0,0 +1,126 @@
|
||||
/* 顶部 */
|
||||
.head{
|
||||
width: 100%;
|
||||
height: 92px;
|
||||
position: relative;
|
||||
}
|
||||
.head .l_bg{
|
||||
width: 220px;
|
||||
height: 92px;
|
||||
background: url(../img/c_top_l.png) no-repeat left;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.head .r_bg{
|
||||
width: 220px;
|
||||
height: 92px;
|
||||
background: url(../img/c_top_r.png) no-repeat right;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
.head .bd{
|
||||
width: 100%;
|
||||
background: url(../img/c_top_bg.png) repeat-x left;
|
||||
background-size: auto 100%;
|
||||
height: 92px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
line-height: 92px;
|
||||
}
|
||||
.head .h_logo{
|
||||
font-size: 24px;
|
||||
position: absolute;
|
||||
left: 220px;
|
||||
height: 70px;
|
||||
line-height: 70px;
|
||||
top: 5px;
|
||||
}
|
||||
.head .h_logo img{
|
||||
width: 67px;
|
||||
padding-right: 10px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.head .h_logo .name{
|
||||
background-image: -webkit-linear-gradient(bottom,#613c0f,#ffaf5b,#ffffff);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.head h1{
|
||||
font-weight: 500;
|
||||
display: inline-block;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
/* 语言 */
|
||||
.inlet .hd {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.inlet .hd ul {
|
||||
width: auto;
|
||||
margin: 1% 0 0 5%;
|
||||
}
|
||||
|
||||
.inlet .hd li .c_lang {
|
||||
background: url(../img/c_language.png) no-repeat center 2px;
|
||||
background-size: 22px;
|
||||
}
|
||||
|
||||
.inlet .hd li {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.inlet .hd li span {
|
||||
color: #000;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* 登录 */
|
||||
.inlet .bd {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.inlet .bd .item {
|
||||
background: none;
|
||||
border-radius: 0;
|
||||
width: 50vh;
|
||||
}
|
||||
|
||||
.inlet .bd .item img {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.inlet .bd .item span {
|
||||
bottom: 0.4vw;
|
||||
}
|
||||
|
||||
/* 二维吗 */
|
||||
.inlet .aside {
|
||||
margin-top: -80px;
|
||||
}
|
||||
/*自适应*/
|
||||
@media screen and (max-width: 1480px){
|
||||
.head{
|
||||
height: 75px;
|
||||
}
|
||||
.head .bd{
|
||||
line-height: 75px;
|
||||
height: 75px;
|
||||
}
|
||||
.head .r_bg{
|
||||
height: 75px;
|
||||
}
|
||||
.head .l_bg{
|
||||
height: 75px;
|
||||
}
|
||||
.head .h_logo{
|
||||
line-height: 55px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user