mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
feat: 官网添加其他版本的按钮
This commit is contained in:
parent
192de79fea
commit
91bfb989be
11
public/site/css/download.css
vendored
11
public/site/css/download.css
vendored
@ -14,7 +14,6 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 70%;
|
||||
padding-bottom: 120px;
|
||||
}
|
||||
.download-ul-item{
|
||||
cursor: pointer;
|
||||
@ -166,4 +165,12 @@
|
||||
border: 1px solid transparent;
|
||||
border-radius: 8px;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.download-other-btn{
|
||||
padding: 10px 16px;
|
||||
color: var(--txt-theme-color);
|
||||
border-radius: 8px;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 120px;
|
||||
border: 1px solid var(--txt-theme-color);
|
||||
}
|
||||
|
||||
8
public/site/css/rem.css
vendored
8
public/site/css/rem.css
vendored
@ -255,7 +255,7 @@
|
||||
padding-top: 100px !important;
|
||||
padding-left: 20px !important;
|
||||
padding-right: 20px !important;
|
||||
}
|
||||
}
|
||||
.details, .manage-tit, .company-profile-l{
|
||||
width: calc(100vw - 40px) !important;
|
||||
}
|
||||
@ -808,4 +808,8 @@
|
||||
left: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
.download-other-btn{
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 56px !important;
|
||||
}
|
||||
|
||||
@ -145,6 +145,7 @@
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="download-other-btn" href="https://www.dootask.com/desktop/publish/latest" target="_blank">Other Versions</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -145,6 +145,7 @@
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<a class="download-other-btn" href="https://www.dootask.com/desktop/publish/latest" target="_blank">其他版本</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user