init
This commit is contained in:
48
系统原型/files/哲学简介/styles.css
Normal file
48
系统原型/files/哲学简介/styles.css
Normal file
@@ -0,0 +1,48 @@
|
||||
body {
|
||||
margin:0px;
|
||||
background-image:none;
|
||||
position:relative;
|
||||
left:0px;
|
||||
width:739px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
text-align:left;
|
||||
}
|
||||
.form_sketch {
|
||||
border-color:transparent;
|
||||
background-color:transparent;
|
||||
}
|
||||
#base {
|
||||
position:absolute;
|
||||
z-index:0;
|
||||
}
|
||||
#u67_img {
|
||||
border-width:0px;
|
||||
position:absolute;
|
||||
left:0px;
|
||||
top:0px;
|
||||
width:739px;
|
||||
height:276px;
|
||||
}
|
||||
#u67 {
|
||||
border-width:0px;
|
||||
position:absolute;
|
||||
left:0px;
|
||||
top:0px;
|
||||
width:739px;
|
||||
height:276px;
|
||||
display:flex;
|
||||
}
|
||||
#u67 .text {
|
||||
position:absolute;
|
||||
align-self:center;
|
||||
padding:2px 2px 2px 2px;
|
||||
box-sizing:border-box;
|
||||
width:100%;
|
||||
}
|
||||
#u67_text {
|
||||
border-width:0px;
|
||||
word-wrap:break-word;
|
||||
text-transform:none;
|
||||
visibility:hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user