diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index cf31785..f318bee 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -129,7 +129,7 @@ export default { padding-top: 72rpx; display: flex; flex-direction: column; - background: url("@/static/images/plan-icon-bg.png") no-repeat 90% 60%; + background: url("@/static/images/plan-icon-bg2.png") no-repeat 95% 40%; background-size: 40%; background-color: #dfeefd; .name { @@ -152,7 +152,7 @@ export default { pointer-events: auto; /* 确保可点击 */ background: #ffffff; border-radius: 30rpx; - padding: 18rpx 0; + padding: 12rpx 0; width: 48%; display: flex; align-items: center; @@ -181,13 +181,13 @@ export default { display: flex; align-items: center; justify-content: center; - background-color: #FEEDED; /* 背景颜色 */ - color: white; - width: 160rpx; -height: 45rpx; -font-size: 30rpx; -color: #DB3636; - border-bottom-left-radius: 500rpx; /* 切角 */ + background-color: #feeded; /* 背景颜色 */ + color: white; + width: 160rpx; + height: 45rpx; + font-size: 30rpx; + color: #db3636; + border-bottom-left-radius: 500rpx; /* 切角 */ } .name { display: flex; diff --git a/static/images/plan-icon-bg2.png b/static/images/plan-icon-bg2.png new file mode 100644 index 0000000..5f0ec1c Binary files /dev/null and b/static/images/plan-icon-bg2.png differ