This commit is contained in:
X1627315083@163.com
2026-05-14 16:18:17 +08:00
parent dfd566e389
commit 1de788ccb7
3 changed files with 2 additions and 18 deletions

View File

@@ -27,15 +27,6 @@ h6,
color: #222222;
text-transform: capitalize;
}
html,
body,
#app {
width: 100%;
height: 100%;
overflow: hidden;
font-family: 'KaiseiOpti-Medium';
color: #232323;
}
@keyframes loading {
0% {
transform: rotate(0deg);

View File

@@ -22,15 +22,6 @@ h1, h2, h3, h4, h5, h6, .products-title{
color: #222222;
text-transform: capitalize;
}
html,
body,
#app {
width: 100%;
height: 100%;
overflow: hidden;
font-family: 'KaiseiOpti-Medium';
color: #232323;
}
@keyframes loading {
0% {

View File

@@ -60,6 +60,8 @@ const {} = toRefs(data);
background-color: #463a37;
> .content{
max-width: 1200px;
margin: 0 auto;
padding: 100px 0;
}
}
</style>