Browse Source

产权交易

RongCheng
庞东旭 2 years ago
parent
commit
b6fd84f780
2 changed files with 8 additions and 6 deletions
  1. +2
    -2
      index.html
  2. +6
    -4
      static/css/index.css

+ 2
- 2
index.html View File

@@ -266,7 +266,7 @@
<span onclick="goListing()">更多></span> <span onclick="goListing()">更多></span>
</script> </script>
<p class="centerleft-center-tit01" id="deptTypeContent"></p> <p class="centerleft-center-tit01" id="deptTypeContent"></p>
<table width="100%" class="tableHead" style="table-layout: fixed;" >
<table width="100%" class="tableHead" style="table-layout: fixed;background: #d7f0d2;" >
<tr> <tr>
<td>项目名称</td> <td>项目名称</td>
<td>转出价格</td> <td>转出价格</td>
@@ -332,7 +332,7 @@
<span onclick="goListing('collectiveAssets')">更多></span> <span onclick="goListing('collectiveAssets')">更多></span>
</script> </script>
<p class="centerleft-center-tit01" id="deptTypeContent1"></p> <p class="centerleft-center-tit01" id="deptTypeContent1"></p>
<table width="100%" class="tableHead" style="table-layout: fixed;" >
<table width="100%" class="tableHead" style="table-layout: fixed;background: #c9e0fd;" >
<tr> <tr>
<td>项目名称</td> <td>项目名称</td>
<td>需求价格</td> <td>需求价格</td>


+ 6
- 4
static/css/index.css View File

@@ -289,8 +289,8 @@
} }


.bannerLeft a { .bannerLeft a {
color: #626262;
font-size: 16px;
color: var(--color);
font-size: 14px;
} }


.bannerLeft-top a:hover { .bannerLeft-top a:hover {
@@ -391,6 +391,8 @@
.centerLeft-center .centerleft-center-tit01 { .centerLeft-center .centerleft-center-tit01 {
color: #626262; color: #626262;
margin: 24px 0px 14px 0px; margin: 24px 0px 14px 0px;
border-bottom: 1px solid #e3e3e3;
padding-bottom: 10px;
} }


/*.centerLeft-center .centerleft-center-tit01 span:first-child {*/ /*.centerLeft-center .centerleft-center-tit01 span:first-child {*/
@@ -1259,13 +1261,13 @@ label input[type="radio"]:checked+span {
} }


.tabList table tr:first-child { .tabList table tr:first-child {
background-color: #f6f5f5;
background-color: #d7f0d2;
} }


.tabList p.active { .tabList p.active {
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
border-bottom: none; border-bottom: none;
background-color: #f6f5f5;
background-color: #d7f0d2;
} }


.tabList p { .tabList p {


Loading…
Cancel
Save