PageHtml.styl 3.9KB

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