From 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 14:56:14 +0800
Subject: [PATCH] lex community

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

diff --git a/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css b/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
index cca1121..bf67af1 100644
--- a/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
+++ b/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
@@ -1,80 +1,84 @@
 /* .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 {
@@ -83,34 +87,36 @@
 }
 
 /* 搴撳瓨鐩樼偣鍙樺寲鏄庣粏 */
-.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