first commit

This commit is contained in:
yangshuimiao
2023-10-16 12:58:41 +08:00
commit 3a09f3ca67
1512 changed files with 570984 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
.div_parent{
min-height: 200px;
background: #ffffff;
width: 900px;
position:relative;
text-align:center;
margin:0 auto;
}
.div_cell{
background: #fff;
width:180px;
height:30px;
margin: 0 auto;
text-align: left;
float: left;
position: relative;
left:50px;
}
.div_block{
background: #fff;
width:280px;
height:30px;
text-align: left;
margin: 0 auto;
left:50px;
}
A:link {
FONT-SIZE: 16px;
COLOR: #333333;
TEXT-DECORATION: none
}
A:visited {
FONT-SIZE: 16px;
COLOR: #333333;
TEXT-DECORATION: none
}
A:hover {
FONT-SIZE: 16px;
COLOR: #043B9C;
TEXT-DECORATION: underline
}