Commit 6e074a81 by 孙龙
parents 466e8323 ea749245
Showing with 4 additions and 3 deletions
......@@ -3,8 +3,9 @@
<style>
body{background:#fff;margin:0px;}
.print{padding-top:20px;padding-left:15px;background:#fff;}
.edit-con{box-sizing:border-box;}
.print{background:#fff;padding-left:8px;}
.edit-con{box-sizing:border-box;top:6px;}
.layui-btn{
display: inline-block;
height: 38px;
......@@ -31,7 +32,7 @@
$(function(){
$(".print").width($(".edit-con").width());
if($(".edit-con").height()==280){
$(".print").css({"height":"301px"})
$(".print").css({"height":"303px"})
}
$(".huabuitem[type='5'],.huabuitem[type='6'],.huabuitem[type='7']").each(function(){
var urlo_=$(this).css("backgroundImage").replace('url(','').replace(')','');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment