随笔分类 -  HTML

摘要:function delAll(){ var sid=""; $("[name='ids']:checked").each(function(){ sid+=$(this).val()+","; }) sid = sid.substring(0, sid.length - 1); ... 阅读全文
posted @ 2019-03-26 09:44 lilixia 阅读(1766) 评论(0) 推荐(0)
摘要:c56 div:nth-of-type(1) { margin-left: 12px; margin-top: 25px; } .c56 div:nth-of-type(2) { margin-top: -352px; margin-left: 250px; } 阅读全文
posted @ 2019-03-26 09:41 lilixia 阅读(194) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-03-26 09:26 lilixia 阅读(164) 评论(0) 推荐(0)