feat: app颜色调整

main
wx-jincw 3 weeks ago
parent 47cd6198b5
commit 22c21e4d3c

@ -2,9 +2,9 @@
ENV = 'development' ENV = 'development'
# base api # base api
VUE_APP_BASE_API = 'http://127.0.0.1:18091' # VUE_APP_BASE_API = 'http://127.0.0.1:18091'
# VUE_APP_BASE_API = 'http://124.71.134.146:18091' # VUE_APP_BASE_API = 'http://124.71.134.146:18091'
# VUE_APP_BASE_API = 'https://crmeb.test.jiutianda.cn' VUE_APP_BASE_API = 'https://crmeb.test.jiutianda.cn'
# VUE_APP_BASE_API = 'http://wangyi.test.jiutianda.cn' # VUE_APP_BASE_API = 'http://wangyi.test.jiutianda.cn'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,

@ -205,7 +205,7 @@
} }
.bg-color-red { .bg-color-red {
background-color: #E93323 !important; background-color: #409EFF !important;
} }
.syspadding { .syspadding {

@ -145,7 +145,7 @@
} }
.red { .red {
color: #fc4141; color: #409EFF;
margin: 0 4rpx; margin: 0 4rpx;
} }
@ -157,6 +157,6 @@
border-radius: 6px; border-radius: 6px;
background: #fff; background: #fff;
font-size: 24rpx; */ font-size: 24rpx; */
color: #E93323; color: #409EFF;
} }
</style> </style>

@ -212,7 +212,7 @@
} }
.nav .acea-row.on { .nav .acea-row.on {
border-bottom-color: #E93323; border-bottom-color: #409EFF;
color: #282828; color: #282828;
} }

@ -282,7 +282,7 @@
height: 86rpx; height: 86rpx;
line-height: 86rpx; line-height: 86rpx;
margin-top: 60rpx; margin-top: 60rpx;
background: #E93323; background: #409EFF;
border-radius: 43rpx; border-radius: 43rpx;
color: #fff; color: #fff;
font-size: 28rpx; font-size: 28rpx;

@ -1,6 +1,6 @@
<template> <template>
<view class='product-bg'> <view class='product-bg'>
<swiper :indicator-dots="indicatorDots" indicator-active-color="#e93323" :autoplay="autoplay" <swiper :indicator-dots="indicatorDots" indicator-active-color="#409EFF" :autoplay="autoplay"
:circular="circular" :interval="interval" :duration="duration" @change="change"> :circular="circular" :interval="interval" :duration="duration" @change="change">
<swiper-item v-if="videoline"> <swiper-item v-if="videoline">

