From 7d4d357931d43798f3beea2d97711cc4f3956381 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 11 七月 2024 17:58:57 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/pages/sets/index.wxss | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/pages/sets/index.wxss b/wechat_jiaxuan/pages/sets/index.wxss
new file mode 100644
index 0000000..d59ed0d
--- /dev/null
+++ b/wechat_jiaxuan/pages/sets/index.wxss
@@ -0,0 +1,55 @@
+.list {
+ padding: 12rpx 32rpx;
+}
+.list .line {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ height: 100rpx;
+ border-bottom: 2rpx solid #E5E5E5;
+}
+.list .line .name {
+ font-size: 30rpx;
+}
+.list .line .icon {
+ width: 40rpx;
+}
+.modal {
+ width: 610rpx;
+ height: 450rpx;
+ background: #FFFFFF;
+ border-radius: 8rpx;
+ padding: 60rpx 40rpx 30rpx;
+}
+.modal .title {
+ font-weight: 500;
+ font-size: 36rpx;
+ color: #222222;
+ margin-bottom: 30rpx;
+}
+.modal .text {
+ color: #555555;
+ margin-bottom: 30rpx;
+ padding-bottom: 40rpx;
+ border-bottom: 2rpx solid #E5E5E5;
+}
+.modal .btns {
+ display: flex;
+ justify-content: space-between;
+}
+.modal .btns .btn {
+ width: 254rpx;
+ height: 88rpx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background: #F7F7F7;
+ border-radius: 8rpx;
+ font-weight: 500;
+ font-size: 30rpx;
+ color: #555555;
+}
+.modal .btns .cancel {
+ color: #fff;
+ background-color: var(--themeColor);
+}
--
Gitblit v1.9.3