design.css 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. @CHARSET "UTF-8";
  2. /*公告组件*/
  3. .notice .notice-config ul {padding: 10px 0 0 15px;}
  4. .notice .notice-config ul li{position:relative;padding:10px;background: #ffffff;border:1px dashed #e5e5e5;margin-top:16px;}
  5. .notice .notice-config ul>li:first-child{margin-top:0;}
  6. .notice .notice-config ul>li .content-block.textNavigation{width:100%;}
  7. .notice .notice-config ul>li .content-block .layui-form-item{margin:0;}
  8. .notice .notice-config ul>li .content-block .layui-form-label{width:60px !important;padding:9px 0;line-height: 1;}
  9. .notice .notice-config ul>li .content-block div{margin-top:10px;}
  10. .notice .notice-config ul>li .content-block div:last-child{margin-top:0;}
  11. .notice .notice-config ul li:hover .del{display:block;background-color: #909399;}
  12. .notice .notice-config ul li .iconfont {position: absolute;top: calc(50% - 10px);left: 15px;cursor: move;font-size: 20px;}
  13. .notice .add-item{padding: 10px;border: 1px dashed ;margin: 20px 0 10px 15px;cursor: pointer;text-align: center;}
  14. .notice .add-item i{display: inline-block;height: 24px; line-height: 24px; font-size: 18px;font-style: normal;margin-right: 10px;}
  15. .notice .add-item span{display: inline-block;height: 24px; line-height: 24px;}
  16. .notice .notice-box {border-radius: 4px;padding: 10px;line-height: 20px;}
  17. .notice .notice-box .notice-con {display: flex;align-items: center;}
  18. .notice .notice-box .img-wrap {flex-shrink: 0;height: 20px;text-align: center;line-height: 20px;}
  19. .notice .notice-box .img-wrap img {max-width: 100%;max-height: 100%;vertical-align: top;}
  20. .notice .notice-box .img-wrap .icon-box {overflow: hidden;display: flex;justify-content: center;align-items: center;width: 30px;height: 30px;font-size: 40px;margin-top: -5px;}
  21. .notice .notice-box .notice-con-split {width: 1px;height: 13px;background-color: #E4E4E4;margin: 0 8px;}
  22. .notice .notice-box .notice-con-font {font-size: 14px;color: #666666;flex: 1;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  23. .notice .goods-list-edit .system-img{margin: 10px 15px 0;display: flex;align-items: center;flex-wrap: wrap;padding: 10px 20px;background-color: #f5f5f5;border-radius: 3px;}
  24. .notice .goods-list-edit .system-img .system-img-item{width: 60px;height: 25px;margin-right: 10px;line-height: 25px;cursor: pointer;border: 1px solid transparent;border-radius: 3px;padding: 5px;}
  25. .notice .goods-list-edit .system-img img{max-width: 60px;max-height: 25px;}
  26. .notice .diy-img{margin: 10px 15px;display: flex;align-items: center;}
  27. .notice .diy-img .right-wrap {display: flex;flex-direction: column;flex: 1;width: 0;}
  28. .notice .diy-img .action-box {display: flex;margin-bottom: 10px;}
  29. .notice .diy-img .action {margin-right: 10px;width: 42px;height: 28px;line-height: 28px;text-align: center;border: 1px solid #EEEEEE;cursor: pointer;}
  30. .notice .diy-img .action .iconfont {font-size: 20px;}
  31. .notice .diy-img .action:hover {border-color: var(--base-color);color: var(--base-color);}
  32. .notice .diy-img .desc{flex: 1;color: #B2B2B2;font-size: 12px;line-height: 1.6;}
  33. /* 风格二 */
  34. .notice .notice-box.style-2 .notice-icon-one{margin-right: 5px;}
  35. .notice .notice-box.style-2 .notice-icon-two{color: #999;}