index-layer.css 230 B

123456789
  1. body .layui-layer.layer-ext-moon .layui-layer-title{
  2. height: 40px;
  3. background-color: #fff;
  4. border-top-right-radius: 2px;
  5. border-top-left-radius: 2px;
  6. line-height: 40px;
  7. color: #333;
  8. font-weight: 600;
  9. }