style.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. @CHARSET "UTF-8";
  2. /*公告组件*/
  3. .notice-view{height:50px;overflow: hidden;}
  4. .notice-view .tips{width:50px;margin-right: 10px;overflow: initial;text-align: center;border: 1px solid;padding: 1px 4px;border-radius: 10px;float: left;}
  5. .notice-view .scroll-list{height: 25px;margin: 0;width: 70%;float: left;position: relative;}
  6. .notice-view .scroll-list .item{height: 25px;line-height: 25px;width: 100%;overflow: hidden;}
  7. .notice .notice-config ul {padding: 10px 0 0 15px;}
  8. .notice .notice-config ul li{position:relative;padding:10px;background: #ffffff;border:1px dashed #e5e5e5;position:relative;margin-top:16px;}
  9. .notice .notice-config ul>li:first-child{margin-top:0;}
  10. .notice .notice-config ul>li .content-block.textNavigation{width:100%;}
  11. .notice .notice-config ul>li .content-block .layui-form-item{margin:0;}
  12. .notice .notice-config ul>li .content-block .layui-form-label{width:60px;padding:9px 0;line-height: 1;}
  13. .notice .notice-config ul>li .content-block div{margin-top:10px;}
  14. .notice .notice-config ul>li .content-block div:last-child{margin-top:0;}
  15. .notice .notice-config ul li:hover .del{display:block;background-color: #909399;}
  16. .notice .add-item{padding: 10px;border: 1px dashed #FF6A00 ;margin: 16px 0 10px;cursor: pointer;text-align: center;}
  17. .notice .add-item i{display: inline-block;height: 24px; line-height: 24px; font-size: 18px;font-style: normal;margin-right: 10px;}
  18. .notice .add-item span{display: inline-block;height: 24px; line-height: 24px;}
  19. .notice p.hint{font-size: 12px;color: #999;margin: 10px;}
  20. .notice .error-msg {margin-top: 5px;color: #f44;display: none;}
  21. .draggable-element .notice .preview-draggable .preview-box {
  22. border-radius: 20px;
  23. }
  24. /* 风格弹框 */
  25. .notice .style-list-box {
  26. display: none;
  27. }
  28. .style-list-con {
  29. display: flex;
  30. flex-wrap: wrap;
  31. }
  32. .style-list-con .style-li {
  33. margin-right: 13px;
  34. margin-bottom: 15px;
  35. cursor: pointer;
  36. border: 1px solid #ededed;
  37. background: #f7f8fa;
  38. }
  39. .style-list-con .style-li:nth-child(3n) {
  40. margin-right: 0;
  41. }
  42. .layui-layer-page .layui-layer-content {
  43. overflow: auto !important;
  44. }
  45. .btn-box {
  46. margin-top: 30px;
  47. text-align: center;
  48. }
  49. .notice .text-title-img {
  50. text-align: center;
  51. }
  52. /* 公告列表 */
  53. .notice-list {
  54. display: none;
  55. }
  56. .notice-box {
  57. border-radius: 20px;
  58. padding: 0 10px;
  59. line-height: 20px;
  60. }
  61. .laytable-cell-2-0-0 {
  62. width: 350px;
  63. }
  64. .laytable-cell-2-0-1 {
  65. width: 250px;
  66. }
  67. .laytable-cell-2-0-2 {
  68. width: 150px;
  69. }
  70. /* 图一 */
  71. .notice-box-1 {
  72. padding: 6px 10px;
  73. }
  74. .notice .notice-con {
  75. display: flex;
  76. align-items: center;
  77. height: 28px;
  78. }
  79. .notice .notice-con-icon {
  80. flex-shrink: 0;
  81. text-align: center;
  82. line-height: 18px;
  83. }
  84. .notice .notice-con-icon img {
  85. max-width: 100%;
  86. max-height: 100%;
  87. width: 40px;
  88. height: 28px;
  89. vertical-align: top;
  90. }
  91. .notice .notice-con-split {
  92. width: 1px;
  93. height: 13px;
  94. background-color: #E4E4E4;
  95. margin: 0 11px;
  96. }
  97. .notice .notice-con-font {
  98. font-size: 14px;
  99. color: #666666;
  100. flex: 1;
  101. overflow: hidden;
  102. white-space: nowrap;
  103. text-overflow: ellipsis;
  104. }
  105. .notice .search_logo {
  106. display: flex;
  107. margin-top: 30px;
  108. align-items: center;
  109. margin-left: 15px;
  110. }
  111. .notice .search_logo .desc {
  112. flex: 1;
  113. }
  114. .notice .search_logo .desc .tip {
  115. color: #B2B2B2;
  116. font-size: 12px;
  117. line-height: 1.6;
  118. }
  119. .notice .search_logo .desc .spec {
  120. margin-top: 10px;
  121. color: #FF6A00;
  122. font-size: 12px;
  123. }