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;
|
float: left;
|
||||||
height: $baidupanHeight;
|
height: $baidupanHeight;
|
||||||
line-height: $baidupanHeight;
|
line-height: $baidupanHeight;
|
||||||
|
color: $color-text-main;
|
||||||
}
|
}
|
||||||
.pwd {
|
.pwd {
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
@@ -16,12 +16,12 @@ export default (quote) => {
|
|||||||
const pwd = _quote.match(/[a-z0-9]{4}$/i)
|
const pwd = _quote.match(/[a-z0-9]{4}$/i)
|
||||||
return `<div class="baidupan">
|
return `<div class="baidupan">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="icon">
|
<a href="${url[0]}">
|
||||||
<img src="/static/image/baidu-pan-logo.png">
|
<div class="icon">
|
||||||
</div>
|
<img src="/static/image/baidu-pan-logo.png">
|
||||||
<div class="url">
|
</div>
|
||||||
<a href="${url[0]}">${url[0]}</a>
|
<div class="url">${url[0]}</div>
|
||||||
</div>
|
</a>
|
||||||
<div class="pwd">
|
<div class="pwd">
|
||||||
密码
|
密码
|
||||||
<span>${pwd[0]}</span>
|
<span>${pwd[0]}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user