PageHtml.styl 4.0KB

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