• 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
    style(Dashboard): 调整积分攻略文本样式 · 226981ac ...
    226981ac
    - 将字体大小从20rpx增大到24rpx
    - 修改文本颜色从白色改为灰色
    hookehuyr authored 2025-09-16 13:16:59 +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: 24rpx;
  // color: #666;
  line-height: 1;
}