PHP - Bootstrap模态

时间:2016-04-08 18:30:59

标签: html bootstrap-modal

所以我有一段代码

<a href='#tos-modal' class='modal-trigger'><li class='valign-wrapper' style='padding-left: 1em; padding-right: 1em;'>

但它不适合我。我在Localhost上有我的文件并且所有文件都运行良好,现在我上传到webhost并且无法正常工作:(。如何在不更改代码的情况下修复它?

<div class="modal" id="tos-modal">
            <div class="modal-content">
                <h4>Terms of Service Agreement</h4>  
            </div>
            <div class="modal-footer row valign-wrapper">
              <div class="col s10"><input type="checkbox" id="tos-accept"><label for="tos-accept">I accept the Terms of Service and I am at least 18 years of age.</label></div>
              <a href="/?login" id="login-accepted-tos" class="btn green waves-effect waves-light col s2 disabled">Sign In</a>
            </div>
          </div>

0 个答案:

没有答案