保存进度!
This commit is contained in:
24
code/web/car_dealer/css/test.css
Normal file
24
code/web/car_dealer/css/test.css
Normal file
@@ -0,0 +1,24 @@
|
||||
button {
|
||||
clip: rect(0, 0, 0, 0);
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
line-height: 20px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.father {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
padding: 0px;
|
||||
border: 1px solid red;
|
||||
}
|
||||
|
||||
.son {
|
||||
border: 1px solid blue;
|
||||
height: 100%;
|
||||
/* margin: 0px 20px; */
|
||||
width: 300px;
|
||||
}
|
Reference in New Issue
Block a user