From 1b897c74e44d185669d87abd4c3a29c90d6fe225 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 19 七月 2024 20:10:27 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_staff/pages/store/staff.wxss | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 51 insertions(+), 3 deletions(-)
diff --git a/wechat_staff/pages/store/staff.wxss b/wechat_staff/pages/store/staff.wxss
index 8633274..550aac7 100644
--- a/wechat_staff/pages/store/staff.wxss
+++ b/wechat_staff/pages/store/staff.wxss
@@ -99,12 +99,12 @@
margin-bottom: 42rpx;
}
.guide .line .icon {
- width: 30rpx;
+ width: 30rpx;
}
.guide .line .label {
color: #777777;
- margin-left: 24rpx;
- margin-right: 44rpx;
+ min-width: 140rpx;
+ margin-left: 24rpx;
}
.footer {
display: flex;
@@ -165,3 +165,51 @@
color: #999999;
text-align: center;
}
+.modalcard{
+ display: inline-block;
+ width: 600rpx;
+ height: 1100rpx;
+ box-sizing: border-box;
+}
+.modalcard .img1{
+ width: 100%;
+ height: 956rpx;
+ box-sizing: border-box;
+}
+.modalcard .qrcodecard{
+ width: 600rpx;
+ height: 956rpx;
+ border-radius: 26rpx ;
+}
+.modalcard .btns{
+ width: 100%;
+ display: flex;
+ margin-top:30rpx ;
+ margin-bottom: 10rpx;
+}
+.modalcard .btns .btn1{
+ width: 290rpx;
+ border-radius: 8rpx !important;
+ height:88rpx ;
+ font-size: 32rpx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: white;
+ border: 2rpx solid #FFFFFF;
+ background:rgba(0,0,0,0)
+}
+.modalcard .btns .btn2{
+ width: 290rpx;
+ height:88rpx ;
+ font-size: 32rpx;
+ color: white;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ border-radius: 8rpx !important;
+ background: linear-gradient( 180deg, #E0B49C 0%, #B68B74 100%);
+ border-radius: 8px;
+ border: none;
+}
+
--
Gitblit v1.9.3