本文通过实例代码给介绍了vue使用自定义组件实现通讯录功能,需要的朋友可以参考下
在线demo:http://tangyupeng.top/dist/index.html#/phone
<div> <button>首页</button><button>+</button><!-- 传递数据 --> <div class="alert_btn"> <button class="aler_tbn">确认</button><button class="aler_tbn">取消</button></div></div><!-- Add "scoped" attribute to limit CSS to this component only --> .page-container { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } #alert{width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; top: 0; z-index: 20px; display: none;} #alert .alert_content{width: 200px;position: relative; height: 150px; background: #fff;border-radius: 10px; margin: auto;} .alert_body{height: 50px; line-height: 50px; text-align: center;} .alert_btn{position: absolute;right: 0 ;bottom:0;} .list_index{ position: fixed;list-style: none; paddin<span style="color:transparent">本文来源gaodai#ma#com搞*!代#%^码网%</span>g-right: 10px; font-size: 20px; font-weight: 700; top: 50%; right: 0;} .alert_title{padding-top: 20px;} #list .list_user p{background: #ccc; padding-left: 10px} #list .list_user ul li{ padding-left: 10px;border-bottom: 1px solid #ccc; line-height:30px;} #list{ width: 100%; text-align: left; float: left; position: relative; top: 40px; overflow: hidden; } .aler_tbn{padding: 5px; margin-bottom: 5px; border-radius: 5px;} button{background: #f60; color: #fff;} #header{width: 100%;height:40px; background: #666; z-index:9999;color: #fff;text-align: center;line-height: 40px;font-size: 20px;} #header button{height: 100%;padding: 0 5px} #header button:nth-of-type(1){float: left} #header button:nth-of-type(2){float: right}
总结
以上所述是小编给大家介绍的vue 通讯录 自定义组件功能的实例代码,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对gaodaima搞代码网网站的支持!
以上就是vue 自定义组件实现通讯录功能的详细内容,更多请关注gaodaima搞代码网其它相关文章!