email.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .email-wrap {
  2. -moz-box-sizing:border-box;
  3. -webkit-box-sizing:border-box;
  4. box-sizing:border-box;
  5. height: 100%;
  6. width: 100%;
  7. padding: 15px;
  8. background: #f5f5f5;
  9. overflow-x: hidden;
  10. overflow-y: auto;
  11. .email-write-btn {
  12. width: 100%;
  13. }
  14. .email-folder {
  15. padding-top: 20px;
  16. dt {
  17. font-size: 14px;
  18. font-weight: bold;
  19. color: #333;
  20. line-height: 32px;
  21. }
  22. dd {
  23. font-size: 12px;
  24. color: #545454;
  25. line-height: 32px;
  26. border-bottom: 1px solid #eee;
  27. button {
  28. margin-top: 4px;
  29. }
  30. .iconfont,
  31. .layui-icon {
  32. float: left;
  33. padding-right: 10px;
  34. font-size: 16px;
  35. }
  36. }
  37. }
  38. .email-classify {
  39. padding-top: 20px;
  40. dt {
  41. font-size: 14px;
  42. font-weight: bold;
  43. color: #333;
  44. line-height: 32px;
  45. }
  46. dd {
  47. font-size: 12px;
  48. color: #545454;
  49. line-height: 32px;
  50. .iconfont,
  51. .layui-icon {
  52. float: left;
  53. padding-right: 10px;
  54. font-size: 14px;
  55. }
  56. .icon-blue {
  57. color: #01AAED;
  58. }
  59. .icon-green {
  60. color: #009688;
  61. }
  62. .icon-wran {
  63. color: #F7B824;
  64. }
  65. .icon-red {
  66. color: #FF5722;
  67. }
  68. .icon-gray {
  69. color: #2F4056;
  70. }
  71. }
  72. }
  73. .email-label {
  74. padding-top: 20px;
  75. padding-bottom: 20px;
  76. dt {
  77. font-size: 14px;
  78. font-weight: bold;
  79. color: #333;
  80. line-height: 32px;
  81. }
  82. .layui-btn {
  83. margin-bottom: 10px;
  84. }
  85. .layui-btn+.layui-btn {
  86. margin-left: 0;
  87. margin-right: 0;
  88. }
  89. }
  90. .email-content {
  91. -moz-box-sizing:border-box;
  92. -webkit-box-sizing:border-box;
  93. box-sizing:border-box;
  94. background: #fff;
  95. height: 100%;
  96. width: 100%;
  97. overflow: auto;
  98. padding: 15px;
  99. overflow: hidden;
  100. }
  101. }
  102. .iframe-h {
  103. height: 100%;
  104. }
  105. .email-write {
  106. padding: 15px;
  107. .layui-btn {
  108. margin-bottom: 10px;
  109. }
  110. }
  111. .email-content-title {
  112. padding: 15px;
  113. .write-title {
  114. font-size: 20px;
  115. }
  116. }
  117. .email-tool-btn {
  118. margin-top: 3px;
  119. .layui-form-item {
  120. margin: 0;
  121. .layui-inline {
  122. margin-bottom: 0;
  123. }
  124. }
  125. .email-tool-btn-right {
  126. text-align: right;
  127. }
  128. }
  129. .email-list {
  130. padding: 0 15px;
  131. }
  132. @media (max-width: 768px) {
  133. .email-wrap {
  134. .email-content {
  135. padding: 0;
  136. }
  137. }
  138. .email-write {
  139. padding: 15px;
  140. .layui-btn {
  141. width: 100%;
  142. margin: 0 0 10px;
  143. }
  144. }
  145. .email-tool-btn {
  146. .email-tool-btn-right {
  147. text-align: left;
  148. }
  149. }
  150. .email-tool-btn-left,
  151. .email-tool-btn-right {
  152. padding-bottom: 10px;
  153. .layui-inline {
  154. padding-bottom: 10px;
  155. }
  156. }
  157. }