From 80a3f59e2d3df07805bc67e329300b8de90a5b3a Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:13:08 +0800
Subject: [PATCH] Merge branch 'LEXCommunityLiJun' into LEXUpgrade2023-Deloitte

---
 force-app/main/default/lwc/lexCssUtility/lexCssUtility.css |   88 ++++++++++++++++++++-----------------------
 1 files changed, 41 insertions(+), 47 deletions(-)

diff --git a/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css b/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
index bf67af1..cca1121 100644
--- a/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
+++ b/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
@@ -1,84 +1,80 @@
 /* .lexstyle{ */
-    /* font-size: 13px;
+/* font-size: 13px;
     width: 80% !important;
     /* width:50px; */
-    /* --sds-c-button-text-color:red;  */
-    /* 鑳屾櫙棰滆壊 */
-     /* --slds-c-button-brand-color-background:rgb(8,16,132); */
-     /* 瀛椾綋棰滆壊 */
-    /* --slds-c-button-brand-text-color:#FFFFFF; */
-    /* --slds-c-button-brand-text-color-hover:#ccc;  */
+/* --sds-c-button-text-color:red;  */
+/* 鑳屾櫙棰滆壊 */
+/* --slds-c-button-brand-color-background:rgb(8,16,132); */
+/* 瀛椾綋棰滆壊 */
+/* --slds-c-button-brand-text-color:#FFFFFF; */
+/* --slds-c-button-brand-text-color-hover:#ccc;  */
 /* } */
 
-
 /* button杈规 */
-.lexBorder{
+.lexBorder {
     font-size: 18px;
     font-family: 'sans-serif';
-    font-weight:500;
-    color:#0A81DF;
+    font-weight: 500;
+    color: #0a81df;
     /* border:2px solid rgb(8,16,132); */
     /* border-color:rgb(8,16,132); */
     width: 160px;
     height: 36px;
     border-radius: 4px;
     opacity: 1;
-    background: #FFFFFF;
+    background: #ffffff;
     box-sizing: border-box;
-    border:1px solid #0A81DF;
+    border: 1px solid #0a81df;
 }
-.lexsearchStyle{
+.lexsearchStyle {
     font-size: 18px;
     font-family: 'sans-serif';
-    font-weight:500;
+    font-weight: 500;
     width: 160px;
     height: 36px;
     border-radius: 4px;
     opacity: 1;
-    background:#090F84;
-    color:#FFFFFF;
+    background: #090f84;
+    color: #ffffff;
 }
-.lexclearStyle{
+.lexclearStyle {
     font-size: 18px;
     font-family: 'sans-serif';
-    font-weight:500;
+    font-weight: 500;
     width: 160px;
     height: 36px;
     border-radius: 4px;
     opacity: 1;
-    background: #FFFFFF;
-    border:1px solid #4d4d4d;
-    color:#333333;
-
+    background: #ffffff;
+    border: 1px solid #4d4d4d;
+    color: #333333;
 }
-
 
 /* button杈规 */
-.lexBorderWidth{
+.lexBorderWidth {
     font-size: 18px;
     font-family: 'sans-serif';
-    font-weight:500;
-    color:#0A81DF;;
+    font-weight: 500;
+    color: #0a81df;
     /* border:2px solid rgb(8,16,132); */
     /* border-color:rgb(8,16,132); */
     width: 200px;
     height: 36px;
     border-radius: 4px;
     opacity: 1;
-    background: #FFFFFF;
+    background: #ffffff;
     box-sizing: border-box;
     border-style: rgb(212, 212, 212);
 }
 
-
 /* button璺濈 */
-.buttonMarginLeft{
-    margin-left:150px;
+.buttonMarginLeft {
+    margin-left: 150px;
 }
 
 /* button鐭窛绂� */
-.buttonminMarginLeft{
-    margin-left:50px;
+.buttonminMarginLeft {
+    margin-left: 50px;
 }
 
 *:disabled {
@@ -87,36 +83,34 @@
 }
 
 /* 搴撳瓨鐩樼偣鍙樺寲鏄庣粏 */
-.changeDetail{
-    width:250px;
-    height:36px;
+.changeDetail {
+    width: 250px;
+    height: 36px;
     font-size: 18px;
     font-family: 'sans-serif';
-    font-weight:500;
-    color:#0A81DF;;
+    font-weight: 500;
+    color: #0a81df;
     border-radius: 4px;
     opacity: 1;
-    background: #FFFFFF;
+    background: #ffffff;
     box-sizing: border-box;
     border-style: rgb(212, 212, 212);
 }
 /* 妫�绱㈡潯浠跺瓧浣� */
-.searchName{
+.searchName {
     font-size: 16px;
     font-family: 'sans-serif';
-    font-weight:500;
-
+    font-weight: 500;
 }
-
 
 /* input 瀛椾綋澶у皬 by Link */
 .inputFont {
     font-size: 14px;
-    --lwc-fontSize2:14px;
+    --lwc-fontSize2: 14px;
 }
 
 /* spinner_container By Link */
-.slds-spinner_container{
-    position:fixed;
+.slds-spinner_container {
+    position: fixed;
     top: 123px;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1