Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
auster9021 authored Nov 9, 2020
1 parent 5eee8da commit 3f3303a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sa-resources/index/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,16 @@ body{height: 100vh;background-color: #EEE;background-image: url(admin-loading.gi
/* 去除掉便签的大边框 */
.layer-note-class .layui-layer-input{outline: 0; box-shadow: none !important; border: 1px #ddd solid; margin: 1em; padding: 0.5em !important; font-family: 'Times New Roman', Times, serif;}


/* 解决淡入效果下部分场景slide滚动条失效的问题 */
/* 解决方案1 */
.swiper-container-fade .swiper-slide iframe{height: calc(100vh - 85px);}
.swiper-container-fade .swiper-slide{height: 0px;}
.swiper-container-fade .swiper-slide.swiper-slide-active {height: auto;}
/* 解决方案2 */
/* .swiper-container-fade .swiper-slide iframe{display: none;}
.swiper-container-fade .swiper-slide.swiper-slide-active iframe{
display: block;
} */


0 comments on commit 3f3303a

Please sign in to comment.