<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>重庆奔走科技有限公司 - 前端资源</title>
    <link>https://www.benzou.cn/forum-46-1.html</link>
    <description>Latest 20 threads of 前端资源</description>
    <copyright>Copyright(C) 重庆奔走科技有限公司</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 28 Apr 2026 16:33:04 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.benzou.cn/static/image/common/logo_88_31.gif</url>
      <title>重庆奔走科技有限公司</title>
      <link>https://www.benzou.cn/</link>
    </image>
    <item>
      <title>微信小程序实现左滑删除</title>
      <link>https://www.benzou.cn/thread-74-1-1.html</link>
      <description><![CDATA[一、效果


二、代码
 实现思路使用的是官方提供的movable-area 嵌套movable-view
1、movable-area：注意点，需要设置其高度，否则会出现列表内容重叠的现象。
2、由于movable-view需要向右移动，左滑的时候给删除控件展示的空间，故 movable-area 需要左移 left: -120r ...]]></description>
      <category>前端资源</category>
      <author>boss</author>
      <pubDate>Fri, 13 Oct 2023 03:33:13 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序自动计算底部安全距离</title>
      <link>https://www.benzou.cn/thread-73-1-1.html</link>
      <description><![CDATA[直接上代码
[mw_shl_code=css,true]// 给最外层的盒子类写上如下 padding-bottom 的内容
.app-container {
  width: 100vw;
  box-sizing: border-box;
  /* 利用新增的 env() 和 constant() 特性，自动计算底部安全距离 */
  padding-bottom: constant(safe-area-inset ...]]></description>
      <category>前端资源</category>
      <author>boss</author>
      <pubDate>Wed, 11 Oct 2023 08:14:21 +0000</pubDate>
    </item>
    <item>
      <title>ueditor上传视频之后，编辑页面。回填视频内容。显示空白</title>
      <link>https://www.benzou.cn/thread-72-1-1.html</link>
      <description><![CDATA[ueditor.all.js文件，
 大概：7345,7346,7347行）

把html.push(creatInsertStr( vi.url, vi.width || 420,  vi.height || 280, id + i, null, cl, \'image\'));
改成html.push(creatInsertStr( vi.url, vi.width || 420,  vi.height || 280, id + i, null, cl, \'video\')) ...]]></description>
      <category>前端资源</category>
      <author>boss</author>
      <pubDate>Sat, 16 Sep 2023 15:31:58 +0000</pubDate>
    </item>
    <item>
      <title>用CSS制作箭头的方法</title>
      <link>https://www.benzou.cn/thread-66-1-1.html</link>
      <description><![CDATA[一、箭头产生的原理


第一步：设置一个div，然后给他设置样式：边框100px，上右下左颜色分别为绿、蓝、橘、红。然后设置div的高度和长度均为100px。
效果图如下：


第二步：我们可以看到中间一个正方形，就是我们设置的长和框：100px*100px。假如把width和height都设 ...]]></description>
      <category>前端资源</category>
      <author>boss</author>
      <pubDate>Fri, 30 Sep 2022 14:01:02 +0000</pubDate>
    </item>
  </channel>
</rss>