全文搜索
标题搜索
全部时间
1小时内
1天内
1周内
1个月内
默认排序
按时间排序
为您找到相关结果167,828个

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-3-22

vuepress实现自定义首页的样式风格_vue.js_脚本之家

display flex flex-wrap wrap align-items flex-start align-content stretch justify-content space-between .feature margin-bottom 2rem flex-grow 1 flex-basis 30% max-width 30% cursor pointer border 1px solid $borderColor transition box-shadow .3s,border-color .3s &:hover { border-color transparen...
www.jb51.net/article/2589...htm 2025-3-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-3-19

微信小程序实现下拉筛选功能_javascript技巧_脚本之家

display: flex; flex-wrap: nowrap; font-size: 32rpx; } .cxj-menu .iconshanglaxiala-{ color: #FF6F00 } .cxj-menu .iconshanglaxiala-1{ color: #333 } .cxj-menu .flex_nav.active {color: #FF6F00;} .flex-view { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex:...
www.jb51.net/article/2488...htm 2025-3-13

vue实现底部弹窗多选_vue.js_脚本之家

display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; margin: 0 16px; } #welfare_item { width: 31%; } .welfare_top { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-bottom: solid 0.5px #e5e5e5; } .welf...
www.jb51.net/article/2218...htm 2025-3-22

Vue移动端实现pdf/excel/图片在线预览_vue.js_脚本之家

display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 .4rem; -ms-flex-pack: justify; justify-content: space-between; } .pdf-tab .btn-def { border-radius: .2rem; font-size: 0.5rem; // height: 40px; margin-top: 40px; // width: 6.4rem; te...
www.jb51.net/javascript/320124k...htm 2025-3-24

纯CSS实现自定义单选框和复选框功能_CSS教程_CSS_网页制作_脚本之家

flex-wrap: wrap; } #wrap { position: relative; margin: 10px; } .item { width: 100px; height: 100px; background-color: #9E9E9E; position: relative; box-shadow: 0 0 0 3px #dbe0e3; transition: all 0.5s; cursor: pointer; } .item img { width: 20px; height: 20px; position:...
www.jb51.net/css/7356...html 2025-3-6

align-content - CSS - 菜鸟学堂-脚本之家

flex flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap float font @font-face font-family font-size font-size-adjust font-stretch font-style font-variant font-weight grid-columns grid-rows hanging-punctuation height icon justify-content @keyframes left letter-spacing line-height ...
edu.jb51.net/cssref/cssref-align-con... 2025-3-19

小程序外卖订单界面的示例代码_javascript技巧_脚本之家

flex-wrap: nowrap; margin-left: 10rpx; height: 34rpx; position: absolute; right: 0; bottom: 30rpx; .icon{ width: 34rpx; height: 34rpx; display: flex; align-items: center; justify-content: center; image{ width: 34rpx; height: 34rpx; } } input{ width: 60rpx; height: 34rpx; bo...
www.jb51.net/article/1775...htm 2025-3-20

最全vue的vue-amap使用高德地图插件画多边形范围的示例代码_vue.js...

display: flex; display: -webkit-flex; flex-direction: row; flex-wrap: wrap; .el-form-item { margin-bottom: 10px; margin-left: 15px; display: flex; } .el-button { margin-left: 15px; height: 32px; } } .action-bar { box-sizing: border-box; padding: 10px; padding-bottom: 0;...
www.jb51.net/article/1910...htm 2025-3-20