Fix:3531 【商城小程序】店铺选择界面调整,按钮改为红色色值:#BD3124

This commit is contained in:
modendeveloper
2025-04-01 11:05:27 +08:00
parent 8728c6e738
commit 426348932f
+1 -11
View File
@@ -88,15 +88,5 @@ export default {
width: fit-content;
margin-bottom: 20rpx;
}
.pop-title::after{
content: '';
position: absolute;
bottom: 0rpx;
left: 0;
width: 100%;
height: 5px;
background-color: #BD3124;
border-radius: 20rpx;
opacity: 0.5;
}
</style>