index.less 640 Bytes
Newer Older
熊成伟's avatar
熊成伟 committed
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 29 30 31 32 33 34 35
.search-notice-box{
  width: 100%;
  height: 43.5px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
}
.search-svg{
  position: absolute;
  padding-left: 10px;
}
.top-search{
  width: 100%;
  height: 100%;
  border:0 solid rgba(38, 104, 255, 0.2);
  border-radius: 6px 6px 0 0;
  padding: 0 0 0 40px;
}
.am-tabs-default-bar-tab-active{
  color: #0185FB;
}
.am-tabs-default-bar-underline{
  border: 1px  #0185FB solid;
}
.search-tab{
  width: 100%;
}
.pos-line{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.am-tabs-default-bar-top, .am-tabs-default-bar-bottom{
  border-radius:0 0 6px 6px !important;
}