202010-08 Element Card 卡片的具体使用 组件—卡片基础用法<el-cardclass="box-card"><divslot="header"class="clearfix"><span>卡片名称</span><el-buttonstyle="float:right;padding:3px0"type="text">操作按钮</el-button></div><divv-for="oin4":key="o"class="textitem">{{'列表内容'+o}}</div></el-card><style>.text{font-size:14px;}.item{margin-bottom:18px;}.clearfix:before,.clearfix:after{display:table... 继续阅读 >
202009-27 iOS UICollectionView实现卡片效果 现在使用卡片效果的app很多,之前公司让实现一种卡片效果,就写了一篇关于实现卡片的文章。文章最后附有demo实现上我选择了使用UICollectionView;用UICollectionViewFlowLayout来定制样式;下面看看具体实现具体实现1、创建UICollectionView-(void)createCollectionView{CGFloatpading=0*SCREEN_WIDTH/375;LHLeftCollocationView*layout=[[LHLeftCollocationViewalloc]init];layout.scrollDirection=UICollect... 继续阅读 >