- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我已经为我的 bootstrap 元素集成了 slick carousel,并且我已经修改了 slick-theme.css 以进行一些自定义。我遇到了这个奇怪的问题,它在响应模式下 slider 全部出错并且幻灯片正在复制并且箭头(它们被自定义为下一个和上一个按钮)显示为幻灯片。当我删除响应参数时,它可以正常工作。我想删除小屏幕尺寸的箭头。如果有人可以帮助我解决这个问题,那就太好了。谢谢。
PS:编辑后的 slick-theme.css 文件的代码位于此代码段的 css 部分的底部。
$(window).load(function () {
$('.slider-main').slick({
arrows: true,
dots: false,
prevArrow: "<a class=\"slick-prev slider-slick-prev\">PREVIOUS</a>",
nextArrow: "<a class=\"slick-next slider-slick-next\">NEXT</a>",
slidesToShow: 1,
slidesToScroll: 1,
responsive: [
{
breakpoint: 767,
settings: {
arrows: false
}
}
]
});
});
.slider > div {
padding: 0 40px;
}
@media only screen and (max-width: 1200px) {
.slider > div {
padding: 0 10px;
}
}
.slider > div .slider-left {
padding: 0 16px 0 23px;
text-align: center;
}
@media only screen and (max-width: 1200px) {
.slider > div .slider-left {
padding: 0 5px 0 0;
}
}
@media only screen and (max-width: 767px) {
.slider > div .slider-left {
display: none;
}
}
.slider > div .slider-left > div {
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
margin-top: 13px;
}
.slider > div .slider-left > div > h2 {
background: #bbe3de;
color: #ffffff;
font-size: 21.36px;
margin: 0;
padding: 18px 0;
}
@media only screen and (max-width: 1200px) {
.slider > div .slider-left > div > h2 {
font-size: 19.36px;
padding: 18px 10px;
}
}
.slider > div .slider-left > div > div.left-description {
color: #afafaf;
font-size: 25px;
margin-top: 35px;
line-height: 1.2;
padding: 0 23px;
}
@media only screen and (max-width: 1200px) {
.slider > div .slider-left > div > div.left-description {
margin-top: 5px;
font-size: 17px;
padding: 0 5px;
}
}
.slider > div .slider-left > div > div.left-info {
color: #9d9d9d;
font-size: 17px;
margin-top: 28px;
line-height: 1.2;
padding: 0 4px;
}
@media only screen and (max-width: 1200px) {
.slider > div .slider-left > div > div.left-info {
margin-top: 5px;
}
}
.slider > div .slider-left > div > div.left-location {
color: #9d9d9d;
font-size: 25px;
margin-top: 2px;
}
@media only screen and (max-width: 1200px) {
.slider > div .slider-left > div > div.left-location {
font-size: 17px;
}
}
.slider > div .slider-left > div > div.left-read-more {
margin-top: 16px;
margin-bottom: 18px;
}
@media only screen and (max-width: 1200px) {
.slider > div .slider-left > div > div.left-read-more {
margin-top: 5px;
}
}
.slider > div .slider-left > div > div.left-read-more a {
color: #ec6b9c;
font-size: 22.29px;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
@media only screen and (max-width: 1200px) {
.slider > div .slider-left > div > div.left-read-more a {
font-size: 17px;
}
}
.slider > div .slider-left > div > div.left-read-more a:hover {
color: #bbe3de;
}
.slider > div .slider-main {
padding: 13px 39px 0 16px;
}
@media only screen and (max-width: 1200px) {
.slider > div .slider-main {
padding: 13px 0 0 5px;
}
}
.slider > div .slider-main .single-slide {
outline: none;
}
.slider > div .slider-main .single-slide:hover {
outline: none;
}
.slider > div .slider-main .single-slide:focus {
outline: none;
}
.slider > div .slider-main .single-slide img {
width: 100%;
outline: none;
}
.slider > div .slider-main .single-slide img:hover {
outline: none;
}
.slider > div .slider-main .single-slide img:focus {
outline: none;
}
.slider > div .slider-main .single-slide .slide-description {
position: absolute;
bottom: 18px;
right: 0;
text-transform: uppercase;
background: #ffffff;
padding: 10px 21px 5px 18px;
letter-spacing: -0.3px;
color: #878787;
font-size: 22.37px;
}
.slider > div .slider-main .single-slide .slide-description a {
margin-left: 4px;
letter-spacing: 0.5px;
display: inline-block;
color: #ec6b9c;
font-size: 15px;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.slider > div .slider-main .single-slide .slide-description a:hover {
color: #bbe3de;
}
.slider > div .slider-left-mobile {
padding: 0 16px 0 23px;
text-align: center;
}
.slider > div .slider-left-mobile > div {
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
margin-top: 13px;
}
.slider > div .slider-left-mobile > div > h2 {
background: #bbe3de;
color: #ffffff;
font-size: 21.36px;
margin: 0;
padding: 18px 0;
}
.slider > div .slider-left-mobile > div > div.left-description {
color: #afafaf;
font-size: 25px;
margin-top: 35px;
line-height: 1.2;
padding: 0 23px;
}
.slider > div .slider-left-mobile > div > div.left-info {
color: #9d9d9d;
font-size: 17px;
margin-top: 28px;
line-height: 1.2;
padding: 0 4px;
}
.slider > div .slider-left-mobile > div > div.left-location {
color: #9d9d9d;
font-size: 25px;
margin-top: 2px;
}
.slider > div .slider-left-mobile > div > div.left-read-more {
margin-top: 16px;
margin-bottom: 18px;
}
.slider > div .slider-left-mobile > div > div.left-read-more a {
color: #ec6b9c;
font-size: 22.29px;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.slider > div .slider-left-mobile > div > div.left-read-more a:hover {
color: #bbe3de;
}
/*slick theme customized*/
/* Arrows */
.slick-prev,
.slick-next {
position: absolute;
display: block;
font-size: 16.5px;
cursor: pointer;
background: #ffffff;
color: #878787;
top: 50%;
margin-top: -23px;
padding: 15px 17px;
border: none;
outline: none;
z-index: 1;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.slick-prev:hover,
.slick-next:hover {
outline: none;
color: #ec6b9c;
}
.slick-prev {
left: 16px;
}
@media only screen and (max-width: 1200px) {
.slick-prev {
left: 5px;
}
}
[dir="rtl"] .slick-prev {
left: auto;
right: 39px;
}
@media only screen and (max-width: 1200px) {
[dir="rtl"] .slick-prev {
right: -1px;
}
}
.slick-next {
right: 39px;
}
@media only screen and (max-width: 1200px) {
.slick-next {
right: -1px;
}
}
[dir="rtl"] .slick-next {
left: 16px;
right: auto;
}
@media only screen and (max-width: 1200px) {
[dir="rtl"] .slick-next {
left: 5px;
}
}
/* Dots */
.slick-slider {
margin-bottom: 5px;
}
.slick-dots {
position: absolute;
bottom: -45px;
list-style: none;
display: block;
text-align: center;
padding: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none;
}
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
font-size: 6px;
line-height: 20px;
text-align: center;
-webkit-font-smoothing: antialiased;
}
/*# sourceMappingURL=slick-theme.css.map */
/*slick theme customized*/
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.7/slick.css" rel="stylesheet"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.7/slick.js"></script>
<div class="container-fluid">
<div class="row slider">
<div class="col-xs-12">
<div class="col-xs-12 col-sm-3 slider-left">
<div class="col-xs-12">
<h2>PARTY DECORATIORS</h2>
<div class="col-xs-12 left-description">
LOOKING for someone to come and DECORATE your NEXT PARTY?
</div>
<div class="col-xs-12 left-info">
We will come and
<br>
decorate your children's party
<br>
within a 50 mile radius of
</div>
<div class="col-xs-12 left-location">
IPSWICH
</div>
<div class="col-xs-12 left-read-more">
<a href="#">READ MORE</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-9 slider-main">
<div class="col-xs-12 single-slide">
<img src="https://placehold.it/350x150" alt=""/>
<div class="slide-description">
book us to decorate your next party!
<a href="#">CLICK HERE</a>
</div>
</div>
<div class="col-xs-12 single-slide">
<img src="https://placehold.it/350x150" alt=""/>
<div class="slide-description">
book us to decorate your next party!
<a href="#">CLICK HERE</a>
</div>
</div>
<div class="col-xs-12 single-slide">
<img src="https://placehold.it/350x150" alt=""/>
<div class="slide-description">
book us to decorate your next party!
<a href="#">CLICK HERE</a>
</div>
</div>
</div>
</div>
</div>
</div>
更新:最近的更新 1.5.9 解决了这个问题。
最佳答案
我遇到了同样的问题。将 slick.js 降级到旧版本 (1.3.15) 后,问题得到解决。
关于jquery - 光滑的 slider 箭头在响应模式下表现得像幻灯片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32645386/
我正在用 C++ 开发一个程序,我必须实现一个 cron。由于不同的原因,这个 cron 应该每小时和每 24 小时执行一次。我的第一个想法是创建一个独立的 pthread 并在每次 1h 内休眠。这
我需要向同一场景几何添加多个体素(立方体等于),但每个体素具有不同的纹理。 我的体素超过 500 个,导致性能出现严重错误。 这是我的代码: texture = crearTextura(voxel.
对于 MySQL 数据库,我有 2 个场景,我不确定该选择哪一个,并且对于一些表我也遇到了同样的困境。 我正在制作一个仅供成员(member)访问的网络应用程序。每个成员都有自己的交易、费用和“列表”
我想知道一个简单的事情: 当设置一个被所有 child 继承的样式时,是否建议最具体? Structure: html > body > parent_content > wrapper > p 我想
很难说出这里要问什么。这个问题模棱两可、含糊不清、不完整、过于宽泛或夸夸其谈,无法以目前的形式得到合理的回答。如需帮助澄清此问题以便重新打开,visit the help center . 关闭 1
这些天我正在阅读有关 JPA 的内容。我了解到可以在 JPQL 中使用 explicit 或 implicit JOIN。 显式加入 em.createQuery(“SELECT b.title, p
我有一种情况需要连接几个字符串以形成一个类的 id。基本上,我只是在列表中循环以获取对象的 ToString 值,然后将它们连接起来。 foreach (MyObject o in myList)
我正在检查我的游戏在拖尾效果下的性能会降低多少。但我注意到每秒的操作次数更多了。这怎么可能? 这是怎么回事... context.fillRect(0, 0, 500, 500); // cl
如果我可以选择使用全局变量或传递变量,哪个选项在速度和内存使用方面更好? // global variable function func(){ global $var; echo $var;
我有一个类似这样的表“tbl”:ID bigint(20) - 主键,自增字段1字段2字段3 该表有 60 万多行。 查询:SELECT * from tbl ORDER by ID LIMIT 60
谁能告诉我,我如何比较 TSP 最优和启发式算法?我已经实现了 TSP,但不知道如何比较它们。事实上,我怎样才能找到 TSP 的最优成本?有什么方法或猜测吗? 谢谢 最佳答案 用众所周知的基准实例检查
我有一个 NSTextStorage里面有长文本(比如一本书有 500 页,当前字体在设备上超过 9000 页)。我以这种方式为 textcontainer 分发此文本: let textStorag
我有一个根据邮政编码搜索项目的应用程序。 在搜索邮政编码时,我返回了来自该城市/社区的所有产品(通过解析邮政编码完成)。 我现在需要根据与原始邮政编码的距离对这些产品进行分类。 我将纬度/经度存储在数
我有许多进程(大约100到1000个进程),每个进程都必须向其他进程(例如大约10个)发送一些数据。 (通常,但不一定总是这样,如果A发送给B,B也发送给A。)每个进程都知道必须从哪个进程接收多少数据
我知道无状态组件使用起来更舒服(在特定场景下),但是既然你不能使用shouldComponentUpdate,这是否意味着组件将在每次props更改时重新渲染?我的问题是,使用带有智能 shouldC
我正在研究 Google Pagespeed 的加速页面加载时间指南列表。其中之一是缩小 CSS 和 JS 文件。 由于这些文件经常更改,我正在考虑使用 PHP 脚本根据请求(来自浏览器)即时缩小此脚
我正在尝试从下表构建 SQL 查询(示例): Example of table with name "performances" 这是带有运动表现的表格。我想从这个表中选择每个学科和一组一个或多个类别
假设我们有一个字符串 var "sA",我想检查字符串 "123"是否在 sA 的末尾。 什么更好,为什么: if(sA.length() > 2) sA.substr(sA.length()-3)
关于受这篇文章启发的可参数化查询 LINQ group by property as a parameter我获得了一个很好的参数化查询,但在性能上有一个缺点。 public static void
| 和| 之间有什么主要区别吗?和 + 从长远来看会影响代码的性能吗?或者都是 O(1)?我正在使用的代码是这样的: uint64_t dostuff(uint64_t a,uint64_t b){
我是一名优秀的程序员,十分优秀!