|
@@ -51,7 +51,7 @@
|
|
|
<tui-icon
|
|
|
:name="isSearchSales ? 'turningdown' : 'turningup'"
|
|
|
:size="18"
|
|
|
- :color="tabIndex == 1 ? '#e15616' : '#999'"
|
|
|
+ :color="tabIndex == 1 ? '#FF5B00' : '#999'"
|
|
|
tui-icon-class="tui-ml"
|
|
|
></tui-icon>
|
|
|
</template>
|
|
@@ -68,7 +68,7 @@
|
|
|
<tui-icon
|
|
|
:name="isSearchMood ? 'turningdown' : 'turningup'"
|
|
|
:size="18"
|
|
|
- :color="tabIndex == 2 ? '#e15616' : '#999'"
|
|
|
+ :color="tabIndex == 2 ? '#FF5B00' : '#999'"
|
|
|
tui-icon-class="tui-ml"
|
|
|
></tui-icon>
|
|
|
</template>
|
|
@@ -85,7 +85,7 @@
|
|
|
<tui-icon
|
|
|
:name="isSearchPrice ? 'turningdown' : 'turningup'"
|
|
|
:size="18"
|
|
|
- :color="tabIndex == 3 ? '#e15616' : '#999'"
|
|
|
+ :color="tabIndex == 3 ? '#FF5B00' : '#999'"
|
|
|
tui-icon-class="tui-ml"
|
|
|
></tui-icon>
|
|
|
</template>
|
|
@@ -607,7 +607,7 @@ export default {
|
|
|
this.libraryWordList = []
|
|
|
}
|
|
|
this.libraryWordList = res.data.map(item => {
|
|
|
- item.text = item.keyword.replace(keyword, `<span style="color:#E15616;">${keyword}</span>`)
|
|
|
+ item.text = item.keyword.replace(keyword, `<span style="color:#FF5B00;">${keyword}</span>`)
|
|
|
return item
|
|
|
})
|
|
|
if (this.libraryWordList.length <= 0) return
|
|
@@ -1198,7 +1198,7 @@ page {
|
|
|
line-height: 70rpx;
|
|
|
float: right;
|
|
|
text-align: center;
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
font-size: 30rpx;
|
|
|
}
|
|
|
}
|
|
@@ -1248,7 +1248,7 @@ page {
|
|
|
margin-left: 8rpx;
|
|
|
}
|
|
|
.tui-topitem-active {
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
}
|
|
|
|
|
|
.tui-screen-bottom {
|
|
@@ -1289,7 +1289,7 @@ page {
|
|
|
|
|
|
.tui-btmItem-active {
|
|
|
background: #fcedea !important;
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
font-weight: bold;
|
|
|
position: relative;
|
|
|
}
|
|
@@ -1297,7 +1297,7 @@ page {
|
|
|
.tui-btmItem-active::after {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
- border: 1rpx solid #e15616;
|
|
|
+ border: 1rpx solid #FF5B00;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
border-radius: 40rpx;
|
|
@@ -1321,7 +1321,7 @@ page {
|
|
|
top: 58rpx;
|
|
|
}
|
|
|
.tui-active {
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
}
|
|
|
.tui-icon-ml .tui-icon-class {
|
|
|
margin-left: 6rpx;
|
|
@@ -1407,12 +1407,12 @@ page {
|
|
|
background-color: #f3f3f3;
|
|
|
.iconfont {
|
|
|
font-size: $font-size-30;
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
margin-left: 12rpx;
|
|
|
}
|
|
|
&.list-active {
|
|
|
background-color: #fef6f3;
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -1676,7 +1676,7 @@ page {
|
|
|
z-index: 99;
|
|
|
.drawer-title-h1 {
|
|
|
font-size: $font-size-26;
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
font-weight: bold;
|
|
|
text-align: left;
|
|
|
float: left;
|
|
@@ -1686,7 +1686,7 @@ page {
|
|
|
float: right;
|
|
|
color: #333333;
|
|
|
.text {
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -1729,7 +1729,7 @@ page {
|
|
|
-webkit-box-orient: vertical;
|
|
|
&.checked {
|
|
|
background-color: #fef6f3;
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
}
|
|
|
&:nth-child(3n) {
|
|
|
margin-right: 0;
|
|
@@ -1770,7 +1770,7 @@ page {
|
|
|
color: #b2b2b2;
|
|
|
}
|
|
|
&.icon-yixuanze {
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -1808,7 +1808,7 @@ page {
|
|
|
}
|
|
|
&.clear {
|
|
|
background: #ffe6dc;
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -1870,7 +1870,7 @@ page {
|
|
|
color: #333;
|
|
|
|
|
|
text {
|
|
|
- color: #e15616;
|
|
|
+ color: #FF5B00;
|
|
|
}
|
|
|
}
|
|
|
}
|