|
|
@@ -8,6 +8,7 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
<title>知识产权顾问</title>
|
|
|
+ <link th:href="${portalHost+'/dll/dll.css'}" rel="stylesheet">
|
|
|
<link th:href="${portalHost+'/vendors.css'}" rel="stylesheet">
|
|
|
<link th:href="${portalHost+'/newMenu/safeguardingDetail.css'}" rel="stylesheet">
|
|
|
</head>
|
|
|
@@ -22,6 +23,7 @@
|
|
|
<div>
|
|
|
<img th:src="${sd.personPortraitUrl} != null and ${sd.personPortraitUrl} != '' ? ${avatarUploadHost+sd.personPortraitUrl}:${portalHost + '/img/newMenu/policyBanner.png'}" alt="">
|
|
|
</div>
|
|
|
+ <p class="collectionN active"><span th:class="${sd.interested}==0?'heart':'heart active'" ></span><span class="nubCollect" th:text="${sd.countInterest}">4</span>次关注</p>
|
|
|
<!-- <p><img th:src="${portalHost + '/img/newMenu/safeAddress.png'}" alt=""><span>湖南长沙</span></p> -->
|
|
|
</div>
|
|
|
<div class="portraitRight">
|
|
|
@@ -42,15 +44,27 @@
|
|
|
<div class="safeBodyLeft">
|
|
|
<div class="safeIntroduce">
|
|
|
<h3>个人简介</h3>
|
|
|
- <p th:text="${sd.introduction}">近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续</p>
|
|
|
+ <figure>
|
|
|
+ <pre th:text="${sd.introduction}">
|
|
|
+ 简介
|
|
|
+ </pre>
|
|
|
+ </figure>
|
|
|
</div>
|
|
|
<div class="safeIntroduce">
|
|
|
<h3>擅长行业</h3>
|
|
|
- <p th:text="${sd.goodAtIndustry}">近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续</p>
|
|
|
+ <figure>
|
|
|
+ <pre th:text="${sd.goodAtIndustry}">
|
|
|
+ 行业
|
|
|
+ </pre>
|
|
|
+ </figure>
|
|
|
</div>
|
|
|
<div class="safeIntroduce">
|
|
|
<h3>典型案例</h3>
|
|
|
- <p th:text="${sd.typicalCase}">近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续平稳、猪肉价格会否大涨等民众关切问题,给予回应。近日,多部门召开发布会,对未来房价能否继续</p>
|
|
|
+ <figure>
|
|
|
+ <pre th:text="${sd.typicalCase}">
|
|
|
+ 案例
|
|
|
+ </pre>
|
|
|
+ </figure>
|
|
|
</div>
|
|
|
<div class="adviser_list">
|
|
|
<p>用户评价</p>
|
|
|
@@ -136,6 +150,7 @@
|
|
|
<div th:replace="common::login"></div>
|
|
|
</footer>
|
|
|
<div th:replace="common::footer(~{::script})">
|
|
|
+ <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
|
|
|
<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
|
|
|
<script type="text/javascript" th:src="${portalHost+'/newMenu/safeguardingDetail.js'}"></script>
|
|
|
</div>
|