Follow @mumuy
Star
diff --git a/style/index.css b/style/index.css
index 18d2421..014c450 100644
--- a/style/index.css
+++ b/style/index.css
@@ -130,6 +130,27 @@ a:hover{
.mod-panel .copy p{
line-height: 24px;
}
+.mod-panel .intro{
+ padding: 15px 20px;
+ margin-bottom: 15px;
+ background: #f5f5f6;
+ border-radius: 6px;
+}
+.mod-panel .intro h3{
+ margin-bottom: 10px;
+ font-size: 16px;
+ font-weight: bold;
+}
+.mod-panel .intro p{
+ line-height: 22px;
+}
+.mod-panel .intro p.q{
+ font-weight: bold;
+}
+.mod-panel .intro p.a{
+ margin-bottom: 10px;
+ color: #666;
+}
.mod-qrcode{
position: fixed;