style: 保洁计划

This commit is contained in:
yangzhe 2025-04-08 14:13:28 +08:00
parent 21dcd56c6a
commit a673fc3de8
2 changed files with 9 additions and 9 deletions

View File

@ -129,7 +129,7 @@ export default {
padding-top: 72rpx; padding-top: 72rpx;
display: flex; display: flex;
flex-direction: column; 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-size: 40%;
background-color: #dfeefd; background-color: #dfeefd;
.name { .name {
@ -152,7 +152,7 @@ export default {
pointer-events: auto; /* 确保可点击 */ pointer-events: auto; /* 确保可点击 */
background: #ffffff; background: #ffffff;
border-radius: 30rpx; border-radius: 30rpx;
padding: 18rpx 0; padding: 12rpx 0;
width: 48%; width: 48%;
display: flex; display: flex;
align-items: center; align-items: center;
@ -181,12 +181,12 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: #FEEDED; /* 背景颜色 */ background-color: #feeded; /* 背景颜色 */
color: white; color: white;
width: 160rpx; width: 160rpx;
height: 45rpx; height: 45rpx;
font-size: 30rpx; font-size: 30rpx;
color: #DB3636; color: #db3636;
border-bottom-left-radius: 500rpx; /* 切角 */ border-bottom-left-radius: 500rpx; /* 切角 */
} }
.name { .name {

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB