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

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

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