mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-15 16:02:19 +08:00
feat: add transparent display
This commit is contained in:
parent
6455c90300
commit
a8a9e70017
@ -136,6 +136,12 @@
|
||||
z-index: 8;
|
||||
}
|
||||
.shelter-bg {
|
||||
background-color: #ffffff;
|
||||
// background-color: #ffffff;
|
||||
background-color: #f0f0f0;
|
||||
background-image: linear-gradient(to top right, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(to top right, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
|
||||
background-position: 0 0, 8px 8px;
|
||||
background-size: 16px 16px;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user