Commit b54ae75b by halweg

重构css

parent d08f5c9a
......@@ -299,11 +299,6 @@ fieldset[disabled] a.joshine-btn {
-webkit-overflow-scrolling: touch;
outline: 0;
}
.j-modal .j-modal-dialog {
position: relative;
width: 530px;
margin: 7rem auto;
}
.j-modal .j-modal-content {
position: relative;
padding: 40px 50px 30px;
......@@ -321,6 +316,8 @@ fieldset[disabled] a.joshine-btn {
}
.joshine-model-warp .j-modal .j-modal-dialog {
width: 1050px;
position: relative;
margin: 7rem auto;
}
.joshine-close {
position: absolute;
......@@ -336,7 +333,11 @@ fieldset[disabled] a.joshine-btn {
position: relative;
line-height: 1.2;
}
.joshine-model-warp .j-modal.j-modal-vertical {
justify-content: center;
align-items: center;
display: flex;
}
.swiper-button-prev {
height: 100%;
......@@ -361,10 +362,3 @@ fieldset[disabled] a.joshine-btn {
z-index: 12;
cursor: url('@{baseDir}images/favicon-next.ico'), auto;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment