index.less
358 Bytes
.points-rule-tip {
position: absolute;
// background-color: white;
top: 0rpx;
right: 0rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 999;
cursor: pointer;
}
.tip-icon {
font-size: 32rpx;
margin-bottom: 4rpx;
}
.tip-text {
font-size: 24rpx;
// color: #666;
line-height: 1;
}