Commit 7a54b5c5 authored by marsandheart's avatar marsandheart

insuredInfo页面样式单位改为rem

parent 8f2573f8
.normal {
font-family: Georgia, sans-serif;
margin-top: 4em;
text-align: center;
}
.welcome {
height: 512px;
background-size: 512px 512px;
}
.list {
font-size: 1.2em;
margin: 1.8em 0 0;
list-style: none;
line-height: 1.5em;
}
.list code {
background: #f7f7f7;
}
.page{ .page{
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
...@@ -30,45 +7,45 @@ ...@@ -30,45 +7,45 @@
.header{ .header{
background: #CE1F57; background: #CE1F57;
height: 12vh; height: 0.94rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding-top: 0.2rem;
} }
.headerImg{ .headerImg{
width: 200px; width: 1.8rem;
height: 80px; height: 0.7rem;
} }
.headerExt{ .headerExt{
background: #CE1F57; background: #CE1F57;
width:100vw; width:100%;
height: 4vh; height: 0.32rem;
display: block; display: block;
} }
.main{ .main{
background: #EDE9E3; background: #EDE9E3;
margin: -4vh 5px; margin: -0.2rem 0.05rem;
height: 80vh; height: 6.1rem;
display: flex; display: flex;
flex: 1; flex: 1;
} }
.leftMenu{ .leftMenu{
width: 10vw; width: 1.2rem;
height: 100%; height: 100%;
float: left; float: left;
background-color: #EDE9E3; background-color: #EDE9E3;
border-right: 1px solid #D5D3D0; border-right: 1px solid #D5D3D0;
padding-top: 8vh; padding-top: 0.5rem;
} }
.leftMenuItem{ .leftMenuItem{
color: #CE1F57; color: #CE1F57;
width: 10vw; height: 0.6rem;
height: 8vh; line-height: 0.6rem;
line-height: 8vh;
text-align: center; text-align: center;
} }
...@@ -76,13 +53,13 @@ ...@@ -76,13 +53,13 @@
background-color: #EFEDF0; background-color: #EFEDF0;
height: 100%; height: 100%;
width: 100%; width: 100%;
padding: 2vh; padding: 0.1rem 0.2rem;
font-size: 1.5vw; font-size: 0.18rem;
} }
.descText{ .descText{
color: #858383; color: #858383;
margin-right: 5vw; margin-right: 0.4rem;
} }
.btns{ .btns{
...@@ -92,20 +69,19 @@ ...@@ -92,20 +69,19 @@
.btn{ .btn{
user-select:none; user-select:none;
background: #CE1F57; background: #CE1F57;
min-width:10vw; min-width: 0.3rem;
height:5vh; line-height: 0.3rem;
line-height: 3.5vh;
text-align: center; text-align: center;
padding: 0.5vw 1vw; padding: 0.05rem 0.1rem;
color: #FFFFFF; color: #FFFFFF;
float: left; float: left;
margin: 0.5vw 2vw 0.5vw 0; margin: 0.05rem 0.2rem 0.1rem 0;
border-radius: 3px; border-radius: 3px;
} }
.tableBox{ .tableBox{
width: 100%; width: 100%;
height:50vh; height: 3.65rem;
} }
.highLightLine{ .highLightLine{
...@@ -116,49 +92,49 @@ ...@@ -116,49 +92,49 @@
user-select:none; user-select:none;
color: #CE1F57; color: #CE1F57;
img{ img{
width: 25px; width: 0.25rem;
height: 25px; height: 0.25rem;
margin-right: 5px; margin-right: 0.05rem;
} }
} }
.accountLine{ .accountLine{
display: flex; display: flex;
flex-direction: row-reverse; flex-direction: row-reverse;
margin-bottom: 15px;
span{ span{
margin-left: 50px; margin-left: 0.5rem;
} }
} }
.premLine{ .premLine{
display: flex; display: flex;
margin-bottom: 15px; margin-top: 0.2rem;
span{ span{
margin-right: 80px; margin-right: 0.8rem;
} }
} }
.actionLine{ .actionLine{
display: flex; display: flex;
margin-top: 0.2rem;
justify-content: space-around; justify-content: space-around;
} }
.footer{ .footer{
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100vw; width: 100%;
} }
.footerBtn{ .footerBtn{
user-select:none; user-select:none;
background: #CE1F57; background: #CE1F57;
width: 135px; width: 1.35rem;
height: 35px; height: 0.35rem;
text-align: center; text-align: center;
line-height: 35px; line-height: 0.35rem;
color: #FFFFFF; color: #FFFFFF;
float: right; float: right;
margin: 10px 20px; margin: 0.1rem 0.2rem;
border-radius: 3px; border-radius: 3px;
} }
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 to comment