全局样式修改

2023-06-23 21:24 更新

文件:static\css\common.css

自行查询css样式修改下面的代码

.form-group{
width: 100%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  border-radius:  var(--radius);
  padding: 10px;
  display: flex;
  justify-content:flex-start;
  flex-direction:row;
  align-items:center;
  align-content:flex-start;
  flex-wrap:wrap;
border: 1px solid #ebeef5;
}
html,body{
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  font-family:Tahoma,'Microsoft Yahei','Simsun';
  word-break:break-all;
  overflow: hidden;
  --radius: 5px;
    background:rgba(242,242,242);
}

文件:static\bootstrap\css\bootstrap.min.css

自行查询css样式修改下面的代码

dl{
    margin-top:0;
    width: 100%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  border-radius:  var(--radius);
  padding: 10px;
  display: flex;
    flex-direction:column;
    border: 1px solid #ebeef5;
}


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号