123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- .policy-management-content {
- background: #fff;
- height: calc(100vh - 137px);
- padding: 20px;
- overflow-y: auto;
- .control-con-title {
- height: 50px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .add-acount-policy-btn {
- margin-left: 15px;
- }
- .policy-export-btn {
- font-size: 18px;
- font-weight: bold;
- }
- }
- .control-con-header {
- margin-bottom: 20px;
- position: relative;
- .grid-form-options {
- margin-bottom: 10px;
- }
- .acount-search-class {
- width: 450px;
- }
- .reset-class {
- margin-right: 10px !important;
- }
- .upload-person {
- position: absolute;
- right: 10px;
- top: 0;
- }
- }
- // .control-con-table {
- // /* 设置滚动条的样式 */
- // ::-webkit-scrollbar {
- // width:12px;
- // background: #fff !important;
- // }
- // /* 滚动槽 */
- // ::-webkit-scrollbar-track {
- // background: #fff !important;
- // }
- // /* 滚动条滑块 */
- // ::-webkit-scrollbar-thumb {
- // border-radius:10px;
- // background:#000;
- // }
- // ::-webkit-scrollbar-thumb:window-inactive {
- // background:#ccc;
- // }
- // ::-webkit-scrollbar-button:hover {
- // /*当鼠标在水平滚动条下面的按钮上的状态*/
- // background:#f00
- // }
- // }
- .pagin-table-class {
- display: flex;
- justify-content: flex-end;
- margin-top: 20px;
- }
- }
- /deep/ .rejection-reason-class {
- width: 600px !important;
- .audit-policy-icon {
- position: absolute;
- right: 22px;
- top: 20px;
- font-size: 15px;
- cursor: pointer;
- }
- .audit-policy-footer {
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-top: 1px solid #e8e8e8;
- .cancel-btn {
- margin-right: 12px;
- margin-top: 12px;
- }
- }
- .reason-class-header {
- margin-bottom: 18px;
- font-size: 16px;
- font-weight: bold;
- }
- .reason-class-content {
- height: 100px;
- }
- .rejection-textarea-msg {
- height: 150px;
- }
- }
- /deep/ .audit-policy-class {
- width: 930px !important;
- .audit-policy-footer {
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-top: 1px solid #e8e8e8;
- .cancel-btn {
- margin-right: 12px;
- margin-top: 12px;
- }
- }
- .ant-modal-body {
- height: 440px;
- overflow-y: auto;
- }
- .audit-policy-icon {
- position: absolute;
- right: 22px;
- top: 20px;
- font-size: 15px;
- cursor: pointer;
- }
- .policy-line-quen {
- display: flex;
- height: 345px;
- overflow-y: auto;
- .line-quen-left,
- .line-quen-right {
- flex: 1;
- .policy-line-left,
- .policy-line-right {
- display: flex;
- margin-bottom: 16px;
- .line-left-spn {
- display: inline-block;
- width: 120px;
- text-align: right;
- }
- .line-right-spn {
- display: inline-block;
- width: 220px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- }
- }
- }
- }
- /deep/ .policy-operation-class {
- width: 1000px !important;
- .ant-modal-body {
- height: 600px;
- overflow-y: auto;
- }
- .policy-operation-form {
- display: flex;
- .group-abbreviation-class {
- display: flex;
- .settlement-header-icon {
- margin-left: 47px;
- margin-top: 12px;
- }
- }
- .promotion-type-class {
- position: relative;
- .settlement-header-icon {
- position: absolute;
- left: -90px;
- top: 3px;
- }
- }
- .policy-operation-form-left,
- .policy-operation-form-right {
- flex: 1;
- }
- .input-common-short {
- width: 210px;
- }
- .adver-position-radio {
- margin-left: 140px;
- margin-bottom: 15px;
- }
- .especial-label {
- position: absolute;
- left: -80px;
- color: #f00;
- }
- .product-name-class {
- position: relative;
- .circle-icon-class {
- font-size: 18px;
- cursor: pointer;
- position: absolute;
- right: 0;
- top: 0;
- color: #1890ff;
- }
- .circle-icon-plus {
- right: -30px;
- }
- .circle-icon-minus {
- right: -60px;
- }
- .isActive {
- padding-left: 139px;
- }
- /deep/ .ant-col-14 {
- width: 100%;
- }
- }
- }
- }
|