Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
4a658e3b
Commit
4a658e3b
authored
Dec 09, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
5dd9c9ff
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
9 deletions
+32
-9
igirl-channel-jdweb/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-jdweb/app/front/vues/pages/jdtrademark/jdtrademark.css
+20
-2
igirl-channel-jdweb/app/front/vues/pages/jdtrademark/jdtrademark.html
+9
-5
igirl-channel-jdweb/app/front/vues/pages/selftmreg/index.css
+3
-2
No files found.
igirl-channel-jdweb/app/front/entry/public/css/pagecom.css
View file @
4a658e3b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-channel-jdweb/app/front/vues/pages/jdtrademark/jdtrademark.css
View file @
4a658e3b
...
...
@@ -107,7 +107,7 @@ li {
}
.jdtrademark-search
>
div
:nth-last-child
(
1
)
{
box-shadow
:
0
2px
4px
0
rgba
(
0
,
0
,
0
,
.1
);
box-shadow
:
0
2px
4px
0
rgba
(
0
,
0
,
0
,
.1
);
margin-top
:
28px
;
width
:
170px
;
height
:
54px
;
...
...
@@ -138,9 +138,11 @@ li {
color
:
rgba
(
153
,
153
,
153
,
1
);
text-align
:
center
;
}
.brand-text
>
span
:not
(
:nth-child
(
1
))
{
.brand-text
>
span
:not
(
:nth-child
(
1
))
{
margin-left
:
45px
;
}
/* 轮播 */
.brandreg-swiper
{
position
:
relative
;
...
...
@@ -416,3 +418,18 @@ li {
color
:
rgba
(
120
,
128
,
133
,
1
);
line-height
:
20px
;
}
.showncllist-enter-active
,
.showncllist-leave-active
{
transition
:
all
.5s
;
}
.showncllist-enter
,
.showncllist-leave-to
{
opacity
:
0
;
}
.showncllist-enter-to
,
.showncllist-leave
{
opacity
:
1
;
}
\ No newline at end of file
igirl-channel-jdweb/app/front/vues/pages/jdtrademark/jdtrademark.html
View file @
4a658e3b
...
...
@@ -9,11 +9,13 @@
商标检索
</span>
</div>
<div
@
mouseleave=
"typeListShow =
!typeListShow
"
>
<div
@
mouseleave=
"typeListShow =
false
"
>
<input
type=
"text"
v-model=
"searchValue"
placeholder=
"请输入您想检索的商标名称,申请号,申请人等信息"
>
<div
@
mouseenter=
"typeListShow = !typeListShow"
>
全部类别
<i
class=
"el-icon-arrow-down"
></i></div>
<div
class=
"jdtrademark-typelist"
v-show=
"typeListShow"
>
<el-checkbox
:indeterminate=
"isIndeterminate"
v-model=
"checkAll"
@
change=
"handleCheckAllChange"
>
全选
<div
@
mouseenter=
"typeListShow = true"
>
全部类别
<i
class=
"el-icon-arrow-down"
></i></div>
<transition
name=
"showncllist"
>
<div
class=
"jdtrademark-typelist"
v-if=
"typeListShow"
>
<el-checkbox
:indeterminate=
"isIndeterminate"
v-model=
"checkAll"
@
change=
"handleCheckAllChange"
>
全选
</el-checkbox>
<div
style=
"margin: 15px 0;"
></div>
<el-checkbox-group
v-model=
"checkedType"
@
change=
"handleCheckedCitiesChange"
>
...
...
@@ -22,6 +24,7 @@
</el-checkbox>
</el-checkbox-group>
</div>
</transition>
</div>
<div
@
click=
"goSearch"
>
检索
...
...
@@ -70,7 +73,8 @@
<div>
<div><sup>
¥
</sup><span>
{{item.proPrice}}
</span>
/件
</div>
<div
class=
"brandreg-swiper-content-button"
:class=
"{\'brandreg-swiper-content-button-enter\':index==current}"
@
click=
"jumpJdProductDetails(item,$event)"
>
立即购买
:class=
"{\'brandreg-swiper-content-button-enter\':index==current}"
@
click=
"jumpJdProductDetails(item,$event)"
>
立即购买
</div>
</div>
</div>
...
...
igirl-channel-jdweb/app/front/vues/pages/selftmreg/index.css
View file @
4a658e3b
...
...
@@ -708,8 +708,8 @@
.message-enter
,
.message-leave-to
/*
.fade-leave-active below version 2.1.8 */
/*
.fade-leave-active below version 2.1.8 */
{
opacity
:
0
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment