antd-mobile
Version:
基于 React 的移动设计规范实现
31 lines (30 loc) • 538 B
CSS
.hairline-remove-right-bottom {
border-bottom: 0;
}
.hairline-remove-right-bottom:after {
display: none;
}
.hairline-remove-right-bottom-bak:after {
display: none;
}
.hairline-remove-left-top:before {
display: none;
}
.am-progress-outer {
background-color: #ddd;
display: block;
}
.am-progress-fixed-outer {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 2000;
}
.am-progress-hide-outer {
background-color: transparent;
}
.am-progress-bar {
border: 4px solid #108ee9;
transition: all .3s linear 0s;
}