提交 98812ff0 authored 作者: 龙菲's avatar 龙菲

增加UI框架的浏览器适配、修改Navbar字体

上级 d0d69782
......@@ -10,7 +10,7 @@ module.exports = {
//小于12px的样式不被替换成rem
minPixelValue: 12,
//忽略一些文件,不进行转换,比如我想忽略 依赖的UI框架
exclude: ['node_modules']
// exclude: ['node_modules']
}
}
}
\ No newline at end of file
......@@ -453,6 +453,10 @@ export default {
.logo-container {
width: 380px;
height: 74px;
img{
width: 100%;
height: 100%;
}
}
.right {
display: flex;
......@@ -475,7 +479,7 @@ export default {
text-align: center;
a {
font-size: 18px;
font-size: 24px;
white-space: nowrap;
transition: all 0.5s ease;
}
......@@ -520,11 +524,14 @@ export default {
border-color: #fff;
color: #fff;
i {
font-size: 16px;
font-size: 18px;
}
}
}
::v-deep .el-button.is-round{
padding: 8px 20px;
}
.el-dropdown-menu {
background-color: #fff;
// border: 1px solid #8a919f;
......
......@@ -316,7 +316,7 @@ $text-indent: 16px;
background-image: url("@/assets/imgs/list/search-bg.png");
background-size: 22%;
margin-bottom: 40px;
height: 214px;
// height: 214px;
padding: 90px 70px 80px;
.item {
margin-right: 20px;
......@@ -330,10 +330,9 @@ $text-indent: 16px;
color: #444;
}
.search-button {
cursor: pointer;
width: 156px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
......@@ -341,6 +340,9 @@ $text-indent: 16px;
background-size: 100% 100%;
color: #444;
font-size: 14px;
width: 156px;
height: 40px;
// height: 100%;
.svg-icon {
margin-right: 4px;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论