| @@ -8,7 +8,7 @@ | |||
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |||
| <meta name="keywords" content="" /> | |||
| <meta name="description" cxontent="" /> | |||
| <meta name="description" content="" /> | |||
| <link href="./static/css/main.css" rel="stylesheet" type="text/css" /> | |||
| <link href="./static/css/index.css" rel="stylesheet" type="text/css" /> | |||
| </head> | |||
| @@ -64,7 +64,7 @@ | |||
| <div class="clear"></div> | |||
| </div> | |||
| <!--顶部导航栏 --> | |||
| <!--顶部导航栏--> | |||
| <div class="top"> | |||
| <ul class="container w-1200"> | |||
| <li class="active"><a href="javascript:void(0)">首页</a></li> | |||
| @@ -75,13 +75,13 @@ | |||
| <li><a href="view/announcement/announcementNew.html">招标公告</a></li> | |||
| </ul> | |||
| </div> | |||
| <!--banner及左侧导航 --> | |||
| <!--banner及左侧导航--> | |||
| <div class="banner"> | |||
| <script id="bannerFocusData" type="text/html"> | |||
| {{each focusList as value i}} | |||
| <div class="swiper-slide"> | |||
| <a href="view/new/newDetail.html?id={{value.id}}">{{# value.img}}</a> | |||
| <!-- <a href="view/new/newDetail.html?id={{value.id}}"><p>{{# value.title}}</p></a>--> | |||
| <!--<a href="view/new/newDetail.html?id={{value.id}}"><p>{{# value.title}}</p></a>--> | |||
| </div> | |||
| {{/each}} | |||
| </script> | |||
| @@ -188,7 +188,7 @@ | |||
| <img src="static/images/index_center_right_icon.png" alt=""> | |||
| </div> | |||
| <!--交易项目 --> | |||
| <!--交易项目--> | |||
| <div class="m-t-40 center_main_jyxm"> | |||
| <div class="bannerLeft_tt"> | |||
| <p class="bannerLeft_tt_jyxm">交易项目</p> | |||
| @@ -202,7 +202,7 @@ | |||
| <script id="landListData" type="text/html"> | |||
| {{each landListList as value i}} | |||
| <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;"> | |||
| <!-- 项目<br />公示--> | |||
| <!--项目<br />公示--> | |||
| {{if value.projectShowStatus == '已经成交'}} | |||
| <p class="centerLeft-center-lable" style="background: #d7d7d7;color: #626262"> | |||
| {{/if}} | |||
| @@ -266,7 +266,7 @@ | |||
| <script id="collectiveAssetsData" type="text/html"> | |||
| {{each collectiveAssetsList as value i}} | |||
| <div class="centerLeft-center-middle" onclick="goDetail({{value.id}})" style="cursor: pointer;"> | |||
| <!-- 项目<br />公示--> | |||
| <!--项目<br />公示--> | |||
| {{if value.fileUrl == null}} | |||
| <img src="/static/images/zwtp.jpg" alt="" width="100%" height="152px"/> | |||
| {{else}} | |||
| @@ -312,7 +312,7 @@ | |||
| <div class="container" style="display: none" id="collectiveAssetsContent"></div> | |||
| </div> | |||
| <!--竞价大厅 --> | |||
| <!--竞价大厅--> | |||
| <div class="m-t-40 bidding"> | |||
| <div class="bannerLeft_tt"> | |||
| <p class="bannerLeft_tt_jjdt">竞价大厅</p> | |||
| @@ -349,8 +349,7 @@ | |||
| {{value.money}} | |||
| {{/if}} | |||
| </td> | |||
| <td>{{value.timeType}}</td> | |||
| <td> | |||
| <td>{{value.projectShowStatus}}</td> | |||
| <td> | |||
| {{if value.projectShowStatus == '正在报名'}}<input type="button" onclick="goDetail({{value.id}})" value="我要报名" />{{/if}} | |||
| {{if value.projectShowStatus == '正在竞价'}}<input type="button" onclick="goDetail({{value.id}})" value="我要竞价" />{{/if}} | |||
| @@ -359,7 +358,6 @@ | |||
| {{if value.projectShowStatus == '已经成交'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} | |||
| {{if value.projectShowStatus == '项目公示'}}<input type="button" onclick="goDetail({{value.id}})" value="进入查看" />{{/if}} | |||
| </td> | |||
| </td> | |||
| </tr> | |||
| {{/each}} | |||
| </script> | |||
| @@ -372,12 +370,12 @@ | |||
| </div> | |||
| </div> | |||
| <!--横幅 --> | |||
| <!--横幅--> | |||
| <div class="m-t-25"> | |||
| <img src="static/images/lc_01.png" width="100%"/> | |||
| </div> | |||
| <!--内容 --> | |||
| <!--内容--> | |||
| <!-- <div class="m-t-35 center">--> | |||
| <!-- <!–交易项目 –>--> | |||
| <!-- <div class="centerLeft">--> | |||
| @@ -499,11 +497,11 @@ | |||
| </div> | |||
| <!--底部链接 --> | |||
| <!--底部链接--> | |||
| <div class="bottomLink"> | |||
| <div class="w-1200"> | |||
| <div class="w-1000 fl"> | |||
| <p class="bottomLink-tit"><img src="../static/images/newBusinessEntities/icon_link.png" alt=""/>友情链接</p> | |||
| <p class="bottomLink-tit"><img src="static/images/icon_link.png" alt=""/>友情链接</p> | |||
| <script id="friendsLinksData" type="text/html"> | |||
| {{each friendsLinksList as value i}} | |||
| <a href="{{value.url}}" target="_blank">{{value.name}}</a> | |||
| @@ -537,5 +535,4 @@ | |||
| </body> | |||
| <script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page" | |||
| target-module="./static/js/project/index.js" defer type="text/javascript"></script> | |||
| </html> | |||
| @@ -1402,7 +1402,7 @@ label input[type="radio"]:checked+span { | |||
| } | |||
| .userName{ | |||
| font-size: 12px; | |||
| font-size: 16px; | |||
| color: #000!important; | |||
| margin: 0!important; | |||
| /*padding: 10px 0;*/ | |||
| @@ -189,7 +189,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||
| //交易项目列表 | |||
| module.itemList = function (data) { | |||
| if (data.code == 200) { | |||
| //console.log(data) | |||
| console.log(serverApi) | |||
| module.data.serverApi = serverApi; | |||
| var content = data.rows; | |||
| var pageCount = (data.total / module.data.pageSize).toFixed(0); | |||
| @@ -30,13 +30,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -26,13 +26,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -30,13 +30,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -26,13 +26,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -26,13 +26,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -72,13 +72,13 @@ | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -26,13 +26,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -29,13 +29,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -73,13 +73,13 @@ | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -73,13 +73,13 @@ | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -73,13 +73,13 @@ | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -74,13 +74,13 @@ | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -32,13 +32,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -81,8 +81,8 @@ | |||
| <div class="top"> | |||
| <ul class="container w-1200"> | |||
| <li><a href="../../index.html">首页</a></li> | |||
| <li class="active"><a href="../bidding/biddingList.html">竞价大厅</a></li> | |||
| <li><a href="../listingItems/itemsList.html">供应项目</a></li> | |||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | |||
| <li class="active"><a href="../listingItems/itemsList.html">供应项目</a></li> | |||
| <li><a href="../listingItems/itemsNeedsList.html?clickType=collectiveAssets">需求项目</a></li> | |||
| <li><a href="../announcement/announcement.html">交易公告</a></li> | |||
| <li><a href="../announcement/announcementNew.html">招标公告</a></li> | |||
| @@ -93,7 +93,7 @@ | |||
| <div id="outProjectInformationContent"></div> | |||
| <script id="outProjectInformationData" type="text/html"> | |||
| <p class="font16 m-t-15 titIndex"><b style="cursor:pointer;" onclick="self.location=document.referrer;">竞价大厅</b><i>></i><span>{{outProjectInformationDetail.projectName}}</span></p> | |||
| <p class="font16 m-t-15 titIndex"><b style="cursor:pointer;" onclick="self.location=document.referrer;">交易项目</b><i>></i><span>{{outProjectInformationDetail.projectName}}</span></p> | |||
| <p class="importantText m-t-15" id="importantTitle">{{importantTitle}}</p> | |||
| <div class="swiperDiv"> | |||
| @@ -171,11 +171,11 @@ | |||
| <td>保证金</td> | |||
| <td><span>{{outProjectInformationDetail.deposit}}</span> 元</td> | |||
| </tr> | |||
| {{if outProjectInformationDetail.biddingType != '自由竞价' && biddinglistInformationDetail.length>0}} | |||
| <tr> | |||
| {{if outProjectInformationDetail.biddingType != '自由竞价'}} | |||
| <tr id="showNowMoney" style="display: none;"> | |||
| <td>当前价格</td> | |||
| <td> | |||
| <span id="nowMoney">{{biddinglistInformationDetail[0].money}}</span> 元 | |||
| <b id="nowMoneyBlock"></b> | |||
| <span style="display: none;" id="timeDown"></span> | |||
| </td> | |||
| </tr> | |||
| @@ -245,15 +245,15 @@ | |||
| </tr> | |||
| <tr> | |||
| <td>竞价开始时间:{{outProjectInformationDetail.biddingStartTime}}</td> | |||
| <td>竞价结束时间:<span id="stopTime">{{outProjectInformationDetail.biddingStopTime}}</span></td> | |||
| <td>竞价结束时间:{{outProjectInformationDetail.biddingStopSetime}}</td> | |||
| </tr> | |||
| <tr> | |||
| <td>竞价方式:{{outProjectInformationDetail.biddingType}}<i title="友情提示:非拍卖竞价方式下,竞价过程中不显示竞价记录!" class="wh">?</i></td> | |||
| <td>竞价方式:{{outProjectInformationDetail.biddingType}}<i title="友情提示:规则详情请看下边的竞买须知!" class="wh">?</i></td> | |||
| <td>竞价方向:{{outProjectInformationDetail.biddingDirect}}</td> | |||
| </tr> | |||
| <tr> | |||
| {{if outProjectInformationDetail.delayPeriod!=0}} | |||
| <td>延时周期:{{outProjectInformationDetail.delayPeriod}}秒<i title="延时周期说明:竞价的最后{{outProjectInformationDetail.delayPeriod}}秒内,任意方出价,距结束时间将延长{{outProjectInformationDetail.delayPeriod}}秒,直至无人出价为止" class="wh">?</i></td> | |||
| <td>延时周期:{{outProjectInformationDetail.delayPeriod}}秒<i title="延时说明:自由竞价期结束后,进入{{outProjectInformationDetail.delayPeriod}}秒延时竞价期;延时竞价期内但凡有出价,则继续延时竞价,直至无人出价!" class="wh">?</i></td> | |||
| {{/if}} | |||
| {{if outProjectInformationDetail.biddingType == '阶梯竞价'}} | |||
| <td>阶梯价(增减幅度): | |||
| @@ -31,13 +31,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -243,7 +243,11 @@ | |||
| </div> | |||
| {{each itemsInformationList as value i}} | |||
| <div onclick="goDetail({{value.id}})" class="centerLeft_center"> | |||
| <img src="../../static/images/zwtp.jpg" alt=""> | |||
| {{if value.fileUrl == null}} | |||
| <img src="../../static/images/zwtp.jpg" alt=""/> | |||
| {{else}} | |||
| <img src="{{serverApi}}{{value.fileUrl}}" alt=""/> | |||
| {{/if}} | |||
| <div style="flex: 1;width: calc(100% - 325px);"> | |||
| <div class="centerLeft-center-middle-block"> | |||
| <p class="centerLeft-center-middle-tit01"> | |||
| @@ -25,13 +25,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -31,13 +31,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -68,7 +68,7 @@ | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -68,7 +68,7 @@ | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -68,7 +68,7 @@ | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -68,7 +68,7 @@ | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -72,13 +72,13 @@ | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -73,13 +73,13 @@ | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -75,13 +75,13 @@ | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -72,13 +72,13 @@ | |||
| </div> | |||
| <div class="fr" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/user_tips.png" class="block fl m-r-10" style="margin-top: 3px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/member.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||
| @@ -28,13 +28,13 @@ | |||
| <a href="../../view/login/register.html"> 免费注册</a> | |||
| </div> | |||
| <div class="userInfo_main" id="userInfo" style="display: none;"> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" style="margin-top: 4px" alt=""/> | |||
| <img src="../../static/images/login_icon.png" class="block fl m-r-10" alt=""/> | |||
| <a href="../user/user.html" class="fl userName" id="userRealName">Sherry</a> | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div class="headHover" id="headHover" style="display: none;"> | |||
| <ul> | |||
| <li> | |||
| <li style="display: none;"> | |||
| <p id="userRealName2">Sherry</p> | |||
| </li> | |||
| <li class="m-t-5"> | |||