Commit 481478f9 authored by 刘明珠's avatar 刘明珠

提示框边距、标题调整

parent 74a5a304
...@@ -220,7 +220,7 @@ function getIEVersion() { ...@@ -220,7 +220,7 @@ function getIEVersion() {
if (type == "alert") { if (type == "alert") {
$("#mb_tit").css({ $("#mb_tit").css({
float: 'left', float: 'left',
width: '92%', width: '100%',
display: 'block', display: 'block',
fontSize: '16px', fontSize: '16px',
color: '#444', color: '#444',
...@@ -249,7 +249,7 @@ function getIEVersion() { ...@@ -249,7 +249,7 @@ function getIEVersion() {
$("#mb_msg").css({ $("#mb_msg").css({
clear: 'both', clear: 'both',
padding: '20px', padding: '20px 30px',
lineHeight: '30px', lineHeight: '30px',
textAlign: 'left', textAlign: 'left',
fontSize: '16px', fontSize: '16px',
......
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 to comment