123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- .configuration-modal {
- .ant-modal-body {
- height: 600px !important;
- overflow-y: auto;
- }
- .config-form-modal {
- .btn-Unique-con {
- display: flex;
- justify-content: flex-start;
- .sure-btn {
- margin-left: 20px;
- }
- .cancel-btn {
- margin-left: 20px;
- margin-right: 20px;
- }
- }
- .separate-title-header {
- font-size: 22px;
- font-weight: bold;
- line-height: 50px;
- height: 50px;
- padding-left: 30px;
- margin-bottom: 15px;
- background: #fff;
- margin: 0;
- }
- .separate-module-con {
- width: 100%;
- background: #fff;
- padding: 15px 0;
- margin-bottom: 15px;
- .select-orientation-content {
- margin-left: 198px;
- width: 440px;
- border: 1px solid #eee;
- height: 300px;
- .orientation-header-title {
- height: 30px;
- line-height: 30px;
- background-color: #eee;
- text-indent: 12px;
- margin: 0;
- }
- .orientation-content-msg {
- height: 310px;
- text-align: center;
- .icon {
- font-size: 30px;
- margin-top: 100px;
- margin-bottom: 12px;
- }
- }
- .orientation-content-substance {
- height: 310px;
- margin: 12px;
- .content-substance-singal {
- height: 28px;
- line-height: 28px;
- .singal-spn {
- margin-right: 10px;
- }
- }
- }
- }
- .ant-tabs-nav-container {
- margin-left: 40px !important;
- }
- .select-orientation-class {
- .ant-form-item-label {
- width: 200px;
- }
- .orientation-icon {
- left: -140px;
- }
- }
- .form-line {
- width: 100%;
- height: 1px;
- background: #eee;
- }
- .rock-title {
- padding-left: 40px;
- font-size: 18px;
- font-weight: 700;
- }
- .ant-form-item-label {
- width: 140px;
- }
- .dp-link-start {
- display: inline-block;
- .ant-form-item-label {
- width: 100px;
- margin-left: 43px;
- }
- .ant-form-item-control-wrapper {
- width: 163px;
- }
- }
- .dp-link-end {
- display: inline-block;
- }
- .campaign-cnt-class {
- display: inline-block;
- .ant-form-item-label {
- width: 160px;
- margin-left: 73px;
- }
- .ant-form-item-control-wrapper {
- width: 110px;
- }
- }
- .campaign-ad-class {
- display: inline-block;
- .ant-form-item-label {
- width: 110px;
- }
- .ant-form-item-control-wrapper {
- width: 120px;
- }
- }
- .avatar-uploader > .ant-upload {
- width: 128px;
- height: 128px;
- position: relative;
- }
- .ant-upload-select-picture-card i {
- font-size: 32px;
- color: #999;
- }
- .ant-upload-select-picture-card .ant-upload-text {
- margin-top: 8px;
- color: #666;
- }
- .upload-img-class {
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- .img-flex-url {
- width: 128px;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- img {
- max-width: 100%;
- max-height: 100%;
- }
- }
- .cover-img-div {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- line-height: 120px;;
- background: rgba(10, 10, 10, 0.5);
- z-index: 10000;
- .delete-icon-class {
- font-size: 20px;
- color: #1890ff;
- }
- }
- }
- /deep/ .ant-form-item-control-wrapper {
- width: 80%;
- }
- .common-input {
- width: 150px;
- }
- .common-input-long {
- width: 320px;
- }
- .acount-search-class {
- width: 350px;
- }
-
- .form-itrm-icon {
- position: absolute;
- top: 3px;
- left: -175px;
- }
- .advers-title-class {
- margin-left: 10px;
- margin-right: 15px;
- }
- .especial-label {
- position: absolute;
- left: -80px;
- color: #f00;
- }
- .budget-mode-label {
- top: -7px;
- left: -50px;
- }
- .cpaBid-mode-label {
- left: -108px;
- }
- .adver-position-radio {
- margin-left: 140px;
- .creative-label-content {
- width: 400px;
- height: 200px;
- padding: 10px;
- border: 1px solid #eee;
- .tag-select-class {
- margin-bottom: 15px;
- }
- }
- .examin-form-icon {
- font-size: 18px;
- color: #1890ff;
- cursor: pointer;
- margin-left: 10px;
- }
- }
- .selected-city-arr {
- width: 50%;
- .city-arr-radio-group {
- margin-top: 20px;
- margin-bottom: 20px;
- }
- }
- .position-radio-change {
- margin-bottom: 10px;
- /deep/ .ant-checkbox-wrapper {
- margin: 0 !important;
- }
- }
- }
- }
- }
|