Skip to content

Commit

Permalink
fix:wujie
Browse files Browse the repository at this point in the history
  • Loading branch information
iRuxu committed Oct 7, 2024
1 parent 98f5baf commit 45c2627
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/assets/css/wujie/cj-detail.less
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
html{
margin:0;
padding:0;
background: linear-gradient(180deg, rgba(41, 56, 69, 1) 0%, rgba(115, 136, 149, 1) 100%);
}
body{
background: linear-gradient(180deg, rgba(41, 56, 69, 1) 0%, rgba(115, 136, 149, 1) 100%);
margin:0;
padding:0;
}
.p-wujie-cj-detail {
width: 100vw;
// width: 100vw;
min-height: 100vh;
padding: 12px 0;
box-sizing: border-box;
Expand Down

0 comments on commit 45c2627

Please sign in to comment.