...
|
...
|
@@ -184,13 +184,14 @@ |
|
|
background-size: 100% 100%;
|
|
|
|
|
|
.left {
|
|
|
width: 230px;
|
|
|
width: 200px;
|
|
|
height: 168px;
|
|
|
color: #fff;
|
|
|
font-size: 90px;
|
|
|
line-height: 168px;
|
|
|
text-align: center;
|
|
|
float: left;
|
|
|
overflow: hidden;
|
|
|
|
|
|
span {
|
|
|
font-size: 50px;
|
...
|
...
|
@@ -198,7 +199,7 @@ |
|
|
}
|
|
|
|
|
|
.right {
|
|
|
width: 240px;
|
|
|
width: 270px;
|
|
|
padding: 30px 0;
|
|
|
height: 168px;
|
|
|
float: left;
|
...
|
...
|
|