mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 12:51:30 +00:00
658217ee8f
* `#喵喵版本` 使用图片展示更新信息 * 页面版权信息展示Yunzai及喵喵版本号 * `#角色面板` 伤害计算增加 迪奥娜ⁿᵉʷ、安柏ⁿᵉʷ、凯亚ⁿᵉʷ
309 lines
4.9 KiB
Plaintext
309 lines
4.9 KiB
Plaintext
@font-face {
|
|
font-family: "HWZS";
|
|
src: url("../common/font/华文中宋.TTF");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Number";
|
|
src: url("../common/font/tttgbnumber.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "NZBZ";
|
|
src: url("../common/font/NZBZ.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "YS";
|
|
src: url("../common/font/HYWH-85W.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "YS2";
|
|
src: url("../common/font/HYWH-65W.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: Number, YS2, PingFangSC-Medium, PingFang SC, sans-serif;
|
|
transform: scale(1.4);
|
|
transform-origin: 0 0;
|
|
width: 600px;
|
|
}
|
|
|
|
.container {
|
|
width: 600px;
|
|
padding: 20px 15px 10px 15px;
|
|
background-size: contain;
|
|
}
|
|
|
|
|
|
.head-box {
|
|
border-radius: 15px;
|
|
padding: 10px 20px;
|
|
position: relative;
|
|
color: #fff;
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.head-box .title {
|
|
font-size: 36px;
|
|
font-family: NZBZ, sans-serif;
|
|
text-shadow: 0 0 1px #000, 1px 1px 3px rgba(0, 0, 0, .9);
|
|
}
|
|
|
|
|
|
.head-box .genshin_logo {
|
|
position: absolute;
|
|
top: 1px;
|
|
right: 15px;
|
|
width: 97px;
|
|
}
|
|
|
|
.head-box .label {
|
|
font-size: 16px;
|
|
text-shadow: 0 0 1px #000, 1px 1px 3px rgba(0, 0, 0, .9);
|
|
}
|
|
|
|
|
|
.notice {
|
|
color: #888;
|
|
font-size: 12px;
|
|
text-align: right;
|
|
padding: 12px 5px 5px;
|
|
}
|
|
|
|
.notice-center {
|
|
color: #fff;
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
text-shadow: 1px 1px 1px #333;
|
|
}
|
|
|
|
.copyright {
|
|
font-size: 16px;
|
|
font-family: Number, sans-serif;
|
|
text-align: center;
|
|
color: #fff;
|
|
position: relative;
|
|
padding-left: 10px;
|
|
text-shadow: 1px 1px 1px #000;
|
|
margin: 10px 0;
|
|
|
|
.version {
|
|
font-size: 13px;
|
|
color: #d3bc8e;
|
|
display: inline-block;
|
|
padding: 0 3px;
|
|
}
|
|
}
|
|
|
|
|
|
/* */
|
|
|
|
.cons {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 0 5px;
|
|
border-radius: 4px;
|
|
font-family: Number, YS;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
|
|
.cons(@idx, @bg, @color:#fff) {
|
|
.cons-@{idx} {
|
|
background: @bg;
|
|
color: @color;
|
|
}
|
|
}
|
|
|
|
.cons(0, #666);
|
|
.cons(n0, #404949);
|
|
.cons(1, #5cbac2);
|
|
.cons(2, #339d61);
|
|
.cons(3, #3e95b9);
|
|
.cons(4, #3955b7);
|
|
.cons(5, #531ba9cf);
|
|
.cons(6, #ff5722);
|
|
|
|
.cons2(@idx, @bg, @color:#fff) {
|
|
.cons2-@{idx} {
|
|
border-radius: 4px;
|
|
background: @bg;
|
|
color: @color;
|
|
}
|
|
}
|
|
|
|
.cons2(0, #666);
|
|
.cons2(1, #71b1b7);
|
|
.cons2(2, #369961);
|
|
.cons2(3, #4596b9);
|
|
.cons2(4, #4560b9);
|
|
.cons2(5, #531ba9cf);
|
|
.cons2(6, #ff5722);
|
|
|
|
|
|
/******** ELEM ********/
|
|
|
|
@elems: anemo, cryo, electro, geo, hydro, pyro;
|
|
|
|
each(@elems, {
|
|
.elem-@{value} .talent-icon {
|
|
background-image: url("./bg/talent-@{value}.png");
|
|
}
|
|
|
|
.elem-@{value} .elem-bg,
|
|
.@{value}-bg {
|
|
background-image: url("./bg/bg-@{value}.jpg");
|
|
}
|
|
})
|
|
|
|
|
|
/* cont */
|
|
|
|
.cont {
|
|
border-radius: 10px;
|
|
background: url("../common/cont/card-bg.png") top left repeat-x;
|
|
background-size: auto 100%;
|
|
margin: 5px 15px 5px 10px;
|
|
position: relative;
|
|
box-shadow: 0 0 1px 0 #ccc, 2px 2px 4px 0 rgba(50, 50, 50, .8);
|
|
overflow: hidden;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
|
|
|
|
.cont-title {
|
|
background: rgba(0, 0, 0, .4);
|
|
box-shadow: 0 0 1px 0 #fff;
|
|
color: #d3bc8e;
|
|
font-family: Number, YS;
|
|
padding: 10px 20px;
|
|
text-align: left;
|
|
border-radius: 10px 10px 0 0;
|
|
}
|
|
|
|
.cont-title span {
|
|
font-size: 12px;
|
|
color: #aaa;
|
|
margin-left: 10px;
|
|
font-family: Number, YS;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.cont-body {
|
|
padding: 10px 15px;
|
|
font-size: 12px;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 0 1px 0 #fff;
|
|
font-family: YS;
|
|
font-weight: normal;
|
|
}
|
|
|
|
ul.cont-msg {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
ul.cont-msg li {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
ul.cont-msg li strong {
|
|
font-weight: normal;
|
|
margin: 0 2px;
|
|
color: #d3bc8e;
|
|
}
|
|
|
|
.cont-footer {
|
|
padding: 10px 15px;
|
|
font-size: 12px;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
font-family: YS;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.cont-table {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
|
|
.cont-table .tr {
|
|
display: table-row;
|
|
}
|
|
|
|
.cont-table .tr:nth-child(even) {
|
|
background: rgba(0, 0, 0, .4);
|
|
}
|
|
|
|
.cont-table .tr:nth-child(odd) {
|
|
background: rgba(50, 50, 50, .4);
|
|
}
|
|
|
|
.cont-table .tr > div,
|
|
.cont-table .tr > td {
|
|
display: table-cell;
|
|
box-shadow: 0 0 1px 0 #fff;
|
|
}
|
|
|
|
.cont-table .tr > div.value-full {
|
|
display: table;
|
|
width: 200%;
|
|
}
|
|
|
|
.cont-table .tr > div.value-none {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.cont-table .thead {
|
|
text-align: center;
|
|
}
|
|
|
|
.cont-table .thead > div,
|
|
.cont-table .thead > td {
|
|
font-family: YS;
|
|
color: #d3bc8e;
|
|
background: rgba(0, 0, 0, .4);
|
|
line-height: 40px;
|
|
height: 40px;
|
|
}
|
|
|
|
|
|
.cont-table .title,
|
|
.cont-table .th {
|
|
font-family: YS;
|
|
color: #d3bc8e;
|
|
padding-right: 15px;
|
|
text-align: right;
|
|
background: rgba(0, 0, 0, .4);
|
|
min-width: 100px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.logo {
|
|
font-size: 18px;
|
|
text-align: center;
|
|
color: #fff;
|
|
margin: 20px 0 10px 0;
|
|
}
|