diff --git a/combining.css b/combining.css index d94bca8..f4ed650 100644 --- a/combining.css +++ b/combining.css @@ -507,6 +507,8 @@ body { background: #ffe2a5; border-radius: 0px 0px 0.07rem 0.07rem; padding: 0.02rem 0.04rem; + position: relative; + top: -2px; } .content .g-b-but-new-box { diff --git a/index.html b/index.html index 3870f29..cd85eec 100644 --- a/index.html +++ b/index.html @@ -125,7 +125,7 @@ let linkId = getQueryString('id'); // let linkId = "2460" let keyCode = getQueryString('key'); - // let keyCode = "AAACD7A5YL28s8z6" + // let keyCode = "AAACD7eSqWZp4AbJ" if (!linkId) {//地址栏无携带id let path = window.location.pathname; let parmas = path.split('/');