searchZztt.htm 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>zzttlist</title>
  6. <style>
  7. ul{
  8. color: #4e7891;
  9. margin: 0 !important;
  10. }
  11. .text{
  12. margin-top: 0.1rem;
  13. font-weight: bold;
  14. font-size: 0.26rem !important;
  15. }
  16. .xzxb{
  17. position: relative;
  18. top: 0.2rem;
  19. width: 1rem;
  20. height: 1rem;
  21. border-radius: 50%;
  22. border: 1px solid #fff;
  23. box-shadow: 0 0 0.2rem #ccc;
  24. background: url(views/haifmv/img/zxx.png) no-repeat center center;
  25. background-size: 150%;
  26. }
  27. .dalistIscroll{
  28. background: #d7dfea;
  29. }
  30. .suosou{
  31. justify-content: center !important;
  32. background: #bbcde1 !important;
  33. border-bottom: none;
  34. }
  35. .suosou input{
  36. border-radius: 50px;
  37. background: #fff !important;
  38. }
  39. input[type=search]{
  40. text-align: inherit;
  41. }
  42. .glyphicon-align-left{
  43. left: 0.3rem;
  44. color: #fff;
  45. position: absolute;
  46. font-size: 0.4rem;
  47. top: 0.2rem;
  48. }
  49. .btn-group.open .dropdown-toggle{
  50. box-shadow: inset 0 3px 5px transparent !important;
  51. }
  52. .mui-table-view-cell.mui-active {
  53. background: #d7dfea;
  54. }
  55. .dropdown-menu li{
  56. margin: 0.1rem 0;
  57. }
  58. li p{
  59. width: 100%;
  60. background: #d7dfea;
  61. padding: 0;
  62. box-shadow: none;
  63. text-align: left;
  64. font-weight: bold;
  65. font-size: 0.28rem;
  66. }
  67. .mui-table-view-cell:first-child{
  68. width: 100%;
  69. border-bottom: 1px solid #fff;
  70. border-radius: 0;
  71. }
  72. .rowflex{
  73. width: 100%;
  74. padding: 0.15rem 0 0.15rem 0.1rem;
  75. }
  76. .align-itemscenter .column span:last-child{
  77. font-weight: bold;
  78. font-size: 0.2rem;
  79. }
  80. .xian{
  81. display: block;
  82. height: 1px;
  83. background: #5c88a3;
  84. }
  85. .xxul{
  86. width: 100%;
  87. padding-right: 0 !important;
  88. align-items: flex-start !important;
  89. background: #D7DFEA;
  90. }
  91. .tbbox{
  92. padding: 0 !important;border: 1px solid; border-radius: 5px;margin-top: 0.1rem;
  93. }
  94. </style>
  95. <script type="text/javascript" src="views/haifmv/sjrl/scgl/zztt/searchZztt.js"></script>
  96. </head>
  97. <body>
  98. <input type="hidden" value="$!id" id="id" />
  99. <input type="hidden" value="$!date" id ="date">
  100. <input type="hidden" value="zzttScjAdd" id="ct" />
  101. <input type="hidden" value="$!maxPages" id="maxPages" />
  102. <input type="hidden" value="1" id="page" />
  103. <div id="wrap">
  104. <header>
  105. <span class="glyphicon glyphicon-chevron-left" aria-hidden="true" onclick="backUrl();"></span>
  106. <p>耳标列表</p>
  107. <span class="glyphicon" aria-hidden="true" style="width: 18px;height: 18px;"></span>
  108. </header>
  109. <div class="suosou">
  110. <div class="sskuang">
  111. <div class="mui-input-row mui-search">
  112. <input type="search" name="" id="dweb" class="mui-input-clear" value="$!dweb" placeholder="请输入耳牌号" aria-describedby="sizing-addon1" oninput="if(value.length>10)value=value.slice(0,10)" />
  113. </div>
  114. </div>
  115. </div>
  116. <div class="middle">
  117. <section class="zzttlistIscroll">
  118. <div>
  119. <div class="addList">
  120. #foreach($obj in $!daList)
  121. <div class="rowflex" data-for="$!obj.dweb" data-ep="$!obj.eph">
  122. <div class="column flex-end" style="width: 17%; justify-content: inherit !important;">
  123. <span class="xzxb">
  124. <div>
  125. <div></div>
  126. </div>
  127. </span>
  128. </div>
  129. <div class="column flex-start" style="width: 83%;">
  130. <ul class="mui-table-view column xxul">
  131. <li class="mui-table-view-cell">
  132. <p>$!obj.eph</p>
  133. </li>
  134. <li class="mui-table-view-cell align-itemscenter" style="padding: 0;width: 100%;">
  135. <div class="column">
  136. <div class="align-itemscenter tbbox">
  137. <span class="pl"></span>
  138. <span style="padding-right:0.05rem ;">舍栏</span>
  139. </div>
  140. <span class="text">$!obj.slStr</span>
  141. </div>
  142. <div class="column">
  143. <div class="align-itemscenter tbbox">
  144. <span class="dqzt"></span>
  145. <span style="padding-right:0.05rem ;">当前状态</span>
  146. </div>
  147. <span class="text">$!obj.dqztStr</span>
  148. </div>
  149. </li>
  150. </ul>
  151. </div>
  152. </div>
  153. <span class="xian"></span>
  154. #end
  155. </div>
  156. <div id="pullUp" class="">
  157. <div class="pullUpLabel">上拉加载更多</div>
  158. </div>
  159. </div>
  160. </section>
  161. </div>
  162. </div>
  163. </body>
  164. </html>