html使用display:inline-block實現標籤右對齊,值左對齊效果。和設置div寬度,並居中顯示。嵌套div的裏層div文字居中顯示

要實現下圖所示的效果:css 代碼:html <!DOCTYPE html> <html> <head> <script src="/jquery/jquery-1.11.1.min.js"> </script> <script> $(document).ready(function(){ $("p").click(function(){ $(this).hide(); }); }
相關文章
相關標籤/搜索