users/static/css/custom.css

14 lines
196 B
CSS
Raw Normal View History

2024-11-08 14:43:06 +08:00
/*
自定义css
*/
.hr{
height: 10rpx;
width: 100%;
background-color: rgba(247, 247, 247, 0.9);
}
button.button-hide-bg::after{ border: none; }
button.button-hide-bg{
background: none;
}