merchantComment.jsp 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <%@ include file="meta.jsp"%>
  4. <script src="${base}/static/mobile/frame/mui/js/mui.previewimage.js"></script>
  5. <script src="${base}/static/mobile/frame/mui/js/mui.zoom.js"></script>
  6. <title>${siteName}</title>
  7. <style>
  8. .comment-img{
  9. width:1.2rem;
  10. height:1.2rem;
  11. margin-right: 0.2rem;
  12. overflow: hidden;
  13. }
  14. .mui-preview-image.mui-fullscreen {
  15. position: fixed;
  16. z-index: 20;
  17. background-color: #000;
  18. }
  19. .mui-preview-header,
  20. .mui-preview-footer {
  21. position: absolute;
  22. width: 100%;
  23. left: 0;
  24. z-index: 10;
  25. }
  26. .mui-preview-header {
  27. height: 44px;
  28. top: 0;
  29. }
  30. .mui-preview-footer {
  31. height: 50px;
  32. bottom: 0px;
  33. }
  34. .mui-preview-header .mui-preview-indicator {
  35. display: block;
  36. line-height: 25px;
  37. color: #fff;
  38. text-align: center;
  39. margin: 15px auto 4;
  40. width: 70px;
  41. background-color: rgba(0, 0, 0, 0.4);
  42. border-radius: 12px;
  43. font-size: 16px;
  44. }
  45. .mui-preview-image {
  46. display: none;
  47. -webkit-animation-duration: 0.5s;
  48. animation-duration: 0.5s;
  49. -webkit-animation-fill-mode: both;
  50. animation-fill-mode: both;
  51. }
  52. .mui-preview-image.mui-preview-in {
  53. -webkit-animation-name: fadeIn;
  54. animation-name: fadeIn;
  55. }
  56. .mui-preview-image.mui-preview-out {
  57. background: none;
  58. -webkit-animation-name: fadeOut;
  59. animation-name: fadeOut;
  60. }
  61. .mui-preview-image.mui-preview-out .mui-preview-header,
  62. .mui-preview-image.mui-preview-out .mui-preview-footer {
  63. display: none;
  64. }
  65. .mui-zoom-scroller {
  66. position: absolute;
  67. display: -webkit-box;
  68. display: -webkit-flex;
  69. display: flex;
  70. -webkit-box-align: center;
  71. -webkit-align-items: center;
  72. align-items: center;
  73. -webkit-box-pack: center;
  74. -webkit-justify-content: center;
  75. justify-content: center;
  76. left: 0;
  77. right: 0;
  78. bottom: 0;
  79. top: 0;
  80. width: 100%;
  81. height: 100%;
  82. margin: 0;
  83. -webkit-backface-visibility: hidden;
  84. }
  85. .mui-zoom {
  86. -webkit-transform-style: preserve-3d;
  87. transform-style: preserve-3d;
  88. }
  89. .mui-slider .mui-slider-group .mui-slider-item img {
  90. width: auto;
  91. height: auto;
  92. max-width: 100%;
  93. max-height: 100%;
  94. }
  95. .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  96. width: 100%;
  97. }
  98. .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  99. display: inline-table;
  100. }
  101. .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  102. display: table-cell;
  103. vertical-align: middle;
  104. }
  105. .mui-preview-loading {
  106. position: absolute;
  107. width: 100%;
  108. height: 100%;
  109. top: 0;
  110. left: 0;
  111. display: none;
  112. }
  113. .mui-preview-loading.mui-active {
  114. display: block;
  115. }
  116. .mui-preview-loading .mui-spinner-white {
  117. position: absolute;
  118. top: 50%;
  119. left: 50%;
  120. margin-left: -25px;
  121. margin-top: -25px;
  122. height: 50px;
  123. width: 50px;
  124. }
  125. .mui-preview-image img.mui-transitioning {
  126. -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  127. transition: transform 0.5s ease, opacity 0.5s ease;
  128. }
  129. @-webkit-keyframes fadeIn {
  130. 0% {
  131. opacity: 0;
  132. }
  133. 100% {
  134. opacity: 1;
  135. }
  136. }
  137. @keyframes fadeIn {
  138. 0% {
  139. opacity: 0;
  140. }
  141. 100% {
  142. opacity: 1;
  143. }
  144. }
  145. @-webkit-keyframes fadeOut {
  146. 0% {
  147. opacity: 1;
  148. }
  149. 100% {
  150. opacity: 0;
  151. }
  152. }
  153. @keyframes fadeOut {
  154. 0% {
  155. opacity: 1;
  156. }
  157. 100% {
  158. opacity: 0;
  159. }
  160. }
  161. p img {
  162. max-width: 100%;
  163. height: auto;
  164. }
  165. </style>
  166. </head>
  167. <body>
  168. <header id="header" class="mui-bar mui-bar-nav">
  169. <a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left"></a>
  170. <h1 id="title" class="mui-title">商户评价</h1>
  171. </header>
  172. <div class="mui-content">
  173. <div id="segmentedControls" class="mui-segmented-control
  174. mui-segmented-control-inverted mui-segmented-control-primary bgcolor1">
  175. <a class="mui-control-item mui-active" href="#item1">
  176. 全部(0)
  177. </a>
  178. <a class="mui-control-item" href="#item2">
  179. 有图(0)
  180. </a>
  181. </div>
  182. <div id="segmentedControlContents">
  183. <div id="item1" class="mui-control-content mui-active bgcolor1">
  184. <ul class="mui-table-view">
  185. </ul>
  186. </div>
  187. <div id="item2" class="mui-control-content bgcolor1">
  188. <ul class="mui-table-view">
  189. </ul>
  190. </div>
  191. </div>
  192. </div>
  193. </body>
  194. <script src="${base}/static/mobile/js/merchantComment.js?v=${version}"></script>
  195. </html>