From a3d2fe9dff3b6cd9fa8fdd91e87aac843f694c0f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:23:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_staff/pages/store/info.less | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/wechat_staff/pages/store/info.less b/wechat_staff/pages/store/info.less
index 10be0d8..951f7fd 100644
--- a/wechat_staff/pages/store/info.less
+++ b/wechat_staff/pages/store/info.less
@@ -17,7 +17,7 @@
justify-content: flex-end;
.input{
text-align: right;
- max-width: 450rpx;
+ width: 100%;
white-space: nowrap;
overflow: hidden;//鏂囨湰瓒呭嚭闅愯棌
text-overflow: ellipsis;
@@ -30,4 +30,18 @@
}
}
}
+}
+.bottombtn{
+ position: fixed;
+ left: 40rpx;
+ width: 670rpx;
+ height: 88rpx;
+ background: #B08771;
+ border-radius: 8rpx;
+ font-weight: 500;
+ font-size: 32rpx;
+ color: #FFFFFF;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
\ No newline at end of file
--
Gitblit v1.9.3