init: 从宝塔同步到 Gitea
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
.section .head {
|
||||
/*background: linear-gradient(#694F1B,#EAB446,#EAB446,#694F1B);*/
|
||||
border-top: 2px solid #E8C3B0;
|
||||
border-right: 2px solid #E8C3B0;
|
||||
box-shadow: 1px 1px 50px #000;
|
||||
border-radius: 5px;
|
||||
width: calc(100% + 4px);
|
||||
top: -2px;
|
||||
left: -2px;
|
||||
}
|
||||
.section .head .logo {
|
||||
height: 100%;
|
||||
background: url(../../c_logo.png?v=1) center center no-repeat;
|
||||
width: 8vw;
|
||||
-webkit-background-size: 8vw;
|
||||
background-size: 8vw;
|
||||
display: table-cell;
|
||||
}
|
||||
.section .head .box .date {
|
||||
color: #fff;
|
||||
}
|
||||
.section .head .box .date span{
|
||||
color: #fff;
|
||||
background: #916C23;
|
||||
padding: 0 15px;
|
||||
}
|
||||
.table-data {
|
||||
border: 2px solid #87756c;
|
||||
/*background: linear-gradient(#694F1B,#694F1B,#EAB446,#AA8649,#C49B86,#463107,#C49B86);*/
|
||||
}
|
||||
.table-data .top {
|
||||
margin-top: 0.7vh;
|
||||
}
|
||||
.table-data .lan-box .item small {
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
}
|
||||
.table-data .lan-box {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0.5vh;
|
||||
}
|
||||
.limit-box .list .item span {
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
}
|
||||
.canvas-box .active-box {
|
||||
border: 1px solid #fff;
|
||||
bottom: -1px;
|
||||
right: -1px;
|
||||
}
|
||||
.canvas-box .active-box p {
|
||||
right: 0;
|
||||
left: auto;
|
||||
color: #DCD6D4;
|
||||
}
|
||||
Reference in New Issue
Block a user