瀏覽代碼

产权交易

RongCheng
庞东旭 2 年之前
父節點
當前提交
b6fd84f780
共有 2 個檔案被更改,包括 8 行新增6 行删除
  1. +2
    -2
      index.html
  2. +6
    -4
      static/css/index.css

+ 2
- 2
index.html 查看文件

@@ -266,7 +266,7 @@
<span onclick="goListing()">更多></span>
</script>
<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>
<td>项目名称</td>
<td>转出价格</td>
@@ -332,7 +332,7 @@
<span onclick="goListing('collectiveAssets')">更多></span>
</script>
<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>
<td>项目名称</td>
<td>需求价格</td>


+ 6
- 4
static/css/index.css 查看文件

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

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

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

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

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

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

.tabList p {


Loading…
取消
儲存