index.less 357 Bytes
Newer Older
熊成伟's avatar
熊成伟 committed
1 2 3 4 5 6 7 8 9 10
.search-box{
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
}
.search-svg{
  position: absolute;
  padding-left: 10px;
}
熊成伟's avatar
熊成伟 committed
11 12 13 14 15
.clear-svg{
  position: absolute;
  //float: right;
  padding-left: 320px;
}
熊成伟's avatar
熊成伟 committed
16 17 18 19 20
.top-single-search{
  width: 100%;
  height: 100%;
  border:0 solid rgba(38, 104, 255, 0.2);
  border-radius:6px;
熊成伟's avatar
熊成伟 committed
21 22
  padding: 0 40px;
}