1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/shendusimba-simba-admin

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
simba.scss 2.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Simba Отправлено 3 лет назад 2624b6e
[v-cloak] {
display: none;
}
img {
border-radius: 4px;
}
.a-b {
align-items: baseline;
}
.a-start {
align-items: flex-start;
}
.circle {
border-radius: 50% !important;
}
.c-d {
color: #999;
}
html,
body {
margin: 0px;
}
.h100 {
height: 100vh;
}
.h100p {
height: 100%;
}
.w100 {
width: 100%;
}
.font12 {
font-size: 12px;
}
.title1 {
font-size: 20px;
font-weight: bold;
letter-spacing: 1px;
}
.primary {
color: #369;
}
.danger {
color: #e9292c;
}
ul,
ol,
li {
margin: 0;
list-style: none;
padding: 0;
}
.radius {
border-radius: 5px;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.fixed {
position: fixed;
}
.t-c {
text-align: center;
}
.t-l {
text-align: left;
}
.flex {
display: flex;
flex-wrap: wrap;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-col {
flex-direction: column;
}
.flex1 {
flex: 1;
}
.j-c {
justify-content: center;
}
.j-s {
justify-content: space-between;
}
.a-c {
align-items: center;
}
.a-s {
align-content: space-between;
}
.bold {
font-weight: 500;
}
.del {
color: #ccc;
text-decoration: line-through;
}
// 生成从3到10的圆角备用,
@for $i from 3 through 20 {
.radius#{$i} {
border-radius: #{$i}px;
}
}
// 生成常用的字体备用,
@for $i from 12 through 32 {
.font#{$i} {
font-size: #{$i}px;
}
}
// 生成常用的边距备用,
@for $i from 5 through 50 {
.padv#{$i} {
padding-top: #{$i}px;
padding-bottom: #{$i}px;
}
.padh#{$i} {
padding-left: #{$i}px;
padding-right: #{$i}px;
}
.pad#{$i} {
padding: #{$i}px;
}
.marv#{$i} {
margin-top: #{$i}px;
margin-bottom: #{$i}px;
}
.marh#{$i} {
margin-left: #{$i}px;
margin-right: #{$i}px;
}
.mar#{$i} {
margin: #{$i}px;
}
}
.b-b {
box-sizing: border-box;
}
.underline {
text-decoration: underline;
}
.un-suggestion {
color: #ccc;
}
.cp {
cursor: pointer;
}
.sb-select-popover {
.ant-popover-inner-content {
padding: 5px 0;
.option-list {
li {
padding: 5px;
cursor: pointer;
&:hover {
color: #fff;
background-color: rgba(49, 79, 107, 0.452);
}
}
}
}
}
.oh {
overflow: hidden;
}
.text-limit {
overflow: hidden;
text-overflow: ellipsis;
}
.no-wrap {
white-space: nowrap;
}
.break-row {
white-space: pre-line;
word-wrap: break-word;
}
.bg-white {
background-color: white;
}
.ant-image-img {
height: 100% !important;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px #069;
background: #069;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 5px #001529;
border-radius: 10px;
background: #001529;
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/shendusimba-simba-admin.git
git@gitlife.ru:oschina-mirror/shendusimba-simba-admin.git
oschina-mirror
shendusimba-simba-admin
shendusimba-simba-admin
pro