自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 微信小程序swiper实现显示两条新闻数据滚动

<swiper wx:if="{{newsList.length>0}}" class="swiper_container shadow shadow-lg margi-right" vertical="true" autoplay="true" circular="true" interval="3000"> <swiper-item wx:for="{{newsList}}" wx:key="index" bindtap="toNewsList"> &lt..

2021-11-11 15:49:22 798

原创 jq二级导航栏下拉效果

$(".ui-menu").hover(function() { if($(this).find("li").length > 0){ $(this).children("ul").stop(true, true).slideDown(100) }},function() { $(this).children("ul").stop(true, true).slideUp("fast");});

2021-05-20 11:15:38 113

原创 img在div左右居中显示,超出部分隐藏

<div style="width:100%;height:280px; overflow:hidden; position:relative; "> <div style="width: 1920px; height: 100%;position: absolute;left: 50%;margin-left: -960px;"> <img style="width:100%; height:100%" src="/img/banne...

2021-05-20 09:42:59 847

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除