上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页
摘要: 对于复杂的系统,我们可能要开好几个分支来开发,那么怎样使用git合并分支呢? 合并步骤: 前文:合并之前将自己分支的代码先提交上去,后面的步骤都是基于这一步的。 1、进入要合并的分支(如开发分支合并到master,则进入master目录)git checkout mastergit pull 2、查 阅读全文
posted @ 2022-07-04 17:14 SimoonJia 阅读(21091) 评论(0) 推荐(1) 编辑
摘要: swiperInstance.update({ slidesPerView: status == "pc" ? 1.354 : 1.253, coverflowEffect: status == "pc" ? { rotate: 0, stretch: "34%", depth: 841, // m 阅读全文
posted @ 2022-07-04 12:42 SimoonJia 阅读(376) 评论(0) 推荐(0) 编辑
摘要: .shadow::before{ content: "哈哈哈,我是遮罩"; position: absolute; top:0; left:0; width: 100%; height:100%; box-sizing: border-box; padding: 20px; background-c 阅读全文
posted @ 2022-07-03 17:20 SimoonJia 阅读(138) 评论(0) 推荐(0) 编辑
摘要: .swiper-button-next .swiper-button-prev。前进后退按钮 .swiper-slide-prev .swiper-slide-next 左右副slid(未展示的slid) .swiper-pagination 下方分页展示器 阅读全文
posted @ 2022-07-03 17:17 SimoonJia 阅读(64) 评论(0) 推荐(0) 编辑
摘要: new Swiper(".swiper", { initialSlide: 1, centeredSlidesBounds: true, slidesPerView: status == "pc" ? 1.354 : 1.253, //视图层显示的sild个数 centeredSlides: tru 阅读全文
posted @ 2022-07-03 17:14 SimoonJia 阅读(574) 评论(0) 推荐(0) 编辑
摘要: //前进后退按钮去除点击时样式(背景会变蓝一下) .ProductToNumber .arrowCard { -webkit-tap-highlight-color: rgba(0, 0, 0, 0) /* 去除点击样式 */}设置在前进后退按钮里 //自带按钮颜色样式 --swiper-theme 阅读全文
posted @ 2022-07-03 16:57 SimoonJia 阅读(307) 评论(0) 推荐(0) 编辑
摘要: function displayWindowSize() { // 获取窗口的宽度和高度,不包括滚动条 var w = document.documentElement.clientWidth; var h = document.documentElement.clientHeight; // 在d 阅读全文
posted @ 2022-07-01 16:02 SimoonJia 阅读(81) 评论(0) 推荐(0) 编辑
摘要: var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = sUserAgent.match(/iphone os/i 阅读全文
posted @ 2022-07-01 15:48 SimoonJia 阅读(64) 评论(0) 推荐(0) 编辑
摘要: -webkit-tap-highlight-color: rgba(0, 0, 0, 0) 阅读全文
posted @ 2022-07-01 10:32 SimoonJia 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 把stretch设为百分比值。 记得加单引号。否则报错 阅读全文
posted @ 2022-06-30 19:19 SimoonJia 阅读(11) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页