public-style.less 560 Bytes
Newer Older
JingChao's avatar
JingChao committed
1
.public-style {
李晓兵's avatar
李晓兵 committed
2
  /*.h-header .h-header-left .h-header-btn:first-of-type{
JingChao's avatar
JingChao committed
3
    padding-left: 20px;
李晓兵's avatar
李晓兵 committed
4
  }*/
JingChao's avatar
JingChao committed
5 6 7 8
  .bar-custom {
    background-color: @theme-color
  }
}
9 10 11 12 13 14
.h-header-btn {
  img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }
李晓兵's avatar
李晓兵 committed
15

16 17 18 19 20 21 22 23
  span {
    font-family: PingFangSC-Semibold;
    margin-left: 16px;
    font-size: 17px;
    letter-spacing: 0.61px;
    line-height: 24px;
  }
}
李晓兵's avatar
李晓兵 committed
24 25 26 27 28 29
.weui-toast_text .weui-toast__content{
  line-height: 22px;
  img{
    width: 20px;
  }
}
李晓兵's avatar
李晓兵 committed
30 31 32
@import "platform-ios";
@import "platform-iosx";
@import "platform-iosxr";