Files
fe_service_ebtp_frontend/src/assets/xsy_style.less

186 lines
3.3 KiB
Plaintext
Raw Normal View History

2022-03-10 14:24:13 +08:00
@import '~antd/es/style/themes/default.less';
.bgCWhite{
background-color: white;
}
.xsy-red{
color :#e60202;
}
.tabsHeader{
.ant-tabs-nav{
padding: 0px 24px 0px 24px;
}
.ant-tabs-nav::before {
left: 24px;
right: 24px;
}
}
.tabs{
padding: 0px 24px 0px 24px;
}
.pd160{
padding: 16px 0px 16px 0px;
}
.pd1624{
padding: 16px 24px 16px 24px;
}
.pd24{
padding: 24px;
}
.mR8{
margin-right: 8px;
}
.mT16{
margin-top: 16px !important;
}
.h32{
height: 32px;
line-height: 32px;
}
.xsyBtn {
color: rgb(199,0,0) !important;
background: #fff !important;
}
// .xsyBtn:hover {
// color:#e60202;
// background: none;
// }
// .xsyBtn:active {
// color:#1890ff !important;
// background: none;
// }
.xsyPaying{
font-size: 50px;
font-weight: 500;
color: #1890ff;
}
.xsyOrderDel{
font-size: 20px;
font-weight: 500;
color: #e60202;
}
.infoDiv{
font-size: 30px;
font-weight: 400;
}
.floatLeft{
float:left;
}
.xsy-headerDiv{
width:100%;
height:32px;
}
.xsy-rightDiv{
float: right;
height:30px;
text-align: center;
}
.xsy-rightDiv-struct{
float: right;
height:30px;
}
.ftSz20{
font-size: 20px;
}
.noticeFile-checkBox{
margin-top: 5px;
.ant-checkbox-group-item{
width: 100%;
// display: inline-block;
margin-right: 8px;
}
}
.noticeFile-timeline-label{
// .ant-col-12{
// margin-left: 0px;
// }
.ant-timeline-item-head{
margin-top: 4px;
}
.ant-timeline-item-tail{
margin-top: 4px;
}
}
.xsy-scroll-hidden::-webkit-scrollbar {
display: none;
}
.ant-input::-webkit-scrollbar {
display: none;
}
.xsy-entrust {
padding: 24px 24px 0px 24px;
overflow: auto;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.xsy-entrust::-webkit-scrollbar {
display: none;
}
.noticeFile-label{
.ant-form-item-label > label{
align-items: normal;
}
}
.xsy-protable-wordBreak{
.ant-table-cell{
word-break: break-all;
}
}
.xsy-spin{
.ant-spin-container{
height:100%;
position:relative;
}
height:100%
}
.xsy-config-table{
margin-bottom: 16px;
.ant-pro-table{
.ant-card-body{
padding: 0;
}
}
.ant-radio{
vertical-align: top !important;
margin-top: 0px !important;
}
}
.xsy-edit-table {
.ant-table.ant-table-small .ant-table-title, .ant-table.ant-table-small .ant-table-footer, .ant-table.ant-table-small .ant-table-thead > tr > th, .ant-table.ant-table-small .ant-table-tbody > tr > td, .ant-table.ant-table-small tfoot > tr > th, .ant-table.ant-table-small tfoot > tr > td{
padding: 8px 8px 8px 0px;
}
}
.xsy-xize-del{
font-size: 16px;
font-weight: 300px;
color: rgb(190,0,0);
}
.xsy-xize-del:hover{
transition: all 0.5s;
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */
cursor:pointer
}
.chooseRole-userIcon{
font-size: 150px;
color:rgba(156, 156, 156, 0.808);
border: 2px solid rgb(240,240,240);
border-radius: 8px;
:hover{
box-shadow: 0 6px 16px -8px #00000014, 0 9px 28px #0000000d, 0 12px 48px 16px #00000008;/*设置阴影,可以自定义参数*/
// color:rgb(236, 236, 236);
// background-color: #e60202;
cursor: pointer;
// transition: all 0.2s ease-in;
// transition: color 0.2s linear;
}
}