updated 添加链接

This commit is contained in:
PASSER-BY
2022-02-26 00:54:00 +08:00
parent dc20a43aca
commit 8f41dfbc40
5 changed files with 69 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ a:hover{
padding: 0 15px 30px;
}
.inner{
max-width: 728px;
max-width: 720px;
margin: 0 auto;
}
@@ -48,7 +48,7 @@ a:hover{
display: block;
height: 20px;
padding: 5px 12px;
background: #eee;
background: #f0f0f0;
line-height: 20px;
color: #444;
border-bottom-left-radius: 6px;
@@ -69,7 +69,7 @@ a:hover{
padding: 0 12px;
border: 1px solid #ececec;
border-radius: 6px;
line-height: 32px;
line-height: 34px;
text-decoration: none;
text-align: center;
font-size: 14px;
@@ -97,6 +97,10 @@ a:hover{
.mod-head .btn span,.mod-head .btn svg{
vertical-align: middle;
}
.mod-head .btn svg,.mod-head .btn svg+span{
position: relative;
top: -1px;
}
.mod-head .btn:hover {
color: #000;
opacity: 1;
@@ -269,7 +273,7 @@ a:hover{
margin-right: 10px;
}
.mod-panel .ft{
padding-top: 5px;
padding-top: 10px;
border-top:1px dotted #e0e0e0;
}
.mod-panel .about{
@@ -322,6 +326,42 @@ a:hover{
line-height: 22px;
text-indent: 2em;
}
.mod-panel .banner{
border: 1px solid #eee;
border-radius: 5px;
overflow: hidden;
box-shadow: 1px 2px 8px rgba(0,0,0,0.03);
}
.mod-panel .banner a{
display: block;
height: 160px;
padding: 10px;
background: #fcfcfc;
overflow: hidden;
}
.mod-panel .banner a:hover{
text-decoration: none;
background: #fffbf5;
}
.mod-panel .banner img{
float: left;
margin-top: -5px;
margin-left: 30px;
}
.mod-panel .banner span{
display: block;
margin-left: 50%;
line-height: 32px;
}
.mod-panel .banner span.title{
margin-top: 45px;
font-weight: bold;
font-size: 24px;
color: #646464;
}
.mod-panel .banner span.subtitle{
font-size: 18px;
}
.mod-panel .table-inner{
overflow-x: auto;
}
@@ -381,6 +421,7 @@ a:hover{
.mod-qrcode p{
line-height: 30px;
}
@media screen and (max-width: 800px) {
.mod-panel .hd{
padding-top: 10px;