| | |
| | | .combobox-container { |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | @import 'c/lexCssUtility'; |
| | | |
| | | .combobox-container label { |
| | | margin-right: 10px; |
| | | } |
| | | .THIS.white svg { |
| | | fill : white; |
| | | } |
| | | /* .holder{ |
| | | position: relative; |
| | | display: inline-block; |
| | | width: 80px; |
| | | height: 80px; |
| | | text-align: center; |
| | | } */ |
| | | .my-combobox { |
| | | display: flex; |
| | | align-items: center; |
| | | padding: 0 0.5rem; |
| | | width: 200px; |
| | | } |
| | | |
| | | .slds-form-element__label { |
| | | width: 144px; |
| | | margin-right: -5rem; |
| | | |
| | | } |
| | | .myinitDiv{ |
| | | |
| | | } |
| | | .card{ |
| | | |
| | | } |
| | | |
| | | .my-addbutton{ |
| | | -webkit-text-size-adjust: 100%; |
| | | font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'; |
| | | line-height: normal; |
| | | color: rgb(3, 45, 96); |
| | | -webkit-tap-highlight-color: transparent; |
| | | border-spacing: 0; |
| | | border-collapse: separate; |
| | | font-size: 13px; |
| | | white-space: normal; |
| | | .lexBorder[c-lexPCLLostReportPage_lexPCLLostReportPage] { |
| | | color: #0A81DF; |
| | | width: 88px !important; |
| | | height: 34px; |
| | | border-radius: 4px; |
| | | opacity: 1; |
| | | background: #FFFFFF; |
| | | box-sizing: border-box; |
| | | border: 0; |
| | | border: 1px solid #0A81DF; |
| | | font-size: small; |
| | | } |
| | | lightning-combobox label { |
| | | color: black !important; |
| | | } |
| | | |
| | | .container { |
| | | display: flex; |
| | | justify-content: space-between; /* 设置子元素间的间距 */ |
| | | } |
| | | |
| | | .item { |
| | | flex: 1; /* 设置子元素的伸缩比例,平分剩余空间 / |
| | | max-width: 100%; / 防止子元素溢出容器 */ |
| | | } |
| | | label { |
| | | color: black !important; |
| | | } |
| | | .Pop{ |
| | | height: 300px; |
| | | width: 400px; |
| | | background-color: white; |
| | | } |
| | | |
| | | .text-container p:first-line { |
| | | background-color: rgb(165, 63, 63); |
| | | } |
| | | .lexBorder1 { |
| | | font-size: small; |
| | | font-family: 'sans-serif'; |
| | | font-weight: 500; |
| | | color: #0A81DF; |
| | | width: 62px; |
| | | height: 34px; |
| | | border-radius: 4px; |
| | | opacity: 1; |
| | | background: #FFFFFF; |
| | | box-sizing: border-box; |
| | | border: 1px solid #0A81DF; |
| | | } |
| | | .iconButton button{ |
| | | padding-bottom: 11px; |
| | | } |
| | | table tr { |
| | | text-align: center !important; |
| | | } |
| | | .lexBorder3 { |
| | | font-size: small; |
| | | font-family: 'sans-serif'; |
| | | font-weight: 500; |
| | | color: #0A81DF; |
| | | width: 114px; |
| | | height: 34px; |
| | | border-radius: 4px; |
| | | opacity: 1; |
| | | background: #FFFFFF; |
| | | box-sizing: border-box; |
| | | border: 1px solid #0A81DF; |
| | | } |
| | | /* 自定义表头样式 */ |
| | | .custom-table th { |
| | | background-color: #F3F3F3; /* 将背景颜色更改为灰色 */ |
| | | border-right: 1px solid #AEAEAE; /* 添加右侧竖线 */ |
| | | padding: 10px; /* 添加内边距以增加可读性 */ |
| | | } |
| | | |
| | | .slds-accordion__summary-heading{ |
| | | background-color: rgb(192, 70, 70); |
| | | } |
| | | /* 最后一个表头单元格不添加右侧竖线 */ |
| | | .custom-table th:last-child { |
| | | border-right: none; |
| | | } |
| | | lightning-spinner { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | z-index: 999; /* 确保在最上层显示 */ |
| | | } |
| | | |
| | | :host { |
| | | --slds-c-accordion-summary-color-background: #F3F3F3; |
| | | --slds-c-accordion-heading-text-color: #181818; |
| | | } |
| | | |
| | | /* CSS 文件中的样式 */ |
| | | .spinner-overlay { |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | background-color: rgba(255, 255, 255, 0.8); /* 背景色,可以根据需要调整透明度 */ |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | z-index: 9999; /* 确保覆盖其他内容 */ |
| | | } |
| | | |
| | | .spinner-overlay lightning-spinner { |
| | | margin-top: -100px; /* 负值将图标向上移动 */ |
| | | } |
| | | |
| | | |
| | | .THIS .x-accordion .x-accordion-group .x-accordion-heading a .x-accordion-toggle { |
| | | color: red!important; |
| | | } |
| | | |
| | | host { |
| | | --sds-c-accordion-summary-color-background: var(--lwc-colorBackground,rgb(160, 60, 60)); |
| | | } |
| | | .THIS .slds-truncate { |
| | | max-width: 100%; |
| | | background: brown !important; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | |
| | | @media (max-width: 768px) { |
| | | th, td { |
| | | display: block; |
| | | width: 10%; |
| | | } |
| | | } |