Difference between revisions of "Team:CPU CHINA/log style css"

Line 51: Line 51:
 
{
 
{
 
width:70%;
 
width:70%;
height:450px;
+
height:500px;
 
margin:0 auto;
 
margin:0 auto;
 
border:1px solid #999;
 
border:1px solid #999;
Line 73: Line 73:
 
{
 
{
 
width:100%;
 
width:100%;
height:310px;
+
height:360px;
 
margin-top:5px;
 
margin-top:5px;
 
overflow-y:auto;
 
overflow-y:auto;

Revision as of 10:19, 24 May 2018

button:hover{background-color:#400080;} div { z-index:0; } button.myButton { background-color:#8080ff; height:90px; border:none; width:100%; } div.myButton { border:none; height:100px; width:33%; margin-left:5px;

} div.Txt { width:200%; display:none; position:relative; right:-100%; top:-70px; z-index:100; } textarea.myLog { width:100%; position:relative; z-index:1000; overflow:hidden; border-radius:5px; } div.cover { background:#000; position:absolute; left:0px; top:0px; width:100%; display:none; filter:alpha(opacity=30); opacity:0.3; z-index:2; } div.showdiv { width:70%; height:500px; margin:0 auto; border:1px solid #999; display:none; position:fixed; top:5%; left:15%; z-index:3; background:#fff; } div.showdivTitle { background:#F8F7F7; width:100%; height:50px; line-height:50px; border:1px solid #999; text-align:center; } div.showdivContent { width:100%; height:360px; margin-top:5px; overflow-y:auto; overflow-x:hidden; } button.showdivContent-btn { background-color:#418BCA; width:40%; position:relative; margin-left:30%; margin-top:5px; height:75px; border-radius:10px; } div.showdivContent-txt { width:100%; border:none; } div.showdivContent-img { text-align:center; } img.logImg { width:200px; height:300px; display:none; }