From ac0b3ba41104180fd45cc94334bc3c760c2895a4 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 23 七月 2024 14:05:36 +0800
Subject: [PATCH] ''
---
wechat_staff/pages/store/info.wxss | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/wechat_staff/pages/store/info.wxss b/wechat_staff/pages/store/info.wxss
index 090fd2b..8275dba 100644
--- a/wechat_staff/pages/store/info.wxss
+++ b/wechat_staff/pages/store/info.wxss
@@ -20,7 +20,7 @@
}
.list .line .val .input {
text-align: right;
- max-width: 450rpx;
+ width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -31,17 +31,17 @@
.list .line .val .icon {
width: 40rpx;
}
-.bottombtn{
+.bottombtn {
position: fixed;
- bottom: 0px;
- width: 100%;
- padding: 20px;
-}
-.savebutton{
- bottom: 20px;
- width: 100%;
- border: none;
- color: white;
+ left: 40rpx;
+ width: 670rpx;
+ height: 88rpx;
background: #B08771;
- border-radius: 8px;
-}
\ No newline at end of file
+ border-radius: 8rpx;
+ font-weight: 500;
+ font-size: 32rpx;
+ color: #FFFFFF;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
--
Gitblit v1.9.3