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

CSS3的Flexible Boxes详细使用教程_CSS教程_CSS_网页制作_脚本之家

此属性的默认值为nowrap,也就是忽略伸缩项的宽度,管你要多少住房面积,通通按照flex属性说好的分配,不许换行。 CSS Code复制内容到剪贴板 .container { flex-wrap:nowrap| wrap | wrap-reverse } .item { width:150px; } flex-grow,flex-shrink 和 flex-basis ...
www.jb51.net/css/3627...html 2025-3-20

uniapp页面完成水印添加功能代码示例(自定义文字)_vue.js_脚本之家

display: flex; flex-wrap: wrap; line-height: 100rpx; } .weikaifang-sty { font-size: 12px; color: #cccccc63; width: 25%; text-align: center; transform: rotate(-30deg); /* 顺时针旋转30度 */ } .content { padding: 0 30rpx; box-sizing: border-box; background-color: #f3f3f3;...
www.jb51.net/javascript/3339842...htm 2025-3-24

js 实现文件上传样式详情_JavaScript_脚本之家

/* display: flex; justify-content: center; align-items: center; */ } /* .box { width: 600px; } */ .hj-file { width: 100%; /* height: 100%; */ } .hj-file-input { display: none; } .hj-box { display: flex; flex-wrap: wrap; } .append-item { width: 150px; height: ...
www.jb51.net/article/2258...htm 2025-3-24

Vue element ui用户展示页面的实例_vue.js_脚本之家

display: flex; justify-content: space-between; } h3 { margin-left: 20px; line-height: 20px; font-size: 16px; font-weight: 600; } .headsearch { margin-top: -10px; } .user-card { display: flex; width: 100%; /* height: calc(100vh - 105px); */ flex-wrap: wrap; } .user...
www.jb51.net/article/2841...htm 2025-3-18

vue仿携程轮播图效果(滑动轮播,下方高度自适应)_vue.js_脚本之家

flex-wrap: wrap; justify-content: space-between; } .wrap { width: 24%; height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; } img { width: 60px; }这样就实现了一个高度自适应的轮播效果了,三个及以上也没问题啦,喜欢点个关注吧,嘻嘻~到此这...
www.jb51.net/article/2057...htm 2021-2-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-3-21

vue-preview缩略图报错解决_jquery_脚本之家

display: flex; flex-wrap:wrap;//默认换行 figure{ width: 30%; margin: 5px; img{ width: 100%; box-shadow: 0 0 8px #999; border-radius: 5px; } } } Examples 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 <template> <vue-preview...
www.jb51.net/javascript/2941561...htm 2025-3-7

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

微信小程序自定义计时器功能_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-3-17

微信小程序实现发动态功能的示例代码_javascript技巧_脚本之家

display: flex; flex-wrap: wrap; top: 23%; left: 10rpx; right: 10rpx; bottom: 15%; background-color: white; border-radius: 10rpx; z-index: 1; } .publish{ position: fixed; z-index: 1; top: 88%; width: 11%; left: 40%; background-color: rgb(8, 88, 32); color: white;...
www.jb51.net/article/2581...htm 2022-8-5