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;
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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB