轮播

关于首页顶部轮播图中文字缩放

匆匆过客 提交于 2020-03-29 13:34:19
banner about 新增小屏文字居中 500/ .col-xs-8 { width: 100%; text-align: center !important; } 1 /* 顶部轮播图中文字设置缩放 */ 2 媒介查询 500px缩放0.4 768缩放0.7 992缩放0.7 3 #banner .home .text { 4 transform: scale(0.4); 5 transform-origin: left top; 6 } 7 /* css样式 */ 8 #banner .home { 9 position: relative; 10 } 11 #banner .home .text { 12 position: absolute; 13 top: 11vw; 14 left: 11vw; 15 text-transform: uppercase; 16 color: #000; 17 } 18 #banner .home .text h2 { 19 line-height: 6rem; 20 font-size: 6rem; 21 font-family: 'Oswald-Light'; 22 font-weight: bold; 23 padding-bottom: 10px; 24 color: #fff; 25 } 26 #banner .home

微信小程序学习笔记(五)音乐播放器(轮播组件)

假如想象 提交于 2020-03-27 18:32:07
3 月,跳不动了?>>> 微信小程序学习笔记(五)音乐播放器(轮播组件) 微信小程序组件中的swiper,滑块视图容器,在其中可以放置swiper-item组件,swiper-item仅可放置在swiper组件中,宽高自动设置为100%。 swiper组件的常用属性: swiper常用属性 属性 类型 默认值 说明 indicator-dots boolean false 是否显示面板指示点 indicator-color color rgba(0,0,0,3) 指示点颜色 indicator-active-color color #000000 当前选中的指示点颜色 autoplay boolean false 是否自动切换 interval number 5000 自动切换时间间隔 1.musicdemo.js代码 轮播组件中显示的图像内容,不能在页面中写死,需要根据程序来进行动态加载。因此,需要在musicdemo.js中写出轮播图的数据。代码如下: /**轮播图数据*/ swiperImgs: [ "/img/banner_1.jpg", "/img/banner_2.jpg", "/img/banner_3.jpg", "/img/banner_4.jpg", "/img/banner_5.jpg", ], 2.musicdemo.wxml代码 <!--轮播图-->

vue 好用的轮播插件之一 vue-seamless-scroll

假装没事ソ 提交于 2020-03-27 11:24:13
1.安装 cnpm i vue-seamless-scroll -S 2.组件调用 import vueSeamless from "vue-seamless-scroll"; (或者全局注册) 3. https://www.npmjs.com/package/vue-seamless-scroll https://chenxuan0000.github.io/vue-seamless-scroll/index.html#/routerOne 例子 <vueSeamless :data="testList" :class-option="defaultOption" class="seamless-warp" ref="seamless"> <div class="scorll-content" v-for="(item,index) in testList" :key="index"> <div>{{ index + 1 }}</div> <div>{{ item.xx}}</div> <div>{{ item.xx}}</div> <div>{{ item.xx}}</div> <div>{{ item.xx}}</div> <div>{{ item.xxx}}</div> <div>{{ item.xxx}}</div> </div> </vueSeamless>

SuperSlidev2.1 轮播图片和无缝滚动

只谈情不闲聊 提交于 2020-03-27 05:49:48
使用方法,狠狠的点击下面链接 http://down.admin5.com/demo/code_pop/18/562/index.html 简单使用方法如下 html <div class="bd"> <ul> <li _src="url(images/1.jpg)" style="background:#E2025E center 0 no-repeat;"><a href="http://www.17sucai.com"></a></li> <li _src="url(images/2.jpg)" style="background:#DED5A1 center 0 no-repeat;"><a href="http://www.17sucai.com"></a></li> <li _src="url(images/3.jpg)" style="background:#B8CED1 center 0 no-repeat;"><a href="http://www.17sucai.com"></a></li> <li _src="url(images/4.jpg)" style="background:#98918E center 0 no-repeat;"><a href="http://www.17sucai.com"></a></li> <li _src="url

SuperSlidev2.1 轮播图片和无缝滚动

