2020年10月28日
摘要: 效果如下: HTML部分: <div class="two_box"> <div class="cont1200"> <div id="demo1" class="picBtnTop"> <div class="hd"> <ul> <li> <div class="date"> <div class 阅读全文
posted @ 2020-10-28 21:38 一往而深のcode 阅读(1585) 评论(0) 推荐(0) 编辑
摘要: 效果如下: 1.HTML部分 <div class="banner"> <div class="example"> <div class="ft-carousel" id="carousel_1"> <div id="slideBox" class="slideBox"> <div class="h 阅读全文
posted @ 2020-10-28 21:27 一往而深のcode 阅读(1549) 评论(0) 推荐(0) 编辑
  2020年8月26日
摘要: 1 import axios from "axios"; 2 import { Message } from 'element-ui' 3 // 地址 4 // let baseUrl = 'http://' 5 let username = 'sesp1' 6 //加解密开关 7 window.E 阅读全文
posted @ 2020-08-26 16:35 一往而深のcode 阅读(3846) 评论(0) 推荐(0) 编辑
  2020年7月22日
摘要: 比如我用的图片是640*200的 html结构: 包裹图片的div ,css设置为 .wrapper{ over-flow:hidden; width:100%; height:0; padding-bottom:31.25%;/*根据宽高比例算出来的*/ } 阅读全文
posted @ 2020-07-22 20:58 一往而深のcode 阅读(180) 评论(0) 推荐(0) 编辑
  2020年7月6日
摘要: 忘了从哪里复制的代码稍加修改了,留下来以后用 $(document).ready(function(e) { t = $('.fixed').offset().top;//获取匹配元素在当前视口的相对偏移 .offset().top:获得位移高度 mh = $('body').height(); f 阅读全文
posted @ 2020-07-06 11:12 一往而深のcode 阅读(378) 评论(0) 推荐(0) 编辑
摘要: $(".buy_btn button").click(function(){ var h = $(document).height()-$(window).height(); $(document).scrollTop(h); }) 阅读全文
posted @ 2020-07-06 10:59 一往而深のcode 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 效果图: HTML <div> <div>请上传</div> <p style="position:relative;" class="file">*仅支持JPG、PNG、GIF图片格式 <input type="file" name="accredit" class="authorization" 阅读全文
posted @ 2020-07-06 10:52 一往而深のcode 阅读(442) 评论(0) 推荐(0) 编辑
  2020年7月3日
摘要: 1.找到你的微信下载路径。桌面找到微信右击。打开文件所在位置。然后复制微信的路径 2.桌面新建文本文档,复制微信路径到文档 start C:\"Program Files (x86)"\Tencent\WeChat\WeChat.exestart C:\"Program Files (x86)"\T 阅读全文
posted @ 2020-07-03 14:30 一往而深のcode 阅读(683) 评论(0) 推荐(0) 编辑
  2020年6月29日
摘要: 参考来源:http://www.jq22.com/jquery-info13214 1.html部分: <tr> <td><span class="colorred">* </span>商品展示图片:</td> <td style="padding:20px 20px 20px 0"> <div i 阅读全文
posted @ 2020-06-29 11:41 一往而深のcode 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 效果图: 1.html+js部分: <!2020-06-292020-06-292020-06-292020-06-29DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compat 阅读全文
posted @ 2020-06-29 10:09 一往而深のcode 阅读(2623) 评论(0) 推荐(0) 编辑