| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <title>总体概况查看</title>
- <link rel="StyleSheet" href="css/huimv.css" type="text/css" />
- <script type="text/javascript" src="views/ptsj/mcsj/slxh/viewPtslxh.js"></script>
- <style type="text/css">
- *{
- }
- .card {
- margin: 0;
- padding: 0;
- font-family: "微软雅黑";
- box-shadow: 1px 1px 3px #bbb;
- float: left;
- height: 194px;
- width: 250px;
- background: #fff;
- margin: 15px 5px;
- z-index:-1;
- }
- .card ul{
- margin: 0;
- padding: 0;
- list-style: none;
- position: relative;
- float: left;
- }
- .card li{
- line-height: 30px;
- height: 30px;
- font-size: 14px;
- }
- .stitle{
- height: 40px;
- font-size: 16px;
- text-align: center;
- font-weight: bolder;
- background-color: #eeeeee;
- line-height: 40px;
- border-bottom: 1px solid #e1e1e1;
- }
- .stitle+ul li{
- letter-spacing: 1px;
- font-weight: bold;
- }
- .card span{
- font-size: 14px;
- }
- .cardname6 li{
- text-align: right;
- width: 90px;
- font-size: 14px;
- font-weight: bolder;
- }
- .a {
- font-size: 18px;
- color: green;
- cursor: pointer;
- }
- #bubble_tooltip{
- width:450px;
- position:absolute;
- display:none;
- z-index:9999;
- }
- #bubble_tooltip .bubble_top{
- background-image: url('images/map/bubble/bubble_top1.gif');
- background-repeat:no-repeat;
- height:16px;
- }
- #bubble_tooltip .bubble_middle{
- background-image: url('images/map/bubble/bubble_middle1.gif');
- background-repeat:repeat-y;
- background-position:bottom left;
- padding-left:7px;
- padding-right:7px;
- }
- #bubble_tooltip .bubble_middle span{
- position:relative;
- top:-8px;
- font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
- font-size:11px;
- font-weight: bolder;
- }
- #bubble_tooltip .bubble_bottom{
- background-image: url('images/map/bubble/bubble_bottom1.gif');
- background-repeat:no-repeat;
- background-repeat:no-repeat;
- height:44px;
- position:relative;
- top:-6px;
- }
- </style>
- </head>
- <body>
- <!-- 加载浮动气泡 -->
- <div id="bubble_tooltip" onmouseout="javascript:hideLqxx()">
- <div class="bubble_top"></div>
- <div class="bubble_middle"><span id="bubble_tooltip_content"></span></div>
- <div class="bubble_bottom"></div>
- </div>
- <input type="hidden" id="gh" value="$!gh" />
- <table width="800" height="450" cellspacing="0" cellpadding="0"><tr><td valign="top">
- #foreach ($!obj in $!list)
- <div class="card" onclick="javascript:hideLqxx()">
- <div class="stitle" id="title$!obj.lqid" onmouseover='$("#title$!obj.lqid").addClass("a")' onmouseout='$("#title$!obj.lqid").removeClass("a")' onclick='viewSlxhtjj("$!obj.mcid","$!obj.zsid","$!obj.lqid","$!obj.lqmc")'>$!obj.zsmc</div>
- <ul class="cardname6">
- <li>栏期名称:</li>
- <li>入栏天数:</li>
- <li>总体上料:</li>
- <li></li>
- <li>每天上料:</li>
- </ul>
- <ul class="cardcont1">
- <li>$!obj.lqmc <img src="images/xxqp.png" height="20px" style="CURSOR:pointer;" width="20px" onmouseover="javascript:viewLqxx(event,'$!obj.lqid','$!obj.rlts','$!obj.tsum')" /></li>
- <li>$!obj.rlts 天</li>
- <li>$!obj.tsum Kg</li>
- <li> 昨天 / 今天</li>
- <li>
- #if("$!obj.y2rzcsl" == "1")
- <font color="red" style="font-size: 14px;">$!obj.yrzcsl↑</font>
- #elseif("$!obj.y2rzcsl" == "0")
- <font color="green" style="font-size: 14px;">$!obj.yrzcsl↓</font>
- #else
- <font style="font-size: 16px;">$!obj.yrzcsl</font>
- #end
- /
- #if("$!obj.y1rzcsl" == "1")
- <font color="red" style="font-size: 14px;">$!obj.rzcsl↑</font>
- #elseif("$!obj.y1rzcsl" == "0")
- <font color="green" style="font-size: 14px;">$!obj.rzcsl↓</font>
- #else
- <font style="font-size: 14px;">$!obj.rzcsl</font>
- #end
- Kg</li>
- </ul>
- </div>
- #end
- </td></tr></table>
- <div align="center">
- <table cellspacing="0" cellpadding="0" border="0">
- <tr>
- #foreach($!obj in $!pageList)
- <td>
- #if ($!page == $!obj.page)
- <a href="#" style="font-size:16px;color:black;text-decoration:none;">$!obj.page</a>
- #else
- <a href="#" style="font-size:16px" onclick="javascrpt:pageClick('$!obj.mcid','$!obj.page')">$!obj.page</a>
- #end
- </td>
- <td> </td>
- #end
- </tr>
- </table>
- </div>
- <br/>
- </body>
- </html>
|