This commit is contained in:
WangXiaoDong
2023-08-23 17:50:09 +08:00
parent d41b331e38
commit 2fda4a8c36
20 changed files with 2587 additions and 332 deletions

View File

@@ -18,13 +18,14 @@ input {
.button_first {
width: 9.85rem;
text-align: center;
background: #E0E0F6;
height: 4rem;
line-height: 4rem;
font-size: 1.3rem;
font-size: 1.4rem;
font-weight: 400;
color: #343579;
color: #000;
cursor: pointer;
border-radius: 1.5rem;
border: 2px solid;
}
.button_second {
width: 9.85rem;
@@ -109,6 +110,70 @@ input {
.modal_component .ant-modal-content .ant-modal-body {
padding: 0;
}
.operate_file_block {
width: 100%;
height: 3rem;
font-size: 1.6rem;
color: #FFFFFF;
position: absolute;
left: 0;
bottom: 0;
}
.operate_file_block .select_img_type {
height: 100%;
line-height: 3rem;
text-align: center;
background: rgba(0, 0, 0, 0.6);
position: relative;
}
.operate_file_block .select_img_type .select_category {
display: flex;
align-items: center;
justify-content: center;
}
.operate_file_block .select_img_type .select_category .icon-xiala {
margin-left: 0.8rem;
}
.operate_file_block .select_img_type .icon_rotate {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
animation-direction: 0.5s;
}
.operate_file_block .select_img_type .category_list {
width: 100%;
cursor: pointer;
position: absolute;
margin-top: 0.2rem;
left: 0;
background-color: #b1b1b1;
border: 1px solid #343579;
border-radius: 0.8rem;
z-index: 3;
height: 9rem;
overflow-x: hidden;
}
.operate_file_block .select_img_type .category_list.category_list::-webkit-scrollbar {
display: none;
}
.operate_file_block .select_img_type .category_list .category_item {
text-align: left;
font-size: 1.4rem;
padding: 1rem 1.5rem;
line-height: 1.6rem;
font-weight: 600;
color: #595959;
}
.operate_file_block .select_img_type .category_list .category_item.select_category_item {
background: linear-gradient(-137deg, #eeefdb, #e7dbed);
}
.operate_file_block .select_img_type .category_list .category_item:hover {
background: linear-gradient(-137deg, #eeefdb, #e7dbed);
}
.pin_block {
text-align: center;
margin-top: 0.5rem;
}
.collection_modal .ant-modal-body {
height: calc(80vh - 6.4rem);
overflow-y: hidden;