256 lines
4.6 KiB
CSS
256 lines
4.6 KiB
CSS
@font-face {
|
|
font-family: "tttgbnumber";
|
|
src: url("../../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;
|
|
transform: scale(1.5);
|
|
transform-origin: 0 0;
|
|
}
|
|
.container {
|
|
width: 470px;
|
|
padding: 10px 15px;
|
|
background-color: #f5f6fb;
|
|
}
|
|
.base_info {
|
|
position: relative;
|
|
padding-left: 10px;
|
|
}
|
|
.head_box {
|
|
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
|
|
}
|
|
.head_box .icon {
|
|
position: absolute;
|
|
left: 20px;
|
|
width: 50px;
|
|
border-radius: 50%;
|
|
border: 2px solid #d3bc8e;
|
|
}
|
|
.head_box .id_text {
|
|
font-size: 20px;
|
|
margin-bottom: 5px;
|
|
position: relative;
|
|
left: 70px;
|
|
}
|
|
.head_box .day_text {
|
|
font-size: 16px;
|
|
position: relative;
|
|
left: 53px;
|
|
text-indent: 1em;
|
|
display: flex;
|
|
}
|
|
.head_box .name {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
max-width: 5em;
|
|
}
|
|
.head_box .genshin_logo {
|
|
position: absolute;
|
|
top: 1px;
|
|
right: 15px;
|
|
width: 97px;
|
|
}
|
|
.basicInfo {
|
|
padding: 10px 5px 15px;
|
|
background: #f5f5f5;
|
|
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
|
|
border-radius: 15px;
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
.basicInfo_header {
|
|
display: flex;
|
|
}
|
|
.basicInfo_icon {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.basicInfo_icon {
|
|
background-image: url(../../img/deck/七圣召唤.png);
|
|
background-size: 70px 70px;
|
|
background-repeat: no-repeat;
|
|
width: 67px;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 35px;
|
|
line-height: 70px;
|
|
margin: 10px 10px 0;
|
|
}
|
|
.basicInfo_right {
|
|
display: inline-block;
|
|
width: calc(78% - 15px);
|
|
padding: 10px 0px;
|
|
margin-left: 7px;
|
|
}
|
|
.basicInfo_right .item {
|
|
width: 100%;
|
|
padding: 5px 10px 0;
|
|
height: 29px;
|
|
color: #877254;
|
|
font-size: 13px;
|
|
border: 1px solid #ebeadc;
|
|
margin: 5px 0;
|
|
background-color: #f5eee4;
|
|
display: flex;
|
|
}
|
|
.basicInfo_right .item div:first-child {
|
|
width: 50%;
|
|
}
|
|
.basicInfo_right .item div:nth-child(2) {
|
|
width: 50%;
|
|
text-align: right;
|
|
}
|
|
.uid {
|
|
margin: 20px 10px 10px;
|
|
text-shadow: 0 0 3px #000, 2px 2px 4px rgba(0, 0, 0, 0.7);
|
|
text-align: right;
|
|
color: #fff;
|
|
}
|
|
.uid:before {
|
|
content: " ";
|
|
position: absolute;
|
|
width: 5px;
|
|
height: 24px;
|
|
border-radius: 1px;
|
|
left: 0;
|
|
top: 0;
|
|
background: #d3bc8d;
|
|
}
|
|
.data_box {
|
|
border-radius: 15px;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
padding: 10px 15px 0px 15px;
|
|
background: #fff;
|
|
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
|
|
padding: 20px 15px 5px 15px;
|
|
position: relative;
|
|
}
|
|
.tab_lable {
|
|
position: absolute;
|
|
top: -10px;
|
|
left: -8px;
|
|
background: #d4b98c;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
padding: 3px 10px;
|
|
border-radius: 15px 0px 15px 15px;
|
|
z-index: 20;
|
|
}
|
|
.data_line {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
margin-bottom: 14px;
|
|
}
|
|
.data_line_item {
|
|
width: 100px;
|
|
text-align: center;
|
|
/*margin: 0 20px;*/
|
|
}
|
|
.num {
|
|
font-family: tttgbnumber;
|
|
font-size: 10px;
|
|
}
|
|
.num span {
|
|
font-family: tttgbnumber;
|
|
color: #7f858a;
|
|
font-size: 9px;
|
|
}
|
|
.explor_box .num {
|
|
font-family: tttgbnumber;
|
|
font-size: 12px;
|
|
}
|
|
.lable {
|
|
font-size: 14px;
|
|
color: #7f858a;
|
|
line-height: 1;
|
|
margin-top: 3px;
|
|
}
|
|
.explor_box {
|
|
position: relative;
|
|
font-size: 12px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
border-radius: 15px;
|
|
margin-top: 20px;
|
|
margin-bottom: 12px;
|
|
background: #fff;
|
|
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
|
|
padding: 15px;
|
|
}
|
|
.explor_box .item {
|
|
margin-top: 10px;
|
|
/*margin-right: 10px;*/
|
|
display: flex;
|
|
/*justify-content: center;*/
|
|
align-items: center;
|
|
width: 200px;
|
|
height: 85px;
|
|
padding: 3px 4px;
|
|
border-radius: 6px;
|
|
color: #fff;
|
|
line-height: 1;
|
|
background: #394467 url(../../img/other/world-exploration-frame.png) center center no-repeat;
|
|
background-origin: content-box;
|
|
background-size: 100% 97%;
|
|
}
|
|
.explor_box .icon {
|
|
width: 62px;
|
|
margin-left: 3px;
|
|
}
|
|
.explor_box .content {
|
|
margin-left: 4px;
|
|
width: 130px;
|
|
}
|
|
.explor_box .content p {
|
|
margin: 7px 0;
|
|
}
|
|
.explor_box .name {
|
|
/* color: #fff; */
|
|
font-weight: 500;
|
|
white-space: nowrap;
|
|
}
|
|
.progress {
|
|
position: relative;
|
|
width: 120px;
|
|
height: 3px;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
}
|
|
.progress .value {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -14px;
|
|
font-size: 12px;
|
|
}
|
|
.progress .bar {
|
|
height: 100%;
|
|
background-color: #d3bc8d;
|
|
}
|
|
.explor_box .prestige {
|
|
color: #1e1f20;
|
|
background: #e9e5dc;
|
|
width: 88px;
|
|
border-radius: 2px;
|
|
padding: 3px 7px;
|
|
}
|
|
.homes_hidden {
|
|
display: none;
|
|
}
|
|
.logo {
|
|
font-size: 12px;
|
|
font-family: "tttgbnumber";
|
|
text-align: center;
|
|
color: #7994a7;
|
|
}
|
|
/*# sourceMappingURL=role-explore.css.map */ |