- 打卡等级:暂无等级
- 打卡总天数:212
- 打卡月天数:6
- 打卡总奖励:168
- 最近打卡:2025-12-06 17:45:04
|
- ::-webkit-scrollbar-thumb {
- background-color: #12b7f5;
- background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);
- }
- ::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
- background: #f6f6f6;
- }
- ::-webkit-scrollbar {
- width: 10px;
- height: 1px;
- }
复制代码
|
|