- 博客(3)
- 收藏
- 关注
原创 解决swiper 4.0无法自动轮播和swiper-pagination不显示圆点的方法
<div class="swiper-container banner"> <div class="swiper-wrapper"> <div class="swiper-slide"> <a href='#' target='_blank'> <img src="img/001.jpg" /> </a> </div> <div class="swiper.
2020-10-27 10:52:18 796
原创 html5表单自动验证2:必须是字母开头验证
最近在做一个表单验证,之前的要求是***包含英文大小写字母、数字、下划线和减号,现在多加了个条件***须是以字母开头,在网上学了很多方法,但都是用的js,而我想要的是html5的智能验证,不用js,以简单的粗暴方法来完成,呐,下面直接贴代码啦 <input type="text" name="user" id=user maxlength="20" placeholder="请输入用户名" ...
2018-11-08 12:08:44 2460
原创 html5表单自动验证1
//css样式开始: *{ margin:0px; padding:0px; border:0px; text-decoration:none; list-style:none;} form{ width:450px; margin:0px auto 50px;} input{ width:300px; margin:0px ...
2018-11-02 16:15:16 821
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人