为您找到相关结果167,826个
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使用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实现井字棋游戏_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