From e36d04fc335547bc293078a77924c94a31e99cdc Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Fri, 15 May 2020 16:51:54 +0800
Subject: [PATCH] 发布问卷做问卷总分值100的最大限制
---
SunshineLnsMinApp/pages/wjjb/wjjb.wxss | 76 +++++++++++++++++++++++++++++++++++++
1 files changed, 75 insertions(+), 1 deletions(-)
diff --git a/SunshineLnsMinApp/pages/wjjb/wjjb.wxss b/SunshineLnsMinApp/pages/wjjb/wjjb.wxss
index 9e21f1c..8bffe3b 100644
--- a/SunshineLnsMinApp/pages/wjjb/wjjb.wxss
+++ b/SunshineLnsMinApp/pages/wjjb/wjjb.wxss
@@ -1 +1,75 @@
-/* pages/wjjb/wjjb.wxss */
\ No newline at end of file
+/* pages/wjjb/wjjb.wxss */
+
+.index-icon {
+ width: 100%;
+}
+
+.wjjb-button {
+ display: flex;
+ background: #fe605f;
+ color: #fff;
+ border-radius: 6px;
+ width: 100%;
+ padding: 12px;
+ justify-content: space-between;
+ align-items: center;
+}
+
+.wjjb-button-l-large-size {
+ font-size: 18px;
+ margin: 12px 0;
+}
+
+.wjjb-button-l-s-size {
+ font-size: 14px;
+ margin: 12px 0;
+}
+
+.paddingtop-12 {
+ padding: 12px;
+}
+
+.wjjb-button-l-button {
+ width: 80px;
+ background-color: #fff;
+ color: #fe605f;
+ text-align: center;
+ padding: 8px;
+ border-radius: 16px;
+}
+
+.wjjb-button-r {
+ width: 68px;
+ height: 68px;
+ padding: 8px;
+ border-radius: 50%;
+ background: rgba(0, 0, 0, 0.3);
+}
+
+.zise {
+ background-color: #c650fe;
+}
+
+.color_zise {
+ color: #c650fe;
+}
+
+.wjjb-button-r-img {
+ width: 100%;
+ height: 100%;
+}
+
+.bottom-center {
+ background-color: #d8dbfe;
+ padding: 24px;
+ font-size: 12px;
+ /* position: fixed;
+ bottom: 0; */
+}
+
+.title-size {
+ font-size: 14px;
+ text-align: center;
+ color: #6776e7;
+ margin-bottom: 12px;
+}
--
Gitblit v1.8.0