变更颜色

This commit is contained in:
bb_pan 2025-04-23 18:14:31 +08:00
parent 02ece51409
commit 3b2ffc5205
36 changed files with 104 additions and 96 deletions

View File

@ -33,9 +33,9 @@ scroll-view {
overflow: hidden;
}
:deep(.van-nav-bar__content) {
background-color: #75aea4;
background-color: #00377a;
.van-nav-bar__text {
color: #333;
color: #fff;
}
}

View File

@ -106,7 +106,7 @@ const onInputChange = (value) => {
align-items: center;
justify-content: space-around;
background-color: #fff;
border: 1px solid #22ab9b;
border: 1px solid #00377a;
border-right: none;
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
@ -128,7 +128,7 @@ const onInputChange = (value) => {
}
}
.check-item view:hover {
background-color: #00a288;
background-color: #00377a;
color: #fff;
}
}
@ -137,7 +137,7 @@ const onInputChange = (value) => {
padding: 0;
height: 36px;
line-height: 36px;
border: 1px solid #22ab9b;
border: 1px solid #00377a;
// border-top-left-radius: 18px;
// border-bottom-left-radius: 18px;
padding-left: 18px;
@ -148,7 +148,7 @@ const onInputChange = (value) => {
height: 36px;
width: 70px;
line-height: 36px;
background: #22ab9b;
background: #00377a;
border: none;
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;

View File

@ -191,7 +191,7 @@
],
"tabBar": {
"color": "#2c2c2c",
"selectedColor": "#00ad9d",
"selectedColor": "#00377a",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"iconWidth": "24px",
@ -231,7 +231,7 @@
"globalStyle": {
"navigationBarTextStyle": "#fff",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#00a288",
"backgroundColor": "#00a288"
"navigationBarBackgroundColor": "#00377a",
"backgroundColor": "#00377a"
}
}

View File

@ -121,7 +121,7 @@ onLoad(() => {})
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
:deep(.van-cell-group--inset) {

View File

@ -54,7 +54,7 @@ onLoad(async (options) => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
:deep(.van-cell-group--inset) {

View File

@ -180,11 +180,12 @@
:list="addressList"
@click-item="onClickAddress"
@add="onAddAddress"
class="primary-lease"
/>
</van-popup>
<van-submit-bar
button-color="#579d92"
button-color="#00377a"
button-text="提交"
:price="totalPrice"
@submit="onSubmitOrder"
@ -201,7 +202,7 @@
</van-submit-bar>
<van-submit-bar
button-color="#579d92"
button-color="#00377a"
button-text="删除"
@submit="onDeleteCart"
v-if="isCartManage"
@ -644,7 +645,7 @@ onHide(() => {
.cart-container {
padding: 10px;
box-sizing: border-box;
background: linear-gradient(to bottom, #bfdfdb, #f9f9f9, #fff);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
.order-set {
background-color: #fff;
@ -669,7 +670,7 @@ onHide(() => {
text:nth-child(2) {
margin-left: 8px;
color: #0292f9;
color: #00377a;
font-size: 16px;
font-weight: bold;
font-style: italic;

View File

@ -9,9 +9,9 @@
<scroll-view scroll-y>
<van-tabs
animated
color="#22AB9B"
color="#00377a"
v-model:active="activeClass"
title-active-color="#22AB9B"
title-active-color="#00377a"
>
<van-tab title="装备分类">
<van-sidebar v-model="activeLevel1">
@ -105,7 +105,7 @@ onShow(() => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
// .nav-title {
@ -169,7 +169,7 @@ onShow(() => {
margin-right: 0;
}
& view:hover {
background-color: #22ab9b !important;
background-color: #00377a !important;
color: #fff !important;
}
}
@ -187,7 +187,7 @@ onShow(() => {
}
:deep(.van-tabs__nav) {
background-color: #c5ead3;
background-color: #77a7e2;
padding: 0 8px;
}
:deep(.van-sidebar-item) {
@ -195,7 +195,7 @@ onShow(() => {
font-size: 13px;
}
:deep(.van-sidebar-item--select, .van-sidebar-item--select:active) {
background-color: #22ab9b;
background-color: #00377a;
color: #fff;
font-weight: normal;
border-radius: 6px;

View File

@ -144,7 +144,7 @@
<!-- <van-action-bar-icon icon="chat-o" text="在线聊" /> -->
<van-action-bar-button
text="立即接单"
color="#22ab9b"
color="#00377a"
@click="onReceivingOrders"
:disabled="memberStore.userInfo.companyId == demandDetails.publishCompany"
v-if="memberStore.userType === 1"
@ -213,7 +213,7 @@ onLoad(async (options) => {
padding: 10px;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
.swiper-container {
position: relative !important;

View File

@ -189,6 +189,6 @@ onLoad(() => {
.prove-container {
font-size: 14px;
color: #00a288;
color: #00377a;
}
</style>

View File

@ -197,6 +197,6 @@ onLoad(() => {
.prove-container {
font-size: 14px;
color: #00a288;
color: #00377a;
}
</style>

View File

@ -67,7 +67,7 @@
:disabled="deviceInfo.isBookCar == 0 || userCompanyId == deviceInfo.companyId"
/>
<van-action-bar-button
color="#22ab9b"
color="#00377a"
type="danger"
text="立即租用"
@click="onRentNow"
@ -247,7 +247,7 @@ onLoad(() => {
.prove-container {
font-size: 14px;
color: #00a288;
color: #00377a;
}
.device-details {
background-color: skyblue;

View File

@ -197,6 +197,6 @@ onLoad(() => {
.prove-container {
font-size: 14px;
color: #00a288;
color: #00377a;
}
</style>

View File

@ -187,6 +187,6 @@ onLoad(() => {
.prove-container {
font-size: 14px;
color: #00a288;
color: #00377a;
}
</style>

View File

@ -3,7 +3,7 @@
<view class="h5-container">
<view class="tabs-container">
<van-icon name="arrow-left" @click="onHandleBack" />
<van-tabs v-model:active="activeTabs" swipeable color="#00a288" background="#c9ead4">
<van-tabs v-model:active="activeTabs" swipeable color="#00377a" background="#538ed6">
<van-tab v-for="(t, i) in tabList" :title="t.tab_name" :key="i" />
</van-tabs>
</view>
@ -40,7 +40,7 @@
<view class="goods-name card-style">
<view class="box_1">
<text style="color: #2cb0a0"> {{ deviceInfo.deviceName }} </text>
<text style="color: #00377a"> {{ deviceInfo.deviceName }} </text>
<view style="color: #fff">
<text class="no-bold"></text>
<text> {{ deviceInfo.dayLeasePrice }}</text>
@ -91,7 +91,7 @@
:disabled="deviceInfo.isBookCar == 0 || userCompanyId == deviceInfo.companyId"
/>
<van-action-bar-button
color="#22ab9b"
color="#00377a"
type="danger"
text="立即租用"
@click="onRentNow"
@ -232,7 +232,7 @@ const onLineMessage = () => {
.tabs-container {
display: flex;
align-items: center;
background-color: #c8ead5;
background-color: #538ed6;
.van-tabs {
flex: 1;
@ -269,7 +269,7 @@ const onLineMessage = () => {
}
.goods-name {
color: #fff;
background: linear-gradient(to right, #e8f4f3, #93dad1, #5fb0a5);
background: linear-gradient(to left, #2e6fbf, #538ed6, #9ebee6);
.box_1 {
display: flex;
align-items: center;
@ -312,7 +312,7 @@ const onLineMessage = () => {
.prove-container {
font-size: 14px;
color: #00a288;
color: #00377a;
}
.device-details {
background-color: skyblue;

View File

@ -23,7 +23,7 @@
<view class="filter-type">
<van-icon
name="play"
:color="searchParams.dayLeasePriceOrderBy === 'ASC' ? '#00a288' : ''"
:color="searchParams.dayLeasePriceOrderBy === 'ASC' ? '#00377a' : ''"
@click="
onClickPrice(
searchParams.dayLeasePriceOrderBy === 'ASC' ? '' : 'ASC',
@ -33,7 +33,7 @@
/>
<van-icon
name="play"
:color="searchParams.dayLeasePriceOrderBy === 'DESC' ? '#00a288' : ''"
:color="searchParams.dayLeasePriceOrderBy === 'DESC' ? '#00377a' : ''"
@click="
onClickPrice(
searchParams.dayLeasePriceOrderBy === 'DESC' ? '' : 'DESC',
@ -48,7 +48,7 @@
<view class="filter-type">
<van-icon
name="play"
:color="searchParams.updateTimeOrderBy === 'ASC' ? '#00a288' : ''"
:color="searchParams.updateTimeOrderBy === 'ASC' ? '#00377a' : ''"
@click="
onClickTime(searchParams.updateTimeOrderBy === 'ASC' ? '' : 'ASC')
"
@ -56,7 +56,7 @@
/>
<van-icon
name="play"
:color="searchParams.updateTimeOrderBy === 'DESC' ? '#00a288' : ''"
:color="searchParams.updateTimeOrderBy === 'DESC' ? '#00377a' : ''"
@click="
onClickTime(searchParams.updateTimeOrderBy === 'DESC' ? '' : 'DESC')
"
@ -400,7 +400,7 @@ onShow(() => {})
padding: 10px;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
.search-index {
height: 80px;
@ -411,7 +411,7 @@ onShow(() => {})
padding: 0;
height: 36px;
line-height: 36px;
border: 1px solid #22ab9b;
border: 1px solid #00377a;
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
padding-left: 18px;
@ -421,7 +421,7 @@ onShow(() => {})
height: 36px;
width: 70px;
line-height: 36px;
background: #22ab9b;
background: #00377a;
border: none;
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
@ -517,7 +517,7 @@ onShow(() => {})
}
.active_btn {
color: #22ab9b;
color: #00377a;
background-color: #d1eae7;
}

View File

@ -73,7 +73,7 @@ onLoad(() => {
padding: 0;
height: 36px;
line-height: 36px;
border: 1px solid #22ab9b;
border: 1px solid #00377a;
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
padding-left: 18px;
@ -83,7 +83,7 @@ onLoad(() => {
height: 36px;
width: 70px;
line-height: 36px;
background: #22ab9b;
background: #00377a;
border: none;
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;

View File

@ -8,7 +8,7 @@
<view>
<van-notice-bar
background="transparent"
color="#00a288"
color="#00377a"
left-icon="volume-o"
:scrollable="false"
>
@ -288,11 +288,12 @@ onShow(async () => {
.index-header {
padding: 5px 20px 30px;
box-sizing: border-box;
background: linear-gradient(to bottom, #99dbc4, #aeded9, #daf4f3);
background: linear-gradient(to bottom, #00377a, #005a9e, #007bbd);
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
.user-name {
color: #fff;
margin-bottom: 10px;
text-align: center;
padding: 10px 0;
@ -305,7 +306,7 @@ onShow(async () => {
display: flex;
align-items: center;
padding: 0 4px;
background-color: #daf2f1;
background-color: #6399db;
border-radius: 6px;
view {
@ -324,7 +325,7 @@ onShow(async () => {
padding: 0;
height: 30px;
line-height: 30px;
border: 1px solid #22ab9b;
border: 1px solid #00377a;
background-color: #fff;
border-radius: 18px;
padding-left: 18px;
@ -357,7 +358,7 @@ onShow(async () => {
font-size: 12px;
color: #333;
& text:first-child {
color: #22ab9b;
color: #00377a;
}
}
}
@ -406,7 +407,7 @@ onShow(async () => {
margin-right: 0;
}
& view:hover {
background-color: #22ab9b !important;
background-color: #00377a !important;
color: #fff !important;
}
}
@ -434,7 +435,7 @@ onShow(async () => {
margin-right: 0;
}
& view:hover {
background-color: #22ab9b !important;
background-color: #00377a !important;
color: #fff !important;
}
}
@ -453,7 +454,7 @@ onShow(async () => {
.class-box {
width: 95%;
min-height: 100px;
background-color: #e8f3f0;
background-color: #cee3fd;
border-radius: 6px;
display: flex;
align-items: center;

View File

@ -486,7 +486,7 @@ onHide(() => {
padding: 10px;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
.demand-header {
padding: 5px 10px 15px;
@ -501,7 +501,7 @@ onHide(() => {
margin-top: 15px;
background-color: #fff;
border-radius: 6px;
background: linear-gradient(to left, #73cabe, #a2dcd5, #ccebe8);
background: linear-gradient(to left, #2e6fbf, #538ed6, #9ebee6);
view {
font-style: italic;
font-size: 13px;
@ -627,7 +627,7 @@ onHide(() => {
}
.active_btn {
color: #22ab9b;
color: #00377a;
background-color: #d1eae7;
}

View File

@ -122,7 +122,10 @@ onMounted(async () => {
<style lang="scss" scoped>
::v-deep .van-nav-bar__content {
background: #00a288;
background: #00377a;
}
::v-deep .van-nav-bar__title {
color: #fff;
}
.login-container {
position: fixed;

View File

@ -39,7 +39,7 @@
<view class="message-ipt">
<van-field rows="1" autosize type="textarea" v-model="sendParams.messageContent" />
<van-icon name="guide-o" color="#22ab9a" size="24" @click="onSendMessage" />
<van-icon name="guide-o" color="#00377a" size="24" @click="onSendMessage" />
</view>
</view>
</template>
@ -129,7 +129,7 @@ onUnload(() => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
:deep(.van-cell-group--inset) {
@ -169,7 +169,7 @@ onUnload(() => {
min-height: 28px;
padding: 0 6px;
display: inline-block;
background-color: #22ab9a;
background-color: #00377a;
line-height: 28px;
color: #fff;
border-top-left-radius: 14px;
@ -211,7 +211,7 @@ onUnload(() => {
height: auto;
padding: 0;
margin-right: 6px;
border: 1px solid #22ab9b;
border: 1px solid #00377a;
width: 80%;
border-radius: 6px;
caret-color: transparent;

View File

@ -182,7 +182,7 @@ const getNoReadNum = async () => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
:deep(.van-cell-group--inset) {

View File

@ -90,7 +90,7 @@ const onSubmit = () => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
:deep(.van-cell-group--inset) {

View File

@ -91,7 +91,7 @@ onLoad(() => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
:deep(.van-cell-group--inset) {

View File

@ -51,7 +51,7 @@ onLoad(() => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
:deep(.van-cell-group--inset) {

View File

@ -49,7 +49,7 @@ const onLogOut = () => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
:deep(.van-cell-group--inset) {

View File

@ -101,7 +101,7 @@ onLoad(() => {
flex: 1;
padding: 10px;
color: #333;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
.header-user {
display: flex;
@ -126,9 +126,9 @@ onLoad(() => {
.company {
padding: 2px 8px;
margin-left: 10px;
background-color: #c4fbf5;
background-color: #00377a;
font-size: 13px;
color: #32b1a2;
color: #fff;
border-radius: 4px;
}
@ -168,7 +168,7 @@ onLoad(() => {
display: flex;
align-items: center;
justify-content: center;
background-color: #e8f2ef;
background-color: #cee3fd;
color: #4a4949;
text {

View File

@ -19,6 +19,7 @@
style="flex: 1; margin-bottom: 0;margin-left: 10px;"
/>
<van-button
class="primary-lease"
type="primary"
size="small"
@click="getList"
@ -135,7 +136,7 @@ const loadMore = () => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
:deep(.van-cell-group--inset) {

View File

@ -264,7 +264,7 @@ const onPreviewFile = (fileList) => {
padding: 10px;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
.van-cell-group view {

View File

@ -326,7 +326,7 @@ onLoad(async (options) => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
:deep(.van-cell-group--inset) {

View File

@ -9,7 +9,7 @@
<van-tabs
v-model:active="activeTabs"
swipeable
color="#00a288"
color="#00377a"
background="#f0f7f7"
@change="onTapsChange"
>
@ -27,6 +27,7 @@
style="flex: 1; margin-bottom: 0;"
/>
<van-button
class="primary-lease"
type="primary"
size="small"
@click="onSearch"
@ -459,7 +460,7 @@
</van-cell-group>
<view style="margin: 16px">
<van-button block type="primary" size="small" @click="onSubmitRepairResult">
<van-button class="primary-lease" block type="primary" size="small" @click="onSubmitRepairResult">
保存
</van-button>
</view>
@ -509,7 +510,7 @@
</van-cell-group>
<view style="margin: 16px">
<van-button block type="primary" size="small" native-type="submit">
<van-button class="primary-lease" block type="primary" size="small" native-type="submit">
提交
</van-button>
</view>
@ -539,7 +540,7 @@
</van-field>
</van-cell-group>
<view style="margin: 16px">
<van-button block type="primary" size="small" native-type="submit">
<van-button class="primary-lease" block type="primary" size="small" native-type="submit">
提交
</van-button>
</view>
@ -569,7 +570,7 @@
</van-field>
</van-cell-group>
<view style="margin: 16px">
<van-button block type="primary" size="small" native-type="submit">
<van-button class="primary-lease" block type="primary" size="small" native-type="submit">
提交
</van-button>
</view>
@ -621,7 +622,7 @@
required
/>
<div style="display: flex; justify-content: flex-end; margin-top: 20px;">
<van-button type="primary" size="mini" @click="submitPickupCode" style="margin-right: 10px;">提交</van-button>
<van-button class="primary-lease" type="primary" size="mini" @click="submitPickupCode" style="margin-right: 10px;">提交</van-button>
<van-button size="mini" @click="closeSubmit">关闭</van-button>
</div>
</div>
@ -1238,7 +1239,7 @@ const onScrollToLower = async () => {
padding: 10px 0;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
.order-set {

View File

@ -92,7 +92,7 @@ onLoad(() => {})
padding: 10px;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
.van-cell-group view {

View File

@ -327,7 +327,7 @@ const onPreviewFile = (fileList) => {
padding: 10px;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
.van-cell-group view {

View File

@ -117,7 +117,7 @@
</van-popup>
<van-submit-bar
button-color="#579d92"
button-color="#00377a"
:price="totalPrice"
button-text="提交"
@submit="onSubmitOrder"
@ -138,6 +138,7 @@
:list="addressList"
@click-item="onClickAddress"
@add="onAddAddress"
class="primary-lease"
/>
</van-popup>
</view>
@ -377,7 +378,7 @@ onShow((opt) => {
text:nth-child(2) {
margin-left: 8px;
color: #0292f9;
color: #00377a;
font-size: 16px;
font-weight: bold;
font-style: italic;

View File

@ -228,7 +228,7 @@ const onPreviewFile = (fileList) => {
padding: 10px;
color: #333;
box-sizing: border-box;
background: linear-gradient(to bottom, #c0e9ce, #e4f2f2, #f9f9f9);
background: linear-gradient(to bottom, #b0c7e3, #cfd9e5, #f9f9f9);
}
.van-cell-group view {

View File

@ -1,10 +1,10 @@
.primary-lease {
--van-button-primary-background:#00a288;
--van-button-primary-border-color:#00ad9d;
--el-color-primary-light-3:#00ad9d;
--el-color-primary-dark-2:#00ad9d;
--el-color-primary-light-5:#78d3cb;
--el-text-color-primary:#00a288;
--van-button-primary-background:#00377a;
--van-button-primary-border-color:#00377a;
--el-color-primary-light-3:#00377a;
--el-color-primary-dark-2:#00377a;
--el-color-primary-light-5:#81a8d8;
--el-text-color-primary:#00377a;
}
.h5-container {
@ -44,7 +44,7 @@
}
.view-file {
color: #00a288;
color: #00377a;
}
.nav-title {
position: relative;
@ -63,5 +63,5 @@
}
// :root {
// --van-primary-color:#00a288;
// --van-primary-color:#00377a;
// }

View File

@ -15,11 +15,11 @@
/* 颜色变量 */
/* 行为相关颜色 */
$uni-color-primary: #007aff;
$uni-color-primary: #00377a;
$uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d;
$el-color-primary:#00a288;
$el-color-primary:#00377a;
/* 文字基本颜色 */
$uni-text-color: #333; // 基本色
@ -30,7 +30,7 @@ $uni-text-color-disable: #c0c0c0;
/* 背景颜色 */
$uni-bg-color: #fff;
$uni-navbar-bg-color: #bde1d4;
$uni-navbar-bg-color: #91b1d7;
$uni-bg-color-grey: #f8f8f8;
$uni-bg-color-hover: #f1f1f1; // 点击状态颜色
$uni-bg-color-mask: rgba(0, 0, 0, 0.4); // 遮罩颜色