Commit 6e074a81 by 孙龙
parents 466e8323 ea749245
Showing with 4 additions and 3 deletions
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
<style> <style>
body{background:#fff;margin:0px;} body{background:#fff;margin:0px;}
.print{padding-top:20px;padding-left:15px;background:#fff;} .print{background:#fff;padding-left:8px;}
.edit-con{box-sizing:border-box;} .edit-con{box-sizing:border-box;top:6px;}
.layui-btn{ .layui-btn{
display: inline-block; display: inline-block;
height: 38px; height: 38px;
...@@ -31,7 +32,7 @@ ...@@ -31,7 +32,7 @@
$(function(){ $(function(){
$(".print").width($(".edit-con").width()); $(".print").width($(".edit-con").width());
if($(".edit-con").height()==280){ if($(".edit-con").height()==280){
$(".print").css({"height":"301px"}) $(".print").css({"height":"303px"})
} }
$(".huabuitem[type='5'],.huabuitem[type='6'],.huabuitem[type='7']").each(function(){ $(".huabuitem[type='5'],.huabuitem[type='6'],.huabuitem[type='7']").each(function(){
var urlo_=$(this).css("backgroundImage").replace('url(','').replace(')',''); 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