9.14 修改9.9问题

This commit is contained in:
jl-zhoujl2
2022-09-14 10:34:01 +08:00
parent 0c8dfcc992
commit 1e483afbd7
9 changed files with 282 additions and 29 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -225,4 +225,44 @@
.ant-collapse-content>.ant-collapse-content-box {
padding: 16px 0;
}
}
.screen-warn-p {
// .ant-drawer-close {
// color: #fff;
// &:focus,
// &:hover {
// color: #fff;
// }
// }
// .ant-drawer-content {
// background-color: rgba(0, 0, 0, 0.35);
// }
.ant-drawer-body {
text-align: center;
padding: 0;
&>div {
height: 100%;
}
&>div>img {
position: relative;
top: 50%;
transform: translateY(-50%);
-moz-user-select: 'none';
/* Firefox私有属性 */
-webkit-user-select: 'none';
/* WebKit内核私有属性 */
-ms-user-select: 'none';
/* IE私有属性(IE10及以后) */
user-select: 'none';
/* CSS3属性 */
}
}
}