add margin block
This commit is contained in:
@@ -55,22 +55,22 @@ function drag() {
|
||||
// app dimension
|
||||
$recits.css({
|
||||
"width": xPos,
|
||||
"height": yPos,
|
||||
"height": yPos - 5,
|
||||
});
|
||||
$itw.css({
|
||||
"width": Bw2,
|
||||
"height": yPos,
|
||||
"height": yPos - 5,
|
||||
});
|
||||
$img.css({
|
||||
"width": '33%',
|
||||
"height": yPos,
|
||||
"height": yPos - 5,
|
||||
});
|
||||
$bottom.css({
|
||||
"top": yPos2,
|
||||
"top": yPos2 + 5,
|
||||
})
|
||||
$links.css({
|
||||
"width": xPos,
|
||||
"top": yPos2,
|
||||
"top": yPos2 + 5,
|
||||
})
|
||||
$rs.css({
|
||||
"width": Bw2,
|
||||
|
||||
Reference in New Issue
Block a user