This commit is contained in:
lik
2026-05-28 17:06:18 +08:00
parent a93a75b3c6
commit db0f47d994
582 changed files with 8060 additions and 1781 deletions

View File

@@ -110,7 +110,7 @@
.address-default-tag {
font-size: 22rpx;
color: #FF8500;
color: #D4A853;
background: rgba(255, 133, 0, 0.1);
padding: 4rpx 12rpx;
border-radius: 8rpx;
@@ -160,7 +160,7 @@
}
.action-text.active {
color: #FF8500;
color: #D4A853;
}
.address-footer {
@@ -169,7 +169,7 @@
}
.address-add-btn {
background: linear-gradient(135deg, #FF9B33 0%, #FF8500 100%);
background: linear-gradient(135deg, #FF9B33 0%, #D4A853 100%);
color: #FFFFFF;
font-size: 30rpx;
font-weight: 600;
@@ -222,7 +222,7 @@
}
.address-save-btn {
background: linear-gradient(135deg, #FF9B33 0%, #FF8500 100%);
background: linear-gradient(135deg, #FF9B33 0%, #D4A853 100%);
color: #FFFFFF;
font-size: 30rpx;
font-weight: 600;

View File

@@ -125,7 +125,7 @@
}
.profile-sex-tag-active {
background: linear-gradient(135deg, #FF9B33 0%, #FF8500 100%);
background: linear-gradient(135deg, #FF9B33 0%, #D4A853 100%);
}
.profile-sex-text {
@@ -143,7 +143,7 @@
}
.profile-save-btn {
background: linear-gradient(135deg, #FF9B33 0%, #FF8500 100%);
background: linear-gradient(135deg, #FF9B33 0%, #D4A853 100%);
color: #FFFFFF;
font-size: 30rpx;
font-weight: 600;

View File

@@ -3,7 +3,7 @@ const API = require('../../utils/api.js')
Page({
data: {
userInfo: {
avatar: '/images/home-active2.png',
avatar: '/images/home-active.png',
name: '用户',
phone: '',
sex: '',

View File

@@ -44,7 +44,7 @@ page {
}
.login-btn {
background: linear-gradient(135deg, #FF9B33 0%, #FF8500 100%);
background: linear-gradient(135deg, #D4A853 0%, #FF8500 100%);
color: #FFFFFF;
font-size: 30rpx;
font-weight: 600;
@@ -60,12 +60,12 @@ page {
.avatar-btn {
background: #FFFFFF;
color: #FF9B33;
color: #D4A853;
font-size: 28rpx;
font-weight: 500;
padding: 24rpx;
border-radius: 20rpx;
border: 1rpx solid #FF9B33;
border: 1rpx solid #D4A853;
line-height: 1.5;
}
@@ -118,7 +118,7 @@ page {
}
.menu-icon {
color: #FF9B33;
color: #D4A853;
margin-right: 24rpx;
}