• This project
    • Loading...
  • Sign in

Hooke / xyxBooking-weapp

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
  • xyxBooking-weapp
  • src
  • pages
  • index
  • index.less
  • hookehuyr's avatar
    refactor: 将px单位转换为rpx并优化样式结构 · b08cf0b5 ...
    b08cf0b5
    style: 统一组件样式和布局规范
    
    chore: 移除未使用的navBar组件
    
    fix: 修复样式细节和布局问题
    
    docs: 更新文件描述和注释信息
    hookehuyr authored 2026-01-06 23:36:44 +0800
index.less 119 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
/**
 * index页面样式
 */
.index {
    padding: 40rpx;
    
    .nut-button {
        margin-bottom: 40rpx;
    }
}