Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node-activity
·
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
yyq
2019-12-10 18:10:54 +0800
Commit
e61325c3ba58de05282584b5b0775bdbad5fc0d4
2 parents
b58427b8
7588009b
Merge branch 'develop' of git.yoho.cn:fe/yohobuywap-node-activity into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
package.json
public/scss/feature.scss
package.json
View file @
e61325c
{
"name"
:
"yohobuywap-node-activity"
,
"version"
:
"6.
10.0-beta01
"
,
"version"
:
"6.
9.25
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/scss/feature.scss
View file @
e61325c
...
...
@@ -73,4 +73,21 @@
}
}
}
// 拖动验证码 闪烁
#tcaptcha_transform
{
top
:
50%
!
important
;
left
:
50%
!
important
;
width
:
250
PX
!
important
;
height
:
250
PX
!
important
;
transform
:
translate3d
(
-50%
,
-50%
,
0
)
!
important
;
}
.tcaptcha-iframe
{
width
:
250
PX
!
important
;
height
:
250
PX
!
important
;
}
#t_verify
{
display
:
none
!
important
;
}
/* stylelint-enable */
...
...
Please
register
or
login
to post a comment