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
yyq
8 years ago
Commit
002668daca4fcad1a2348a984a5e75f818482395
1 parent
399761d5
style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
public/js/3party/question-detail.page.js
public/scss/3party/question-detail.page.css
public/js/3party/question-detail.page.js
View file @
002668d
require
(
'3party/question-detail.page.css'
);
let
$
=
require
(
'yoho-jquery'
);
let
$
=
require
(
'yoho-jquery'
),
tipDg
=
require
(
'plugin/tip'
);
let
question
=
{
$base
:
$
(
'#qs-wrap'
),
...
...
@@ -166,6 +167,8 @@ let question = {
}).
then
(
function
(
data
)
{
if
(
data
.
code
===
200
)
{
window
.
history
.
go
(
-
1
);
}
else
{
tipDg
.
show
(
data
.
message
||
'网络出了点问题~'
);
}
});
}
...
...
public/scss/3party/question-detail.page.css
View file @
002668d
...
...
@@ -50,6 +50,7 @@ body {
>
dd
{
border-top
:
1px
solid
$
borderColor
;
color
:
#b4b4b4
;
input
{
width
:
calc
(
100%
-
60px
);
...
...
@@ -66,6 +67,7 @@ body {
resize
:
none
;
border
:
1px
solid
#ddd
;
display
:
block
;
color
:
#555
;
}
.iconfont
{
...
...
@@ -73,7 +75,7 @@ body {
width
:
34px
;
height
:
34px
;
line-height
:
34px
;
border
:
1px
solid
#
44
4
;
border
:
1px
solid
#
b4b4b
4
;
vertical-align
:
middle
;
font-size
:
18px
;
text-align
:
center
;
...
...
@@ -97,6 +99,7 @@ body {
}
.on
.iconfont
{
border-color
:
#444
;
background-color
:
#444
;
}
}
...
...
Please
register
or
login
to post a comment