Fix:2475 【商城小程序】样式调整,预约旅居与药膳食谱名称背景框透明度设置为70%,文字超出时用省略号显示,不要换行

This commit is contained in:
linxi
2024-10-11 15:41:06 +08:00
parent b3b5f3f6e4
commit e493acec59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ export default {
bottom: 30rpx;
text-align: center;
width: 212rpx;
background: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.7);
border-radius: 60rpx;
font-size: 28rpx;
font-weight: bold;
+1 -1
View File
@@ -188,7 +188,7 @@ export default {
bottom: 30rpx;
text-align: center;
width: 212rpx;
background: rgba(255,255,255,0.9);
background: rgba(255,255,255,0.7);
border-radius: 60rpx;
font-size: 28rpx;
font-weight: bold;