From bd09ddbe5eae5e780393d37b72b4da6d4e92fdb8 Mon Sep 17 00:00:00 2001
From: LiuWenHaoU <964324856@qq.com>
Date: Mon, 18 May 2020 00:15:17 +0800
Subject: [PATCH] 部分修改及新增功能
---
SunshineLnsMinApp/pages/fzxktDetail/fzxktDetail.wxss | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/SunshineLnsMinApp/pages/fzxktDetail/fzxktDetail.wxss b/SunshineLnsMinApp/pages/fzxktDetail/fzxktDetail.wxss
index 7baa0fa..b59fade 100644
--- a/SunshineLnsMinApp/pages/fzxktDetail/fzxktDetail.wxss
+++ b/SunshineLnsMinApp/pages/fzxktDetail/fzxktDetail.wxss
@@ -21,6 +21,31 @@
margin:20rpx 0 0 20rpx;
}
+.content-right {
+ flex: 1;
+ margin-right: 50rpx;
+ background: #ccc;
+ width: 100%;
+ height: 100%;
+}
+.headLineTitle {
+ /* height: 88rpx; */
+ font-size: 16px;
+ line-break: 44rpx;
+ color: rgba(51, 51, 51, 1);
+ /* margin-bottom: 26rpx; */
+}
+
+.headLineInfo {
+ display: flex;
+ font-size: 12px;
+ color: rgba(153, 153, 153, 1);
+}
+
+.info-source {
+ margin-right: 20rpx;
+}
+
#myVideo{
display: block;
width: 100%;
@@ -45,6 +70,14 @@
height: 48px;
}
+.content-left {
+ width: 416rpx;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ margin:14px 0;
+}
+
.detail-img-bottom {
font-size: 12px;
color: #333;
--
Gitblit v1.8.0