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/collect.wxss | 79 +++++++++++++++++++++++++++++++++++++++
1 files changed, 79 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/pages/userinfo/collect.wxss b/wechat_jiaxuan/pages/userinfo/collect.wxss
new file mode 100644
index 0000000..8799200
--- /dev/null
+++ b/wechat_jiaxuan/pages/userinfo/collect.wxss
@@ -0,0 +1,79 @@
+.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 {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ padding: 40rpx;
+ width: 100%;
+}
+.list .item {
+ flex-shrink: 0;
+ margin-bottom: 60rpx;
+ width: 324rpx;
+}
+.list .item .img_wrap {
+ width: 324rpx;
+ height: 182rpx;
+ border-radius: 8rpx;
+ overflow: hidden;
+ position: relative;
+}
+.list .item .img_wrap .img {
+ width: 100%;
+ height: 100%;
+}
+.list .item .img_wrap .new {
+ width: 72rpx;
+ position: absolute;
+ left: 0;
+ top: 0;
+ z-index: 10;
+}
+.list .item .name {
+ margin: 26rpx 0 14rpx;
+}
+.list .item .info {
+ display: flex;
+ align-items: center;
+ color: #666666;
+}
+.list .item .info .icon {
+ width: 28rpx;
+ margin-right: 8rpx;
+}
+.list .item .info .num {
+ margin-right: 16rpx;
+}
+.list .item .info .primary {
+ color: var(--themeColor);
+}
--
Gitblit v1.9.3