Authored by ccbikai(👎🏻🍜)

Merge branch 'release/wap-im' of git.yoho.cn:fe/yohobuywap-node into release/wap-im

1 <!--评价 主体--> 1 <!--评价 主体-->
2 <div id="chat-comment" class="comment"> 2 <div id="chat-comment" class="comment">
3 <div class="comment-inner"> 3 <div class="comment-inner">
4 - <div class="intro">请对我们的服务做出评价<span class="close">X</span></div> 4 + <div class="intro">请对我们的服务做出评价<span class="close iconfont">&#xe623</span></div>
5 <div class="stars"> 5 <div class="stars">
6 <i></i> 6 <i></i>
7 <i></i> 7 <i></i>
1 <div class="msg-wrap {{style from}}" data-uuid={{uuid}}> 1 <div class="msg-wrap {{style from}}" data-uuid={{uuid}}>
2 - <img src="http:{{image avatar 80 80}}" alt="" class="head-icon"> 2 + <img src="{{image avatar 80 80}}" alt="" class="head-icon">
3 <div class="chat-info clearfix"> 3 <div class="chat-info clearfix">
4 {{#with data}} 4 {{#with data}}
5 {{> (lookup .. 'type')}} 5 {{> (lookup .. 'type')}}
@@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
33 height: 70px; 33 height: 70px;
34 border: 1PX solid #e0e0e0; 34 border: 1PX solid #e0e0e0;
35 border-radius: 8px; 35 border-radius: 8px;
  36 + padding: 16px;
36 } 37 }
37 38
38 .menu-trigger { 39 .menu-trigger {
@@ -63,6 +63,7 @@ @@ -63,6 +63,7 @@
63 height: 110px; 63 height: 110px;
64 width: 100%; 64 width: 100%;
65 margin: 50px 0 0; 65 margin: 50px 0 0;
  66 + padding: 16px;
66 resize: none; 67 resize: none;
67 border: 1px solid #e0e0e0; 68 border: 1px solid #e0e0e0;
68 border-radius: 5px; 69 border-radius: 5px;