updated 广告调整

This commit is contained in:
mumuy
2022-01-27 15:31:13 +08:00
parent 335dd64d65
commit e99d51b1e8
2 changed files with 70 additions and 2 deletions

View File

@@ -264,6 +264,41 @@ a:hover{
.mod-panel .intro p.a{
color: #666;
}
.mod-panel table {
width: 100%;
border: 1px solid #cee1ee;
border-collapse: collapse;
border-spacing: 0;
}
.mod-panel tr {
border-bottom: 1px solid #cee1ee;
line-height: 24px;
font-size: 13px;
}
.mod-panel tr td {
word-break: break-all;
word-wrap: break-word;
padding: 5px 10px;
font-weight: normal;
}
.mod-panel tr p.name{
font-size: 15px;
font-weight: bold;
}
.mod-panel tr .download{
display: inline-block;
padding: 0 15px;
background: #32ccc8;
color: #fff;
line-height: 32px;
font-size: 13px;
text-align: center;
border-radius: 3px;
text-decoration: none;
}
.mod-panel tr .download:hover{
background: #2e9e9b;
}
.mod-qrcode{
position: fixed;
@@ -319,6 +354,10 @@ a:hover{
margin-bottom: 5px;
line-height: 24px;
}
.mod-panel .banner{
display: none;
}
.mod-qrcode{
position: static;
margin-bottom: 10px;