在工作過程中往往需要自定義的彈框。因此,將內(nèi)容整理如下,以方便學習。若有不當之處,敬請斧正!
思路
代碼
$ionicPopup.show({ cssClass:'team-popup', template: "<div class='list popup-form'>" + "<div class = 'form-title'>{{tempItem.name}}</div>" + "<div class='form-content'>" + "<div class='input-name'>input1:</div>" + "<div class='input-area'><input type='number' placeholder='10.00' ng-model='tempItem.input1'></div>" + "</div>" + "<div class='form-content'>" + "<div class='input-name'>input2:</div>" + "<div class='input-area'><input type='number' ng-model='tempItem.input2'></div>" + "</div>" + "<div class='form-button'>" + "<button class='button wyl-left-button' ng-click='fnClosePopup()' >cancel</button>" + "<button class='button wyl-right-button' ng-click='fnExchangeGoods()' >submit</button>" + "</div>" + "</div>", scope: $scope });/**彈出窗popup 無titlecss*/.team-popup .popup-head{ display: none;}.team-popup .popup{ padding: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5px;}.team-popup .popup-body{ padding: 0; /*overflow-y:scroll;*/}/*自定義表單*/.popup-form{ font-size:15px}.form-title{ margin: 10px; text-align:center}.form-content{ width: 90%; height: 36px; background-color: white; padding-left: 10px; margin:10px auto; position: relative; border-radius: 5px;}.form-content input{ line-height: 36px; padding-left:10px}.input-name{ float: left; line-height: 36px;}.input-area{ width: 50%; float: left; height: 36px;}.form-button{ width: 90%; height: 36px; margin:10px auto; position: relative;}.form-button button{ width: 50%; border-radius: 5px; min-height: 10px; height: 100%; line-height: 100%;}效果

以上所述是小編給大家介紹的ionic 自定義彈框效果,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對武林網(wǎng)網(wǎng)站的支持!
新聞熱點
疑難解答