@ -14,7 +14,7 @@
"path": "pages/order_addcart/order_addcart", "path": "pages/order_addcart/order_addcart",
"style": { "style": {
"navigationBarTitleText": "购物车", "navigationBarTitleText": "购物车",
"navigationBarBackgroundColor": "#E93323", "navigationBarBackgroundColor": "#409EFF",
"navigationStyle": "custom", "navigationStyle": "custom",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
@ -31,7 +31,7 @@
//"navigationBarTitleText": "个人中心", //"navigationBarTitleText": "个人中心",
// #ifdef MP || APP-PLUS // #ifdef MP || APP-PLUS
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#E93323", "navigationBarBackgroundColor": "#409EFF",
// #endif // #endif
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
@ -51,7 +51,7 @@
{ {
"path": "pages/goods_cate/goods_cate", "path": "pages/goods_cate/goods_cate",
"style": { "style": {
"navigationBarBackgroundColor": "#E93323", "navigationBarBackgroundColor": "#409EFF",
//"navigationBarTitleText": "商品分类", //"navigationBarTitleText": "商品分类",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
@ -86,7 +86,7 @@
"path": "pages/goods_list/index", "path": "pages/goods_list/index",
"style": { "style": {
"navigationBarTitleText": "商品列表", "navigationBarTitleText": "商品列表",
"navigationBarBackgroundColor": "#E93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -100,7 +100,7 @@
"path": "pages/news_list/index", "path": "pages/news_list/index",
"style": { "style": {
//"navigationBarTitleText": "资讯", //"navigationBarTitleText": "资讯",
"navigationBarBackgroundColor": "#E93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -114,7 +114,7 @@
"path": "pages/news_details/index", "path": "pages/news_details/index",
"style": { "style": {
//"navigationBarTitleText": "资讯详情", //"navigationBarTitleText": "资讯详情",
"navigationBarBackgroundColor": "#E93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -136,7 +136,7 @@
"path": "pages/goods_search/index", "path": "pages/goods_search/index",
"style": { "style": {
//"navigationBarTitleText": "搜索商品", //"navigationBarTitleText": "搜索商品",
"navigationBarBackgroundColor": "#E93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -156,7 +156,7 @@
"path": "pages/order_details/index", "path": "pages/order_details/index",
"style": { "style": {
//"navigationBarTitleText": "订单详情", //"navigationBarTitleText": "订单详情",
"navigationBarBackgroundColor": "#E93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -198,7 +198,7 @@
"path": "user_info/index", "path": "user_info/index",
"style": { "style": {
//"navigationBarTitleText": "个人资料", //"navigationBarTitleText": "个人资料",
"navigationBarBackgroundColor": "#E93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -212,7 +212,7 @@
"path": "user_get_coupon/index", "path": "user_get_coupon/index",
"style": { "style": {
//"navigationBarTitleText": "领取优惠券", //"navigationBarTitleText": "领取优惠券",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -226,7 +226,7 @@
"path": "user_goods_collection/index", "path": "user_goods_collection/index",
"style": { "style": {
//"navigationBarTitleText": "收藏商品", //"navigationBarTitleText": "收藏商品",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -240,7 +240,7 @@
"path": "user_sgin/index", "path": "user_sgin/index",
"style": { "style": {
//"navigationBarTitleText": "签到", //"navigationBarTitleText": "签到",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -254,7 +254,7 @@
"path": "user_sgin_list/index", "path": "user_sgin_list/index",
"style": { "style": {
//"navigationBarTitleText": "签到记录", //"navigationBarTitleText": "签到记录",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -268,7 +268,7 @@
"path": "user_money/index", "path": "user_money/index",
"style": { "style": {
//"navigationBarTitleText": "我的账户", //"navigationBarTitleText": "我的账户",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -282,7 +282,7 @@
"path": "user_bill/index", "path": "user_bill/index",
"style": { "style": {
//"navigationBarTitleText": "账单明细", //"navigationBarTitleText": "账单明细",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -296,7 +296,7 @@
"path": "user_integral/index", "path": "user_integral/index",
"style": { "style": {
//"navigationBarTitleText": "积分详情", //"navigationBarTitleText": "积分详情",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -310,7 +310,7 @@
"path": "user_coupon/index", "path": "user_coupon/index",
"style": { "style": {
//"navigationBarTitleText": "我的优惠券", //"navigationBarTitleText": "我的优惠券",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -324,7 +324,7 @@
"path": "user_spread_user/index", "path": "user_spread_user/index",
"style": { "style": {
"navigationBarTitleText": "我的推广", "navigationBarTitleText": "我的推广",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"navigationBarTextStyle": "#fff", "navigationBarTextStyle": "#fff",
"app-plus": { "app-plus": {
@ -339,7 +339,7 @@
"path": "user_spread_code/index", "path": "user_spread_code/index",
"style": { "style": {
//"navigationBarTitleText": "分销海报", //"navigationBarTitleText": "分销海报",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -353,7 +353,7 @@
"path": "user_spread_money/index", "path": "user_spread_money/index",
"style": { "style": {
"navigationBarTitleText": "佣金记录", "navigationBarTitleText": "佣金记录",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"navigationBarTextStyle": "#fff", "navigationBarTextStyle": "#fff",
"app-plus": { "app-plus": {
@ -368,7 +368,7 @@
"path": "user_cash/index", "path": "user_cash/index",
"style": { "style": {
"navigationBarTitleText": "提现", "navigationBarTitleText": "提现",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"navigationBarTextStyle": "#fff", "navigationBarTextStyle": "#fff",
"app-plus": { "app-plus": {
@ -397,7 +397,7 @@
"path": "user_address_list/index", "path": "user_address_list/index",
"style": { "style": {
"navigationBarTitleText": "地址管理", "navigationBarTitleText": "地址管理",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -411,7 +411,7 @@
"path": "user_address/index", "path": "user_address/index",
"style": { "style": {
"navigationBarTitleText": "添加地址", "navigationBarTitleText": "添加地址",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -425,7 +425,7 @@
"path": "user_phone/index", "path": "user_phone/index",
"style": { "style": {
"navigationBarTitleText": "修改手机号", "navigationBarTitleText": "修改手机号",
"navigationBarBackgroundColor": "#e93323" "navigationBarBackgroundColor": "#409EFF"
// #ifdef MP // #ifdef MP
, ,
"navigationBarTextStyle": "#fff" "navigationBarTextStyle": "#fff"
@ -442,7 +442,7 @@
"path": "user_pwd_edit/index", "path": "user_pwd_edit/index",
"style": { "style": {
"navigationBarTitleText": "修改密码", "navigationBarTitleText": "修改密码",
"navigationBarBackgroundColor": "#e93323" "navigationBarBackgroundColor": "#409EFF"
// #ifdef MP // #ifdef MP
, ,
"navigationBarTextStyle": "#fff" "navigationBarTextStyle": "#fff"
@ -453,7 +453,7 @@
"path": "order_confirm/index", "path": "order_confirm/index",
"style": { "style": {
"navigationBarTitleText": "提交订单", "navigationBarTitleText": "提交订单",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
// "navigationStyle": "custom", // "navigationStyle": "custom",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
@ -468,7 +468,7 @@
"path": "goods_details_store/index", "path": "goods_details_store/index",
"style": { "style": {
"navigationBarTitleText": "门店列表", "navigationBarTitleText": "门店列表",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -482,7 +482,7 @@
"path": "promoter-list/index", "path": "promoter-list/index",
"style": { "style": {
"navigationBarTitleText": "推广人列表", "navigationBarTitleText": "推广人列表",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"navigationBarTextStyle": "#fff", "navigationBarTextStyle": "#fff",
@ -498,7 +498,7 @@
"path": "promoter-order/index", "path": "promoter-order/index",
"style": { "style": {
"navigationBarTitleText": "推广人订单", "navigationBarTitleText": "推广人订单",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"navigationBarTextStyle": "#fff", "navigationBarTextStyle": "#fff",
@ -514,7 +514,7 @@
"path": "promoter_rank/index", "path": "promoter_rank/index",
"style": { "style": {
"navigationBarTitleText": "推广人排行", "navigationBarTitleText": "推广人排行",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"navigationBarTextStyle": "#fff", "navigationBarTextStyle": "#fff",
@ -530,7 +530,7 @@
"path": "commission_rank/index", "path": "commission_rank/index",
"style": { "style": {
"navigationBarTitleText": "佣金排行", "navigationBarTitleText": "佣金排行",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"navigationBarTextStyle": "#fff", "navigationBarTextStyle": "#fff",
"app-plus": { "app-plus": {
@ -545,7 +545,7 @@
"path": "order_list/index", "path": "order_list/index",
"style": { "style": {
"navigationBarTitleText": "我的订单", "navigationBarTitleText": "我的订单",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"navigationStyle": "custom", "navigationStyle": "custom",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
@ -560,7 +560,7 @@
"path": "goods_logistics/index", "path": "goods_logistics/index",
"style": { "style": {
"navigationBarTitleText": "物流信息", "navigationBarTitleText": "物流信息",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -574,7 +574,7 @@
"path": "user_return_list/index", "path": "user_return_list/index",
"style": { "style": {
"navigationBarTitleText": "退货列表", "navigationBarTitleText": "退货列表",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -588,7 +588,7 @@
"path": "goods_return/index", "path": "goods_return/index",
"style": { "style": {
"navigationBarTitleText": "申请退货", "navigationBarTitleText": "申请退货",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -602,7 +602,7 @@
"path": "login/index", "path": "login/index",
"style": { "style": {
"navigationBarTitleText": "登录", "navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -616,7 +616,7 @@
"path": "goods_comment_list/index", "path": "goods_comment_list/index",
"style": { "style": {
"navigationBarTitleText": "商品评分", "navigationBarTitleText": "商品评分",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -630,7 +630,7 @@
"path": "goods_comment_con/index", "path": "goods_comment_con/index",
"style": { "style": {
"navigationBarTitleText": "商品评价", "navigationBarTitleText": "商品评价",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -688,7 +688,7 @@
// #ifdef MP || APP-PLUS // #ifdef MP || APP-PLUS
, ,
"navigationBarTextStyle": "#fff", "navigationBarTextStyle": "#fff",
"navigationBarBackgroundColor": "#e93323" "navigationBarBackgroundColor": "#409EFF"
// #endif // #endif
} }
}, },
@ -696,7 +696,7 @@
"path": "goods_combination_details/index", "path": "goods_combination_details/index",
"style": { "style": {
"navigationStyle": "custom", "navigationStyle": "custom",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -710,7 +710,7 @@
"path": "goods_combination_status/index", "path": "goods_combination_status/index",
"style": { "style": {
"navigationBarTitleText": "拼团", "navigationBarTitleText": "拼团",
"navigationBarBackgroundColor": "#e93323", "navigationBarBackgroundColor": "#409EFF",
"app-plus": { "app-plus": {
// #ifdef APP-PLUS // #ifdef APP-PLUS
"titleNView": { "titleNView": {
@ -727,7 +727,7 @@
// #ifdef MP // #ifdef MP
, ,
"navigationBarTextStyle": "#fff", "navigationBarTextStyle": "#fff",
"navigationBarBackgroundColor": "#e93323" "navigationBarBackgroundColor": "#409EFF"
// #endif // #endif
} }
}, },
@ -748,7 +748,7 @@
// #ifdef MP // #ifdef MP
, ,
"navigationBarTextStyle": "#fff", "navigationBarTextStyle": "#fff",
"navigationBarBackgroundColor": "#e93323" "navigationBarBackgroundColor": "#409EFF"
// #endif // #endif
} }
}, },
@ -783,7 +783,7 @@
}, },
"tabBar": { "tabBar": {
"color": "#282828", "color": "#282828",
"selectedColor": "#fc4141", "selectedColor": "#409EFF",
"borderStyle": "white", "borderStyle": "white",
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
"list": [{ "list": [{

@ -75,7 +75,7 @@
return { return {
bgColor:{ bgColor:{
'bgColor': '', 'bgColor': '',
'Color': '#E93323', 'Color': '#409EFF',
'width': '40rpx', 'width': '40rpx',
'timeTxtwidth': '28rpx', 'timeTxtwidth': '28rpx',
'isDay': false 'isDay': false
@ -235,7 +235,7 @@
height: 36rpx; height: 36rpx;
line-height: 36rpx; line-height: 36rpx;
.styleAll { .styleAll {
color: #fc4141; color: #409EFF;
font-size:24rpx; font-size:24rpx;
} }
} }

@ -96,7 +96,7 @@
data() { data() {
return { return {
bgColor: { bgColor: {
'bgColor': '#E93323', 'bgColor': '#409EFF',
'Color': '#fff', 'Color': '#fff',
'width': '44rpx', 'width': '44rpx',
'timeTxtwidth': '16rpx', 'timeTxtwidth': '16rpx',
@ -221,7 +221,7 @@
<style lang="scss"> <style lang="scss">
page { page {
background-color: #E93323 !important; background-color: #409EFF !important;
} }
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
@ -369,7 +369,7 @@
line-height: 52rpx; line-height: 52rpx;
right: 24rpx; right: 24rpx;
bottom: 30rpx; bottom: 30rpx;
background: linear-gradient(90deg, #FF7931 0%, #E93323 100%); background: linear-gradient(90deg, #FF7931 0%, #409EFF 100%);
} }
.bargain-list .list .item .cutBnt .iconfont { .bargain-list .list .item .cutBnt .iconfont {

@ -815,7 +815,7 @@
} }
.go { .go {
color: #E93323; color: #409EFF;
text-align: center; text-align: center;
font-size: 28rpx; font-size: 28rpx;
margin-top: 26rpx; margin-top: 26rpx;
@ -1065,7 +1065,7 @@
} }
.bargain .header .time .red { .bargain .header .time .red {
color: #fc4141; color: #409EFF;
} }
.bargain .header .people { .bargain .header .people {
@ -1187,7 +1187,7 @@
height: 100%; height: 100%;
transition: width 0.6s ease; transition: width 0.6s ease;
border-radius: 20rpx; border-radius: 20rpx;
background-image: linear-gradient(to right, #ffa363 0%, #e93323 100%); background-image: linear-gradient(to right, #ffa363 0%, #409EFF 100%);
} }
.bargain .money { .bargain .money {
@ -1453,7 +1453,7 @@
font-size: 22rpx; font-size: 22rpx;
padding: 2rpx 8rpx; padding: 2rpx 8rpx;
border-radius: 30rpx; border-radius: 30rpx;
background-color: #E93323; background-color: #409EFF;
color: #fff; color: #fff;
} }
@ -1465,7 +1465,7 @@
position: absolute; position: absolute;
bottom: -54rpx; bottom: -54rpx;
left: 14rpx; left: 14rpx;
border-color: #E93323 transparent transparent; border-color: #409EFF transparent transparent;
} }
} }

@ -190,7 +190,7 @@
<style lang="scss"> <style lang="scss">
page { page {
background-color: #E93323 !important; background-color: #409EFF !important;
} }
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>

@ -1483,7 +1483,7 @@
.product-con .footer .bnt .buy { .product-con .footer .bnt .buy {
border-radius: 0 50rpx 50rpx 0; border-radius: 0 50rpx 50rpx 0;
background-image: linear-gradient(to right, #fa6514 0%, #e93323 100%); background-image: linear-gradient(to right, #fa6514 0%, #409EFF 100%);
} }
.setCollectBox { .setCollectBox {

@ -686,7 +686,7 @@
position: absolute; position: absolute;
width: 72rpx; width: 72rpx;
height: 30rpx; height: 30rpx;
background-color: #E93323; background-color: #409EFF;
border-radius: 15rpx; border-radius: 15rpx;
font-size: 20rpx; font-size: 20rpx;
line-height: 30rpx; line-height: 30rpx;
@ -824,7 +824,7 @@
} }
.group-con .wrapper .title .name .timeTxt { .group-con .wrapper .title .name .timeTxt {
color: #fc4141; color: #409EFF;
} }
.group-con .wrapper .title .name .time .styleAll { .group-con .wrapper .title .name .time .styleAll {
@ -835,7 +835,7 @@
font-weight: bold; font-weight: bold;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
color: #fc4141; color: #409EFF;
padding: 2rpx 5rpx; padding: 2rpx 5rpx;
} }
@ -870,7 +870,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
border: 2rpx solid #e93323; border: 2rpx solid #409EFF;
} }
.group-con .wrapper .list .pictrue img.img-none { .group-con .wrapper .list .pictrue img.img-none {
@ -975,9 +975,9 @@
border-radius: 0 18rpx 18rpx 0; border-radius: 0 18rpx 18rpx 0;
font-size: 20rpx; font-size: 20rpx;
color: #fff; color: #fff;
background-image: linear-gradient(to right, #fb5445 0%, #e93323 100%); background-image: linear-gradient(to right, #fb5445 0%, #409EFF 100%);
background-image: -webkit-linear-gradient(to right, #fb5445 0%, #e93323 100%); background-image: -webkit-linear-gradient(to right, #fb5445 0%, #409EFF 100%);
background-image: -moz-linear-gradient(to right, #fb5445 0%, #e93323 100%); background-image: -moz-linear-gradient(to right, #fb5445 0%, #409EFF 100%);
} }
.group-con .group-recommend .list .item .name { .group-con .group-recommend .list .item .name {

@ -1154,7 +1154,7 @@
height: 110rpx; height: 110rpx;
padding: 0 30rpx; padding: 0 30rpx;
box-sizing: border-box; box-sizing: border-box;
background-color: #E93323; background-color: #409EFF;
} }
.product-con .nav .money { .product-con .nav .money {
@ -1287,7 +1287,7 @@
.product-con .footer .bnt .buy { .product-con .footer .bnt .buy {
border-radius: 0 50rpx 50rpx 0; border-radius: 0 50rpx 50rpx 0;
background-image: linear-gradient(to right, #fa6514 0%, #e93323 100%); background-image: linear-gradient(to right, #fa6514 0%, #409EFF 100%);
} }
.setCollectBox { .setCollectBox {

@ -188,7 +188,7 @@
context.restore(); context.restore();
context.setFontSize(72); context.setFontSize(72);
context.setFillStyle('#fc4141'); context.setFillStyle('#409EFF');
context.fillText(price, 250, 210); context.fillText(price, 250, 210);
context.setFontSize(32); context.setFontSize(32);

@ -192,10 +192,10 @@
.productSort .aside .item.on { .productSort .aside .item.on {
background-color: #fff; background-color: #fff;
border-left: 4rpx solid #fc4141; border-left: 4rpx solid #409EFF;
width: 100%; width: 100%;
text-align: center; text-align: center;
color: #fc4141; color: #409EFF;
font-weight: bold; font-weight: bold;
} }

@ -114,7 +114,7 @@
<view class="slider-banner banner"> <view class="slider-banner banner">
<swiper indicator-dots="true" :autoplay="autoplay" :circular="circular" <swiper indicator-dots="true" :autoplay="autoplay" :circular="circular"
:interval="interval" :duration="duration" indicator-color="#999" :interval="interval" :duration="duration" indicator-color="#999"
indicator-active-color="#e93323" :style="'height:'+clientHeight+'px'"> indicator-active-color="#409EFF" :style="'height:'+clientHeight+'px'">
<swiper-item v-for="(item,indexw) in good_list" :key="indexw"> <swiper-item v-for="(item,indexw) in good_list" :key="indexw">
<view class="list acea-row row-middle" :id="'list'+indexw"> <view class="list acea-row row-middle" :id="'list'+indexw">
<view class="item" v-for="(val,indexn) in item.list" :key="indexn" <view class="item" v-for="(val,indexn) in item.list" :key="indexn"
@ -1557,7 +1557,7 @@
.product-con .footer .bnt .buy { .product-con .footer .bnt .buy {
border-radius: 0 50rpx 50rpx 0; border-radius: 0 50rpx 50rpx 0;
background-image: linear-gradient(to right, #fa6514 0%, #e93323 100%); background-image: linear-gradient(to right, #fa6514 0%, #409EFF 100%);
} }
.product-con .store-info { .product-con .store-info {

@ -45,7 +45,7 @@
return { return {
bgColor: { bgColor: {
'bgColor': '#fff', 'bgColor': '#fff',
'Color': '#E93323', 'Color': '#409EFF',
'width': '44rpx', 'width': '44rpx',
'timeTxtwidth': '16rpx', 'timeTxtwidth': '16rpx',
'isDay': true 'isDay': true

@ -1375,7 +1375,7 @@
/* #endif */ /* #endif */
width: 100%; width: 100%;
height: 304rpx; height: 304rpx;
background: linear-gradient(180deg, #E93323 0%, #F5F5F5 100%, #751A12 100%); background: linear-gradient(180deg, #409EFF 0%, #F5F5F5 100%, #409EFF 100%);
// border-radius: 0 0 30rpx 30rpx; // border-radius: 0 0 30rpx 30rpx;

@ -1035,7 +1035,7 @@
.shoppingCart .list .item .picTxt .text .money { .shoppingCart .list .item .picTxt .text .money {
font-size: 32rpx; font-size: 32rpx;
color: #E93323; color: #409EFF;
margin-top: 28rpx; margin-top: 28rpx;
font-weight: 600; font-weight: 600;
} }

@ -384,9 +384,7 @@
top: 0; top: 0;
width: 100%; width: 100%;
height: 420rpx; height: 420rpx;
background-image: url('~@/static/images/user_bg.png'); background: linear-gradient(180deg, #409EFF 0%, #B3D8FF 100%)
background-repeat: no-repeat;
background-size: 100% 100%;
} }
.contenBox { .contenBox {
@ -423,7 +421,7 @@
} }
.head { .head {
background: linear-gradient(360deg, rgba(255, 121, 49, 0) 0%, rgba(248, 74, 29, 0.82) 39%, #E93323 100%); background: linear-gradient(360deg, rgba(255, 121, 49, 0) 0%, #409EFF 100%);
// padding: 0 30rpx; // padding: 0 30rpx;
.user-card { .user-card {

@ -1030,10 +1030,10 @@
.order-submission .allAddress { .order-submission .allAddress {
width: 100%; width: 100%;
background: linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%); background: linear-gradient(to bottom, #409EFF 0%, #f5f5f5 100%);
// background-image: linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%); // background-image: linear-gradient(to bottom, #409EFF 0%, #f5f5f5 100%);
// background-image: -webkit-linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%); // background-image: -webkit-linear-gradient(to bottom, #409EFF 0%, #f5f5f5 100%);
// background-image: -moz-linear-gradient(to bottom, #e93323 0%, #f5f5f5 100%); // background-image: -moz-linear-gradient(to bottom, #409EFF 0%, #f5f5f5 100%);
padding: 100rpx 30rpx 0 30rpx; padding: 100rpx 30rpx 0 30rpx;
} }

@ -425,7 +425,7 @@
.my-order .nav .item.on { .my-order .nav .item.on {
// font-weight: bold; // font-weight: bold;
// border-bottom: 5rpx solid #e93323; // border-bottom: 5rpx solid #409EFF;
/* #ifdef H5 || MP */ /* #ifdef H5 || MP */
font-weight: bold; font-weight: bold;
/* #endif */ /* #endif */

@ -564,8 +564,8 @@
line-height: 86rpx; line-height: 86rpx;
margin: 0 auto; margin: 0 auto;
font-size: 32rpx; font-size: 32rpx;
color: #E93323 ; color: #409EFF ;
border: 1px solid #E93323; border: 1px solid #409EFF;
} }
.relative{ .relative{
position: relative; position: relative;
@ -582,7 +582,7 @@
.status{ .status{
display: flex; display: flex;
width: 750rpx; width: 750rpx;
// background-color: #E93323; // background-color: #409EFF;
height: var(--status-bar-height); height: var(--status-bar-height);
} }

@ -471,7 +471,7 @@
.status_1{ .status_1{
display: flex; display: flex;
width: 750rpx; width: 750rpx;
// background-color: #E93323; // background-color: #409EFF;
height: var(--status-bar-height); height: var(--status-bar-height);
} }
</style> </style>

@ -167,7 +167,7 @@
color: #999999; color: #999999;
&.on { &.on {
border-bottom-color: #E93323; border-bottom-color: #409EFF;
color: #282828; color: #282828;
} }
} }

@ -211,8 +211,8 @@
} }
.nav .acea-row.on { .nav .acea-row.on {
border-bottom-color: #E93323; border-bottom-color: #409EFF;
color: #E93323; color: #409EFF;
} }
.condition .line-title { .condition .line-title {

@ -223,7 +223,7 @@
.my-promotion .list .item .iconfont { .my-promotion .list .item .iconfont {
font-size: 70rpx; font-size: 70rpx;
background-image: linear-gradient(to right, #fc4d3d 0%, #e93323 100%); background-image: linear-gradient(to right, #fc4d3d 0%, #409EFF 100%);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
margin-bottom: 20rpx; margin-bottom: 20rpx;

@ -1,20 +1,20 @@
@charset "UTF-8"; @charset "UTF-8";
.font-color,.font-color-red { .font-color,.font-color-red {
color: #E93323!important color: #409EFF!important
} }
.bg-color { .bg-color {
background-color: #E93323 !important background-color: #409EFF !important
} }
.icon-color { .icon-color {
color: #E93323 color: #409EFF
} }
.cart-color { .cart-color {
color: #E93323 !important; color: #409EFF !important;
border: 1px solid #E93323 !important border: 1px solid #409EFF !important
} }
.padding20 { .padding20 {
@ -226,8 +226,8 @@ radio .wx-radio-input {
} }
radio .wx-radio-input.wx-radio-input-checked { radio .wx-radio-input.wx-radio-input-checked {
border: 1px solid #E93323 !important; border: 1px solid #409EFF !important;
background-color: #E93323 !important background-color: #409EFF !important
} }
radio .uni-radio-input { radio .uni-radio-input {
@ -237,8 +237,8 @@ radio .uni-radio-input {
} }
radio .uni-radio-input.uni-radio-input-checked { radio .uni-radio-input.uni-radio-input-checked {
border: 1px solid #E93323 !important; border: 1px solid #409EFF !important;
background-color: #E93323 !important background-color: #409EFF !important
} }
checkbox .wx-checkbox-input { checkbox .wx-checkbox-input {
@ -249,8 +249,8 @@ checkbox .wx-checkbox-input {
} }
checkbox .wx-checkbox-input.wx-checkbox-input-checked { checkbox .wx-checkbox-input.wx-checkbox-input-checked {
border: 1px solid #E93323 !important; border: 1px solid #409EFF !important;
background-color: #E93323 !important; background-color: #409EFF !important;
color: #fff!important; color: #fff!important;
margin-right: 0 !important; margin-right: 0 !important;
} }
@ -266,8 +266,8 @@ checkbox .uni-checkbox-input {
} }
checkbox .uni-checkbox-input.uni-checkbox-input-checked { checkbox .uni-checkbox-input.uni-checkbox-input-checked {
border: 1px solid #E93323 !important; border: 1px solid #409EFF !important;
background-color: #E93323 !important; background-color: #409EFF !important;
color: #fff!important color: #fff!important
} }

@ -73,8 +73,8 @@
.product-con .wrapper .coupon .activity { .product-con .wrapper .coupon .activity {
// height: 40rpx; // height: 40rpx;
padding: 0 20rpx; padding: 0 20rpx;
border: 1rpx solid #E93323; border: 1rpx solid #409EFF;
color: #E93323; color: #409EFF;
font-size: 24rpx; font-size: 24rpx;
// line-height: 40rpx; // line-height: 40rpx;
position: relative; position: relative;
@ -635,7 +635,7 @@
.spike-box .styleAll { .spike-box .styleAll {
background-color: #ffdfdd; background-color: #ffdfdd;
color: #E93323; color: #409EFF;
padding: 0 5rpx padding: 0 5rpx
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -21,7 +21,7 @@ $uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d; $uni-color-error: #dd524d;
/* crmeb颜色变量 */ /* crmeb颜色变量 */
$theme-color:#E93323; $theme-color:#409EFF;
$theme-color-opacity:rgba(233,51,35,.6); $theme-color-opacity:rgba(233,51,35,.6);
$bg-star: #f62c2c; $bg-star: #f62c2c;
$bg-end:#f96e29; $bg-end:#f96e29;

@ -346,11 +346,11 @@ export default {
context.save(); context.save();
context.setFontSize(14*rain); context.setFontSize(14*rain);
context.setFillStyle('#fc4141'); context.setFillStyle('#409EFF');
context.fillText('¥', 157*rain, 145*rain); context.fillText('¥', 157*rain, 145*rain);
context.setFontSize(24*rain); context.setFontSize(24*rain);
context.setFillStyle('#fc4141'); context.setFillStyle('#409EFF');
context.fillText(price, 170*rain, 145*rain); context.fillText(price, 170*rain, 145*rain);
context.setFontSize(10*rain); context.setFontSize(10*rain);

Loading…
Cancel
Save