@import '../common/index.wxss';
.mc-table{position:relative;font-size:28rpx;background:#fff;box-sizing:border-box}.mc-table.has-border{border-top:1rpx solid #ebeef5;border-bottom:1rpx solid #ebeef5}.mc-table.is-scrolling-none .mc-table__fixed{box-shadow:none}.mc-table.is-scrolling-right-none .mc-table__fixed-right{box-shadow:none}.mc-table__header{position:relative;box-sizing:border-box}.mc-table__body{position:relative;box-sizing:border-box}.mc-table__scroll-view{position:relative;width:100%}.mc-table__empty{display:flex;flex-direction:column;padding:50rpx;background:#fff;color:#666;justify-content:center;align-items:center}.mc-table__fixed{position:absolute;left:0;top:0;z-index:1;box-sizing:border-box;box-shadow:10rpx 0rpx 10rpx -10rpx rgba(0,0,0,0.12);transition:box-shadow 0.25s ease}.mc-table__fixed-right{position:absolute;right:0;top:0;z-index:1;box-sizing:border-box;box-shadow:-10rpx 0rpx 10rpx -10rpx rgba(0,0,0,0.12);transition:box-shadow 0.25s ease}
