forked from Gitlink/forgeplus-react
57 lines
999 B
SCSS
57 lines
999 B
SCSS
.qzModal {
|
|
top:calc(50vh - 250px);
|
|
.ant-modal-body {
|
|
padding: 0;
|
|
background: rgb(48,118,207);
|
|
|
|
.big_picture {
|
|
border-radius: 2px;
|
|
width: 100%;
|
|
}
|
|
|
|
.qqchat{
|
|
width: 98px;
|
|
position: absolute;
|
|
bottom: 38px;
|
|
left: 44px;
|
|
}
|
|
}
|
|
|
|
.ant-modal-header {
|
|
height: 0;
|
|
background: rgb(48,118,207);
|
|
display: none !important;
|
|
}
|
|
|
|
.ant-modal-close {
|
|
top: -50px !important;
|
|
right:-50px;
|
|
}
|
|
.ant-modal-close-icon {
|
|
border: 1px solid #fff;
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
padding: 5%;
|
|
}
|
|
|
|
.qz-btn {
|
|
position: absolute;
|
|
bottom: 30px;
|
|
right: 0;
|
|
width: 250px;
|
|
height: 40px;
|
|
// background-color: #e96d2a;
|
|
// border-color: #e96d2a;
|
|
// border-radius: 6px;
|
|
// color: #fff;
|
|
// font-size:16px;
|
|
// text-align: center;
|
|
// line-height: 49px;
|
|
// &:hover{
|
|
// color: #fff !important;
|
|
// background-color: #f96d2a;
|
|
// border-color: #f96d2a;
|
|
// }
|
|
}
|
|
}
|