buli
2023-07-11 80a3f59e2d3df07805bc67e329300b8de90a5b3a
force-app/main/default/lwc/lexCssUtility/lexCssUtility.css
@@ -10,22 +10,21 @@
    /* --slds-c-button-brand-text-color-hover:#ccc;  */
/* } */
/* button边框 */
.lexBorder{
    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;
    height: 36px;
    border-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    background: #ffffff;
    box-sizing: border-box;
    border:1px solid #0A81DF;
    border: 1px solid #0a81df;
}
.lexsearchStyle{
    font-size: 18px;
@@ -35,8 +34,8 @@
    height: 36px;
    border-radius: 4px;
    opacity: 1;
    background:#090F84;
    color:#FFFFFF;
    background: #090f84;
    color: #ffffff;
}
.lexclearStyle{
    font-size: 18px;
@@ -46,30 +45,27 @@
    height: 36px;
    border-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    background: #ffffff;
    border:1px solid #4d4d4d;
    color:#333333;
}
/* button边框 */
.lexBorderWidth{
    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: 200px;
    height: 36px;
    border-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    background: #ffffff;
    box-sizing: border-box;
    border-style: rgb(212, 212, 212);
}
/* button距离 */
.buttonMarginLeft{
@@ -93,10 +89,10 @@
    font-size: 18px;
    font-family: 'sans-serif';
    font-weight:500;
    color:#0A81DF;;
    color: #0a81df;
    border-radius: 4px;
    opacity: 1;
    background: #FFFFFF;
    background: #ffffff;
    box-sizing: border-box;
    border-style: rgb(212, 212, 212);
}
@@ -105,12 +101,16 @@
    font-size: 16px;
    font-family: 'sans-serif';
    font-weight:500;
}
/* input 字体大小 by Link */
.inputFont {
    font-size: 14px;
    --lwc-fontSize2:14px;
}
/* spinner_container By Link */
.slds-spinner_container {
    position: fixed;
    top: 123px;
}