From b8fa0fa65e994fb0a7067e3348ee8604db815a9b Mon Sep 17 00:00:00 2001 From: xuxj <hugeinfo123> Date: Sun, 26 Apr 2020 09:43:14 +0800 Subject: [PATCH] Merge branch 'master' of http://git.hugeinfo.com.cn/r/nsjcy/frontEnd/nsjcy --- 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