consumer模块完成度95%,完成部署消费者端(外网可访问consumer.meitizs.com),消费者小程序能正常运行在微信开发者工具上

This commit is contained in:
cyh666666
2026-03-05 16:54:00 +08:00
parent 7f7f723d93
commit 3b0e397714
728 changed files with 1495 additions and 985 deletions

View File

@@ -406,7 +406,7 @@ const deleteAddress = () => {
.form-group {
background-color: #ffffff;
border-radius: 12px;
padding: 0 16px;
padding: 16px; /* 给整个组增加内边距 */
margin-bottom: 12px;
box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.02);
}
@@ -415,46 +415,62 @@ const deleteAddress = () => {
display: flex;
flex-direction: row;
align-items: center;
padding: 18px 0;
border-bottom: 1px solid #f9f9f9;
padding: 0 16px;
min-height: 52px;
background-color: #f8f8f8;
border-radius: 26px; /* 增加大圆角,使其从直角变为圆角 */
margin-bottom: 12px;
border: none;
}
.form-item:last-child {
border-bottom: none;
margin-bottom: 0;
}
.detail-item {
align-items: flex-start;
flex-direction: column;
padding: 16px;
border-radius: 16px; /* 详细地址区域也增加圆角 */
}
.detail-item .label {
margin-bottom: 12px;
margin-bottom: 8px;
}
.label {
width: 80px;
font-size: 15px;
color: #333;
font-weight: 500;
color: #666;
font-weight: 400;
}
.input {
flex: 1;
font-size: 15px;
height: 44px; /* 增加高度 */
line-height: 44px;
font-size: 16px;
color: #333;
padding: 0 4px;
background-color: transparent; /* 确保输入框背景透明 */
border: none; /* 强制去除安卓原生边框 */
outline: none; /* 强制去除焦点边框 */
}
.textarea {
width: 100%;
height: 60px;
height: 80px;
font-size: 15px;
line-height: 1.5;
line-height: 1.6;
color: #333;
padding: 4px 0;
background-color: transparent;
border: none; /* 强制去除安卓原生边框 */
outline: none; /* 强制去除焦点边框 */
}
.placeholder {
color: #ccc;
color: #bbb;
font-size: 15px;
}
@@ -481,10 +497,11 @@ const deleteAddress = () => {
}
.tag-item {
padding: 6px 18px;
padding: 8px 20px; /* 增大点击区域 */
background-color: #f7f7f7;
border-radius: 20px;
margin-right: 12px;
margin-bottom: 8px; /* 增加底部间距 */
border: 1px solid transparent;
}
@@ -494,7 +511,7 @@ const deleteAddress = () => {
}
.tag-text {
font-size: 13px;
font-size: 14px; /* 增大标签文字 */
color: #666;
}
@@ -506,6 +523,7 @@ const deleteAddress = () => {
/* 开关项 */
.switch-item {
justify-content: space-between;
min-height: 72px; /* 增加开关项高度 */
}
.switch-label-group {
@@ -514,9 +532,9 @@ const deleteAddress = () => {
}
.sub-label {
font-size: 12px;
font-size: 13px; /* 增大副标题 */
color: #999;
margin-top: 4px;
margin-top: 6px;
}
/* 智能填写 */