chore(ui): 微调

This commit is contained in:
2025-12-24 16:04:10 +08:00
parent 25337be57f
commit e5d5c961fb
2 changed files with 3 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ export default {
transition: 0.1s; transition: 0.1s;
background: #c6251b; background: #c6251b;
color: #fff; color: #fff;
border-radius: 60%; border-radius: 40rpx;
width: 80rpx; width: 80rpx;
height: 80rpx; height: 80rpx;
padding: 0; padding: 0;
@@ -219,7 +219,7 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
border-radius: 60%; border-radius: 40rpx;
/* 确保图标本身也是圆形 */ /* 确保图标本身也是圆形 */
} }

View File

@@ -42,7 +42,7 @@
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.16.1", "libVersion": "2.16.1",
"appid": "wx29215aa1bd97bbd6", "appid": "wx29215aa1bd97bbd6",
"projectname": "niushop_b2c_v4_uniapp", "projectname": "uniapp",
"debugOptions": { "debugOptions": {
"hidedInDevtools": [] "hidedInDevtools": []
}, },