/* * @Author: liqiang * @Date: 2020-11-09 18:02:11 * @LastEditTime: 2020-12-07 16:19:49 * @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; .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; }