恢复页面样式

This commit is contained in:
TOP糯米 2023-03-30 20:53:52 +08:00
parent df0b61a179
commit 0c49d67d54
1 changed files with 16 additions and 0 deletions
src/pages/order

View File

@ -598,4 +598,20 @@ export default {
}
}
}
.common-bottom-components {
.service {
display: flex;
align-items: center;
.iconfont {
font-size: 60rpx;
color: #999999;
}
.text {
display: inline-block;
font-size: 28rpx;
color: #999999;
margin-left: 10rpx;
}
}
}
</style>