Commit f6b5cbc5 authored by liyadong's avatar liyadong

update

parent 2311c372
......@@ -204,42 +204,22 @@ textarea {
.role-container li {
height: 0.62rem;
line-height: 0.62rem;
font-size: 0.26rem;
font-size: 0.24rem;
color: #5f1a11;
text-align: left;
margin-top: .3rem;
font-weight: bold;
text-align: center;
margin-top: .5rem;
}
.role-container li span {
display: block;
width: 1.8rem;
float: right;
margin-left: .2rem;
display: inline-block;
width: 3.23rem;
-webkit-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-right: .45rem;
}
.role-container li.role1 {
background: url("../images/role_img1.png") no-repeat center;
background-size: auto .62rem;
}
.role-container li.role2 {
background: url("../images/role_img2.png") no-repeat center;
background-size: auto .62rem;
}
.role-container li.role3 {
background: url("../images/role_img3.png") no-repeat center;
background-size: auto .62rem;
}
.role-container li.role4 {
background: url("../images/role_img4.png") no-repeat center;
background-size: auto .62rem;
}
.role-container li.role5 {
background: url("../images/role_img5.png") no-repeat center;
background-size: auto .62rem;
}
.role-container .left {
float: left;
......@@ -252,12 +232,23 @@ textarea {
.role-container .right {
float: right;
width: 50%;
padding-top: .4rem;
padding-top: .55rem;
}
.role-container .right li {
margin-top: 0;
margin-bottom: .65rem;
}
.role-container .right li span {
margin-left: .5rem;
width: 3rem;
}
.role-container .right li.role4 {
margin-bottom: .7rem;
}
.role-container .bottom {
position: absolute;
left: 1.5rem;
bottom: .7rem;
bottom: .45rem;
}
.role-container .bottom img {
display: inline-block;
......@@ -324,14 +315,14 @@ textarea {
}
.arms-container .arms em {
position: absolute;
width: 2rem;
width: 3.6rem;
text-align: center;
font-size: 0.26rem;
color: #5f1a11;
height: 0.7rem;
line-height: 0.7rem;
font-weight: bold;
left: 3.2rem;
left: 2.4rem;
top: 1.9rem;
}
.arms-container .arms em.name2 {
......@@ -550,8 +541,8 @@ textarea {
font-size: 0.42rem;
color: #613937;
background: none;
width: 3.4rem;
max-width: 3.4rem;
width: 3.9rem;
max-width: 3.9rem;
text-align: left;
font-weight: bold;
}
......
......@@ -104,42 +104,42 @@
li {
.lh(.62rem);
.fs(.26rem, @baseColor);
text-align: left;
margin-top: .3rem;
.fs(.24rem, @baseColor);
font-weight: bold;
text-align: center;
margin-top: .5rem;
span {
display: block;
width: 1.8rem;
.fr();
margin-left: .2rem;
display: inline-block;
width: 3.23rem;
.ells();
margin-right: .45rem;
}
&.role1 {
background: url("../images/role_img1.png") no-repeat center;
background-size: auto .62rem;
}
&.role2 {
background: url("../images/role_img2.png") no-repeat center;
background-size: auto .62rem;
}
&.role3 {
background: url("../images/role_img3.png") no-repeat center;
background-size: auto .62rem;
}
&.role4 {
background: url("../images/role_img4.png") no-repeat center;
background-size: auto .62rem;
}
&.role5 {
background: url("../images/role_img5.png") no-repeat center;
background-size: auto .62rem;
}
//&.role1 {
// background: url("../images/role_img1.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role2 {
// background: url("../images/role_img2.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role3 {
// background: url("../images/role_img3.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role4 {
// background: url("../images/role_img4.png") no-repeat center;
// background-size: auto .62rem;
//}
//
//&.role5 {
// background: url("../images/role_img5.png") no-repeat center;
// background-size: auto .62rem;
//}
}
......@@ -155,13 +155,24 @@
.right {
.fr();
width: 50%;
padding-top: .4rem;
padding-top: .55rem;
li{
margin-top: 0;
margin-bottom: .65rem;
span {
margin-left:.5rem;
width: 3rem;
}
&.role4{
margin-bottom: .7rem;
}
}
}
.bottom {
.pa();
left: 1.5rem;
bottom: .7rem;
bottom: .45rem;
img{
display: inline-block;
vertical-align: text-bottom;
......@@ -230,12 +241,12 @@
padding-left:1.2rem;
em{
.pa();
width: 2rem;
width: 3.6rem;
text-align: center;
.fs(.26rem,@baseColor);
.lh(.7rem);
font-weight: bold;
left: 3.2rem;
left: 2.4rem;
top: 1.9rem;
&.name2{
top: 2.9rem;
......@@ -506,8 +517,8 @@
height: .8rem;
.fs(.42rem,#613937);
background: none;
width: 3.4rem;
max-width: 3.4rem;
width: 3.9rem;
max-width: 3.9rem;
text-align: left;
font-weight: bold;
option{
......
This image diff could not be displayed because it is too large. You can view the blob instead.
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