From 3962c2bb0435484b60a3e408e4738d792e249a53 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 11:09:55 +0800
Subject: [PATCH] LEX CommunityNewCmp

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

diff --git a/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css b/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
new file mode 100644
index 0000000..b9825ca
--- /dev/null
+++ b/force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
@@ -0,0 +1,116 @@
+/* .lexstyle{ */
+    /* 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;  */
+/* } */
+
+
+/* button杈规 */
+.lexBorder{
+    font-size: 18px;
+    font-family: 'sans-serif';
+    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;
+    box-sizing: border-box;
+    border:1px solid #0A81DF;
+}
+.lexsearchStyle{
+    font-size: 18px;
+    font-family: 'sans-serif';
+    font-weight:500;
+    width: 160px;
+    height: 36px;
+    border-radius: 4px;
+    opacity: 1;
+    background:#090F84;
+    color:#FFFFFF;
+}
+.lexclearStyle{
+    font-size: 18px;
+    font-family: 'sans-serif';
+    font-weight:500;
+    width: 160px;
+    height: 36px;
+    border-radius: 4px;
+    opacity: 1;
+    background: #FFFFFF;
+    border:1px solid #4d4d4d;
+    color:#333333;
+
+}
+
+
+/* button杈规 */
+.lexBorderWidth{
+    font-size: 18px;
+    font-family: 'sans-serif';
+    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;
+    box-sizing: border-box;
+    border-style: rgb(212, 212, 212);
+}
+
+
+/* button璺濈 */
+.buttonMarginLeft{
+    margin-left:150px;
+}
+
+/* button鐭窛绂� */
+.buttonminMarginLeft{
+    margin-left:50px;
+}
+
+*:disabled {
+    color: rgb(201, 201, 201);
+    cursor: default;
+}
+
+/* 搴撳瓨鐩樼偣鍙樺寲鏄庣粏 */
+.changeDetail{
+    width:250px;
+    height:36px;
+    font-size: 18px;
+    font-family: 'sans-serif';
+    font-weight:500;
+    color:#0A81DF;;
+    border-radius: 4px;
+    opacity: 1;
+    background: #FFFFFF;
+    box-sizing: border-box;
+    border-style: rgb(212, 212, 212);
+}
+/* 妫�绱㈡潯浠跺瓧浣� */
+.searchName{
+    font-size: 16px;
+    font-family: 'sans-serif';
+    font-weight:500;
+
+}
+
+
+/* input 瀛椾綋澶у皬 by Link */
+.inputFont {
+    font-size: 14px;
+    --lwc-fontSize2:14px;
+}
\ No newline at end of file

--
Gitblit v1.9.1