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.less | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/pages/sets/index.less b/wechat_jiaxuan/pages/sets/index.less
new file mode 100644
index 0000000..c60da15
--- /dev/null
+++ b/wechat_jiaxuan/pages/sets/index.less
@@ -0,0 +1,55 @@
+.list{
+ padding: 12rpx 32rpx;
+ .line{
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ height: 100rpx;
+ border-bottom: 2rpx solid #E5E5E5;
+ .name{
+ font-size: 30rpx;
+ }
+ .icon{
+ width: 40rpx;
+ }
+ }
+}
+.modal{
+ width: 610rpx;
+ height: 450rpx;
+ background: #FFFFFF;
+ border-radius: 8rpx;
+ padding: 60rpx 40rpx 30rpx;
+ .title{
+ font-weight: 500;
+ font-size: 36rpx;
+ color: #222222;
+ margin-bottom: 30rpx;
+ }
+ .text{
+ color: #555555;
+ margin-bottom: 30rpx;
+ padding-bottom: 40rpx;
+ border-bottom: 2rpx solid #E5E5E5;
+ }
+ .btns{
+ display: flex;
+ justify-content: space-between;
+ .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;
+ }
+ .cancel{
+ color: #fff;
+ background-color: var(--themeColor);
+ }
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3