Commit aa165c45 by e

add

parent 7d6e0028
......@@ -33,3 +33,29 @@ 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
......@@ -12,7 +12,7 @@ Vue.use(VueRouter)
{
path: '/SelectIdentity',
name: 'SelectIdentity',
component: () => import("../views/select-identity.vue")
component: () => import("../views/SelectIdentity.vue")
}
]
......
......@@ -30,13 +30,13 @@ export default {};
<style lang="less">
.si-box {
width: 34.3rem;
margin: 6rem auto 0;
width: 343px;
margin: 60px auto 0;
.si-child {
display: block;
width: 100%;
height: 10rem;
margin-bottom: 2.4rem;
height: 100px;
margin-bottom: 24px;
background: rgba(248, 248, 248, 1);
border-radius: 6px;
display: flex;
......@@ -44,26 +44,28 @@ export default {};
}
.si-child img {
width: 8rem;
height: 8rem;
margin-left: 1rem;
margin-top: 2rem;
width: 80px;
height: 80px;
margin-left: 10px;
margin-top: 20px;
}
.si-child-desc {
width: 25.3rem;
width: 253px;
height: 100%;
padding-left: 1rem;
padding-top: 3rem;
padding-left: 10px;
padding-top: 30px;
}
.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
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