Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aa165c45
authored
May 26, 2020
by
e
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
7d6e0028
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
17 deletions
src/assets/css/index.less
src/router/index.ts
src/views/select-identity.vue → src/views/SelectIdentity.vue
src/assets/css/index.less
View file @
aa165c45
...
...
@@ -32,4 +32,30 @@ a {
body {
background: #ffffff;
}
*{
-webkit-tap-highlight-color:transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);
}
fieldset, img {
border: none;
display: block;
box-sizing: border-box;
}
address, caption, cite, code, dfn, th, var, b, em, i,table,td,tr,th,strong{
font-style: normal;
font-weight: normal;
font-family:'微软雅黑','宋体';
color:#333;
box-sizing: border-box;
}
ul, ol, li,dl {
list-style: none;
}
a,button{
outline: none;
text-decoration: none;
-webkit-tap-highlight-color:rgba(255,255,255,0);
}
\ No newline at end of file
src/router/index.ts
View file @
aa165c45
...
...
@@ -12,7 +12,7 @@ Vue.use(VueRouter)
{
path
:
'/SelectIdentity'
,
name
:
'SelectIdentity'
,
component
:
()
=>
import
(
"../views/
select-i
dentity.vue"
)
component
:
()
=>
import
(
"../views/
SelectI
dentity.vue"
)
}
]
...
...
src/views/
select-i
dentity.vue
→
src/views/
SelectI
dentity.vue
View file @
aa165c45
...
...
@@ -30,13 +30,13 @@ export default {};
<
style
lang=
"less"
>
.si-box
{
width
:
34
.3rem
;
margin
:
6
rem
auto
0
;
width
:
34
3px
;
margin
:
6
0px
auto
0
;
.si-child
{
display
:
block
;
width
:
100%
;
height
:
10
rem
;
margin-bottom
:
2
.4rem
;
height
:
10
0px
;
margin-bottom
:
2
4px
;
background
:
rgba
(
248
,
248
,
248
,
1
);
border-radius
:
6px
;
display
:
flex
;
...
...
@@ -44,26 +44,28 @@ export default {};
}
.si-child
img
{
width
:
8
rem
;
height
:
8
rem
;
margin-left
:
1
rem
;
margin-top
:
2
rem
;
width
:
8
0px
;
height
:
8
0px
;
margin-left
:
1
0px
;
margin-top
:
2
0px
;
}
.si-child-desc
{
width
:
25
.3rem
;
width
:
25
3px
;
height
:
100%
;
padding-left
:
1
rem
;
padding-top
:
3
rem
;
padding-left
:
1
0px
;
padding-top
:
3
0px
;
}
.si-child-desc
h4
{
color
:
#3d4047
;
font-size
:
1.6rem
;
line-height
:
2.2rem
;
font-size
:
16px
;
line-height
:
22px
;
text-align
:
left
;
}
.si-child-desc
p
{
color
:
#95989e
;
font-size
:
1.3rem
;
line-height
:
1.8rem
;
margin-top
:
1rem
;
font-size
:
13px
;
line-height
:
18px
;
margin-top
:
10px
;
text-align
:
left
;
}
</
style
>
\ 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