...
|
...
|
@@ -33,28 +33,36 @@ $border: #e0e0e0; |
|
|
position: absolute;
|
|
|
top: 30px;
|
|
|
left: 30px;
|
|
|
height: 35px;
|
|
|
padding: 0 10px;
|
|
|
border: 2px solid $white;
|
|
|
border-radius: 20px;
|
|
|
height: 70px;
|
|
|
padding: 0 20px;
|
|
|
border: 4px solid $white;
|
|
|
border-radius: 40px;
|
|
|
color: $white;
|
|
|
font-size: 22px;
|
|
|
font-size: 44px;
|
|
|
text-align: center;
|
|
|
line-height: 1.5;
|
|
|
line-height: 70px;
|
|
|
-webkit-transform: scale(0.5);
|
|
|
transform: scale(0.5);
|
|
|
-webkit-transform-origin: 0 0;
|
|
|
transform-origin: 0 0;
|
|
|
}
|
|
|
|
|
|
.living {
|
|
|
position: absolute;
|
|
|
top: 30px;
|
|
|
left: 30px;
|
|
|
height: 35px;
|
|
|
width: 70px;
|
|
|
height: 70px;
|
|
|
width: 140px;
|
|
|
background: $red;
|
|
|
border-radius: 15px;
|
|
|
border-radius: 40px;
|
|
|
color: $white;
|
|
|
font-size: 22px;
|
|
|
font-size: 44px;
|
|
|
text-align: center;
|
|
|
line-height: 1.5;
|
|
|
line-height: 70px;
|
|
|
-webkit-transform: scale(0.5);
|
|
|
transform: scale(0.5);
|
|
|
-webkit-transform-origin: 0 0;
|
|
|
transform-origin: 0 0;
|
|
|
}
|
|
|
|
|
|
&_tag {
|
...
|
...
|
@@ -196,14 +204,18 @@ $border: #e0e0e0; |
|
|
position: absolute;
|
|
|
top: 30px;
|
|
|
left: 30px;
|
|
|
height: 35px;
|
|
|
width: 70px;
|
|
|
height: 70px;
|
|
|
width: 140px;
|
|
|
background: $red;
|
|
|
border-radius: 20px;
|
|
|
border-radius: 40px;
|
|
|
color: $white;
|
|
|
font-size: 22px;
|
|
|
font-size: 44px;
|
|
|
text-align: center;
|
|
|
line-height: 1.5;
|
|
|
line-height: 70px;
|
|
|
-webkit-transform: scale(0.5);
|
|
|
transform: scale(0.5);
|
|
|
-webkit-transform-origin: 0 0;
|
|
|
transform-origin: 0 0;
|
|
|
}
|
|
|
|
|
|
.main-intro {
|
...
|
...
|
@@ -294,14 +306,18 @@ $border: #e0e0e0; |
|
|
position: absolute;
|
|
|
top: 20px;
|
|
|
left: 220px;
|
|
|
height: 35px;
|
|
|
width: 70px;
|
|
|
border: 2px solid $black;
|
|
|
border-radius: 20px;
|
|
|
font-size: 22px;
|
|
|
line-height: 1.5;
|
|
|
height: 70px;
|
|
|
width: 140px;
|
|
|
border: 4px solid $black;
|
|
|
border-radius: 40px;
|
|
|
font-size: 44px;
|
|
|
line-height: 70px;
|
|
|
text-align: center;
|
|
|
color: $black;
|
|
|
-webkit-transform: scale(0.5);
|
|
|
transform: scale(0.5);
|
|
|
-webkit-transform-origin: 0 0;
|
|
|
transform-origin: 0 0;
|
|
|
}
|
|
|
|
|
|
.pre-time {
|
...
|
...
|
|