You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
445 B
30 lines
445 B
|
|
.rem {
|
|
margin: 0 auto;
|
|
width: 6.3rem;
|
|
height: 5rem;
|
|
background-color: #00b3be;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.rem i {
|
|
position: relative;
|
|
display: block;
|
|
background-image: url("../image/jicon.png");
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: .97rem , .67rem;
|
|
height: .67rem;
|
|
margin-top: .25rem;
|
|
|
|
}
|
|
|
|
|
|
img {
|
|
position: relative;
|
|
margin-top:1.2rem ;
|
|
width: 5.44rem;
|
|
height: 2.6rem;
|
|
|
|
}
|