为您找到相关结果173,740个
微信小程序自定义弹框效果_javascript技巧_脚本之家
flex-wrap: nowrap; justify-content: space-between; } /* 弹出层里面的文字 */ .modalDlg .modalDlg-content text { text-align: justify; font-size: 28rpx; color: #666; /* margin-left: 10px; */ } /* 弹出层里面的按钮 */ .modalDlg-btn { width: 80px; height: 70rpx; line-height:...
www.jb51.net/article/2545...htm 2025-1-3
微信小程序自定义计时器功能_javascript技巧_脚本之家
display: flex; flex-wrap: wrap; } .task_cate .cate_item{ width: 220rpx; height: 130rpx; text-align: center; margin-bottom: 50rpx; } .task_cate .cate_item .cate_icon{ height: 70rpx; } .task_cate .cate_item .cate_icon image{ width: 50rpx; height: 50rpx; } .task_cate .cate...
www.jb51.net/article/2622...htm 2025-1-15
微信小程序用swiper实现滑动刻度尺_javascript技巧_脚本之家
<view class="flex" style="flex-wrap:wrap;margin-top: 20rpx"> <height-weight3 offset="10" min="1" max="150" unit="岁" multipleItems="19" currentNumber="{{ ageCurrentNumber }}" style="width:570rpx;margin: 0 auto;" bind:currentNumber="getCurrentNumberAge"></height-weight3> </vie...
www.jb51.net/article/2536...htm 2025-1-20
如何基于小程序实现发送语音消息及转文字功能_javascript技巧_脚本...
display: flex; flex-wrap: wrap; padding: 0px 40rpx 0px; justify-content: space-between; } .nav-li { padding: 30rpx; border-radius: 12rpx; width: 45%; margin: 0 2.5% 40rpx; background-image: url(https://image.weilanwl.com/color2.0/cardBg.png); background-size: cover; backgro...
www.jb51.net/article/2675...htm 2025-1-17
vue实现移动端touch拖拽排序_vue.js_脚本之家
@mixin myFlexCenter{ display: flex; justify-content: center; align-items: center; } ul { width: 100%; height: 100%; display: flex; flex-wrap: wrap; position: relative; overflow: hidden; .libox { width: 25%; height: 100px; border-right: 1px dashed #cccccc; border-bottom: 1px das...
www.jb51.net/article/2553...htm 2025-1-20
vue使用element-plus依赖实现表格增加的示例代码_vue.js_脚本之家
flex-wrap: wrap; } .demo-datetime-picker .block { padding: 30px 0; text-align: center; border-right: solid 1px var(--el-border-color); flex: 1; } .demo-datetime-picker .block:last-child { border-right: none; } 以上就是vue使用element-plus依赖实现表格增加的示例代码的详细内容,更多...
www.jb51.net/javascript/308771z...htm 2025-1-22
如何利用原生JS实现图片预览加上传(前后端交互)_javascript技巧_脚本...
display: flex; flex-wrap: wrap; width: 1500px; padding: 0 10px; justify-content: start; } .icon-po { overflow: hidden; position: relative; width: 300px; height: 300px; margin-right: 20px; margin-top: 20px; } .icon-close { position: absolute; right: 5%; top: 5%; width: 30px...
www.jb51.net/article/2355...htm 2025-1-15