123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287 |
- .create {
- width: 100%;
- height: 100%;
- background-color: rgb(236, 236, 236, 0.2);
- border-radius: 8px;
- overflow-y: auto;
- .card {
- background-color: #FFF;
- }
- }
- .settingsBody {
- user-select: none;
- margin-top: 16px;
- width: 100%;
- overflow: hidden;
- --w5: 216px;
- --w100: 100%;
- .settingsBody_content {
- width: 100%;
- overflow: hidden;
- border: 1px solid #f0f0f0;
- border-radius: 6px;
- display: flex;
- box-sizing: border-box;
- >div {
- display: flex;
- box-sizing: border-box;
- }
- }
- .settingsBody_content_right {
- width: 100%;
- min-width: 238px;
- max-width: 100%;
- overflow-x: auto;
- }
- .settingsBody_content_row {
- border-left: 1px solid #f0f0f0;
- box-sizing: border-box;
- display: flex;
- .title {
- height: 50px;
- padding: 5px 10px;
- color: #333;
- background-color: #fff;
- border-bottom: 1px solid #ebeef5;
- display: flex;
- justify-content: space-between;
- align-items: center;
- >span {
- font-size: 14px;
- font-weight: 600;
- }
- .selected {
- margin-left: 8px;
- font-size: 12px;
- font-weight: 500;
- color: #999;
- }
- }
- &:first-child {
- border-left: none;
- }
- }
- .settingsBody_content_col {
- // width: 350px;
- // max-width: 350px;
- min-width: 350px;
-
- .detail {
- position: relative;
- }
- .detail_title {
- font-weight: bold;
- color: #000;
- font-size: 12px;
- padding: 6px 10px;
- }
- .ad_config {
- position: absolute;
- top: 0;
- left: 0;
- display: flex;
- align-items: center;
- width: 100%;
- height: 100%;
- background: #fff;
- z-index: 10;
- }
- .ad_config_item {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 100%;
- text-align: center;
- cursor: pointer;
- background-color: #f5f5f5;
- font-size: 12px;
- &:hover {
- background-color: #f2f2f2;
- }
- }
- &:hover .detail_footer {
- box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
- }
- &:not(:last-child) {
- .detail,
- .detail_footer {
- border-right: 1px solid #ebeef5;
- }
- }
- }
- }
- .detail_body {
- height: 305px;
- padding: 12px 6px;
- overflow: hidden;
- overflow-y: auto;
- color: #666;
- >p,
- h3,
- .tpP {
- word-break: break-all;
- margin-bottom: 0;
- margin-top: 0;
- line-height: 20px;
- font-size: 12px;
- }
- h3 {
- font-size: 14px;
- font-weight: bold;
- color: #000;
- }
- .empty_block {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .text {
- width: 100%;
- height: 32px;
- padding-right: 8px;
- padding-left: 8px;
- margin-bottom: 4px;
- font-weight: 400;
- color: #666;
- background-color: #f1f1f1;
- border-radius: 4px;
- font-size: 12px;
- line-height: 32px;
- }
- }
- .detail_footer {
- height: 32px;
- font-size: 14px;
- line-height: 32px;
- user-select: none;
- display: flex;
- justify-content: center;
- align-items: center;
- gap: 10px;
- }
- .detail_body_m {
- display: flex;
- // flex-direction: column;
- flex-wrap: wrap;
- row-gap: 10px;
- >div {
- min-width: 90px;
- }
- .video {
- display: flex;
- justify-content: space-between;
- padding-right: 15px;
- >div {
- max-width: 80px;
- max-height: 60px;
- img {
- max-width: 80px;
- max-height: 60px;
- }
- }
- }
- .imageList {
- display: flex;
- gap: 6px;
- }
- .cover_image {
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #e6e6e6;
- border-radius: 6px;
- width: 80px;
- height: 60px;
- overflow: hidden;
- >img {
- max-width: 96%;
- max-height: 96%;
- }
- }
- }
- .settingsBody_content_group {
- width: calc(var(--w100) / 2);
- .settingsBody_content_group_title {
- color: #333;
- border-bottom: 1px solid #ebeef5;
- height: 25px;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 0 10px;
- border-left: 1px solid #f0f0f0;
- >span {
- font-size: 14px;
- font-weight: 600;
- }
- }
- .settingsBody_content_group_row {
- display: flex;
- width: 100%;
- }
- .settingsBody_content_row {
- width: 50%;
- .title {
- height: 25px;
- >span {
- font-size: 12px;
- font-weight: 600;
- }
- }
- }
- }
- .bts {
- margin-top: 10px;
- display: flex;
- justify-content: flex-end;
- }
|