buli
2023-05-23 07390e2fcb4adf27c928335bf27ae7939c5a80ad
force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
@@ -16,7 +16,7 @@
    font-size: 18px;
    font-family: 'sans-serif';
    font-weight:500;
    color:#0A81DF;;
    color:#0A81DF;
    /* border:2px solid rgb(8,16,132); */
    /* border-color:rgb(8,16,132); */
    width: 160px;
@@ -25,8 +25,33 @@
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border-style: rgb(212, 212, 212);
    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{
@@ -75,9 +100,17 @@
    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;
}