From 326bdb73c590cb669af344cfdc4ee6f02bf1b0a8 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 10:16:11 +0800
Subject: [PATCH] 链接指纹是杯页面
---
SunshineLnsMinApp/pages/rzcx/rzcx.wxss | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/SunshineLnsMinApp/pages/rzcx/rzcx.wxss b/SunshineLnsMinApp/pages/rzcx/rzcx.wxss
index e74b02d..b04dcb4 100644
--- a/SunshineLnsMinApp/pages/rzcx/rzcx.wxss
+++ b/SunshineLnsMinApp/pages/rzcx/rzcx.wxss
@@ -14,6 +14,31 @@
height: 48px;
}
+.fzpxInfo-main-group {
+ background-color: var(--white);
+ padding: 1rpx 30rpx;
+ display: flex;
+ align-items: center;
+ min-height: 78rpx;
+ justify-content: space-between;
+ border-top: 1rpx solid #eee;
+}
+
+.fzpxInfo-main-group-title {
+ text-align: justify;
+ padding-right: 30rpx;
+ font-size: 30rpx;
+ position: relative;
+ height: 60rpx;
+ line-height: 60rpx;
+ min-width: calc(4em + 30rpx);
+ font-weight: 600;
+}
+
+.fzpxInfo-main-group-around {
+ line-height: 48rpx;
+}
+
.activity-uploadImag-del {
width: 20px;
height: 20px;
@@ -91,7 +116,7 @@
font-size: 14px;
color: #333;
margin-right: auto;
- width: 20%;
+ width: 26%;
}
.publicSnapshot-main span:nth-child(3) {
--
Gitblit v1.8.0