11.21 样式修改

This commit is contained in:
jl-zhoujl2
2022-11-21 11:22:40 +08:00
parent 1a821cbbc2
commit 8c15ae7300

View File

@ -1,40 +1,52 @@
@import '~antd/lib/style/themes/default.less'; @import '~antd/lib/style/themes/default.less';
.headerDiv{ .headerDiv {
// padding: 16px 24px 0px 0px; // padding: 16px 24px 0px 0px;
margin-left: 0px; margin-left: 0px;
width:100%; width: 100%;
// border-bottom: solid; // border-bottom: solid;
// border-bottom-color: rgb(187,16,39); // border-bottom-color: rgb(187,16,39);
// border-width: 1px; // border-width: 1px;
height:32px; height: 32px;
} }
.leftDiv{
.leftDiv {
font-size: middle; font-size: middle;
font-weight: normal; font-weight: normal;
background-color: rgb(187,16,39); background-color: rgb(187, 16, 39);
padding: 3px 8px; padding: 3px 8px;
width: 130px; width: 130px;
float: left; float: left;
height:30px; height: 30px;
text-align: center; text-align: center;
} }
.rightDiv{
.rightDiv {
float: right; float: right;
height:30px; height: 30px;
text-align: center; text-align: center;
} }
.mt15{
.mt15 {
margin-top: 15px; margin-top: 15px;
} }
.pl24{
.pl24 {
padding-left: 24px; padding-left: 24px;
} }
.pr16{
.pr16 {
padding-right: 16px; padding-right: 16px;
} }
.xsy-collapse{
.ant-collapse-content-box{ .xsy-collapse {
padding:0px 0px 16px 0px .ant-collapse-content-box {
padding: 0px 0px 16px 0px
}
}
.eval-location-title {
&>p {
margin-bottom: 0;
} }
} }