Skip to content

Commit

Permalink
删除无用css
Browse files Browse the repository at this point in the history
Signed-off-by: exploit <eitsxiaozhai@gmail.com>
  • Loading branch information
EITSxiaozhai committed Aug 19, 2024
1 parent 29d5032 commit 88ed767
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions blogvuets/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,45 +25,7 @@ useHead({


<style lang="scss">
//.snowflake {
// --size: 0vw;
// width: var(--size);
// height: var(--size);
// background: url("../static/img/xuehua.png") no-repeat;
// background-size: 100% 100%;
// position: fixed;
// top: -5vh;
// z-index: -1;
//}
//
//@keyframes snowfall {
// 100% {
// transform: translate3d(var(--end), 100vh, 0);
// }
//}
//
//@for $i from 0 through 500 {
// .snowflake:nth-child(#{$i}) {
// //每个雪花的大小
// --size: #{random(10) * 0.1}vw;
// //雪花移动目标点 -70后是负数 这样雪花会向左下方飘落
// --end: #{random(20) - 70}vw;
// left: #{random(150)}vw;
// animation: snowfall #{10 + random(10)}s linear infinite;
// animation-delay: -#{random(10)}s;
// }
//}
//html, body {
// height: 100%;
// width: 100%;
// margin: 0;
// padding: 0;
// background: rgb(233, 233, 235);
// font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
//}
//
#app, body {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
height: 100%; /* 使#app占满全屏高度 */
Expand Down

0 comments on commit 88ed767

Please sign in to comment.