Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2016-12-22 15:08:17 +0800
Commit
95bc7df98740424d0924073813c44966a7c8fa2b
2 parents
3c40bb4c
1ce433da
Merge branch 'release/wap-im' of git.yoho.cn:fe/yohobuywap-node into release/wap-im
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
apps/service/views/partial/chat/chat-comment.hbs
public/hbs/service/chat/msg.hbs
public/scss/service/chat/_chat.css
public/scss/service/chat/_rating.css
apps/service/views/partial/chat/chat-comment.hbs
View file @
95bc7df
<!--评价 主体-->
<div
id=
"chat-comment"
class=
"comment"
>
<div
class=
"comment-inner"
>
<div
class=
"intro"
>
请对我们的服务做出评价
<span
class=
"close
"
>
X
</span></div>
<div
class=
"intro"
>
请对我们的服务做出评价
<span
class=
"close
iconfont"
>
&
#xe623
</span></div>
<div
class=
"stars"
>
<i></i>
<i></i>
...
...
public/hbs/service/chat/msg.hbs
View file @
95bc7df
<div
class=
"msg-wrap
{{
style
from
}}
"
data-uuid=
{{
uuid
}}
>
<img
src=
"
http:
{{
image
avatar
80
80
}}
"
alt=
""
class=
"head-icon"
>
<img
src=
"
{{
image
avatar
80
80
}}
"
alt=
""
class=
"head-icon"
>
<div
class=
"chat-info clearfix"
>
{{#
with
data
}}
{{>
(
lookup
..
'type'
)
}}
...
...
public/scss/service/chat/_chat.css
View file @
95bc7df
...
...
@@ -33,6 +33,7 @@
height
:
70px
;
border
:
1
PX
solid
#e0e0e0
;
border-radius
:
8px
;
padding
:
16px
;
}
.menu-trigger
{
...
...
public/scss/service/chat/_rating.css
View file @
95bc7df
...
...
@@ -63,6 +63,7 @@
height
:
110px
;
width
:
100%
;
margin
:
50px
0
0
;
padding
:
16px
;
resize
:
none
;
border
:
1px
solid
#e0e0e0
;
border-radius
:
5px
;
...
...
Please
register
or
login
to post a comment