Authored by weiqingting

提交

... ... @@ -164,7 +164,7 @@ var Bll = {
var d = new common.dialog({
title: title,
width: '800px',
width: '70%',
content: common.util.__template2($("#wqt-template1").html(), item),
button: [{
value: "提交",
... ...
... ... @@ -116,12 +116,11 @@ input[type=date], input[type=time], input[type=datetime-local], input[type=month
}
.poseditimg{
position: relative;
width: 100%;
width: auto;
height: auto;
display: inline-block;
img{
display: block;
width: 100%;
height: 100%;
}
.pos{
position: absolute;
... ...