2022-05-06 21:20:14 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: "tttgbnumber";
|
|
|
|
src: url("../common/font/tttgbnumber.ttf");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #1e1f20;
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC, sans-serif;
|
|
|
|
transform: scale(1);
|
|
|
|
transform-origin: 0 0;
|
|
|
|
width: 996px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
width: 996px;
|
|
|
|
padding: 10px 0px 10px 0px;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
font-size: 24px;
|
|
|
|
font-family: "tttgbnumber";
|
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
|
|
|
margin: 20px 0 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar {
|
|
|
|
min-height: 400px;
|
|
|
|
position: relative;
|
|
|
|
padding: 1px 0;
|
|
|
|
width: 956px;
|
|
|
|
margin: 20px;
|
|
|
|
box-shadow: 0 0 0 10px rgba(0, 0, 0, .6);
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-bg {
|
|
|
|
position: absolute;
|
|
|
|
width: 956px;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
text-align: center;
|
|
|
|
border-collapse: collapse;
|
|
|
|
height: 100%;
|
|
|
|
box-shadow: 0 0 1px 0 #fff inset;
|
|
|
|
border-radius: 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-bg table {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cal-bg .tr.thead {
|
|
|
|
background: rgba(0, 0, 0, .8);
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-bg td {
|
|
|
|
box-shadow: 0 0 1px 0 #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-bg td.date {
|
|
|
|
width: 7.692%
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-bg td.line {
|
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list {
|
|
|
|
position: relative;
|
|
|
|
padding-top: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
border-radius: 5px;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
background: rgba(232, 226, 216, 1);
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item:after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
left: 3px;
|
|
|
|
top: 3px;
|
|
|
|
right: 4px;
|
|
|
|
bottom: 4px;
|
|
|
|
box-shadow: 0 0 1px 0 #000 inset, 0 0 2px 0 #222a3b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item .info {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 15px 50px 15px 55px;
|
|
|
|
min-width: calc(100% - 480px);
|
|
|
|
border-radius: 5px;
|
|
|
|
background-image: linear-gradient(to right, rgba(232, 226, 216, 1), rgba(232, 226, 216, 1) 80%, rgba(232, 226, 216, 0) 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item .banner {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 500px;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
background-size: 100% auto;
|
|
|
|
background-position: left 40%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item strong {
|
|
|
|
display: block;
|
|
|
|
margin-left: -5px;
|
|
|
|
font-family: YS;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item span {
|
|
|
|
display: block;
|
|
|
|
font-family: Number, YS;
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
.cal-list .cal-item.type-weapon .info,
|
|
|
|
.cal-list .cal-item.type-character .info {
|
|
|
|
background-image: linear-gradient(to right, rgba(227, 164, 111), rgba(227, 164, 111) 80%, rgba(227, 164, 111, 0) 100%);
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-character {
|
|
|
|
overflow: visible;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-character .info {
|
|
|
|
padding-left: 65px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-character .character-img {
|
|
|
|
width: 65px;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 10;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-normal {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-normal:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-normal:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-normal:first-of-type {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-normal .info {
|
|
|
|
padding: 8px 20px 8px 15px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #4b5366;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item .cal-icon {
|
|
|
|
position: absolute;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
left: 10px;
|
|
|
|
top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-normal .cal-icon {
|
|
|
|
|
|
|
|
width: 23px;
|
|
|
|
height: 23px;
|
2022-05-06 21:47:54 +00:00
|
|
|
top: 6px;
|
2022-05-06 21:20:14 +00:00
|
|
|
margin-left: -3px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-normal strong {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-normal .info {
|
|
|
|
padding-left: 38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cal-list .cal-item.type-normal strong,
|
|
|
|
.cal-list .cal-item.type-normal span {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar .now-line {
|
|
|
|
position: absolute;
|
|
|
|
top: 84px;
|
|
|
|
bottom: -18px;
|
|
|
|
width: 1px;
|
|
|
|
background: #fff;
|
|
|
|
opacity: .8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.now-time {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.now-time span {
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
font-family: Number;
|
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
|
border-radius: 30px;
|
|
|
|
padding: 10px 15px;
|
|
|
|
border:1px solid #fff;
|
|
|
|
}
|