Index: ssts-web/src/main/webapp/logon.jsp =================================================================== diff -u -r37356 -r39011 --- ssts-web/src/main/webapp/logon.jsp (.../logon.jsp) (revision 37356) +++ ssts-web/src/main/webapp/logon.jsp (.../logon.jsp) (revision 39011) @@ -183,6 +183,18 @@ .showForm .userItem input{ height: 25px; } + .showForm3 { + width: 370px; + margin-top: 10px; + } + .showForm3 .canvas { + border:1px solid #ccc; + border-radius:5px; + } + .showForm3 .canvasDiv { + text-align: center; + margin: 5px; + } .button { /* 按钮美化 */ width: 100px; /* 宽度 */ height: 25px; /* 高度 */ @@ -209,6 +221,15 @@ .buttonItem { text-align: center; } + .showForm3 .buttonItem { + margin-top:20px + } + .showForm3 button { + width: 100px; + } + #idBox3 { + height: 250px; + } button[disabled] { color: #555 !important; background: #ccc !important;eee @@ -261,6 +282,27 @@ +