|
|
@@ -39,8 +39,6 @@ require_once "../pcdl/html_head.php";
|
|
|
?>
|
|
|
</script>
|
|
|
<style>
|
|
|
-
|
|
|
-
|
|
|
#search_result{
|
|
|
position: absolute;
|
|
|
background: wheat;
|
|
|
@@ -59,12 +57,12 @@ require_once "../pcdl/html_head.php";
|
|
|
|
|
|
#head_bar{
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- height: 5em;
|
|
|
- background-color: var(--tool-bg-color1);
|
|
|
- border-bottom: 1px solid var(--tool-line-color);
|
|
|
- padding:10px;
|
|
|
- margin-top: 50px;
|
|
|
+ justify-content: space-between;
|
|
|
+ height: 5em;
|
|
|
+ background-color: var(--tool-bg-color1);
|
|
|
+ border-bottom: 1px solid var(--tool-line-color);
|
|
|
+ padding:10px;
|
|
|
+ margin-top: 50px;
|
|
|
}
|
|
|
|
|
|
.main_view{
|
|
|
@@ -199,7 +197,7 @@ require_once "../pcdl/html_head.php";
|
|
|
|
|
|
</style>
|
|
|
|
|
|
-
|
|
|
+<link type="text/css" rel="stylesheet" href="print.css" media="print" />
|
|
|
|
|
|
|
|
|
<?php
|