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
fce6c2b9
Commit
fce6c2b9
authored
Nov 27, 2019
by
李宏达
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'igirl-web' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-web
parents
f4997ca2
d61cfb0e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
60 additions
and
5 deletions
+60
-5
igirl-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.html
+5
-2
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.js
+4
-1
igirl-web/app/front/vues/pages/moreservice/policy/policy.css
+51
-2
No files found.
igirl-web/app/front/entry/public/css/pagecom.css
View file @
fce6c2b9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.html
View file @
fce6c2b9
...
...
@@ -10,11 +10,14 @@
<div
class=
"meihua-inquire-input"
>
<div
class=
"lists"
>
<div
v-for=
"(item,key) in checkBoxArr"
:key=
"key"
>
:class=
"activeClass == index ? \'active\' : \'acitves\'"
@
click=
"getItme(index)"
v-for=
"(item,index) in checkBoxArr"
:key=
"index"
>
{{item}}
</div>
</div>
<div
style=
"margin-top: 10px;"
></div>
<div
class=
"policy-input-value"
>
<el-input
style=
"width:100%"
v-model=
"state2"
placeholder=
"输入您要查询的关键字"
></el-input>
<transition
name=
"el-zoom-in-top"
>
...
...
igirl-web/app/front/vues/pages/moreservice/policy/moreservice.js
View file @
fce6c2b9
...
...
@@ -26,7 +26,7 @@
"搜企业"
],
checkBoxSeleArr
:
[],
activeClass
:
0
,
}
},
mounted
:
function
(){
...
...
@@ -194,6 +194,9 @@
return ;
}*/
},
getItme
(
index
)
{
this
.
activeClass
=
index
;
},
},
computed
:{
},
...
...
igirl-web/app/front/vues/pages/moreservice/policy/policy.css
View file @
fce6c2b9
...
...
@@ -3,4 +3,54 @@
}
.policy-input-buttom
{
height
:
61px
!important
;
}
\ No newline at end of file
}
.active
{
background
:
#1e82d2
;
width
:
77px
;
height
:
27px
;
font-size
:
14px
;
letter-spacing
:
1px
;
text-align
:
center
;
line-height
:
27px
;
color
:
#fff
;
cursor
:
pointer
;
}
.active
:before
,
.active
:after
{
width
:
0
;
height
:
0
;
border
:
solid
transparent
;
position
:
absolute
;
left
:
100%
;
content
:
''
;
}
.active
:before
{
border-width
:
10px
;
border-left-color
:
#0cc
;
top
:
20px
;
}
.active
:after
{
border-width
:
8px
;
border-left-color
:
#fff
;
top
:
22px
;
}
.acitves
{
width
:
77px
;
height
:
27px
;
font-size
:
14px
;
letter-spacing
:
1px
;
text-align
:
center
;
line-height
:
27px
;
color
:
#fff
;
cursor
:
pointer
;
}
.lists
{
display
:
flex
;
height
:
27px
;
font-size
:
14px
;
letter-spacing
:
1px
;
text-align
:
center
;
line-height
:
27px
;
color
:
#fff
;
}
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