僤鯓⒐⒋嵵緔 提交于 2020-03-27 04:46:53
SuperSlidev2.1 轮播图片和无缝滚动 使用方法点击链接:http://down.admin5.com/demo/code_pop/18/562/index.html 简单使用方法如下 html <div class="bd"> <ul> <li _src="url(images/1.jpg)" style="background:#E2025E center 0 no-repeat;"><a href="http://www.17sucai.com"></a></li> <li _src="url(images/2.jpg)" style="background:#DED5A1 center 0 no-repeat;"><a href="http://www.17sucai.com"></a></li> <li _src="url(images/3.jpg)" style="background:#B8CED1 center 0 no-repeat;"><a href="http://www.17sucai.com"></a></li> <li _src="url(images/4.jpg)" style="background:#98918E center 0 no-repeat;"><a href="http://www.17sucai.com"></a></li>

【原生】----轮播图---纯js

谁说我不能喝 提交于 2020-03-26 23:01:27
轮播图---纯js index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="js/Utils.js"></script> </head> <body> <script> var bnList,imgList,imgCon,dot,direction,pre; var pos=0, speed=30, time=240, playBool=false, autoBool=false; var srcList=["left.png","right.png","a.jpeg","b.jpeg","c.jpeg","d.jpeg","e.jpeg"]; const WIDTH=1290; const HEIGHT=430; init(); function init() { setInterval(animation,16); Utils.loadImg(srcList,finishImg); } function finishImg(list) { imgList=list; bnList=imgList.splice(0,2); imgList.forEach(function (t) { t.style.width=WIDTH

焦点轮播图(一)

青春壹個敷衍的年華 提交于 2020-03-26 12:01:40
HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>焦点轮播图</title> <link rel="stylesheet" type="text/css" href="master.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.js"></script> <script type="text/javascript" src="main.js"></script> </head> <body> <div class="container"> <div class="ad"> <ul class="img"> <li><img src="img/1.jpg"></li> <li><img src="img/2.jpg"></li> <li><img

基于jQuery可悬停控制图片轮播代码

一个人想着一个人 提交于 2020-03-23 04:33:38
基于jQuery可悬停控制图片轮播代码。这是一款可悬停切换全屏轮播jQuery幻灯片。效果图如下: 在线预览 源码下载 实现的代码: <!-- 轮播广告 --> <div id="banner_tabs" class="flexslider"> <ul class="slides"> <li> <a title="" target="_blank" href="#"> <img width="1920" height="482" alt="" style="background: url(images/banner1.jpg) no-repeat center;" src="images/alpha.png"> </a> </li> <li> <a title="" href="#"> <img width="1920" height="482" alt="" style="background: url(images/banner2.jpg) no-repeat center;" src="images/alpha.png"> </a> </li> <li> <a title="" href="#"> <img width="1920" height="482" alt="" style="background: url(images/banner3.jpg) no-repeat

纯JS实现轮播图特效——详解

爱⌒轻易说出口 提交于 2020-03-22 12:45:41
<div id="slider"> <div id="sliderImgs"> <img src="img/mi04.jpg" width="1000px"/> <img src="img/mi01.jpg" width="1000px" title="oneImg"/> <img src="img/mi02.jpg" width="1000px" title="twoImg"/> <img src="img/mi03.jpg" width="1000px" title="threeImg"/> <img src="img/mi04.jpg" width="1000px" title="fourImg"/> <img src="img/mi01.jpg" width="1000px"/> <!--因为要做无缝滚动,所以要克隆第一张和最后一张,放到最后一张后面和最前面--> </div> <div id="buttons"> <ul> <li class="active"></li> <li></li> <li></li> <li></li> </ul> </div> <div> <span id="prev"><</span> <span id="next">></span> </div> </div> CSS部分 <style type="text/css"> *{ margin

关于js特效轮播图练习

假装没事ソ 提交于 2020-03-22 12:43:27
【出现问题】    js轮播图,图片未正常轮播。 【解决方法】    通过对代码的检查,发现是以下三个原因造成的错误。   1.js代码问题      js代码使用alert(test);,测试修改完毕后,发现依然没有解决错误。   2.html代码问题      查看html代码后发现是未正确使用emmet语法,导致代码出错,emmet语法使用依然未熟悉!   3.css代码问题       html代码问题解决后,轮播图依然未正常运行,最后查看css代码,找到错误原因,修改后轮播图正常运行。 来源: https://www.cnblogs.com/wangyang0210/p/9183619.html