PageHtml.styl 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. .wsFilePageHtml
  2. width 1200px
  3. height calc(100% - 85px)
  4. overflow-Y auto
  5. &__header
  6. background-color htmlColor
  7. &__icon
  8. .fa-file-word-o
  9. color white
  10. &__contentpage
  11. display flex
  12. overflow-Y auto
  13. &__textnote
  14. margin 10px
  15. border-radius 10px
  16. padding 25px
  17. width 55%
  18. height 100%
  19. background-color off-white
  20. &__latestversion
  21. text-align right
  22. opacity 0.7
  23. &__text
  24. font-size 14px
  25. &__header
  26. border-top-left-radius 10px
  27. border-top-right-radius 10px
  28. padding 10px 0
  29. text-align center
  30. font-size 20px
  31. color dark-grey
  32. background-color grey-hover
  33. &__messagelist
  34. min-height 300px
  35. &__item
  36. &__content
  37. color dark-grey
  38. &__version
  39. margin-top 40px
  40. background-color grey-hover
  41. &__btn
  42. padding 5px 25px
  43. border-radius 5px
  44. width 145px
  45. color white
  46. font-size 17px
  47. background-color htmlColor
  48. & > i
  49. margin-right 10px
  50. color dark-grey
  51. font-size 22px
  52. &:hover
  53. background-color darkHtmlColor
  54. &:focus
  55. background-color darkHtmlColor
  56. &__date
  57. color fontColor
  58. font-size 17px
  59. &__texteditor
  60. &__simpletext
  61. &__input
  62. &:focus
  63. color htmlColor
  64. border-color htmlColor
  65. &__submit
  66. &__btn
  67. border-color htmlColor
  68. background-color htmlColor
  69. color white
  70. &:hover
  71. border-color htmlColor
  72. background-color htmlColor
  73. &:focus
  74. border-color htmlColor
  75. background-color htmlColor
  76. .messagelistOpen
  77. .wsFilePageHtml__contentpage__messagelist
  78. flex 0
  79. min-height 0
  80. .received
  81. .wsFilePageHtml__contentpage__messagelist__item__content
  82. background-color htmlColor
  83. @media (min-width: max-xs) and (max-width: max-lg)
  84. .wsFilePageHtml
  85. &__contentpage
  86. display block
  87. overflow-Y scroll
  88. &__textnote
  89. margin-right 10px
  90. padding 10px 20px
  91. width auto
  92. overflow-Y hidden
  93. &__latestversion
  94. padding-top 10px
  95. &__wrapper
  96. width auto
  97. &__texteditor
  98. &__simpletext
  99. display inline-flex
  100. width 60%
  101. &__submit
  102. display inline-flex
  103. margin 10px 0
  104. &__btn
  105. display flex
  106. margin-left 35px
  107. &__icon
  108. margin-left 15px
  109. @media (min-width: min-lg) and (max-width: max-lg)
  110. .wsFilePageHtml
  111. width 692px
  112. &__contentpage__texteditor__simpletext
  113. margin-left 15px
  114. @media (min-width: min-md) and (max-width: max-md)
  115. .wsFilePageHtml
  116. width 768px
  117. &__contentpage__texteditor__simpletext
  118. margin-left 25px
  119. @media (min-width: min-sm) and (max-width: max-sm)
  120. .wsFilePageHtml
  121. top 69px
  122. width 576px
  123. height calc(100% - 69px)
  124. &__contentpage__texteditor__simpletext
  125. margin-left 10px
  126. @media (max-width: max-xs)
  127. .wsFilePageHtml
  128. top 70px
  129. height calc(100% - 70px)
  130. width 100%
  131. box-shadow none
  132. &__contentpage
  133. display block
  134. overflow-Y scroll
  135. &__textnote
  136. margin-right 10px
  137. width auto
  138. overflow-Y hidden
  139. font-size 15px
  140. &__wrapper
  141. width auto
  142. &__messagelist
  143. &__item
  144. padding 0 35px 20px 30px
  145. &__version
  146. &__btn
  147. font-size 17px
  148. vertical-align middle
  149. &__dateversion
  150. font-size 15px
  151. &__texteditor
  152. &__simpletext
  153. margin 10px 0
  154. display flex
  155. width 95%
  156. margin-left 10px
  157. &__submit
  158. &__btn
  159. display flex
  160. margin 0 auto
  161. &__icon
  162. margin-left 10px