From 6cf3a4c65d8ee3e63bd09c03d41bc9a4e5bbad90 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 14 十一月 2023 16:38:50 +0800
Subject: [PATCH] 1.委外发料  100%

---
 style/global.css |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/style/global.css b/style/global.css
index eb2fe3e..6a7d117 100644
--- a/style/global.css
+++ b/style/global.css
@@ -2,6 +2,9 @@
 	padding: 10rpx 16rpx;
 	background-color: #eff0f1;
 
+	height: 1300rpx;
+	overflow: scroll;
+
 
 	/* 瀛椾綋鏆傛椂鍏堜笉鍔� */
 	/* text-rendering: optimizeLegibility; */
@@ -16,7 +19,7 @@
 	/*閲嶅懡鍚嶅瓧浣撳悕*/
 	font-family: 'font';
 	/*寮曞叆瀛椾綋*/
-	src: url('../../static/font/dcloud_iconfont.ttf');
+	/* src: url('../../static/font/dcloud_iconfont.ttf'); */
 	/* src: url('../../static/font/unincomponents.ttf'); */
 	font-weight: normal;
 	font-style: normal;
@@ -75,6 +78,7 @@
 
 .head_title {
 	margin-left: 10rpx;
+	font-weight: bolder;
 }
 
 .marginLeft20 {
@@ -121,6 +125,7 @@
 
 .center_title {
 	font-weight: bolder;
+	font-size: 30rpx;
 }
 
 .inputClass {
@@ -133,41 +138,39 @@
 	margin-top: 10rpx;
 }
 
-.u-button--primary {
+/* .u-button--primary {
 	width: 100rpx;
 	height: 66rpx;
 	margin-right: 10rpx;
-	/* border-radius: 10rpx; */
-}
+} */
 
-.u-button--warning {
+/* .u-button--warning {
 	width: 100rpx;
 	height: 66rpx;
 	margin-right: 10rpx;
-	/* border-radius: 10rpx; */
-}
+} */
 
 .footer {
 	position: fixed;
 	bottom: 0;
 	background-color: #fff;
-	min-height: 170rpx;
-	padding-top: 20rpx;
-	padding-bottom: 20rpx;
+	min-height: 70rpx;
+	/* padding-top: 20rpx; */
+	/* padding-bottom: 20rpx; */
 	display: flex;
 	flex-direction: column;
 	width: 100%;
 
 }
 
-.u-button--large {
+/* .u-button--large {
 	width: 100%;
 	height: 100rpx;
 	letter-spacing: 8rpx;
 	border-radius: 16rpx;
 	position: fixed;
 	bottom: 0;
-}
+} */
 
 .sacnBody {
 	margin-top: 440rpx;

--
Gitblit v1.9.3