Browse Source

重新提交,提示登录,链接样式

dell 8 years ago
parent
commit
cc4a70bed3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/js/information.brow.js

+ 3 - 3
src/main/webapp/js/information.brow.js

669
			$("#mb_btnbox").append(aele);
669
			$("#mb_btnbox").append(aele);
670
			$("#mb_btnbox a").css({
670
			$("#mb_btnbox a").css({
671
				'display':"block",
671
				'display':"block",
672
				'width':'100px',
672
				'width':'100%',
673
				'height':'40px',
673
				'height':'40px',
674
				'position':'relative',
674
				'position':'relative',
675
				'bottom':'39px',
676
				'left':'151px'
675
				'bottom':'40px',
676
				'left':0
677
				});
677
				});
678
			aele.setAttribute('href', '../login.html');
678
			aele.setAttribute('href', '../login.html');
679
			
679