no message
Former-commit-id: 68b0b299dc1caf1bdf4aca2cfa0e7c0dce223109 Former-commit-id: 7ad0c58c22be7bb056bd727572218408e4fb1206 Former-commit-id: b57331fd9399ed8fa2318688de36d49376f7d71b
This commit is contained in:
@@ -119,6 +119,7 @@ $baidupanHeight: 30px;
|
||||
float: left;
|
||||
height: $baidupanHeight;
|
||||
line-height: $baidupanHeight;
|
||||
color: $color-text-main;
|
||||
}
|
||||
.pwd {
|
||||
float: left;
|
||||
|
||||
@@ -16,12 +16,12 @@ export default (quote) => {
|
||||
const pwd = _quote.match(/[a-z0-9]{4}$/i)
|
||||
return `<div class="baidupan">
|
||||
<div class="container">
|
||||
<div class="icon">
|
||||
<img src="/static/image/baidu-pan-logo.png">
|
||||
</div>
|
||||
<div class="url">
|
||||
<a href="${url[0]}">${url[0]}</a>
|
||||
</div>
|
||||
<a href="${url[0]}">
|
||||
<div class="icon">
|
||||
<img src="/static/image/baidu-pan-logo.png">
|
||||
</div>
|
||||
<div class="url">${url[0]}</div>
|
||||
</a>
|
||||
<div class="pwd">
|
||||
密码
|
||||
<span>${pwd[0]}</span>
|
||||
|
||||
Reference in New Issue
Block a user