fixed 修改主题色

This commit is contained in:
lwh 2023-08-06 16:39:33 +08:00
parent 7272b0a14b
commit 11f66a9f60
9 changed files with 26 additions and 21 deletions

View File

@ -21,19 +21,19 @@
} }
.btn-reset { .btn-reset {
color: #fa4126; color: #1989fa;
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
position: relative; position: relative;
border: 1rpx solid #fa4126; border: 1rpx solid #1989fa;
border-radius: 84rpx 0 0 84rpx; border-radius: 84rpx 0 0 84rpx;
} }
.btn-confirm { .btn-confirm {
border-radius: 0 84rpx 84rpx 0; border-radius: 0 84rpx 84rpx 0;
border: 1rpx solid #fa4126; border: 1rpx solid #1989fa;
} }
.btn-confirm { .btn-confirm {
color: #fff; color: #fff;
background: #fa4126; background: #1989fa;
} }

View File

@ -44,7 +44,7 @@ Component({
}, },
color: { color: {
type: String, type: String,
value: '#FA550F', value: '#1989fa',
}, },
}, },

View File

@ -46,5 +46,5 @@
} }
.filter-left-content .filter-active-item { .filter-left-content .filter-active-item {
color: #fa550f; color: #1989fa;
} }

View File

@ -18,7 +18,7 @@
position: absolute; position: absolute;
width: 6rpx; width: 6rpx;
height: 48rpx; height: 48rpx;
background-color: #fa4126; background-color: #1989fa;
left: 0; left: 0;
top: 50%; top: 50%;
transform: translate(0, -50%); transform: translate(0, -50%);
@ -38,7 +38,7 @@
.c-sidebar-item.active .c-sidebar-item__text { .c-sidebar-item.active .c-sidebar-item__text {
background-color: white; background-color: white;
border-radius: 36rpx; border-radius: 36rpx;
color: #fa4126; color: #1989fa;
} }
.text-overflow { .text-overflow {

View File

@ -18,7 +18,6 @@ Page({
this.getTabBar().init(); this.getTabBar().init();
}, },
onChange(e) { onChange(e) {
console.log(e.detail.item.groupId,'asdasd');
wx.navigateTo({ wx.navigateTo({
url: '/pages/goods/list/index?goodsCategoryGuid=' + e.detail.item.groupId, url: '/pages/goods/list/index?goodsCategoryGuid=' + e.detail.item.groupId,
}); });

View File

@ -79,13 +79,13 @@
} }
.bar-separately { .bar-separately {
background: #ffece9; background: #faf4f4;
color: #fa4126; color: #1989fa;
border-radius: 40rpx 0 0 40rpx; border-radius: 40rpx 0 0 40rpx;
} }
.bar-buy { .bar-buy {
background-color: #fa4126; background-color: #1989fa;
border-radius: 0rpx 40rpx 40rpx 0rpx; border-radius: 0rpx 40rpx 40rpx 0rpx;
} }

View File

@ -98,8 +98,8 @@
.popup-sku-group-container .popup-sku-group-container
.popup-sku-row .popup-sku-row
.popup-sku-row__item.popup-sku-row__item--active { .popup-sku-row__item.popup-sku-row__item--active {
border: 2rpx solid #fa4126; border: 2rpx solid #1989fa;
color: #fa4126; color: #1989fa;
background: rgba(255, 95, 21, 0.04); background: rgba(255, 95, 21, 0.04);
} }
@ -260,7 +260,7 @@
.popup-sku-actions .sku-operate .sku-operate-addCart { .popup-sku-actions .sku-operate .sku-operate-addCart {
background-color: #ffece9; background-color: #ffece9;
color: #fa4126; color: #1989fa;
border-radius: 48rpx 0 0 48rpx; border-radius: 48rpx 0 0 48rpx;
} }
@ -270,7 +270,7 @@
} }
.popup-sku-actions .sku-operate .sku-operate-buyNow { .popup-sku-actions .sku-operate .sku-operate-buyNow {
background-color: #fa4126; background-color: #1989fa;
border-radius: 0 48rpx 48rpx 0; border-radius: 0 48rpx 48rpx 0;
} }
@ -291,7 +291,7 @@
height: 80rpx; height: 80rpx;
text-align: center; text-align: center;
line-height: 88rpx; line-height: 88rpx;
background-color: #fa4126; background-color: #1989fa;
} }
.popup-container .single-confirm-btn.disabled { .popup-container .single-confirm-btn.disabled {

View File

@ -73,8 +73,8 @@ page {
} }
.goods-detail-page .goods-info .goods-activity .tags-container .goods-activity-tag { .goods-detail-page .goods-info .goods-activity .tags-container .goods-activity-tag {
background: #ffece9; background: #faeeec;
color: #fa4126; color: #1989fa;
font-size: 24rpx; font-size: 24rpx;
margin-right: 16rpx; margin-right: 16rpx;
padding: 4rpx 8rpx; padding: 4rpx 8rpx;
@ -85,7 +85,7 @@ page {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: #fa4126; color: #1989fa;
font-size: 24rpx; font-size: 24rpx;
padding-right: 32rpx; padding-right: 32rpx;
} }
@ -419,7 +419,7 @@ page {
.shop-right-button { .shop-right-button {
margin-top: 20rpx; margin-top: 20rpx;
padding: 15rpx 20rpx; padding: 15rpx 20rpx;
background-color: rgb(251, 48, 44); background-color: #1989fa;
border-radius: 50rpx; border-radius: 50rpx;
color: white; color: white;
font-size: 25rpx; font-size: 25rpx;

View File

@ -52,6 +52,12 @@
--td-button-primary-text-color: #1989fa; --td-button-primary-text-color: #1989fa;
} }
.t-side-bar{
--td-side-bar-bg-color: #1989fa;
--td-side-bar-active-color: #1989fa;
--td-side-bar-disabled-color: #1989fa;
}
.dialog__button-confirm { .dialog__button-confirm {
color: #1989fa !important; color: #1989fa !important;
} }