pen.module.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .pen {
  2. position: fixed;
  3. left: 0;
  4. right: 0;
  5. bottom: 0;
  6. top: 0;
  7. z-index: 501;
  8. }
  9. .open {
  10. display: block;
  11. }
  12. .whiteboard {
  13. background: #fff !important;
  14. }
  15. .hide {
  16. display: none;
  17. }
  18. .iframe {
  19. display: block;
  20. width: 100%;
  21. height: 100%;
  22. border: 0;
  23. }
  24. .dely {
  25. opacity: 0;
  26. }
  27. .rightItem {
  28. position: absolute;
  29. right: 30px;
  30. bottom: 0;
  31. bottom: constant(safe-area-inset-bottom);
  32. bottom: env(safe-area-inset-bottom);
  33. height: 78Px;
  34. display: flex;
  35. justify-content: center;
  36. align-items: center;
  37. svg {
  38. width: 28Px;
  39. height: 28Px;
  40. }
  41. // position: absolute;
  42. // top: 40px;
  43. // left: 40px;
  44. // width: 187px;
  45. // height: 65px;
  46. // cursor: pointer;
  47. // transition: all 0.5s;
  48. // img {
  49. // width: 100%;
  50. // height: 100%;
  51. // -moz-user-select: none;
  52. // /* 火狐浏览器 */
  53. // -webkit-user-drag: none;
  54. // /* 谷歌、Safari和Opera浏览器 */
  55. // -webkit-user-select: none;
  56. // /* 谷歌、Safari和Opera浏览器 */
  57. // -ms-user-select: none;
  58. // /* IE10+浏览器 */
  59. // user-select: none;
  60. // /* 通用 */
  61. // -webkit-touch-callout: none;
  62. // /* iOS Safari */
  63. // }
  64. }
  65. .img {
  66. position: absolute;
  67. left: 0;
  68. top: 0;
  69. width: 100%;
  70. height: 100%;
  71. display: block;
  72. }
  73. .removeVisiable {
  74. width: 432px;
  75. :global {
  76. .n-card-header {
  77. font-size: max(22px, 16Px);
  78. }
  79. }
  80. .studentRemove {
  81. padding: 20px 40px 0;
  82. p {
  83. font-size: max(18px, 14Px);
  84. color: #777777;
  85. line-height: 30px;
  86. text-align: center;
  87. span {
  88. color: #EA4132;
  89. }
  90. }
  91. }
  92. .btnGroupModal {
  93. padding: 32px 0;
  94. :global {
  95. .n-button {
  96. height: 47px;
  97. min-width: 156px;
  98. }
  99. }
  100. }
  101. }