09-12
This commit is contained in:
@@ -9,6 +9,11 @@ body,
|
||||
input {
|
||||
outline: none;
|
||||
}
|
||||
ul,
|
||||
li {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
.page_content {
|
||||
width: 1440px;
|
||||
max-width: 100%;
|
||||
@@ -174,11 +179,30 @@ input {
|
||||
text-align: center;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
.collection_modal .ant-modal-body {
|
||||
height: calc(80vh - 6.4rem);
|
||||
.collection_modal .ant-modal-body,
|
||||
.design_detail_modal_component .ant-modal-body,
|
||||
.designOpenrtion_modal .ant-modal-body {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.collection_modal .ant-upload.ant-upload-select-picture-card {
|
||||
.collection_modal .design_title_text,
|
||||
.design_detail_modal_component .design_title_text,
|
||||
.designOpenrtion_modal .design_title_text {
|
||||
font-size: 1.8rem;
|
||||
font-weight: 900;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
align-items: center;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.collection_modal .design_title_text .design_title_text_intro,
|
||||
.design_detail_modal_component .design_title_text .design_title_text_intro,
|
||||
.designOpenrtion_modal .design_title_text .design_title_text_intro {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.collection_modal .ant-upload.ant-upload-select-picture-card,
|
||||
.design_detail_modal_component .ant-upload.ant-upload-select-picture-card,
|
||||
.designOpenrtion_modal .ant-upload.ant-upload-select-picture-card {
|
||||
background: #FFFFFF;
|
||||
width: 6rem;
|
||||
height: 6rem;
|
||||
@@ -186,22 +210,78 @@ input {
|
||||
border-radius: 10px;
|
||||
margin: 0;
|
||||
}
|
||||
.collection_modal .ant-upload.ant-upload-select-picture-card .upload_tip_block .icon-jiahao {
|
||||
.collection_modal .ant-upload.ant-upload-select-picture-card .upload_tip_block .icon-jiahao,
|
||||
.design_detail_modal_component .ant-upload.ant-upload-select-picture-card .upload_tip_block .icon-jiahao,
|
||||
.designOpenrtion_modal .ant-upload.ant-upload-select-picture-card .upload_tip_block .icon-jiahao {
|
||||
font-size: 3.2rem;
|
||||
color: #B7B7B7;
|
||||
}
|
||||
.collection_modal .ant-upload.ant-upload-select-picture-card .ant-upload-text {
|
||||
.collection_modal .ant-upload.ant-upload-select-picture-card .ant-upload-text,
|
||||
.design_detail_modal_component .ant-upload.ant-upload-select-picture-card .ant-upload-text,
|
||||
.designOpenrtion_modal .ant-upload.ant-upload-select-picture-card .ant-upload-text {
|
||||
font-size: 1.6rem;
|
||||
color: #B7B7B7;
|
||||
}
|
||||
.collection_modal .ant-upload-list-picture-card-container {
|
||||
.collection_modal .ant-upload-list-picture-card-container,
|
||||
.design_detail_modal_component .ant-upload-list-picture-card-container,
|
||||
.designOpenrtion_modal .ant-upload-list-picture-card-container {
|
||||
display: none !important;
|
||||
}
|
||||
.collection_modal .ant-upload-picture-card-wrapper {
|
||||
.collection_modal .ant-upload-picture-card-wrapper,
|
||||
.design_detail_modal_component .ant-upload-picture-card-wrapper,
|
||||
.designOpenrtion_modal .ant-upload-picture-card-wrapper {
|
||||
width: auto;
|
||||
vertical-align: top;
|
||||
}
|
||||
.collection_modal_body .input_box {
|
||||
.designOpenrtion_modal .design_closeIcon,
|
||||
.design_detail_modal_component .design_closeIcon {
|
||||
top: 2rem;
|
||||
right: 2rem;
|
||||
cursor: pointer;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
}
|
||||
.designOpenrtion_modal .design_closeIcon .fi-rr-cross-small::before,
|
||||
.design_detail_modal_component .design_closeIcon .fi-rr-cross-small::before {
|
||||
padding: 0.2rem;
|
||||
border-radius: 5px;
|
||||
border: solid 2px rgba(0, 0, 0, 0.25);
|
||||
transition: 1s all;
|
||||
color: rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
.designOpenrtion_modal .design_closeIcon.collection_closeIcon:hover .fi-rr-cross-small::before,
|
||||
.design_detail_modal_component .design_closeIcon.collection_closeIcon:hover .fi-rr-cross-small::before {
|
||||
border: solid 2px rgba(0, 0, 0, 0.55);
|
||||
color: #000000;
|
||||
}
|
||||
.design_detail_modal_component .ant-upload-list-picture-card-container,
|
||||
.designOpenrtion_modal .ant-upload-list-picture-card-container {
|
||||
display: none !important;
|
||||
}
|
||||
.design_detail_modal_component .ant-upload-picture-card-wrapper,
|
||||
.designOpenrtion_modal .ant-upload-picture-card-wrapper {
|
||||
width: auto;
|
||||
vertical-align: top;
|
||||
}
|
||||
.design_detail_modal_component .subitOkPreviewBtn,
|
||||
.designOpenrtion_modal .subitOkPreviewBtn {
|
||||
background-color: #38205b;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
transform: translateX(-50%);
|
||||
padding: 0.5rem 2rem;
|
||||
border-radius: 2rem;
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
}
|
||||
.collection_modal_body .input_box,
|
||||
.design_detail_modal_component .input_box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: sticky;
|
||||
@@ -209,8 +289,10 @@ input {
|
||||
background: #fff;
|
||||
padding-top: 2.5rem;
|
||||
padding-bottom: 2rem;
|
||||
z-index: 2;
|
||||
}
|
||||
.collection_modal_body .input_box input {
|
||||
.collection_modal_body .input_box input,
|
||||
.design_detail_modal_component .input_box input {
|
||||
font-size: 12px;
|
||||
border-radius: 0.5rem;
|
||||
width: 70%;
|
||||
@@ -220,23 +302,29 @@ input {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
.collection_modal_body .input_box inputinput:-moz-placeholder {
|
||||
.collection_modal_body .input_box inputinput:-moz-placeholder,
|
||||
.design_detail_modal_component .input_box inputinput:-moz-placeholder {
|
||||
color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.collection_modal_body .input_box inputinput:-ms-input-placeholder {
|
||||
.collection_modal_body .input_box inputinput:-ms-input-placeholder,
|
||||
.design_detail_modal_component .input_box inputinput:-ms-input-placeholder {
|
||||
color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.collection_modal_body .input_box inputinput::-webkit-input-placeholder {
|
||||
.collection_modal_body .input_box inputinput::-webkit-input-placeholder,
|
||||
.design_detail_modal_component .input_box inputinput::-webkit-input-placeholder {
|
||||
color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.collection_modal_body .input_box .generage_btn {
|
||||
.collection_modal_body .input_box .generage_btn,
|
||||
.design_detail_modal_component .input_box .generage_btn {
|
||||
margin: 0 auto;
|
||||
}
|
||||
.collection_modal_body .upload_item {
|
||||
.collection_modal_body .upload_item,
|
||||
.design_detail_modal_component .upload_item {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.collection_modal_body .upload_item .upload_file_item {
|
||||
.collection_modal_body .upload_item .upload_file_item,
|
||||
.design_detail_modal_component .upload_item .upload_file_item {
|
||||
margin: 0 2rem 2rem 0;
|
||||
display: inline-block;
|
||||
width: 10rem;
|
||||
@@ -245,26 +333,30 @@ input {
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
}
|
||||
.collection_modal_body .upload_item .upload_file_item.upload_component {
|
||||
.collection_modal_body .upload_item .upload_file_item.upload_component,
|
||||
.design_detail_modal_component .upload_item .upload_file_item.upload_component {
|
||||
border: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.collection_modal_body .upload_item .upload_file_item :deep(.ant-upload-picture-card-wrapper) {
|
||||
.collection_modal_body .upload_item .upload_file_item :deep(.ant-upload-picture-card-wrapper),
|
||||
.design_detail_modal_component .upload_item .upload_file_item :deep(.ant-upload-picture-card-wrapper) {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.collection_modal_body .upload_item .upload_file_item :deep(.ant-upload-select-picture-card) {
|
||||
.collection_modal_body .upload_item .upload_file_item :deep(.ant-upload-select-picture-card),
|
||||
.design_detail_modal_component .upload_item .upload_file_item :deep(.ant-upload-select-picture-card) {
|
||||
width: 6rem;
|
||||
height: 6rem;
|
||||
border: 0.3rem solid #ededed;
|
||||
border-radius: 10px;
|
||||
margin: 0;
|
||||
}
|
||||
.collection_modal_body .upload_item .upload_file_item .upload_file_item_content {
|
||||
.collection_modal_body .upload_item .upload_file_item .upload_file_item_content,
|
||||
.design_detail_modal_component .upload_item .upload_file_item .upload_file_item_content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -272,15 +364,18 @@ input {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
.collection_modal_body .upload_item .upload_file_item .upload_file_item_content:hover .delete_file_block {
|
||||
.collection_modal_body .upload_item .upload_file_item .upload_file_item_content:hover .delete_file_block,
|
||||
.design_detail_modal_component .upload_item .upload_file_item .upload_file_item_content:hover .delete_file_block {
|
||||
display: block;
|
||||
}
|
||||
.collection_modal_body .upload_item .upload_file_item .upload_file_item_content .upload_img {
|
||||
.collection_modal_body .upload_item .upload_file_item .upload_file_item_content .upload_img,
|
||||
.design_detail_modal_component .upload_item .upload_file_item .upload_file_item_content .upload_img {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.collection_modal_body .upload_item .upload_file_item .upload_file_item_content .delete_file_block {
|
||||
.collection_modal_body .upload_item .upload_file_item .upload_file_item_content .delete_file_block,
|
||||
.design_detail_modal_component .upload_item .upload_file_item .upload_file_item_content .delete_file_block {
|
||||
display: none;
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
@@ -294,11 +389,16 @@ input {
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.collection_modal_body .upload_item .upload_file_item .upload_img_icon {
|
||||
.collection_modal_body .upload_item .upload_file_item .upload_img_icon,
|
||||
.design_detail_modal_component .upload_item .upload_file_item .upload_img_icon {
|
||||
width: 4.6rem;
|
||||
}
|
||||
.cut_pricture_modal .ant-modal-content {
|
||||
border-radius: 10px;
|
||||
}
|
||||
.cut_pricture_modal .ant-modal-body {
|
||||
height: 65.4rem;
|
||||
height: 65rem;
|
||||
padding: 8rem 5rem !important;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.scroll_style::-webkit-scrollbar-button:single-button {
|
||||
|
||||
Reference in New Issue
Block a user