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; justify-content: space-between;
align-items: center; align-items: center;
width: 70%; width: 70%;
padding-bottom: 120px;
} }
.download-ul-item{ .download-ul-item{
cursor: pointer; cursor: pointer;
@ -166,4 +165,12 @@
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 8px; border-radius: 8px;
color: #fff; 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-top: 100px !important;
padding-left: 20px !important; padding-left: 20px !important;
padding-right: 20px !important; padding-right: 20px !important;
} }
.details, .manage-tit, .company-profile-l{ .details, .manage-tit, .company-profile-l{
width: calc(100vw - 40px) !important; width: calc(100vw - 40px) !important;
} }
@ -808,4 +808,8 @@
left: 0; left: 0;
margin: 0 auto; margin: 0 auto;
} }
} }
.download-other-btn{
margin-top: 0px !important;
margin-bottom: 56px !important;
}

View File

@ -145,6 +145,7 @@
</a> </a>
</li> </li>
</ul> </ul>
<a class="download-other-btn" href="https://www.dootask.com/desktop/publish/latest" target="_blank">Other Versions</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -145,6 +145,7 @@
</a> </a>
</li> </li>
</ul> </ul>
<a class="download-other-btn" href="https://www.dootask.com/desktop/publish/latest" target="_blank">其他版本</a>
</div> </div>
</div> </div>
</div> </div>