gohttpdUi/src/styles/glob.less

32 lines
513 B
Plaintext

// 悬停样式
.hover-effect {
cursor: pointer;
transition: background .3s;
&:hover {
background: rgba(0, 0, 0, .025);
}
}
// 悬停样式
// 必填样式
.is-required-item::before {
content: "*";
color: #F56C6C;
margin-right: 4px;
}
// 必填样式
// 综合实例样式
.search__example--wrap {
padding: 20px 10px 0 10px;
background: #fff;
margin-bottom: 15px;
}
.button__example--wrap {
margin-bottom: 10px;
}
.dialong__button--wrap {
text-align: center;
}
// 综合实例样式