新版Steam的配色CSS,留着以后肯定用得着!

Model

1、Model弹层的背景css

.newmodal {
    font-family: "Motiva Sans", Sans-serif;
    font-weight: normal;
    position: absolute;
    max-width: 900px;
    min-width: 500px;
    background: radial-gradient(circle at top left, rgba(74, 81, 92, 0.4) 0%, rgba(75, 81, 92, 0) 60%), #25282e;
}

 

2、Model顶边蓝色边框

.modal_top_bar {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #00ccff, #3366ff);
}

我会继续慢慢更新!

版权声明:
作者:zjh4473
链接:https://blog.zixutech.cn/?p=283
来源:紫旭Blog
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>