继续造轮子。
效果如下:
-
css:
.kd-notice-div{
position: fixed;
z-index: 99999000;
top: 80px;
right: 20px;
border: 0px solid black;
width: 280px;
min-height: 0px;
max-height: 500px;
padding: 0px;
background: transparent;
overflow-y: scroll;
-ms-overflow-style:none;
overflow:-moz-scrollbars-none;
}
.kd-notice-div::-webkit-scrollbar {
display: none;
}
.kd-notice-content{
width: 100%;
background: transparent;
}
.kd-notice-cell{
width: calc(100% - 20px);
min-height: 48px;
max-height: 72px;
border-radius: 5px;
background: rgba(0,0,0, 0.7);
color: white;
font-size: 14px;
letter-spacing: 1px;
padding: 5px 10px;
line-height: 24px;
overflow-y: hidden;
margin-bottom: 10px;
margin-top: -3