为您找到相关结果171,735个
如何基于小程序实现发送语音消息及转文字功能_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-4-25
Vuepress使用vue组件实现页面改造_vue.js_脚本之家
flex-wrap: wrap; gap:10px; text-align: center; line-height: 38px; .g-card-item { background: blue; width: 113px; max-width: 138px; height: 38px; cursor: pointer; overflow: hidden; } .g-card-item:nth-of-type(2n) { background: rgba(44,104,255,.1); } .g-card-item:nth-...
www.jb51.net/article/2541...htm 2025-4-11
vue使用vuedraggable实现嵌套多层拖拽排序功能_vue.js_脚本之家
display: flex; flex-wrap: wrap; .leftCon{ width: 100px; .leftConLi{ background: #42B974; line-height: 80px; margin-bottom:10px; } } .oneUl{ width: calc(100% - 100px); .oneLi{ display: flex; height: 80px; margin-bottom:10px; border:1px solid red; .dragArea{ width: 100%...
www.jb51.net/article/2435...htm 2025-4-23
Vue vant-ui框架实现上拉加载下拉刷新功能_vue.js_脚本之家
display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; margin-bottom: 30px; padding: 0 10px; li { width: 125px; height: 125px; margin-bottom: 37px; background-color: black; margin-right: 25px; } li:nth-of-type(4n) { margin-right: 0; } }3.方法...
www.jb51.net/article/2620...htm 2025-4-24
vue图片裁剪插件vue-cropper使用方法详解_vue.js_脚本之家
display: flex; flex-wrap: wrap; } .btn { display: inline-block; line-height: 1; white-space: nowrap; cursor: pointer; background: #fff; border: 1px solid #c0ccda; color: #1f2d3d; text-align: center; box-sizing: border-box; outline: none; margin: 20px 10px 0px 0px; padding:...
www.jb51.net/article/2022...htm 2025-4-5
微信小程序自定义计时器功能_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-4-22
vue实现井字棋游戏_vue.js_脚本之家
display: flex; width: 306px; height: 306px; flex-wrap: wrap; overflow: hidden; } #hint { width: 100px; height: 22px; text-align: center; margin: 10px; } #restart { width: 70px; height: 22px; margin: 10px; } #history, .history { margin: 5px; } .square { height: 100px...
www.jb51.net/article/1968...htm 2025-4-22
Vue3实现登录表单验证功能_vue.js_脚本之家
flex-wrap: nowrap; flex-shrink: 0; align-items: center; justify-content: center; user-select: none; text-align: center; cursor: pointer; text-decoration: none; } .form-box { width: 500px; max-width: 100%; margin: 0 auto; padding: 10px; border: 5px solid rgb(171 174 186); } ...
www.jb51.net/article/2527...htm 2025-4-23