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 {
color: #fa4126;
color: #1989fa;
background: rgba(255, 255, 255, 1);
position: relative;
border: 1rpx solid #fa4126;
border: 1rpx solid #1989fa;
border-radius: 84rpx 0 0 84rpx;
}
.btn-confirm {
border-radius: 0 84rpx 84rpx 0;
border: 1rpx solid #fa4126;
border: 1rpx solid #1989fa;
}
.btn-confirm {
color: #fff;
background: #fa4126;
background: #1989fa;
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -98,8 +98,8 @@
.popup-sku-group-container
.popup-sku-row
.popup-sku-row__item.popup-sku-row__item--active {
border: 2rpx solid #fa4126;
color: #fa4126;
border: 2rpx solid #1989fa;
color: #1989fa;
background: rgba(255, 95, 21, 0.04);
}
@ -260,7 +260,7 @@
.popup-sku-actions .sku-operate .sku-operate-addCart {
background-color: #ffece9;
color: #fa4126;
color: #1989fa;
border-radius: 48rpx 0 0 48rpx;
}
@ -270,7 +270,7 @@
}
.popup-sku-actions .sku-operate .sku-operate-buyNow {
background-color: #fa4126;
background-color: #1989fa;
border-radius: 0 48rpx 48rpx 0;
}
@ -291,7 +291,7 @@
height: 80rpx;
text-align: center;
line-height: 88rpx;
background-color: #fa4126;
background-color: #1989fa;
}
.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 {
background: #ffece9;
color: #fa4126;
background: #faeeec;
color: #1989fa;
font-size: 24rpx;
margin-right: 16rpx;
padding: 4rpx 8rpx;
@ -85,7 +85,7 @@ page {
display: flex;
justify-content: center;
align-items: center;
color: #fa4126;
color: #1989fa;
font-size: 24rpx;
padding-right: 32rpx;
}
@ -419,7 +419,7 @@ page {
.shop-right-button {
margin-top: 20rpx;
padding: 15rpx 20rpx;
background-color: rgb(251, 48, 44);
background-color: #1989fa;
border-radius: 50rpx;
color: white;
font-size: 25rpx;

View File

@ -52,6 +52,12 @@
--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 {
color: #1989fa !important;
}