commit
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/*liuyan 全局公共样式*/
|
||||
@import './style';
|
||||
@import './mixins';
|
||||
// 移动端公共样式
|
||||
@import './phone';
|
||||
// 左侧菜单样式
|
||||
@import './navMenu';
|
||||
// tree组件父组件内样式
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
.phoneBox {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@@ -18,7 +18,12 @@ mark{background-color:transparent}
|
||||
a,ins,s,u,del{text-decoration:none}
|
||||
sup,sub{vertical-align:baseline}
|
||||
html {width:100%;height: 100%;font-size: 50px;-webkit-tap-highlight-color: transparent;}
|
||||
body {font-family: 'PingFang SC', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif !important;color: #333;font-size: 14px;line-height: 1;-webkit-text-size-adjust: none;width:100%;height:100%;min-width:1280px;overflow-x:auto;}
|
||||
@media screen and (min-width: 1366px) {
|
||||
body {
|
||||
min-width:1280px;
|
||||
}
|
||||
}
|
||||
body {font-family: 'PingFang SC', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif !important;color: #333;font-size: 14px;line-height: 1;-webkit-text-size-adjust: none;width:100%;height:100%;overflow-x:auto;}
|
||||
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
|
||||
a {text-decoration: none;}
|
||||
/*意见反馈页面富文本表格宽度*/
|
||||
|
||||
Reference in New Issue
Block a user