• This project
    • Loading...
  • Sign in

Hooke / lls_program

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • lls_program
  • src
  • pages
  • Dashboard
  • index.less
  • hookehuyr's avatar
    feat: 更新UI样式和图标,优化图片选择失败处理 · da4f77dd ...
    da4f77dd
    - 将多个页面中的文本颜色和背景样式更新为白色主题
    - 添加自定义图标替换原有图标,增强视觉一致性
    - 注释掉图片选择失败时的错误提示,优化用户体验
    - 调整家庭相册和创建家庭页面的布局和图标
    hookehuyr authored 2025-09-16 11:08:25 +0800
index.less 358 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
.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: 20rpx;
  // color: #666;
  line-height: 1;
}