design.css 707 B

12345678910
  1. @CHARSET "UTF-8";
  2. .draggable-element .top-title .preview-draggable{padding:0;}
  3. .top-title header{height: 40px;line-height: 40px;position: relative;}
  4. .top-title header a{color:inherit;}
  5. .top-title header .go-back {position: absolute;height: 40px;width: 40px;}
  6. .top-title header .go-back svg{width:20px;fill: currentColor;height: 40px;margin-left: 10px;}
  7. .top-title header h4 {text-align: center;font-weight: normal;margin: 0;line-height: inherit;font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 45px;}
  8. .top-title header .operation{position:absolute;right:10px;bottom:0;}
  9. .layui-form-label.sm {width: 90px;}
  10. .layui-form-label.sm + .layui-input-block {margin-left: 90px;}