Commit aa165c45 by e

add

parent 7d6e0028
...@@ -32,4 +32,30 @@ a { ...@@ -32,4 +32,30 @@ a {
body { body {
background: #ffffff; 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
...@@ -12,7 +12,7 @@ Vue.use(VueRouter) ...@@ -12,7 +12,7 @@ Vue.use(VueRouter)
{ {
path: '/SelectIdentity', path: '/SelectIdentity',
name: 'SelectIdentity', name: 'SelectIdentity',
component: () => import("../views/select-identity.vue") component: () => import("../views/SelectIdentity.vue")
} }
] ]
......
...@@ -30,13 +30,13 @@ export default {}; ...@@ -30,13 +30,13 @@ export default {};
<style lang="less"> <style lang="less">
.si-box { .si-box {
width: 34.3rem; width: 343px;
margin: 6rem auto 0; margin: 60px auto 0;
.si-child { .si-child {
display: block; display: block;
width: 100%; width: 100%;
height: 10rem; height: 100px;
margin-bottom: 2.4rem; margin-bottom: 24px;
background: rgba(248, 248, 248, 1); background: rgba(248, 248, 248, 1);
border-radius: 6px; border-radius: 6px;
display: flex; display: flex;
...@@ -44,26 +44,28 @@ export default {}; ...@@ -44,26 +44,28 @@ export default {};
} }
.si-child img { .si-child img {
width: 8rem; width: 80px;
height: 8rem; height: 80px;
margin-left: 1rem; margin-left: 10px;
margin-top: 2rem; margin-top: 20px;
} }
.si-child-desc { .si-child-desc {
width: 25.3rem; width: 253px;
height: 100%; height: 100%;
padding-left: 1rem; padding-left: 10px;
padding-top: 3rem; padding-top: 30px;
} }
.si-child-desc h4 { .si-child-desc h4 {
color: #3d4047; color: #3d4047;
font-size: 1.6rem; font-size: 16px;
line-height: 2.2rem; line-height: 22px;
text-align: left;
} }
.si-child-desc p { .si-child-desc p {
color: #95989e; color: #95989e;
font-size: 1.3rem; font-size: 13px;
line-height: 1.8rem; line-height: 18px;
margin-top: 1rem; margin-top: 10px;
text-align: left;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment