diff --git a/code/web/car_dealer/css/test.css b/code/web/car_dealer/css/test.css new file mode 100644 index 0000000..7907419 --- /dev/null +++ b/code/web/car_dealer/css/test.css @@ -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; +} diff --git a/code/web/car_dealer/test.html b/code/web/car_dealer/test.html new file mode 100644 index 0000000..a5348da --- /dev/null +++ b/code/web/car_dealer/test.html @@ -0,0 +1,30 @@ + + + + + + + + 测试css + + + + + + +
+
+
+
+
+ +