如写出的弹出框中带有单选框的效果

登陆时候根据手机号登陆,但一个手机号下可能有多个用户信息,需要弹出一个单选框来选择其中一条用户信息来进行登陆。


杨魅力
浏览 1165回答 1
1回答

ibeautiful

废话不多说了,上代码:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <div class="modal-body">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 请选择:&nbsp; &nbsp; &nbsp; &nbsp; <label><input type=radio name=phone value=123 />123</label>&nbsp; &nbsp; &nbsp; &nbsp; <label><input type=radio name=phone value=456 />456</label>&nbsp; &nbsp; &nbsp; &nbsp; <label><input type=radio name=phone value=789 />789</label>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>完整示例见JSFIDDLE
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript