二维码生成

This commit is contained in:
结发受长生
2018-07-03 13:23:15 +08:00
parent fc48469f69
commit 6b57563306
13 changed files with 42 additions and 27 deletions
@@ -85,11 +85,11 @@
margin-top: 10px;
}
p code,li code{
padding: 1px 3px;
padding: 3px 4px;
margin: 0 3px;
background: #ddd;
border: 1px solid #ccc;
font-family: Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace;
background: #f5ecee;
color: #c7254e;
font-family: Menlo,Monaco,"Andale Mono","lucida console","Courier New","Microsoft YaHei";
word-wrap: break-word;
font-size: 14px;
}
+2 -2
View File
@@ -73,8 +73,8 @@
.close {
position: absolute;
right: 15px;
top: 15px;
right: 10px;
top: 10px;
color: rgba(0, 0, 0, .2);
font-size: 16px;
line-height: 20px;