} .scrollx_items:last-child{ margin-right: 30rpx; } .scrollx_items image{ width: 70rpx; height: 66rpx; } .tgyx_title{ font-size: 28rpx; color: #333333; margin-top: 30rpx; } .tgyx_desc{ font-size: 24rpx; margin-top: 10rpx; } 实现上下滑动 <template> <view> <view class...
近期UNIAPP架构开发小程序时,项目收尾整体流程测试发现,Swiper滑动嵌套Scroll列表加载更多时候,如果用户快速滑动列表加载会导致页面空白或者直接卡死,官方文档不建议使用scroll滚动趋势线长列表加载,swiper中不用scroll,高度计算不准确,list又不太好触发滑到底部事件,反反复复各种优化各种改,最终在z-paging自定义中把这个问...
last-child代表一组兄弟元素中的最后元素 deep表示深度选择器 !important修改优先级,这是把当前的设置作为最高的优先, 后期持续更新,有不对的,欢迎指正
{ /* #ifdef APP-NVUE */ display: flex; /* #endif */ line-height: 36px; font-size: 14px; text-align: center; border-bottom: solid 1px #DDDDDD; /* margin: 0px 10px; */ } .uni-combox__selector-empty:last-child, .uni-combox__selector-item:last-child { border-bottom: none...
box2>view:last-of-type { font-size: 100upx; } 显示: 可以看到,和前面一样,如果子组件相同,则使用first-child和last-child; 如果子组件不完全相同,则使用first-of-type和last-of-type。 还可以使用奇偶选择器,如下: 代码语言:javascript 复制 <template> <view> <view class="box1"> <view>1</...
.item:last-child { margin-right: 0; } .input-box {} .button-box { height: 50rpx; line-height: 50rpx; width: 120rpx; text-align: center; border-radius: 10rpx; background: #007aff; color: #fff; } } \ No newline at end of file vedio/page-subs/sub_A...
属性名 类型 默认值 说明 scale-area Boolean false 当里面的 movable-view 设置为支持双指缩放时,设置此值可将缩放手势生效区域修改为整个 movable-area movable-area 必须设置 width 和 height 属性,不设置默认为 10px movable-area app-nvue平台 暂不支持手势缩放,并且和滚动冲突。 movable...
5位验证码输入完毕,点击页面其他位置,隐藏键盘;这时如果发现验证码有误,再次点击输入框又唤起键盘,也能正常删除数字(这里其实做的时候遇到了bug,再次聚焦不能删除错误数字,下文会讲到)。 二. 实现思路 具体实现思路: 将input标签相对于父元素做绝对定位,与父元素左边距设置为负的本身宽度即可(position: absolute; to...
uniapp 提供了 unipush 统一推送服务,但是每次要推送消息的时候都要登陆 Dcloud 开发者后台,有点不方便,运营需要在我们的后台系统就可以完成操作。 效果演示 消息下发流程 名词解释 推送方式 离线推送 仅APP 端支持,当应用被用户关闭,或者运行到后台时,手机厂商为了省电或释放内存,会终止 App 后台联网。
.uni-table-tr ::v-deep .uni-table-th.table--border:last-child { border-right: none; } .uni-table-tr /deep/ .uni-table-td.table--border:last-child { .uni-table-tr ::v-deep .uni-table-td.table--border:last-child { border-right: none; } 11 changes: 11 additions & 0 dele...