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/userinfo/mysub.wxss |   78 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 78 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/userinfo/mysub.wxss b/wechat_jiaxuan/pages/userinfo/mysub.wxss
new file mode 100644
index 0000000..d1fa552
--- /dev/null
+++ b/wechat_jiaxuan/pages/userinfo/mysub.wxss
@@ -0,0 +1,78 @@
+.container {
+  background-color: #f7f7f7;
+}
+.tabs {
+  background-color: #fff;
+  padding: 0 40rpx;
+  height: 88rpx;
+  display: flex;
+  justify-content: space-around;
+  align-items: center;
+}
+.tabs .item {
+  font-size: 30rpx;
+  color: #666666;
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
+  align-items: center;
+}
+.tabs .item .border {
+  width: 40rpx;
+  height: 6rpx;
+  background-color: #fff;
+  margin-top: 16rpx;
+  border-radius: 3rpx;
+}
+.tabs .active {
+  font-weight: 600;
+  font-size: 34rpx;
+  color: #222222;
+}
+.tabs .active .border {
+  background: #F4CA1C;
+}
+.list {
+  padding: 30rpx 40rpx;
+}
+.list .item {
+  width: 670rpx;
+  background: linear-gradient(180deg, #F2E7E1 0%, #FEFEFD 30%, #FFFFFF 100%);
+  border-radius: 8rpx;
+  padding: 30rpx;
+  margin-bottom: 30rpx;
+}
+.list .item .header {
+  font-size: 26rpx;
+  display: flex;
+  align-items: center;
+  margin-bottom: 30rpx;
+}
+.list .item .header .name {
+  font-weight: 500;
+  font-size: 32rpx;
+  margin-right: 18rpx;
+}
+.list .item .line {
+  display: flex;
+  align-items: center;
+  min-height: 40rpx;
+  margin-bottom: 20rpx;
+}
+.list .item .line .label {
+  color: #666666;
+  width: 140rpx;
+  font-size: 28rpx;
+}
+.list .item .line .spe {
+  letter-spacing: 56rpx;
+}
+.list .item .line .val {
+  color: #333333;
+}
+.list .item .time {
+  display: flex;
+  color: #999999;
+  font-size: 24rpx;
+  margin-top: 0rpx;
+}

--
Gitblit v1.9.3