背景 为啥要耽误说下载的版本号来,因为swiper在6.x的版本使用实在很头疼,所有下载的时候指定下载版本为5.x的 下载命令 : mpn install swiper@5.3.6 --save 在main.js中引入: //swiper引入js、css import 'swiper/js/swip ...
分类:
其他好文 时间:
2020-12-28 11:40:06
阅读次数:
0
<style> /* pc_ban */ .pc_ban .swiper-slide { overflow: hidden; } .pc_ban .sw_bg { width: 100%; height: 600px; top: 0; left: 0; transform: scale(1.1); ...
分类:
其他好文 时间:
2020-12-22 12:02:51
阅读次数:
0
一、进入swiper官网,下载swiper框架,https://www.swiper.com.cn/ 二、创建项目 创建swiperdemo文件夹,在下面再分别创建css、js、images文件夹 三、从下载的swiper文件中把swiper-bundle.min.css和swiper-bundle ...
分类:
其他好文 时间:
2020-12-15 12:00:32
阅读次数:
1
css中,在.swiper-pagination-bullet-active{}中修改就ok。 默认样式为: .swiper-pagination-bullet-active { background-color: #e8561a; width: 20px; border-radius: 20px; ...
分类:
其他好文 时间:
2020-11-27 11:33:41
阅读次数:
7
页面适配计算: 假设存在一个设计稿 宽度 xxx 或者 未知page 1、设计稿存 page在一个元素 宽度100px 2、拿以上的需求去实现不同宽度的页面适配 page px = 750 rpx 1 px = 750 rpx / page 100px = 750 rpx * 100 /page 假 ...
分类:
其他好文 时间:
2020-11-19 12:16:30
阅读次数:
5
html 部分 <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scal ...
分类:
其他好文 时间:
2020-11-11 15:48:50
阅读次数:
5
官网地址:https://github.com/surmon-china/vue-awesome-swiper ...
分类:
Web程序 时间:
2020-11-01 22:24:39
阅读次数:
52
前提条件 swiper 版本引入 swiper3.4.2 相关js和css文件 关键代码 html 结构 swiper最外层加class swiper-no-swiping .swiper-container#car-redian-list.car-redian.swiper-no-swiping ...
分类:
其他好文 时间:
2020-09-17 18:49:53
阅读次数:
137
""" Django settings for swiper project. Generated by 'django-admin startproject' using Django 1.11.15. For more information on this file, see https:// ...
分类:
其他好文 时间:
2020-09-16 12:28:25
阅读次数:
36
main.js import VueAwesomeSwiper from 'vue-awesome-swiper' //swiper6版本需要引入的cssimport "swiper/swiper-bundle.css";//降低版本后引入的cssimport 'swiper/dist/css/sw ...
分类:
其他好文 时间:
2020-09-14 19:04:20
阅读次数:
160