9.14 修改9.9问题
This commit is contained in:
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 |
@ -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属性 */
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user