zhaoolee commit

This commit is contained in:
zhaoolee
2019-07-20 22:00:41 +08:00
parent 5ceff375c4
commit 93f793b9e3
113 changed files with 1737 additions and 438 deletions

View File

@@ -1623,6 +1623,49 @@ pre .javascript .function {
.fancybox-close:hover {
border: none;
}
#reward-container {
padding: 10px 0;
margin: 20px auto;
width: 90%;
text-align: center;
}
#reward-button {
cursor: pointer;
border: 0;
outline: 0;
display: inline-block;
vertical-align: text-top;
margin: 0;
padding: 0 15px;
border-radius: 5px;
height: 32px;
line-height: 32px;
font-size: 16px;
color: #fff;
background: #f44336;
letter-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
}
#reward-button span:hover {
background: #f7877f;
}
#qr {
padding-top: 20px;
}
#qr a {
border: 0;
}
#qr img {
width: 180px;
max-width: 100%;
display: inline-block;
margin: 0.8em 2em 0 2em;
}
#qr p {
text-align: center;
}
.rtl.post-body p,
.rtl.post-body a,
.rtl.post-body h1,
@@ -1784,7 +1827,7 @@ pre .javascript .function {
width: 4px;
height: 4px;
border-radius: 50%;
background: #ffffd9;
background: #ab1683;
}
.feed-link,
.chat {