From ed9dbed48b9d7dd0ff662e50db94e4706ce5342e Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sat, 09 May 2020 11:24:55 +0800
Subject: [PATCH] 小程序心里疏导
---
SunshineLnsMinApp/pages/fzjdvisitList/fzjdvisitList.wxss | 116 ++++++++++++++++++++++++----------------------------------
1 files changed, 48 insertions(+), 68 deletions(-)
diff --git a/SunshineLnsMinApp/pages/fzjdvisitList/fzjdvisitList.wxss b/SunshineLnsMinApp/pages/fzjdvisitList/fzjdvisitList.wxss
index 56b9db0..2e3d823 100644
--- a/SunshineLnsMinApp/pages/fzjdvisitList/fzjdvisitList.wxss
+++ b/SunshineLnsMinApp/pages/fzjdvisitList/fzjdvisitList.wxss
@@ -1,73 +1,53 @@
+/* pages/fzpx/fzpx.wxss */
+
page {
- display: flex;
- flex-direction: column;
height: 100%;
-}
-.activityMessage-main{
- background: #F9FBFF;
-}
-.activity-item{
- margin: 1vh 1vh 0 1vh;
- border:1px solid rgba(247, 251, 255, 1);
- box-shadow:0px 4px 8px 0px rgba(136, 136, 136, 0.11);
- border-radius: 8px;
-}
-.content-top{
- display: flex;
- justify-content: center;
- align-items: center;
- height: 352rpx;
-}
-.content-top image{
- width:100%;
- height: 100%;
- border:none;
- border-radius: 8px 8px 0 0;
-}
-.content-bottom{
- display: flex;
- flex-direction: row;
- padding: 10rpx 20rpx;
- justify-content: center;
- align-items: center;
-}
-.detail-left{
- flex: 1;
-}
-.headLineTitle{
- color: #3D444D;
- font-size:14px;
-}
-.headLineInfo{
- display: flex;
- flex-direction: columns;
- font-size: 12px;
- color: #8C9198;
- align-items: center;
- line-height: 28px;
-}
-.status-btn{
- height: 20px;
- border-radius: 10px;
- min-width: 20px;
- color: #fff;
- line-height: 20px;
- text-align: center;
- padding: 0 6px;
- font-size: 12px;
- font-weight: normal;
- white-space: nowrap;
- -webkit-transform-origin: -10% center;
- -ms-transform-origin: -10% center;
- transform-origin: -10% center;
- -webkit-box-shadow: 0 0 0 1px #fff;
- box-shadow: 0 0 0 1px #fff;
+ background: #f1f1f1;
}
-.load{
+.fzpx {
+ height: 100%;
+ background: #f1f1f1;
+}
+
+.fzpx-list {
+ background: #fff;
+}
+
+.fzpx-list-img {
+}
+
+.fzpx-list-img image {
+ width: 100%;
+}
+
+.fzpx-list-b {
display: flex;
- justify-content: center;
- color: #999;
- font-size: 14px;
- margin: 2vh;
-}
\ No newline at end of file
+ justify-content: space-between;
+ padding: 16rpx 24rpx;
+ align-items: center;
+ font-size: 14PX;
+}
+
+.fzpx-list-b-left {
+}
+
+.fzpx-list-b-right {
+ background: #249eff;
+ color: #fff;
+ padding: 8PX;
+ border-radius: 4PX;
+}
+
+.fzpx-list-b-left-div {
+ line-height: 26PX;
+}
+
+.fzpx-list-b-left-div span {
+ margin-left: 12PX;
+}
+
+.font-lg {
+ font-size: 16PX;
+ font-weight: 600;
+}
--
Gitblit v1.8.0