4c18892e9a
- 在页面顶部添加扫码按钮及处理逻辑 - 新增积分余额显示在菜单项右侧 - 扩展菜单数据包含积分余额、核销记录和联系客服 - 修改图标样式和尺寸 - 更新路由配置添加来源参数
22 lines
567 B
Plaintext
22 lines
567 B
Plaintext
|
|
.custom-icon{
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
display: inline-block;
|
|
}
|
|
.custom-icon-filtersearch{
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
background-image: url('https://img.liche.cn/lichebao/icon-filtersearch.png');
|
|
}
|
|
.custom-icon-logout{
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
background-image: url('https://img.liche.cn/lichebao/icon-logout.png');
|
|
}
|
|
.custom-icon-scancode{
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
background-image: url('https://img.liche.cn/lichebao/icon-scancode.png');
|
|
} |