index.wxss 1.73 KB
Newer Older
程智春 committed
1 2 3 4 5
/* static/nativeComponents/GoodsSearch/index.wxss */
@import "/static/font/common_icon.wxss";
.flex{
  display: flex;
}
李嘉林 committed
6 7 8
input{
  width: 100%;
}
程智春 committed
9 10
.goods-search{
  font-size: 24rpx;
李嘉林 committed
11
  margin: 0 12px;
程智春 committed
12
  align-items:center;
李嘉林 committed
13
  margin-bottom: 4px;
程智春 committed
14 15 16
}
.goods-search i{
  margin: 0 20rpx;
李嘉林 committed
17
  color: #333;
程智春 committed
18 19
}
.goods-search .ipt{
李嘉林 committed
20 21
  flex: 1;
  height: 70rpx;
程智春 committed
22 23 24 25 26 27 28 29 30
  align-items: center;
  position: relative;
  border-width: 1rpx;
  border-style: solid;


}
.goods-search .ipt input{
  font-size: 28rpx;
李嘉林 committed
31 32 33 34 35
  color: #333;
}
.goods-search .ipt input{
  font-size: 28rpx;
  color: #333;
程智春 committed
36 37 38 39
}
.goods-search .textCenter{
  justify-content: center;
}
HouTiZhuo committed
40

HouTiZhuo committed
41 42 43 44 45
.search-input {
  flex: 1;
  color: #000 !important;
}

HouTiZhuo committed
46
.search-btn {
HouTiZhuo committed
47
  position: relative;
李嘉林 committed
48
  flex-shrink: 0;
HouTiZhuo committed
49
  justify-content: end;
李嘉林 committed
50 51 52 53 54 55
  margin-left: 10px;
}
.search-btn > view{
  display: flex;
  justify-content: center;
  align-items: center;
HouTiZhuo committed
56 57 58
}
.search-btn .search-btn__local {
  border: none;
李嘉林 committed
59
  border-radius: var(--border-radius) 0 0 var(--border-radius);
HouTiZhuo committed
60 61 62 63
}

.search-btn .search-btn__all {
  border: none;
李嘉林 committed
64
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
HouTiZhuo committed
65
}
66 67 68 69 70 71

.svg-wrapper {
  display: flex;
  height: 100%;
  padding-left: 10px;
  align-items: center;
李嘉林 committed
72
  margin: 0 20rpx;
73 74 75 76 77 78 79 80 81 82 83 84
}

.svg-divider {
  height: 10px;
  margin: 0 6px;
  border-right: 2px solid #bbb;
}

.scan-svg {
  width: 15px;
  height: 15px;
}
85 86 87

.hot_words_class {
  padding: 0 8px;
李嘉林 committed
88
  margin-bottom: 10px;
89
  display: flex;
90 91 92 93 94 95 96 97 98
}

.hot_words_box {
  display: flex;
  justify-content: start;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  text-align: center;
李嘉林 committed
99
  margin-top: 10px;
100 101 102 103 104 105 106 107 108 109 110
}

.words_item {
  padding: 2px 8px;
  margin-right: 8px;
  color:#ffffff;
  font-size: 12px;
  background-color:rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  border-radius: 11px;
}