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
Email Patches
Plain Diff
Browse Files
Authored by
zzzzzzz
2016-11-24 18:33:28 +0800
Commit
068252cf676c274d9b3a047a68eb779885d7df26
1 parent
867a0015
评价样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
3 deletions
apps/service/views/action/chat/index.hbs
public/scss/service/chat/_rating.css
apps/service/views/action/chat/index.hbs
View file @
068252c
...
...
@@ -69,5 +69,8 @@
<i></i>
<i></i>
</div>
<div
class=
"rank"
>
普通
</div>
<textarea
class=
"words-to-say"
placeholder=
"还想吐槽下(选填)"
></textarea>
<button
class=
"submit"
>
提交
</button>
</div>
</div>
\ No newline at end of file
...
...
public/scss/service/chat/_rating.css
View file @
068252c
...
...
@@ -14,6 +14,7 @@
height
:
586px
;
width
:
100%
;
background
:
#fff
;
padding
:
0
30px
;
.intro
{
height
:
90px
;
...
...
@@ -21,7 +22,6 @@
color
:
#444
;
font-size
:
32px
;
line-height
:
90px
;
padding
:
0
30px
;
border-bottom
:
1px
solid
#e0e0e0
;
span
{
...
...
@@ -30,12 +30,12 @@
}
.stars
{
padding
-top
:
6
0px
;
padding
:
50px
0
4
0px
;
text-align
:
center
;
i
{
display
:
inline-block
;
height
:
5
3
px
;
height
:
5
0
px
;
width
:
53px
;
margin-left
:
40px
;
background
:
resolve
(
"service/chat/star-trans.png"
);
...
...
@@ -51,6 +51,33 @@
background-size
:
100%
100%
;
}
}
.rank
{
text-align
:
center
;
font-size
:
32px
;
color
:
#b0b0b0
;
}
.words-to-say
{
height
:
110px
;
width
:
100%
;
margin
:
50px
0
0
;
resize
:
none
;
border
:
1px
solid
#e0e0e0
;
border-radius
:
5px
;
}
.submit
{
height
:
85px
;
width
:
100%
;
margin
:
25px
0
0
;
color
:
#fff
;
background
:
#444
;
font-size
:
32px
;
text-align
:
center
;
line-height
:
85px
;
border-radius
:
5px
;
}
}
}
}
...
...
Please
register
or
login
to post a comment