123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- .pen {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- z-index: 501;
- }
- .open {
- display: block;
- }
- .whiteboard {
- background: #fff !important;
- }
- .hide {
- display: none;
- }
- .iframe {
- display: block;
- width: 100%;
- height: 100%;
- border: 0;
- }
- .dely {
- opacity: 0;
- }
- .rightItem {
- position: absolute;
- right: 30px;
- bottom: 0;
- bottom: constant(safe-area-inset-bottom);
- bottom: env(safe-area-inset-bottom);
- height: 78Px;
- display: flex;
- justify-content: center;
- align-items: center;
- svg {
- width: 28Px;
- height: 28Px;
- }
- // position: absolute;
- // top: 40px;
- // left: 40px;
- // width: 187px;
- // height: 65px;
- // cursor: pointer;
- // transition: all 0.5s;
- // img {
- // width: 100%;
- // height: 100%;
- // -moz-user-select: none;
- // /* 火狐浏览器 */
- // -webkit-user-drag: none;
- // /* 谷歌、Safari和Opera浏览器 */
- // -webkit-user-select: none;
- // /* 谷歌、Safari和Opera浏览器 */
- // -ms-user-select: none;
- // /* IE10+浏览器 */
- // user-select: none;
- // /* 通用 */
- // -webkit-touch-callout: none;
- // /* iOS Safari */
- // }
- }
- .img {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- display: block;
- }
- .removeVisiable {
- width: 432px;
- :global {
- .n-card-header {
- font-size: max(22px, 16Px);
- }
- }
- .studentRemove {
- padding: 20px 40px 0;
- p {
- font-size: max(18px, 14Px);
- color: #777777;
- line-height: 30px;
- text-align: center;
- span {
- color: #EA4132;
- }
- }
- }
- .btnGroupModal {
- padding: 32px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
- }
|