Skip to content

Commit aeefc29

Browse files
author
hooray
committed
更新arttemplate
1 parent 15787cb commit aeefc29

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

index.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,12 +360,10 @@
360360
var childWindow, interval;
361361
$(function(){
362362
if($('#lrbox').data('isforcedlogin') == 0){
363-
$('#lrbox').css({
364-
scale: 0.9
365-
});
363+
$('#lrbox').css('scale', 0.9);
366364
$('#lrbox .lrbox').css({
367365
y: -300,
368-
perspective: '1000px',
366+
perspective: 1000,
369367
rotateX: '60deg'
370368
});
371369
}
@@ -383,7 +381,7 @@
383381
scale: 0.9,
384382
opacity: 0,
385383
visibility: 'hidden'
386-
}, 200);
384+
}, 300);
387385
$('#lrbox .lrbox').transition({
388386
y: -300,
389387
rotateX: '60deg'

static/js/hros.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ HROS.base = (function(){
8989
scale: 1,
9090
opacity: 1,
9191
visibility: 'visible'
92-
}, 200);
92+
}, 300);
9393
$('#lrbox .lrbox').transition({
9494
y: 0,
9595
rotateX: '0deg'

0 commit comments

Comments
 (0)