Commit 9cfdfa45 by 林家欣

修改渐变语法过时警告

parent 78ced459
......@@ -10,7 +10,7 @@ import "./assets/css/layout.scss";
import "bootstrap/dist/js/bootstrap.min.js";
import "./plugins/element.js";
import "./plugins/qrcode.js";
import "./assets/css/element-variables.scss";
// import "./assets/css/element-variables.scss";
// 百度地图
import BaiduMap from 'vue-baidu-map'
......
......@@ -492,10 +492,10 @@ html{
text-align: center;
line-height: 30px;
letter-spacing: 4px;
background: -moz-linear-gradient(top, #F64108, #B80908);
background: -ms-linear-gradient(top, #F64108, #B80908);
background: -webkit-linear-gradient(top, #F64108, #B80908);
background: linear-gradient(top, #F64108, #B80908);
background: -moz-linear-gradient(to top, #F64108, #B80908);
background: -ms-linear-gradient(to top, #F64108, #B80908);
background: -webkit-linear-gradient(to top, #F64108, #B80908);
background: linear-gradient(to top, #F64108, #B80908);
font-weight: 800;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment