移除组件中自定义字体

This commit is contained in:
cebgcontract 2022-03-03 16:11:40 +08:00
parent e5baaca9d5
commit c3dd9c5f86
6 changed files with 0 additions and 10 deletions

View File

@ -690,7 +690,6 @@ export default class extends Vue {
margin-top: 1.5em;
.description {
font-family: 'Oxanium', cursive;
font-weight: bold;
font-size: 1.25em;
line-height: 1.4;
@ -715,7 +714,6 @@ export default class extends Vue {
border-radius: 0.375em;
font-size: inherit;
span {
font-family: 'Oxanium', cursive;
font-weight: bolder;
font-size: 1.5em;
color: #000000;

View File

@ -160,7 +160,6 @@ export default class extends Vue {
.container{
color: white;
font-family: 'title',serif;
width: 100vw;
max-width: 1920px;
max-height: 910px;
@ -197,7 +196,6 @@ export default class extends Vue {
}
.owner-info {
display: flex;
font-family: 'zitic',serif;
flex-direction: column;
background-image: url("../../assets/main/detail/border-bg-1.png");
background-size: contain;
@ -243,7 +241,6 @@ export default class extends Vue {
.right-part{
width: 35%;
font-family: 'zitic',serif;
z-index: 2;
display: flex;
flex-direction: column;

View File

@ -82,7 +82,6 @@ export default class extends Vue {
}
}
.card-root{
font-family: 'zitic',serif;
text-decoration: none;
display: flex;
flex-direction: column;
@ -155,7 +154,6 @@ export default class extends Vue {
width: 100%;
.nft-id {
width: 90%;
font-family: 'zitic',serif;
color: #46E0F4;
text-decoration: none;
margin-bottom: 5px;

View File

@ -190,7 +190,6 @@ $height: 18.33em;
bottom: $height * 100 / 389;
}
.name-label {
font-family: 'title',serif;
color: white;
text-transform:capitalize;
font-size: $width * 40 / 390;

View File

@ -264,7 +264,6 @@ export default class extends Vue {
}
.walletBtn {
font-size: 18px;
font-family: zitic,serif;
color: white;
text-decoration: none;
line-height: 80px;

View File

@ -121,7 +121,6 @@ export default class extends Vue {
.name {
font-size: 1.125em;
margin-bottom: 0.5em;
font-family: 'Oxanium', monospace;
}
.divCode {