123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- .mrms-ant-pro-page-container {
- padding: 16px;
-
- }
- .mrms-ant-pro-page-container .mrms-ant-pro-page-container-warp-page-header~.mrms-ant-pro-grid-content .mrms-ant-pro-page-container-children-content {
- padding-block: 0 !important;
-
- }
- .mrms-ant-pro-page-container-children-content {
- padding-inline: 0 !important;
- padding-block: 0 !important;
- padding: 0;
- }
- .mrms-ant-pro-page-container-warp-page-header~.mrms-ant-pro-grid-content .mrms-ant-pro-page-container-children-content {
- padding-top: 16px !important;
- }
- .mrms-ant-page-header .mrms-ant-page-header-heading-left {
- margin-block: 0;
- }
- .mrms-ant-page-header .mrms-ant-page-header-heading-title {
- font-size: 16px;
- height: 21px;
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
- font-weight: 500;
- color: #17181A;
- line-height: 21px !important;
- }
- .pageHelp {
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- background: #FFFFFF;
- box-shadow: 0px 4px 6px 0px rgba(64, 85, 128, 0.1);
- border-radius: 8px;
- border: 1px solid #E6EAF2;
- cursor: pointer;
- .helpContent {
- position: absolute;
- top:0;
- right: 0;
- width: 0;
- height: 0;
- background: #FFFFFF;
- box-shadow: 0px 8px 16px 0px rgba(64, 85, 128, 0.1);
- border-radius: 8px;
- border: 1px solid #E6EAF2;
- overflow: hidden;
- transition: all 0.2s ease-in;
- .contentHeader {
- position: relative;
- height: 40px;
- background: #F7F9FC;
- font-size: 16px;
- font-weight: 500;
- color: #17181A;
- line-height: 40px;
- padding-left: 16px;
- border-bottom: 1px solid #E6EAF2;
- .closeBtn {
- display: flex;
- justify-content: center;
- align-items: center;
- position: absolute;
- width: 20px;
- height: 20px;
- right: 12px;
- top:12px;
- .anticon {
- font-size: 16px;
- color:#17181A
- }
- }
- }
- .content {
- padding:16px;
- img {
- width: 288px;
- height: 80px;
- margin-bottom: 16px;
- }
- .container {
- height: 430px;
- overflow-y: scroll;
- .inner {
- font-size: 12px;
- font-weight: 400;
- color: #525966;
- line-height: 16px;
- h1 {
- margin-bottom: 4px;
- }
- p {
- line-height: 16px;
- }
- }
- }
- }
- &.open {
- width: 320px;
- height: 600px;
- top: -616px;
- }
- }
- .anticon {
- font-size: 27px;
- color: #6B7A99;
- }
- &.active {
- .anticon {
- font-size: 27px;
- color: #17181A;
- }
- }
- &:hover {
- .anticon {
- font-size: 27px;
- color: #17181A;
- }
- }
- }
|