码农笔录博客源码
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

34 satır
487 B

.root-container{
position: absolute;
height: 100%;
width: 100%;
max-width: 100%;
}
6 yıl önce
.nav-container{
max-height: 40px;
6 yıl önce
position: fixed;
width: 100%;
z-index: 1000;
left: 0;
top: 0;
6 yıl önce
}
.nav-container .sui-navbar .navbar-inner{
padding: 0 50px;
}
::-webkit-scrollbar {
width: 1px;
height: 0px;
}
::-webkit-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0);
-webkit-border-radius: 6px;
}
.cursor{
cursor: pointer
}