zent
Version:
一套前端设计语言和基于React的实现
16 lines (15 loc) • 428 B
CSS
.zent-popup {
box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
box-shadow: var(--shadow-spec-layer, 0 2px 16px 0 rgba(var(--theme-rgb-shadow-bg, 0, 0, 0), 0.1));
background-color: #fff;
background-color: var(--theme-section-bg, var(--theme-stroke-9, #fff));
left: 0;
outline: none;
overflow-y: auto;
position: relative;
width: 100%;
z-index: 2000;
max-height: 224px;
border-radius: 3px;
font-size: 14px;
}