去掉时间: value: '第' + res.data[i].weekId + '周 ' + res.data[i].beginDate.spl...
疑问框 css:/圆角矩形/.rectangle{width: 200px;border-radius: 15px;position: rela...
wxml <viewstyle="background:#fff;"> <viewclass="swiper-tab"> <viewclass=...
页面命名规范 如: 首页:index/home 关于我们:about_us 联系我们:contact_us 产品中心:product ...
<!DOCTYPE html> Document <!-- 引入样式 --> <!-- 引入组件 --> <van-button type="d...
通过隐藏上传按钮,图片覆盖按钮,jq改变图片途径达到上传效果 html部分 jq部分 $(".img-change").click(functi...
css动画由下往上渐变出现 position:relative; animation:mymove 3s ease ; /*ease单次执行动画...
1.flex-direction 决定主轴的方向,即项目排列的方向,有四个可能的值:row(默认)|row-reverse|column|col...
超出隐藏,不换行,省略号 overflow:hidden; //超出的文本隐藏 text-overflow:ellipsis; //溢出用省略号...