mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
Merge commit 'af33f473b5d2d95c03f14e01443f667612105ea9' into pro
This commit is contained in:
commit
96b2af9cc0
7
public/site/css/download.css
vendored
7
public/site/css/download.css
vendored
@ -143,4 +143,11 @@
|
||||
/* 底部布局 */
|
||||
.footer-layut{
|
||||
padding-top: 120px;
|
||||
}
|
||||
.btn-padding{
|
||||
padding: 0;
|
||||
}
|
||||
.btn-padding a{
|
||||
display: block;
|
||||
padding: 10px 16px;
|
||||
}
|
||||
@ -125,10 +125,10 @@
|
||||
<i class="txt-4001624 txt">macOS</i>
|
||||
</div>
|
||||
<div class="hover radius">
|
||||
<button class="btn btn-green mb-12" style="width: 70%;">
|
||||
<button class="btn btn-green mb-12 btn-padding" style="width: 70%;">
|
||||
<a class="chips-txt txt-4001418" id="arm64Link" href="https://www.dootask.com/desktop/publish/latest?platform=mac&arch=arm64" target="_blank">Apple Chips</a>
|
||||
</button>
|
||||
<button class="btn btn-green" style="width: 70%;">
|
||||
<button class="btn btn-green btn-padding" style="width: 70%;">
|
||||
<a class="chips-txt txt-4001418" id="x64Link" href="https://www.dootask.com/desktop/publish/latest?platform=mac&arch=x64" target="_blank">Intel Chips</a>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@ -564,6 +564,7 @@
|
||||
cookieConsent.style.textAlign = 'left';
|
||||
cookieConsent.style.fontSize = '16px';
|
||||
cookieConsent.style.lineHeight = '1.5em';
|
||||
cookieConsent.style.boxShadow='0 4px 12px rgba(0,0,0,.15)';
|
||||
|
||||
cookieA.style.padding = '0.2em'
|
||||
cookieA.style.display = 'inline-block';
|
||||
|
||||
@ -125,10 +125,10 @@
|
||||
<i class="txt-4001624 txt">macOS</i>
|
||||
</div>
|
||||
<div class="hover radius">
|
||||
<button class="btn btn-green mb-12" style="width: 70%;">
|
||||
<button class="btn btn-green mb-12 btn-padding" style="width: 70%;">
|
||||
<a class="chips-txt txt-4001418" id="arm64Link" href="https://www.dootask.com/desktop/publish/latest?platform=mac&arch=arm64" target="_blank">Apple Chips</a>
|
||||
</button>
|
||||
<button class="btn btn-green" style="width: 70%;">
|
||||
<button class="btn btn-green btn-padding" style="width: 70%;">
|
||||
<a class="chips-txt txt-4001418" id="x64Link" href="https://www.dootask.com/desktop/publish/latest?platform=mac&arch=x64" target="_blank">Intel Chips</a>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@ -563,6 +563,7 @@
|
||||
cookieConsent.style.textAlign = 'left';
|
||||
cookieConsent.style.fontSize = '16px';
|
||||
cookieConsent.style.lineHeight = '1.5em';
|
||||
cookieConsent.style.boxShadow='0 4px 12px rgba(0,0,0,.15)';
|
||||
|
||||
cookieA.style.padding = '0.2em'
|
||||
cookieA.style.display = 'inline-block';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user