Browse Source

Merge branch 'web-0601' of https://git.openi.org.cn/OpenI/aiforge into web-0601

0601
pull/2272/head
Gitea 3 years ago
parent
commit
8a9860e375
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      custom/public/css/git.openi.css
  2. +1
    -1
      public/home/home.js

+ 4
- 4
custom/public/css/git.openi.css View File

@@ -66,7 +66,7 @@
background: #DFE9F0; background: #DFE9F0;
padding-top: 0; padding-top: 0;
border: none; border: none;
margin-bottom: 11em;
margin-bottom: 13em;
} }
.ui.secondary.hometop.segment #navbar{ .ui.secondary.hometop.segment #navbar{
z-index: 10; z-index: 10;
@@ -155,7 +155,7 @@
border-radius: 1.2em; border-radius: 1.2em;
background-color: rgba(16, 16, 16, .9); background-color: rgba(16, 16, 16, .9);
position: relative; position: relative;
padding-left: 1.3em !important;
padding: 1.0em 1.0em 1.0em 1.3em;
} }
.homeorg, .homepro, .homemodel, .i-env{ .homeorg, .homepro, .homemodel, .i-env{
position: relative; position: relative;
@@ -169,7 +169,7 @@
bottom: 0; bottom: 0;
background-color: rgba(105, 192, 255, .4); background-color: rgba(105, 192, 255, .4);
width: 2px; width: 2px;
}
}
.homenews .time-since{ .homenews .time-since{
padding-left: 1em; padding-left: 1em;
color: #888888; color: #888888;
@@ -186,7 +186,7 @@
padding: 0; padding: 0;
} }
.newslist{ .newslist{
height: 260px;
height: 300px;
overflow: hidden; overflow: hidden;
} }




+ 1
- 1
public/home/home.js View File

@@ -9,7 +9,7 @@ if(isEmpty(token)){


var swiperNewMessage = new Swiper(".newslist", { var swiperNewMessage = new Swiper(".newslist", {
direction: "vertical", direction: "vertical",
slidesPerView: 10,
slidesPerView: 9,
loop: true, loop: true,
autoplay: { autoplay: {
delay: 2500, delay: 2500,


Loading…
Cancel
Save