|
|
@@ -373,7 +373,7 @@ export default {
|
|
|
align-items: center;
|
|
|
|
|
|
.flower-name {
|
|
|
- font-size: 7.44upx;
|
|
|
+ font-size: 11upx;
|
|
|
font-weight: 500;
|
|
|
color: #333333;
|
|
|
text-align: center;
|
|
|
@@ -459,31 +459,31 @@ export default {
|
|
|
|
|
|
// 底部按钮栏 - 再缩小 1/2 (总计 33.33%)
|
|
|
.popup-footer {
|
|
|
- height: 30.56upx;
|
|
|
+ height: 32upx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- gap: 11.11upx;
|
|
|
+ gap: 15upx;
|
|
|
padding: 0 13.89upx;
|
|
|
border-top: 2upx solid #eeeeee;
|
|
|
background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
|
|
|
|
|
|
.footer-btn {
|
|
|
flex: 1;
|
|
|
- height: 16.67upx;
|
|
|
+ height: 25upx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
border-radius: 2.22upx;
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s;
|
|
|
- font-size: 10upx;
|
|
|
+ font-size: 12upx;
|
|
|
font-weight: bold;
|
|
|
min-width: 41.67upx;
|
|
|
max-width: 69.44upx;
|
|
|
|
|
|
text {
|
|
|
- font-size: 10upx;
|
|
|
+ font-size: 12upx;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|