mirror of
https://github.com/RROrg/rr.git
synced 2025-08-08 05:37:08 +08:00
优化样式,调整元素对齐和间距,更新产品和标签展示
This commit is contained in:
parent
58fe6a7b13
commit
5c9d6a4eae
@ -29,6 +29,23 @@
|
|||||||
.textarea-style {
|
.textarea-style {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
text-align: center;
|
||||||
|
margin: 20px auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#labels {
|
||||||
|
text-align: center;
|
||||||
|
margin: 20px auto !important;
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#products {
|
||||||
|
text-align: center;
|
||||||
|
margin: 20px auto !important;
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
|
||||||
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
|
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
|
||||||
@ -309,28 +326,21 @@
|
|||||||
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
|
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
<div class="image" id="products" style="height: 50px; margin-left: 200px;">
|
<div class="shields" id="labels">
|
||||||
<img src="https://www.synology.cn/img/products/detail/SA6400/heading.png" width="20%">
|
|
||||||
</div>
|
|
||||||
<div class="flex-auto min-width-0 width-fit mr-3">
|
|
||||||
<div class="d-flex flex-wrap flex-items-center wb-break-word f3 text-normal">
|
|
||||||
<a id="titleA" href="https://github.com/RROrg/rr">
|
<a id="titleA" href="https://github.com/RROrg/rr">
|
||||||
<img alt="GitHub Release"
|
<img alt="GitHub Release"
|
||||||
src="https://img.shields.io/github/v/release/rrorg/rr?include_prereleases&style=flat-square&label=current">
|
src="https://img.shields.io/github/v/release/rrorg/rr?include_prereleases&style=flat-square&label=current">
|
||||||
|
</a>
|
||||||
|
<a id="titleA" href="https://github.com/RROrg/rr">
|
||||||
<img alt="GitHub Issues"
|
<img alt="GitHub Issues"
|
||||||
src="https://img.shields.io/github/issues-closed-raw/rrorg/rr/custom?style=flat-square&label=custom">
|
src="https://img.shields.io/github/issues-closed-raw/rrorg/rr/custom?style=flat-square&label=custom">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
||||||
<div class="d-flex flex-wrap flex-items-center wb-break-word f3 text-normal">
|
|
||||||
<a id="titleB" href="./changelogs.html">
|
<a id="titleB" href="./changelogs.html">
|
||||||
<img alt="GitHub Release" src="https://img.shields.io/badge/Changelogs-8A2BE2&style=flat">
|
<img alt="GitHub Release" src="https://img.shields.io/badge/Changelogs-8A2BE2&style=flat">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-link tabnav-tab preview-tab js-preview-tab flex-1 flex-md-auto width-full">
|
<div class="image" id="products">
|
||||||
<marquee id="content" direction="up" height="36" scrollamount="1" onMouseOut="this.start()"
|
<img src="https://www.synology.cn/img/products/detail/SA6400/heading.png" width="20%">
|
||||||
onMouseOver="this.stop()">
|
|
||||||
</marquee>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group mt-1 mb-2" id="title_item">
|
<div class="form-group mt-1 mb-2" id="title_item">
|
||||||
<div class="form-group-header">
|
<div class="form-group-header">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user