You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
532 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;
margin-top: 20px;
}
// 综合实例样式