aigc-h5/src/assets/css/main.css

75 lines
1.1 KiB
CSS

@import './base.css';
@import './highlight.scss';
@import './github-markdown.scss';
html,
body {
overflow: visible;
overflow-x: hidden;
}
#app {
height: 100%;
width: 100%;
}
.van-button--primary{
background-color: #3662FE !important;
}
.van-floating-bubble{
background: transparent !important;
width: 140px !important;
height: 140px !important;
}
::-webkit-scrollbar {
width: 7px;
height: 8px;
}
::-webkit-scrollbar-track {
background-color: #0000000d;
}
::-webkit-scrollbar-thumb {
border-radius: 2px;
background-color: #9093994d;
box-shadow: inset 0 0 6px #0003;
}
::-webkit-scrollbar-thumb:hover {
background-color: #b6b7b9;
}
/* #app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
font-weight: normal;
}
a,
.green {
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
transition: 0.4s;
}
@media (hover: hover) {
a:hover {
background-color: hsla(160, 100%, 37%, 0.2);
}
}
@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
}
} */