支付页面
This commit is contained in:
@@ -578,20 +578,7 @@ ul,li{
|
||||
// .ant-select-dropdown{
|
||||
// z-index: 10001;
|
||||
// }
|
||||
//提示框样式
|
||||
.ant-modal-root{
|
||||
.ant-modal-wrap{
|
||||
.ant-modal-confirm-confirm{
|
||||
.ant-modal-content{
|
||||
.ant-modal-body{
|
||||
.ant-modal-confirm-body-wrapper{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-message-info .anticon{
|
||||
// color: #b2b2b2;
|
||||
}
|
||||
@@ -711,8 +698,31 @@ ul,li{
|
||||
margin-top: 4rem;
|
||||
}
|
||||
}
|
||||
.closeIcon{
|
||||
position: absolute;
|
||||
top: calc(2rem*1.2);
|
||||
right: calc(2rem*1.2);
|
||||
cursor: pointer;
|
||||
width: calc(4rem*1.2);
|
||||
height: calc(4rem*1.2);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.fi-rr-cross-small::before{
|
||||
padding: calc(.2rem*1.2);
|
||||
border-radius: 5px;
|
||||
border: solid 2px rgba(0, 0, 0, 0.25);
|
||||
transition: 1s all;
|
||||
color: rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
&.collection_closeIcon:hover .fi-rr-cross-small::before{
|
||||
border: solid 2px rgba(0, 0, 0, 0.55);
|
||||
color: rgba(0, 0, 0, 1);
|
||||
}
|
||||
}
|
||||
//collection 弹窗
|
||||
.collection_modal,.design_detail_modal_component,.designOpenrtion_modal,.library_page{
|
||||
.collection_modal,.payOrder_modal.design_detail_modal_component,.designOpenrtion_modal,.library_page{
|
||||
|
||||
.ant-modal-body{
|
||||
overflow-y: hidden;
|
||||
@@ -781,7 +791,7 @@ ul,li{
|
||||
}
|
||||
}
|
||||
}
|
||||
.design_detail_modal_component,.designOpenrtion_modal{
|
||||
.design_detail_modal_component,.designOpenrtion_modal,.UpgradePlan_modal{
|
||||
.ant-upload-list-picture-card-container{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user