css background transparent All In One

css background transparent All In One

opacity

        ul {
            max-height: 100px;
            /* max-height: 187px; */
            overflow-y: auto;
            position: relative;
            li:first-of-type {
                top: -1px;
                position: sticky;
                z-index: 666;
                opacity: 0;
                background: transparent;
            }
      }

refs



©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


xgqfrms
原文地址:https://www.cnblogs.com/xgqfrms/p/14322598.html