Commit 04897e4b authored by shilei's avatar shilei

主题颜色修改

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