From d9a89d83c2048a964f16ca179feb2b7f21b9d33a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:28:47 +0800
Subject: [PATCH] 提交

---
 wechat_jiaxuan/pages/calculator/index.wxss |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/pages/calculator/index.wxss b/wechat_jiaxuan/pages/calculator/index.wxss
index f2353f5..5033298 100644
--- a/wechat_jiaxuan/pages/calculator/index.wxss
+++ b/wechat_jiaxuan/pages/calculator/index.wxss
@@ -1,6 +1,7 @@
 /* pages/calculator/index.wxss */
 .container {
   overflow: auto;
+  padding-bottom: 100rpx;
 }
 .main_bg{
   position: fixed;
@@ -40,6 +41,7 @@
   height: 88rpx;
   line-height: 88rpx;
   margin-bottom: 40rpx;
+  color: #222222;
 }
 
 .calculator .input-box {
@@ -90,12 +92,14 @@
 }
 
 .results {
-  position: relative;
+  position: absolute;
+  width: 670rpx;
+  top: calc( 100vh - 250rpx );
   z-index: 1;
   background: #FFFFFF;
   color: #222;
   text-align: center;
-  margin: 0 30rpx 60rpx;
+  margin: 0 40rpx 60rpx;
   border-radius: 8rpx;
   padding: 30rpx;
 }
@@ -127,6 +131,8 @@
 .results .item .td {
   line-height: 74rpx;
   height: 74rpx;
+  font-weight: 400;
+  font-size: 24rpx;
 }
 
 .results .item .th {

--
Gitblit v1.9.3