Files
xo_user_client/pages/plugins/distribution/promotion-user/promotion-user.css
2025-04-25 09:49:53 +08:00

17 lines
234 B
CSS

/*
* 列表
*/
.data-list .item .base .avatar {
width: 40rpx;
height: 40rpx !important;
}
/*
* 隐藏滚动条
*/
scroll-view ::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
color: transparent;
}