...
|
...
|
@@ -2,7 +2,7 @@ |
|
|
background-image: resolve("activity/birthday/bg.jpg");
|
|
|
background-size: 100% auto;
|
|
|
background-repeat: no-repeat;
|
|
|
background-color: #192133;
|
|
|
background-color: #c30d23;
|
|
|
background-position: center top;
|
|
|
position: relative;
|
|
|
padding-top: 536px;
|
...
|
...
|
@@ -37,29 +37,17 @@ |
|
|
}
|
|
|
|
|
|
a {
|
|
|
color: #00af47;
|
|
|
font-size: 20px;
|
|
|
font-size: 22px;
|
|
|
color: #fff;
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.title-1 {
|
|
|
color: #ffd602;
|
|
|
}
|
|
|
|
|
|
.title-2 {
|
|
|
color: #0bc9e8;
|
|
|
}
|
|
|
|
|
|
.title-3 {
|
|
|
color: #00af47;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.foot-tip {
|
|
|
font-size: 16px;
|
|
|
color: #ff6dd8;
|
|
|
color: #231815;
|
|
|
text-decoration: underline;
|
|
|
padding: 60px 0 20px;
|
|
|
text-align: center;
|
...
|
...
|
@@ -76,7 +64,7 @@ |
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
background: #000;
|
|
|
opacity: 0.85;
|
|
|
opacity: 0.65;
|
|
|
display: none;
|
|
|
}
|
|
|
|
...
|
...
|
|