Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

product_comment.htm 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. <style type="text/css">
  2. .evalute {
  3. text-align: left;
  4. }
  5. .box1 h3.title {
  6. padding: 0 15px;
  7. font-size: 14px;
  8. line-height: 40px;
  9. color: #666;
  10. font-weight: 700;
  11. border: 1px solid #eee;
  12. background-color: #f7f7f7;
  13. margin-top: 30px;
  14. text-align: left;
  15. }
  16. .box1 h3.attrtitle {
  17. padding: 0 15px;
  18. font-size: 14px;
  19. line-height: 40px;
  20. color: #666;
  21. font-weight: 700;
  22. border: 1px solid #eee;
  23. background-color: #f7f7f7;
  24. margin-top: 30px;
  25. text-align: left;
  26. }
  27. .percentgood {
  28. overflow: hidden;
  29. clear: both;
  30. padding: 15px;
  31. border: 1px solid #eeeeee;
  32. }
  33. .percentgood .comment-percent {
  34. display: table-cell;
  35. min-width: 200px;
  36. text-align: center;
  37. border-right: 1px solid #f0f0f0;
  38. vertical-align: middle;
  39. }
  40. .percentgood .comment-percent .comment-star {
  41. width: 78px;
  42. height: 14px;
  43. margin: 0 auto;
  44. background: url(__PUBLIC__/static/common/images/star.png) no-repeat
  45. }
  46. .percentgood .comment-percent .star0 {
  47. background-position: -80px 0
  48. }
  49. .percentgood .comment-percent .star1 {
  50. background-position: -64px 0
  51. }
  52. .percentgood .comment-percent .star2 {
  53. background-position: -48px 0
  54. }
  55. .percentgood .comment-percent .star3 {
  56. background-position: -32px 0
  57. }
  58. .percentgood .comment-percent .star4 {
  59. background-position: -16px 0
  60. }
  61. .percentgood .comment-percent .star5 {
  62. background-position: 0 0
  63. }
  64. .percentgood .comment-body {
  65. width: 100%;
  66. display: table-cell;
  67. vertical-align: middle;
  68. }
  69. .percentgood .comment-body .graph {
  70. width: 440px;
  71. margin: 0 auto;
  72. }
  73. .percentgood .comment-body .graph .graph-scroller {
  74. width: 400px;
  75. margin-top: 30px;
  76. position: relative;
  77. background: url(__PUBLIC__/static/common/images/graph-scroller.png) 0 no-repeat;
  78. }
  79. .percentgood .comment-body .graph .graph-scroller em {
  80. width: 28px;
  81. height: 18px;
  82. line-height: 18px;
  83. display: block;
  84. margin-left: -18px;
  85. position: relative;
  86. top: -24px;
  87. color: #ffffff;
  88. font-style: normal;
  89. text-align: center;
  90. /* background-color: #ed0014; */
  91. /* background: -webkit-linear-gradient(55deg, #ed0014, #fa5252); */
  92. background: -moz-linear-gradient(55deg, #ed0014, #fa5252);
  93. background: linear-gradient(55deg, #ed0014, #fa5252);
  94. }
  95. .percentgood .comment-body .graph .graph-scroller em .caret {
  96. display: inline-block;
  97. width: 0;
  98. height: 0;
  99. margin-left: -4px;
  100. position: absolute;
  101. bottom: -4px;
  102. left: 50%;
  103. color: #ed0014;
  104. vertical-align: middle;
  105. border-top: 4px dashed;
  106. border-right: 4px solid transparent;
  107. border-left: 4px solid transparent;
  108. }
  109. .percentgood .comment-body .graph .graph-description {
  110. display: flex;
  111. padding-left: 40px;
  112. }
  113. .percentgood .comment-body .graph .graph-description li {
  114. width: 80px;
  115. color: #999999;
  116. text-align: center;
  117. }
  118. .percentgood .comment-right {
  119. min-width: 200px;
  120. text-align: center;
  121. display: table-cell;
  122. border-left: 1px solid #f0f0f0;
  123. vertical-align: middle;
  124. color: #666;
  125. }
  126. .percentgood .percent-tit {
  127. font-size: 12px;
  128. color: #666;
  129. font-weight: 400
  130. }
  131. .percentgood .percent-con {
  132. font-size: 28px;
  133. color: #e4393c;
  134. font-family: arial
  135. }
  136. .percentgood .percent-con span {
  137. font-size: 23px;
  138. }
  139. .percentgood .pgbox {
  140. width: 15%;
  141. float: left;
  142. margin: 2% 7% 0;
  143. }
  144. .percentgood dl.total {
  145. text-align: center;
  146. }
  147. .percentgood dl.total dt {
  148. font-size: 40px;
  149. color: #e4393c;
  150. line-height: initial;
  151. margin-top: 0;
  152. }
  153. .pgbox dd.percentjd {
  154. background-color: #eeeeee;
  155. height: 10px;
  156. width: 100%;
  157. margin-top: 10px;
  158. }
  159. /*.pgbox dl{margin-top:25px;}*/
  160. .pgbox dl dt {
  161. margin-top: 14px;
  162. }
  163. dd.percentjd i {
  164. background-color: #e4393c;
  165. display: block;
  166. height: 10px;
  167. width: 50%;
  168. }
  169. ul.evalute-titleul {
  170. overflow: hidden;
  171. border: 1px solid #F5F5F5;
  172. background-color: #FAFAFA;
  173. height: 30px;
  174. line-height: 30px;
  175. }
  176. ul.evalute-titleul li {
  177. float: left;
  178. padding: 0 20px;
  179. }
  180. ul.evalute-titleul li.check a {
  181. color: #e4393c;
  182. font-weight: bold;
  183. }
  184. ul.evalute-titleul li.check a em.embold {
  185. font-weight: bold;
  186. }
  187. /*.evalute-detail {margin-top:30px;}*/
  188. .evalute-detail ul .lie {
  189. overflow: hidden;
  190. padding: 20px 0 10px 0;
  191. border-bottom: 1px solid #eeeeee;
  192. }
  193. .evalute-detail ul .lie:hover a.receivea {
  194. display: inline-block;
  195. visibility: visible;
  196. }
  197. .showvisi {
  198. visibility: visible !important;
  199. }
  200. .evalute-detail li div.column {
  201. float: left;
  202. }
  203. .evalute-detail li div.starevalute {
  204. width: 12%;
  205. }
  206. .evalute-detail li div.personeva {
  207. width: 88%;
  208. }
  209. .evalute-detail .reply {
  210. display: flex;
  211. padding-left: 12%;
  212. font-size: 12px;
  213. }
  214. .evalute-detail .reply .reply-con {
  215. display: flex;
  216. font-size: 12px;
  217. border-top: 1px solid #eeeeee;
  218. }
  219. .evalute-detail .reply .reply-con>p {
  220. padding: 10px 0;
  221. }
  222. .evalute-detail .reply .reply-con ul {
  223. flex: 1;
  224. margin-left: 10px;
  225. }
  226. .evalute-detail .reply .reply-con ul li {
  227. display: flex;
  228. justify-content: space-between;
  229. padding: 10px 0;
  230. }
  231. .evalute-detail .reply .reply-con ul li span {
  232. flex: 1;
  233. color: #ed0014;
  234. line-height: 24px;
  235. margin-right: 10px;
  236. text-align: justify;
  237. word-break:break-all;
  238. word-wrap:break-word;
  239. }
  240. .evalute-detail .reply .reply-con ul li p {
  241. color: #bfbfbf;
  242. }
  243. .evalute-detail .replylist {
  244. display: none;
  245. }
  246. .evalute-detail .replylist .receive {
  247. border-top: dashed 1px #DDDDDD;
  248. padding-top: 10px;
  249. padding-bottom: 10px;
  250. clear: both;
  251. }
  252. .evalute-detail .replylist .receive a.receivea {
  253. visibility: visible;
  254. clear: both;
  255. padding-top: 5px;
  256. display: inline-block;
  257. }
  258. .evalute-detail .replylist .receive .content {
  259. width: 670px;
  260. float: left;
  261. }
  262. .evalute-detail .receive .user-name {
  263. color: #005ea7;
  264. }
  265. .otherbox {
  266. text-align: left;
  267. padding: 20px 0;
  268. }
  269. .personeva .comment-star {
  270. width: 78px;
  271. height: 14px;
  272. background: url(__PUBLIC__/static/common/images/star.png) no-repeat
  273. }
  274. .personeva .star0 {
  275. background-position: -80px 0
  276. }
  277. .personeva .star1 {
  278. background-position: -64px 0
  279. }
  280. .personeva .star2 {
  281. background-position: -48px 0
  282. }
  283. .personeva .star3 {
  284. background-position: -32px 0
  285. }
  286. .personeva .star4 {
  287. background-position: -16px 0
  288. }
  289. .personeva .star5 {
  290. background-position: 0 0
  291. }
  292. .personeva .comment {
  293. padding: 10px 0;
  294. line-height: 23px;
  295. text-align: justify;
  296. }
  297. .personeva .comment .description {
  298. margin: 0 0 5px 0;
  299. font-size: 12px;
  300. }
  301. .personeva .comment dd {
  302. float: left;
  303. margin-right: 10px;
  304. }
  305. .personeva .comment .show-pic {
  306. display: inline-block;
  307. margin-top: 5px;
  308. }
  309. .personeva .comment .show-pic dd {
  310. position: relative;
  311. }
  312. /*.personeva .comment .show-pic dd a{cursor: url(../images/fd.png),auto;display: block;border:1px solid #fff;}*/
  313. .personeva .comment .show-pic dd a.on {
  314. border: 1px solid #DE342F;
  315. }
  316. .personeva .comment .show-pic a.sc_prev,
  317. .personeva .comment .show-pic a.sc_next {
  318. font-size: 40px;
  319. display: block;
  320. background-color: #ccc;
  321. width: 30px;
  322. ;
  323. text-align: center;
  324. padding: 29px 0;
  325. float: left;
  326. }
  327. .personeva .comment .show-pic a.sc_prev {}
  328. .personeva .comment .show-pic a.sc_next {}
  329. .personeva .comment .show-pic .sc_bd {
  330. float: left;
  331. width: 100%;
  332. }
  333. .personeva .comment-ge {
  334. font-size: 12px;
  335. color: #9c9c9c;
  336. margin-bottom: 10px;
  337. }
  338. .personeva .comment-ge span {
  339. float: right;
  340. }
  341. .evalute-detail li div.rankevalute {
  342. width: 72%;
  343. padding: 0 2%
  344. }
  345. .evalute-detail li div.rankevalute .member {
  346. width: 50px;
  347. height: 50px;
  348. border-radius: 100%;
  349. overflow: hidden;
  350. margin: auto;
  351. }
  352. .evalute-detail li div.rankevalute .member img {
  353. width: 100%;
  354. }
  355. .evalute-detail li div.rankevalute .menber-name{
  356. white-space:nowrap;
  357. overflow:hidden;
  358. text-overflow:ellipsis;
  359. }
  360. .evalute-detail li div.rankevalute .menber-level{
  361. color: #9c9c9c;
  362. }
  363. .loadmore {
  364. border-radius: 3px;
  365. cursor: pointer;
  366. }
  367. </style>
  368. <div class="percentgood">
  369. <div class="comment-percent"> <strong class="percent-tit">评分</strong> <div class="percent-con">{$averageRating}</div> </div>
  370. <div class="comment-body">
  371. <div class="graph">
  372. <div class="graph-scroller"> <em style="left: {$averageRatingRate}%;"> {$averageRating} <span class="caret"></span> </em> </div>
  373. <ul class="graph-description">
  374. <li>非常不满</li>
  375. <li>不满意</li>
  376. <li>一般</li>
  377. <li>满意</li>
  378. <li>非常满意</li>
  379. </ul>
  380. </div>
  381. </div>
  382. <div class="comment-right"> <p style="line-height: 75px;">评论数: {$totalScoreRows}</p> </div>
  383. </div>
  384. <div class="tab-gbw">
  385. <div class="bd">
  386. <div class="evalute-detail" id="all">
  387. <ul>
  388. {eyou:commentlist name="$Comment" id="field"}
  389. <li class="lie" id="{$field.comment_id}">
  390. <div class="column starevalute">
  391. <div class="column rankevalute">
  392. <div class="member"> <img src="{$field.head_pic}"/> </div>
  393. <div class="menber-rank" style="text-align: center">
  394. <div class="menber-name">{$field.nickname}</div> <div class="menber-level">{$field.level_name}</div>
  395. </div>
  396. </div>
  397. </div>
  398. <div class="column personeva">
  399. <div class="comment-star star{$field.total_score}"></div>
  400. <div class="comment">
  401. <div class="description"> {$field.content} </div>
  402. {eyou:notempty name="$field.upload_img"}
  403. <div class="show-pic" id="show-pic">
  404. <div class="sc_bd">
  405. <dl>
  406. {eyou:volist name="$field.upload_img" id="img"}
  407. {eyou:notempty name="$img"}
  408. <dd><a href="{$img}"><img src="{$img}" width="80" height="80"/></a></dd>
  409. {/eyou:notempty}
  410. {/eyou:volist}
  411. </dl>
  412. </div>
  413. </div>
  414. {/eyou:notempty}
  415. </div>
  416. <div class="comment-ge">
  417. {notempty name="$field.spec_value"}[ {$field.spec_value} ]{else/}&nbsp;{/notempty}
  418. <span class="fr">{$field.add_time|date='Y-m-d H:i:s',###}</span>
  419. </div>
  420. </div>
  421. {notempty name="$field.admin_reply.adminReply"}
  422. <div class="reply">
  423. <div class="reply-con">
  424. <p>商家回复:</p>
  425. <ul>
  426. <li>
  427. <span class="">{$field.admin_reply.adminReply}</span><p class="">{$field.admin_reply.replyTime}</p>
  428. </li>
  429. </ul>
  430. </div>
  431. </div>
  432. {/notempty}
  433. </li>
  434. {/eyou:commentlist}
  435. </ul>
  436. </div>
  437. </div>
  438. <div style="text-align: center; margin-top: 30px;" id="comment_page">{$Page}</div>
  439. </div>
  440. <script type="text/javascript">
  441. $(".evalute-titleul li").each(function() {
  442. var obj = $(this);
  443. obj.click(function() {
  444. obj.addClass("check").siblings().removeClass("check");
  445. obj.find("em").addClass("embold").siblings().removeClass("embold");
  446. var level = obj.data("level");
  447. $('#eyou_comment_type_1571216382').val(level);
  448. AjaxComment(level, 1);
  449. });
  450. });
  451. </script>