imported>Irukaza |
imported>Irukaza |
| (未显示同一用户的37个中间版本) |
| 第1行: |
第1行: |
| .mainpage-banner{
| |
| padding: 0 !important;
| |
| position: relative;
| |
| }
| |
| .mainpage-banner-control {
| |
| position: absolute;
| |
| top: 15px;
| |
| right: 20px;
| |
| }
| |
|
| |
|
| .mainpage-page-intro {
| |
| text-align: center;
| |
| text-indent: 0 !important;
| |
| // padding: 3px 0 !important;
| |
| font-size: 16px;
| |
| }
| |
|
| |
| .mainpage-banner-control-triggle {
| |
| width: 24px;
| |
| height: 24px;
| |
| border-radius: 18px;
| |
| background-color: white;
| |
| display: inline-block;
| |
| border: 3px rgba(139, 139, 34, .5) solid;
| |
| }
| |
|
| |
| .mainpage-banner-container {
| |
| width: max-content;
| |
| position: relative;
| |
| }
| |
| .mainpage-banner-page {
| |
| width: var(--containerWidth);
| |
| height: 250px;
| |
| object-fit: cover;
| |
| }
| |