Newer
Older
smartwell_app_front / src / assets / css / common.styl
StephanieGitHub on 6 Aug 2019 1 KB first commit
@import "variable.styl"

.mint-cell-wrapper {
  height 50px
}

/*头部样式*/
.mint-header {
  height 40px
  background-color #1d55c6
  h1 {
    font-size $font-size-medium-x
  }
}

/*indicator遮罩*/
.mint-indicator-wrapper, .mint-indicator-mask {
  z-index 9999999 !important
}

/*msgbox弹出框字体大小*/
.mint-msgbox-confirm, .mint-msgbox-cancel {
  font-size $font-size-medium-x
}

/*搜索框左边间距*/
.mint-searchbar-core {
  padding-left 5px
}

/*header组件*/
.mint-header.is-fixed {
  z-index 201
}
/**清除浮动 */
.clear-float{
  clear both
}
.mint-tab-item-label {
  font-size: 0.9rem
}
.mint-navbar.is-fixed{
  top 40px
  z-index: 100;
  .mint-tab-item{
    background-color #ffffff
  }
}
.mint-navbar .mint-tab-item.is-selected {
  border-bottom: 3px solid #26a2ff;
  color: #26a2ff;
  margin-bottom: 0px;
}
/**时间线组件**/
.timeline{
  font-size 0.9rem
}
.timeline-title{
  color: #1d55c6 !important
}
.timeline-item{
  font-size: 0.8rem
  margin 10px 0 0 28px !important
  padding-top 0.2rem
  padding-bottom 0.5rem !important
  border-bottom none !important
  color: #848484 !important
}
.timeline-title-circle{
  top: 0px !important
}
.timeline-title-circle{
  top 0px !important
}
/** mint-cell **/
.mint-cell-title {
  margin-left: 5px !important
}
.no-content{
  padding-top:1rem
  text-align center
}
.mint-radio-label{
  font-size:0.9rem
}
.mint-search-list{
  display:none
}
.mint-loadmore{
  margin-top:5px
  min-height: 100%
}