|
|
$color1: #c03729;
|
|
|
$color1: #c03729; /* red */
|
|
|
$color2: #ffea5f; /* yellow */
|
|
|
$color3: #952c20; /* shadow */
|
|
|
|
|
|
$border-radius: 8px;
|
|
|
|
|
|
.vip-day {
|
|
|
background-color: #27272b;
|
|
|
}
|
|
|
|
|
|
.vipday-game {
|
|
|
font-size: 24px;
|
|
|
width: 750px;
|
|
|
border-top: 1PX solid #27272b;
|
|
|
|
|
|
.game-rect {
|
|
|
border: 3px solid #001;
|
|
|
background-color: #342327;
|
|
|
box-shadow: 0 0 0 3px #ee5646;
|
|
|
border-radius: 8px;
|
|
|
color: $color2;
|
|
|
}
|
|
|
|
|
|
.game-val {
|
|
|
font-size: 38px;
|
|
|
display: inline-block;
|
|
|
padding: 5px 20px;
|
|
|
}
|
|
|
|
|
|
.game-btn {
|
|
|
height: 100px;
|
|
|
line-height: 100px;
|
|
|
border: none;
|
|
|
outline: none;
|
|
|
border-radius: 8PX;
|
|
|
box-shadow: 0 8px $color3;
|
|
|
background-color: $color2;
|
|
|
font-size: 32px;
|
|
|
padding: 0 40px;
|
|
|
}
|
|
|
|
|
|
.my-award {
|
|
|
color: #5e4412;
|
|
|
}
|
|
|
|
|
|
/* ---------------------------------------------------- *\
|
|
|
header area
|
|
|
\* ---------------------------------------------------- */
|
|
|
|
|
|
.header {
|
|
|
height: 142px;
|
|
|
background-color: $color1;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.header-banner {
|
|
|
float: left;
|
|
|
width: 162px;
|
|
|
height: 124px;
|
|
|
margin: 11px 25px 7px 15px;
|
|
|
background: url("/activity/vip_day/chit@2x.png");
|
|
|
}
|
|
|
|
|
|
.game-notify {
|
|
|
width: 510px;
|
|
|
height: 79px;
|
|
|
margin-top: 32px;
|
|
|
overflow: hidden;
|
|
|
text-align: center;
|
|
|
font-size: 28px;
|
|
|
line-height: calc(79 - 3 * 2px);
|
|
|
}
|
|
|
|
|
|
.game {
|
|
|
height: 536px;
|
|
|
background: resolve('activity/vip_day/stage@2x.png');
|
|
|
background: resolve("activity/vip_day/stage@2x.png");
|
|
|
background-size: 750px 536px;
|
|
|
}
|
|
|
|
|
|
/* ---------------------------------------------------- *\
|
|
|
main area
|
|
|
\* ---------------------------------------------------- */
|
|
|
|
|
|
/* ---------------------------------------------------- *\
|
|
|
footer area
|
|
|
\* ---------------------------------------------------- */
|
|
|
|
|
|
.small-icon {
|
|
|
display: inline-block;
|
|
|
width: 25px;
|
|
|
height: 25px;
|
|
|
margin-right: 5px;
|
|
|
vertical-align: middle;
|
|
|
background: url("/activity/vip_day/coin-lite@2x.png");
|
|
|
}
|
|
|
|
|
|
.info {
|
|
|
display: table;
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
padding-bottom: 40px;
|
|
|
padding-top: 15px;
|
|
|
padding-bottom: 60px;
|
|
|
background-color: $color1;
|
|
|
color: #ffedbf;
|
|
|
}
|
|
|
|
|
|
.my-icon-label {
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
span {
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.player-num {
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
|
|
|
.player-num-val {
|
|
|
font-size: 32px;
|
|
|
}
|
|
|
|
|
|
.info-item {
|
|
|
display: table-cell;
|
|
|
text-align: center;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
.explain {
|
|
|
position: relative;
|
|
|
width: 708px;
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
margin-top: -43px;
|
|
|
|
|
|
&:before {
|
|
|
display: block;
|
|
|
content: '';
|
|
|
height: 40px;
|
|
|
background: url('/activity/vip_day/sprite2.png');
|
|
|
background-size: cover;
|
|
|
}
|
|
|
|
|
|
&:after {
|
|
|
|
|
|
content: "";
|
|
|
height: 27px;
|
|
|
border: 5px solid #ffedbf;
|
|
|
border-radius: 12px;
|
|
|
background-color: #32212c;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.explain-txt {
|
|
|
position: relative;
|
|
|
z-index: 1;
|
|
|
width: 679px;
|
|
|
height: 297px;
|
|
|
padding: 0 40px 13px;
|
|
|
margin: 0 auto;
|
|
|
background: white resolve('activity/vip_day/sprite1.png') repeat-x left bottom;
|
|
|
padding: 27px 40px 13px;
|
|
|
margin: -13px auto 0;
|
|
|
background: white resolve("activity/vip_day/sprite1.png") repeat-x left bottom;
|
|
|
background-size: 13px;
|
|
|
}
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
|
|
&:before {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
content: "";
|
|
|
height: 27px;
|
|
|
background: linear-gradient(to bottom, rgba(171,171,171, 0.8), transparent);
|
|
|
}
|
|
|
}
|
|
|
} |
...
|
...
|
|