167 lines
2.7 KiB
Plaintext
167 lines
2.7 KiB
Plaintext
/*
|
|
* @Author: liqiang
|
|
* @Date: 2020-11-09 18:02:11
|
|
* @LastEditTime: 2021-02-20 13:47:36
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: \ebtp-cloud-frontend\src\utils\lq.style.less
|
|
*/
|
|
@import '~antd/es/style/themes/default.less';
|
|
|
|
@themeColors:#cb0000;
|
|
@buttonColors:#1890ff;
|
|
|
|
.background{
|
|
background-color: #fff;
|
|
}
|
|
.p10{
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
}
|
|
.name {
|
|
color: #333;
|
|
padding: 0 15px 10px 0;
|
|
margin: 0;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
}
|
|
.file{
|
|
color: @themeColors;
|
|
border-left: 5px solid @themeColors;
|
|
line-height: 18px;
|
|
padding-left: 7px;
|
|
margin: 3px 0;
|
|
}
|
|
.message{
|
|
margin-top: 12px;
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid @themeColors;
|
|
margin-bottom: 0;
|
|
.text{
|
|
background-color:@themeColors;
|
|
padding: 3px 8px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
margin-top: 8px;
|
|
}
|
|
}
|
|
.table-mess{
|
|
p{
|
|
width: 33.33%;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.tr{
|
|
text-align: right;
|
|
}
|
|
.red{
|
|
color:@themeColors;
|
|
}
|
|
.f12{
|
|
font-size: 13px;
|
|
}
|
|
.b-red{
|
|
background-color: @themeColors !important;
|
|
border-color: @themeColors !important;
|
|
margin-left: 20px;
|
|
color: #fff;
|
|
}
|
|
.titBlock{
|
|
position: relative;
|
|
margin: 5px 10px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.titBlockI{
|
|
float: left;
|
|
margin: 10px 0 0 5px;
|
|
width: 4px;
|
|
height: 18px;
|
|
background: @themeColors;
|
|
}
|
|
.titBlockH4{
|
|
padding-left: 20px;
|
|
font-size: 16px;
|
|
color: @themeColors;
|
|
}
|
|
.spaceBetween{
|
|
margin: 0px 8px;
|
|
}
|
|
.ml20{
|
|
margin-left: 15px;
|
|
}
|
|
.t_left{
|
|
text-align:left;
|
|
}
|
|
.t_right{
|
|
text-align:right;
|
|
}
|
|
.f_left{
|
|
float:left;
|
|
}
|
|
.f_right{
|
|
float:right;
|
|
}
|
|
.textAlignCenter{
|
|
text-align:center;
|
|
}
|
|
.tit_block_i{
|
|
position: relative;
|
|
margin: 8px 0px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.tit_block_h4{
|
|
font-size: 16px;
|
|
color: @themeColors;
|
|
}
|
|
.input-border{
|
|
border: 1px solid #d9d9d9;
|
|
}
|
|
.input-invariable-grey{
|
|
color: rgba(0, 0, 0, 0.85) !important;
|
|
}
|
|
.button-colors{
|
|
color: @buttonColors;
|
|
}
|
|
.a-padding-left {
|
|
padding-left: 11px;
|
|
}
|
|
.input-text-resize {
|
|
resize:none;
|
|
.ant-input {
|
|
resize:none;
|
|
}
|
|
}
|
|
.maxW100{
|
|
.ant-col-12{
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
.item-margin-top .ant-form-item-control-input{
|
|
margin-top: 5px;
|
|
}
|
|
.card-padding .ant-card-body{
|
|
padding: 8px 24px;
|
|
}
|
|
.w100{
|
|
width: 100%;
|
|
margin-left: 0 !important;
|
|
}
|
|
.table-border table {
|
|
border-top: 1px solid #ccc;
|
|
border-left: 1px solid #ccc;
|
|
}
|
|
.table-border table th, .table-border table td{
|
|
border-bottom: 1px solid #ccc;
|
|
border-right: 1px solid #ccc;
|
|
padding: 3px 5px;
|
|
min-height: 30px;
|
|
}
|
|
.table-border table th{
|
|
border-bottom: 2px solid #ccc;
|
|
text-align: center;
|
|
background-color: #f1f1f1;
|
|
} |