szyV6.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. .szy-div-wrap{
  2. position: relative;
  3. display: inline-block;
  4. background: #f7f8fa;
  5. box-sizing: border-box;
  6. border-radius: 4px;
  7. margin-right: 2%;
  8. margin-bottom: 25px;
  9. }
  10. .szy-item-block {
  11. padding: 15px;
  12. display: flex;
  13. justify-content: flex-start;
  14. align-items: flex-start;
  15. }
  16. .szy-item-pic {
  17. flex-shrink: 0;
  18. width: 40px;
  19. height: 40px;
  20. text-align: center;
  21. line-height: 40px;
  22. margin-right: 10px;
  23. }
  24. .szy-item-pic img {
  25. max-width: 100%;
  26. max-height: 100%;
  27. }
  28. .szy-item-con {
  29. overflow: hidden;
  30. height: 40px;
  31. display: flex;
  32. flex-direction: column;
  33. justify-content: space-around;
  34. }
  35. .szy-item-content-title {
  36. white-space: nowrap;
  37. overflow: hidden;
  38. text-overflow: ellipsis;
  39. line-height: 20px;
  40. font-size: 14px;
  41. color: #666;
  42. }
  43. .szy-line-hiding {
  44. overflow: hidden;
  45. text-overflow: ellipsis;
  46. display: -webkit-box;
  47. -webkit-line-clamp: 1;
  48. line-clamp: 1;
  49. -webkit-box-orient: vertical;
  50. white-space: normal;
  51. word-break: break-all;
  52. }
  53. .szy-item-content-desc {
  54. line-height: 20px;
  55. font-size: 12px;
  56. color: #999;
  57. }
  58. .layui-side-menu .layui-nav .layui-nav-item > a{
  59. padding-top: 4px;
  60. padding-bottom: 4px;
  61. }
  62. .layui-layout-admin .layui-side{width: 120px;}
  63. .layui-side-menu .layui-side-scroll {width: 120px;}
  64. .index-inner-container {
  65. position: absolute;
  66. left: 0;
  67. top: 0;
  68. right: -17px;
  69. bottom: 0;
  70. overflow-x: hidden;
  71. overflow-y: scroll;
  72. }
  73. .layui-layout-admin .layui-logo {
  74. position: fixed;
  75. left: 0;
  76. top: 0;
  77. z-index: 1002;
  78. width: 120px;
  79. height: 65px;
  80. padding: 0 15px;
  81. box-sizing: border-box;
  82. overflow: hidden;
  83. font-weight: 300;
  84. background-repeat: no-repeat;
  85. background-position: center center;
  86. }
  87. .layui-side-menu .layui-nav {
  88. width: 120px;
  89. margin-top: 65px;
  90. background: 0 0;
  91. }
  92. .snailfishicon{
  93. position: absolute;
  94. top: 32%;
  95. left: 20px;
  96. font-size: 16px;
  97. }
  98. .layadmin-pagetabs, .layui-layout-admin .layui-body, .layui-layout-admin .layui-footer, .layui-layout-admin .layui-layout-left {
  99. left: 120px;
  100. }
  101. .new-iframe {
  102. position: absolute;
  103. left: 0;
  104. top: 0;
  105. bottom: 0;
  106. right: 0;
  107. overflow-x: auto;
  108. overflow-y: hidden;
  109. }
  110. .sub-nav-show{
  111. height:100%;
  112. }
  113. .sub-nav-show .new-iframe {
  114. left: 126px;
  115. }
  116. .sub-nav {
  117. width: 115px;
  118. background-color: #fff;
  119. position: absolute;
  120. z-index: 998;
  121. left: 0;
  122. top: 0;
  123. bottom: 0;
  124. overflow-y: auto;
  125. display: none;
  126. box-shadow: 2px 0 2px rgba(0,0,0,.05);
  127. }
  128. .sub-nav-show .sub-nav {
  129. display: block;
  130. }
  131. .nav-new {
  132. display: none;
  133. }
  134. .sub-nav-show .sub-nav .nav-new.layui-this {
  135. display: block;
  136. }
  137. .one-nav {
  138. border-bottom: 1px solid #e3e2e5;
  139. padding: 12px 0;
  140. }
  141. .one-nav:last-child {
  142. border-bottom: 0;
  143. }
  144. .one-nav .dt {
  145. font-weight: 700;
  146. }
  147. .one-nav a {
  148. color: #595959;
  149. line-height: 32px;
  150. display: block;
  151. cursor: pointer;
  152. }
  153. .dd p {
  154. margin: 0 -10px 5px;
  155. }
  156. .dd p a {
  157. padding: 0 10px;
  158. font-size: 13px;
  159. }
  160. .dd p.layui-this a, .dd p a:hover {
  161. background-color: #E9EAF0;
  162. border-radius: 3px;
  163. }
  164. .layui-layout-admin .layui-body {
  165. position: fixed;
  166. top: 60px;
  167. }
  168. .layui-layout-admin .layui-body {
  169. top: 50px;
  170. }
  171. .wb-subnav .subnav-scene {
  172. overflow: hidden;
  173. height: 78px;
  174. line-height: 78px;
  175. padding-left: 20px;
  176. }
  177. .menu-header {
  178. line-height: 50px;
  179. height: 50px;
  180. /* border-top: 1px solid #f4f4f4; */
  181. cursor: pointer;
  182. padding-left: 5px;
  183. }
  184. .fa {
  185. display: inline-block;
  186. font: normal normal normal 14px/1 FontAwesome;
  187. font-size: inherit;
  188. text-rendering: auto;
  189. -webkit-font-smoothing: antialiased;
  190. -moz-osx-font-smoothing: grayscale;
  191. }
  192. .menu-icon {
  193. width: 20px;
  194. height: 50px;
  195. float: left;
  196. text-align: center;
  197. font-size: 8px;
  198. color: #666;
  199. line-height: 50px;
  200. }
  201. .fa-caret-down:before {
  202. content: "\f0d7";
  203. }
  204. :after, :before {
  205. -webkit-box-sizing: border-box;
  206. -moz-box-sizing: border-box;
  207. box-sizing: border-box;
  208. }
  209. .wb-subnav ul {
  210. display: none;
  211. overflow: hidden;
  212. }
  213. .wb-subnav ul li {
  214. height: 50px;
  215. line-height: 50px;
  216. font-size: 12px;
  217. cursor:pointer;
  218. }
  219. .wb-subnav ul li.active, .wb-subnav ul li:hover {
  220. background: #edf6ff;
  221. }
  222. .wb-subnav ul a {
  223. padding-left: 25px;
  224. height: 100%;
  225. width: 100%;
  226. }
  227. .wb-subnav ul li a {
  228. color: #7c838a;
  229. }
  230. .wb-subnav ul li.active a {
  231. color: #009688;
  232. }
  233. .layadmin-side-shrink .layui-side {
  234. left: 0;
  235. width: 60px;
  236. }
  237. .div-iframe{
  238. margin-left:125px;
  239. }
  240. .fa-caret-right:before {
  241. content: "";
  242. }
  243. .layui-fluid{
  244. padding:1px;
  245. }