|
|
@@ -18,12 +18,20 @@
|
|
|
+ obj + '&tabid='+getCurrentTabId());
|
|
|
}
|
|
|
</script>
|
|
|
-
|
|
|
+<style>
|
|
|
+.container-layout {
|
|
|
+ padding-top: 0px;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+table {
|
|
|
+ border-top: 2px solid #3497db;
|
|
|
+}
|
|
|
+</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
-<div id="title" class="form-button">
|
|
|
+<!-- <div id="title" class="form-button">
|
|
|
<input onclick="closeWindow();" type="button" value="关闭" class="l-button">
|
|
|
-</div>
|
|
|
+</div> -->
|
|
|
<div class="container-layout">
|
|
|
<div class="forum-container">
|
|
|
<table>
|