You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.0 KiB
92 lines
2.0 KiB
/* 字体 */
|
|
@font-face {
|
|
font-family: 'PuHuiTi-Bold';
|
|
src: url('../font/Alibaba-PuHuiTi-Bold.otf');
|
|
}
|
|
@font-face {
|
|
font-family: 'PuHuiTi-Medium';
|
|
src: url('../font/Alibaba-PuHuiTi-Medium.otf');
|
|
}
|
|
@font-face {
|
|
font-family: 'PuHuiTi-Regular';
|
|
src: url('../font/Alibaba-PuHuiTi-Regular.otf');
|
|
}
|
|
@font-face {
|
|
font-family: 'ROBOTO-BOLD';
|
|
src: url('../font/ROBOTOMONO-BOLD-2.TTF');
|
|
}
|
|
@font-face {
|
|
font-family: 'ROBOTO-REGULAR';
|
|
src: url('../font/ROBOTOMONO-REGULAR-9.TTF');
|
|
}
|
|
@font-face {
|
|
font-family: 'Baron Neue';
|
|
src: url('../font/Baron Neue.otf');
|
|
}
|
|
@font-face {
|
|
font-family: 'FZZhengHeiS-DB-GB Regular';
|
|
src: url('../font/FZZhengHeiS-DB-GB.TTF');
|
|
}
|
|
@font-face {
|
|
font-family: 'DIN Alternate Bold';
|
|
src: url('../font/DIN ALTERNATE BOLD.TTF');
|
|
}
|
|
|
|
/* 滚动条 */
|
|
::-webkit-scrollbar-track-piece {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-left: 1px solid rgba(0, 0, 0, 0);
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: 4px;
|
|
height: 0px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
background-clip: padding-box;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
min-height: 10px;
|
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
/* 地图 */
|
|
.land-name{
|
|
font-size: 30px;
|
|
font-family: 'PuHuiTi-Medium';
|
|
font-weight: bold;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
line-height: 24px;
|
|
letter-spacing: 2px;
|
|
white-space: nowrap;
|
|
text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
|
|
/* -webkit-text-stroke: 1px #000000; */
|
|
}
|
|
.text-hide .land-name{
|
|
display: none;
|
|
}
|
|
.text-18 .land-name{
|
|
font-size: 30px;
|
|
}
|
|
.text-17 .land-name{
|
|
font-size: 20px;
|
|
}
|
|
.text-16 .land-name{
|
|
font-size: 10px;
|
|
}
|
|
|
|
/* .location-icon{
|
|
background-color: white;
|
|
border-radius: 30px;
|
|
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.49);
|
|
} */ |