Commit 04897e4b authored by shilei's avatar shilei

主题颜色修改

parent 8aa8df57
......@@ -18,13 +18,13 @@
{{ item.showName || item.name }}
</view>
<view class="type-item-icon">
<image
<!-- <image
v-if="selectIndex == index || item.showName"
class="type-item-icon-img"
src="/static/dropDown/icon_up.png"
></image>
></image> -->
<image
v-else
class="type-item-icon-img"
src="/static/dropDown/icon_down.png"
></image>
......
......@@ -62,7 +62,7 @@ export default {
height: 54rpx;
width: 190rpx;
padding: 0 15rpx;
color: #c0322b;
color: #4374EF;
border: 2rpx solid;
border-radius: 71rpx;
background-color: white;
......
......@@ -13,7 +13,7 @@
<um-texthighlight
:text="title || '--'"
:keyword="keyWords"
color="#c0322b"
color="#4374EF"
></um-texthighlight>
</p>
</slot>
......
......@@ -23,7 +23,7 @@ export default {
// 高亮的颜色
color: {
type: String,
default: "#C0322B",
default: "#4374EF",
},
maxWidth: {
type: String,
......
......@@ -51,7 +51,7 @@
:menuList="menuList"
:dataObj="dataObj"
@change="change"
themeColor="#C0322B"
themeColor="#4374EF"
:top="166"
></dropdown-vue>
<div style="height: 172rpx" :style="{height: activeBar === 1 ? '112rpx': '186rpx'}"></div>
......@@ -442,7 +442,7 @@ export default {
color: #4d4d4d;
}
.red {
color: #c0322b;
color: #4374EF;
}
.search-input {
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment