初始化CRICS
This commit is contained in:
26
WebSite/Styles/wx-style.css
Normal file
26
WebSite/Styles/wx-style.css
Normal file
@@ -0,0 +1,26 @@
|
||||
body {
|
||||
}
|
||||
.button
|
||||
{
|
||||
width:100%;
|
||||
height:40px;
|
||||
font-weight:bold;
|
||||
}
|
||||
.textbox
|
||||
{
|
||||
width:100%;
|
||||
height:25px;
|
||||
}
|
||||
.label
|
||||
{
|
||||
width:100%;
|
||||
text-align:center;
|
||||
}
|
||||
.foot
|
||||
{
|
||||
position:fixed;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
z-index:100;
|
||||
}
|
||||
Reference in New Issue
Block a user