• This project
    • Loading...
  • Sign in

begete / jeecg-demo-admin · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • jeecg-demo-admin
  • src
  • assets
  • less
  • index.less
  • init peoject
    2142ff81
    by lyflyy
    2021-01-15 15:23:23 +0800  
    Browse Files
index.less 400 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 24 25 26 27 28
/**
 * 列表查询通用样式,移动端自适应
 */
.search{
  margin-bottom: 54px;
}
.fold{
  width: calc(100% - 216px);
  display: inline-block
}
.operator{
  margin-bottom: 18px;
}
@media screen and (max-width: 900px) {
  .fold {
    width: 100%;
  }
}
.operator button {
  margin-right: 5px;
}
i {
  cursor: pointer;
}
.trcolor{
  background-color: rgba(255, 192, 203, 0.31);
  color:red;
}