腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
如何知道选择的卡片样式,并将取值传递给后台
、
、
、
<div class="card-body"> <div class="
swiper
-wrapper pb-4"> <div class="card border-0 bg-default text-white"
浏览 18
提问于2021-11-22
得票数 0
回答已采纳
1
回答
如何修复旋转木马的
Swiper
Js
初始加载?
、
、
、
我使用的是
swiper
js
:https://idangero.us/
swiper
/api/,但问题是,当使用时,初始加载首先显示单个carousel项,然后开始显示其余项。但是,如果每个视图的
轮播
中有2个项目,那么css代码将固定宽度25%。 有没有办法解决这个问题?请帮帮忙 ?
浏览 12
提问于2019-06-12
得票数 1
1
回答
bootstrap Carousel在wordpress的主页中不起作用
、
、
、
、
使用WordPress,我有一个带有
轮播
的页面,其中包含以下代码: <div class="
swiper
-container services-slider
swiper
-container-horizontal" data-cols="3" data-autoplay="1"> <div class="
swiper
-wrapper" style="transform: translate3d(0px, 0p
浏览 18
提问于2021-06-19
得票数 1
回答已采纳
1
回答
使用flexbox将bootstrap 4透明导航栏覆盖在图像上
、
、
、
我需要能够扩展一个
轮播
容器(
swiper
.
js
)来填充视图端口。 <div class="
swiper
-wrapper"> <div class="
swiper
-slide bg-cover" style=url('http://
浏览 43
提问于2019-04-14
得票数 0
回答已采纳
1
回答
移动设备中的滑动幻灯片高度伸展图像
、
、
、
下面是
swiper
-slide代码: text-align: center; height: 550px;下面是我正在使用的这个特定
轮播
的javascript: slidesPerView: 4, slidesPerColumn
浏览 0
提问于2015-07-04
得票数 0
4
回答
[laravel][npm]我不能使用TypeError错误:
swiper
不是构造器
、
我用npm安装了
Swiper
这是我的密码<div class="
swiper
-container"> slidesPerView: 3,
浏览 11
提问于2020-01-16
得票数 2
回答已采纳
3
回答
无法使用
swiper
/vue依赖项
、
、
"vue":"^2.6.14“"
swiper
":"^7.0.5",import '
swiper
/css/node_modules/cache-loader/dist/cjs.
js
??ref--12-0!./node_modules
浏览 5
提问于2021-09-14
得票数 5
1
回答
如何将Codepen脚本添加到我的文件中(参见截图)
、
、
、
我一直在研究这个代码:https://codepen.io/aladin94/pen/QWjgKNz 我想知道如何正确地添加脚本(为codepen上的
Swiper
内置库),到我的文件上的VS代码。我试过将<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/
Swiper
/4.0.7/css/
swiper</
浏览 29
提问于2020-04-28
得票数 1
回答已采纳
1
回答
npm start编译失败
、
、
、
/node_modules/
swiper
/dist/
js
/
swiper
.esm.bundle.
js
"name": "idealn
浏览 26
提问于2018-12-28
得票数 1
回答已采纳
1
回答
初始化刷卡
、
在进行了一些API调用之后,我正在尝试初始化我的
Swiper
容器。然而,当我这样做时,我会得到一个错误: ngOnInit() { this.data.currentProgress.subscribethis.eventService.fetchEvents(); const mySwiper
浏览 3
提问于2020-05-20
得票数 1
回答已采纳
4
回答
在Nuxt
js
上使用的不是在生产中工作,而是在dev上工作的。
、
、
、
关于发展中国家: 关于生产: 这些是我的档案:import Vue from 'vue';nuxt.config.
js
css: [], <--- Do I need to add something to add here?plugins: [ { src: '~/plugins/VueAwesomeSwiper.
js
' },
浏览 8
提问于2020-05-19
得票数 4
回答已采纳
1
回答
如何在React Native中创建无导航屏幕的旋转木马视图
、
、
我想实现一个屏幕的动态
轮播
视图(类似于
Swiper
)。
浏览 19
提问于2021-07-05
得票数 0
回答已采纳
1
回答
Angular 6在IE11中不工作并抛出SCRIPT1002:语法错误vendor.
js
、
我正在运行一个带有.netCore webapi应用程序的Angular 6,并试图在IE11中加载它,但它抛出了一个错误:"SCRIPT1002:语法错误“"vendor.
js
” 并显示一个空白页面"@types/express": "^4.16.0", "build-utils": "^1.0.120", "classlist.
js
&quo
浏览 81
提问于2019-01-06
得票数 1
1
回答
iDangerous滑动反向分页
、
、
、
、
-- Link
Swiper
's CSS --> <div class="
swiper
-container"> <div class="
s
浏览 6
提问于2020-05-06
得票数 0
1
回答
当我隐藏/显示滑动DOM时,使用.update() & .startAutoplay()无法自动播放
、
、
、
你所做的与API一样,在隐藏/显示
swiper
之后,应该使用
swiper
.update()使其再次有用。但是,当我插入该刷时,我设置了autoplay: 1000,在我隐藏/显示该刷域之后,我得到了autoplay: 1000对象,然后:
swiper
.update()
swiper
.startAutoplay
浏览 4
提问于2017-04-20
得票数 0
回答已采纳
3
回答
如何集成angular2-有用的刷卡
、
ORIGINAL EXCEPTION: ReferenceError:
Swiper
is not definedReferenceError:
Swiper
is not defined at_View_Home0.detectChangesInternal (Home.ngfactory.
js
浏览 3
提问于2016-10-08
得票数 4
1
回答
当幻灯片处于活动状态时显示-滑块滑块
、
、
这就是HTML: <div class="
swiper
-wrapper"> <div class="
swiper
-slide="background-image:url(/wp-content/uploads/2016/06/MyProfilePreview.png);"></div>
浏览 1
提问于2016-07-07
得票数 0
1
回答
在角度上滑动通过各种部件
、
、
、
、
我正在建立一个移动应用程序使用角在前端。在测试各种滑块后,是我的选择。能够使用一个组件实现它,而且非常简单。但是我不能用3种想要的组件来做。
浏览 1
提问于2018-08-02
得票数 2
回答已采纳
1
回答
我可以在IONIC 5项目中使用插件'angular2-swing‘吗?
我可以在IONIC 5项目中使用插件'angular2-swing‘吗? 我在试,但刷卡不管用。 你推荐给我的插件或例子是什么? 我尝试了这个示例Conflicting components in Ionic 4: IonCard and SwingCardComponent
浏览 15
提问于2021-04-07
得票数 0
1
回答
当幻灯片最后一个索引移动到第一个索引时,离子幻灯片单击操作不正常
、
、
、
这是完美的工作时,幻灯片第一次索引到最后,但当自动循环转到最后索引到第一次索引单击属性不起作用。 <ion-slide *ngFor="let slide of slides" > &
浏览 7
提问于2017-07-10
得票数 2
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
js图片轮播功能
js进阶,轮播图实现原理
微信小程序 图片轮播
PHP实战课:轻松搞定JS小游戏+JQ轮播图
困扰99%前端程序员的Vue问题,全在这了
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券