feat: 官网添加其他版本的按钮

This commit is contained in:
weifs 2024-02-20 15:05:45 +08:00
parent 192de79fea
commit 91bfb989be
4 changed files with 17 additions and 4 deletions

View File

@ -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);
}

View File

@ -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;
}

View File

@ -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>

View File

@ -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>