为您找到相关结果222,264个
UniApp中实现类似锚点定位滚动效果_vue.js_脚本之家
display: flex; flex-wrap: wrap; .item{ display: flex; flex-direction: column; align-items: center; position: relative; width: 140rpx; margin-bottom: 30rpx; image{ width: 80rpx; height: 80rpx; border-radius: 20rpx; } text{ width: 100%; margin-top: 10rpx; text-align: center; font...
www.jb51.net/javascript/3023311...htm 2024-9-14
小程序Scroll-view上拉滚动刷新数据_javascript技巧_脚本之家
flex-shrink: 0; margin-right: 20rpx; } .goodinfo .good-info { font-size: 28rpx; } .goodinfo .good-info .good-title { font-weight: bold; } .goodinfo .good-info .good-desc { color: #666; } .goodinfo .good-info .shop-server { display: flex; margin-top: 10rpx; flex-wrap: wra...
www.jb51.net/article/1891...htm 2024-9-13
vue实现无缝滚动的示例详解_vue.js_脚本之家
display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .box .item-box .item { width: 29%; height: 29%; margin: 1%; background-color: paleturquoise; display: flex; align-items: center; justify-content: center; font-weight: 700; } 2.css动画实现1 2 3 4...
www.jb51.net/javascript/297367z...htm 2024-9-14
flex - CSS - 菜鸟学堂-脚本之家
flex 属性用于设置或检索弹性盒模型对象的子元素如何分配空间,flex 属性是 flex-grow、flex-shrink 和 flex-basis 属性的简写属性。
edu.jb51.net/cssref/cssref-...flex.html 2024-9-13
全面了解flex的用途_Flex_脚本之家
二、flex的属性1 2 3 4 5 1 23 4 可以写在items上的属性有六个:•flex-direction •flex-wrap •flex-flow •justify-content •align-items •align-content可以写在item上的有6个:•order//这个就是item单独给了,要是想让那个item调换顺序就给这个属性给那个item •flex...
www.jb51.net/article/874...htm 2024-9-14
使用el-row及el-col页面缩放时出现空行的问题及解决_vue.js_脚本之家
<el-col :span="10" :offset="1" v-for="(item,index) in temList" :key="index"> <el-form-item :label="`${item.printTitle}`" label-width="110px"> <el-select v-model="item.printId" clearable placeholder="请选择" style="width: 100%" > <el-option v-for="(v,i) in temLi...
www.jb51.net/javascript/318016z...htm 2024-9-14
antd多选下拉框一行展示的实现方式_vue.js_脚本之家
flex-wrap: nowrap; overflow: hidden; float: left; } .ant-select-selection--multiple .ant-select-selection__choice { float: none; overflow: visible; } .ant-select-selection--multiple .ant-select-search--inline { float: none; position: absolute; } .ant-select-selection--multiple { max-hei...
www.jb51.net/article/1986...htm 2024-9-13