From d9cb8e57537fe5764018f53a224f6afceec64f9e Mon Sep 17 00:00:00 2001
From: liuwh <liuwh@hugeinfo.com.cn>
Date: Tue, 24 Mar 2020 09:22:06 +0800
Subject: [PATCH] 提交
---
SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxss | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 56 insertions(+), 4 deletions(-)
diff --git a/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxss b/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxss
index e727b4a..014d402 100644
--- a/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxss
+++ b/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxss
@@ -1,8 +1,21 @@
/* pages/fzpxInfo/fzpxInfo.wxss */
+@import '../../weui.wxss';
+
+page {
+ height: 100%;
+ background-color: #f1f1f1;
+}
.fzpxInfo-bg {
background-color: #f1f1f1;
height: 100%;
+ display: flex;
+ flex-direction: column;
+}
+
+.flex1 {
+ flex: 1;
+ overflow-y: scroll;
}
.fzpxInfo-main {
@@ -27,7 +40,7 @@
padding: 1rpx 30rpx;
display: flex;
align-items: center;
- min-height: 100rpx;
+ min-height: 78rpx;
justify-content: space-between;
border-top: 1rpx solid #eee;
}
@@ -44,7 +57,7 @@
}
.fzpxInfo-main-group-around {
- line-height: 24PX;
+ line-height: 48rpx;
}
.fzpxInfo-foot {
@@ -63,6 +76,15 @@
font-weight: 600;
}
+.upload {
+ width: 48px;
+ height: 48px;
+}
+
+.educt_hasupload_pic {
+ margin: 4px;
+}
+
.fzpxInfo-foot-txt {
margin: 6px 6px 24px;
line-height: 22PX;
@@ -70,8 +92,6 @@
.fzpxInfo-foot-button {
padding: 12PX;
- background: #249eff;
- color: #fff;
height: 50PX;
border-radius: 2PX;
text-align: center;
@@ -80,3 +100,35 @@
margin-top: 12PX;
margin-bottom: 12PX;
}
+
+.fixed-bottom {
+ position: fixed;
+ width: 100%;
+ bottom: 0;
+ left: 0;
+ right: 0;
+}
+
+.cu-form-group {
+ min-height: 78rpx;
+}
+
+.cu-form-group .title {
+ min-width: calc(4em + 30rpx);
+ font-weight: 600;
+}
+
+.cu-form-group input {
+ line-height: 48rpx;
+ font-weight: normal;
+ color: #000 !important;
+ text-align: right;
+}
+
+.sub-title {
+ padding: 30rpx 30rpx 18rpx;
+ font-size: 28rpx;
+ color: #888;
+ width: 100%;
+ box-sizing: border-box;
+}
--
Gitblit v1.8.0