This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

优化layer弹窗

old
宇天 2020-07-24 13:55:12 +08:00
parent f997a68df9
commit 4a55dec749
1 changed files with 2 additions and 2 deletions

View File

@ -40,12 +40,12 @@
.layer { .layer {
overflow: hidden; overflow: hidden;
flex: 0 auto; flex: 0 auto;
position: fixed; position: absolute;
z-index: 65535; z-index: 65535;
border-radius: 2px; border-radius: 2px;
color: #666; color: #666;
font-size: 14px; font-size: 14px;
background: rgba(255, 255, 255, 0.7); background: rgba(255, 255, 255, 0.8);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out,
right 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out; right 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out;