Difference between revisions of "Team:XMU-China/css/hardwareCss"

(Created page with "hardware css: .column .hardwareimg{ display:inline-block; width:100%; text-align: center; } .column .hardwareimg1{ width:70%; } .column .hardwareimg2{ width:70%; } .colu...")
 
Line 6: Line 6:
 
}
 
}
 
.column .hardwareimg1{
 
.column .hardwareimg1{
width:70%;
+
width:20%;
 
}
 
}
 
.column .hardwareimg2{
 
.column .hardwareimg2{
width:70%;
+
width:60%;
 
}
 
}
 
.column .hardwareimg3{
 
.column .hardwareimg3{
width:70%;
+
width:60%;
 
}
 
}
 
.column .hardwareimg4{
 
.column .hardwareimg4{
width:70%;
+
width:50%;
 
}
 
}
 
.column .hardwareimg5{
 
.column .hardwareimg5{
Line 24: Line 24:
 
}
 
}
 
.column .hardwareimg7{
 
.column .hardwareimg7{
width:70%;
+
width:55%;
 
}
 
}
 
.column .hardwareimg8{
 
.column .hardwareimg8{
Line 30: Line 30:
 
}
 
}
 
.column .hardwareimg9{
 
.column .hardwareimg9{
width:70%;
+
width:55%;
 
}
 
}
 
.column .hardwareimg10{
 
.column .hardwareimg10{
width:70%;
+
width:55%;
 
}
 
}
 
.column .hardwareimg11{
 
.column .hardwareimg11{
width:70%;
+
width:55%;
 +
}
 +
.column .hardwareimg12{
 +
width:55%;
 
}
 
}

Revision as of 17:30, 29 October 2017

/*hardware css */ .column .hardwareimg{ display:inline-block; width:100%; text-align: center; } .column .hardwareimg1{ width:20%; } .column .hardwareimg2{ width:60%; } .column .hardwareimg3{ width:60%; } .column .hardwareimg4{ width:50%; } .column .hardwareimg5{ width:70%; } .column .hardwareimg6{ width:70%; } .column .hardwareimg7{ width:55%; } .column .hardwareimg8{ width:70%; } .column .hardwareimg9{ width:55%; } .column .hardwareimg10{ width:55%; } .column .hardwareimg11{ width:55%; } .column .hardwareimg12{ width:55%; }