mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 21:32: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;
|
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);
|
||||||
|
}
|
||||||
|
|||||||
8
public/site/css/rem.css
vendored
8
public/site/css/rem.css
vendored
@ -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;
|
||||||
|
}
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user