打印样式
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.ui7-text-wrapper {
|
.ui7-text-wrapper {
|
||||||
height: 1080px;
|
height: 670px;
|
||||||
width: 975px;
|
width: 975px;
|
||||||
border: 2px solid #000;
|
border: 2px solid #000;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
@@ -7,12 +7,15 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
/* 隐藏滚动条但保持滚动功能 */
|
/* 隐藏滚动条但保持滚动功能 */
|
||||||
scrollbar-width: none; /* Firefox */
|
scrollbar-width: none;
|
||||||
-ms-overflow-style: none; /* IE 和 Edge */
|
/* Firefox */
|
||||||
|
-ms-overflow-style: none;
|
||||||
|
/* IE 和 Edge */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui7-text-wrapper::-webkit-scrollbar {
|
.ui7-text-wrapper::-webkit-scrollbar {
|
||||||
display: none; /* Chrome, Safari, Opera */
|
display: none;
|
||||||
|
/* Chrome, Safari, Opera */
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui7-text-content {
|
.ui7-text-content {
|
||||||
@@ -97,4 +100,4 @@
|
|||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user