Commit aff75ccd by wangshuangqing

查看质控页面样式

parent 2cfd39ba
...@@ -998,7 +998,7 @@ export default { ...@@ -998,7 +998,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
@import './index.scss'; // @import './index.scss';
#medicalRecord { #medicalRecord {
width: 100%; width: 100%;
...@@ -1038,6 +1038,8 @@ export default { ...@@ -1038,6 +1038,8 @@ export default {
font-size: 25px; font-size: 25px;
font-weight: bold; font-weight: bold;
font-family: 'PingFang SC'; font-family: 'PingFang SC';
display: flex;
justify-content: center;
} }
.juEnd { .juEnd {
......
@import "./mixin.scss"; @import "./mixin.scss";
@import "./variables.module.scss"; @import "./variables.module.scss";
@import "./sidebar.scss"; @import "./sidebar.scss";
// 编写全局样式 // 编写全局样式
body { body {
height: 100%; height: 1000%;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
Microsoft YaHei, Arial, sans-serif;
margin: 0; margin: 0;
} }
...@@ -23,15 +21,12 @@ html { ...@@ -23,15 +21,12 @@ html {
} }
#app { #app {
height: 100%; height: 486px;
font-family: Avenir, Helvetica, Arial, sans-serif; font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
text-align: center; text-align: center;
color: #2c3e50; color: #2c3e50;
} }
*, *,
......
...@@ -259,7 +259,7 @@ export default { ...@@ -259,7 +259,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
@import '../styles/mixin.scss'; // @import '../styles/mixin.scss';
// @import 'styles/media/components/outseeQualityControl.scss'; // @import 'styles/media/components/outseeQualityControl.scss';
.outseeQualityControl { .outseeQualityControl {
...@@ -324,7 +324,7 @@ export default { ...@@ -324,7 +324,7 @@ export default {
&_left { &_left {
width: 65%; width: 65%;
background-color: #ffffff; background-color: #ffffff;
height: 100%; height: 900px;
padding: 0 8%; padding: 0 8%;
...@@ -334,7 +334,7 @@ export default { ...@@ -334,7 +334,7 @@ export default {
&_right { &_right {
width: 34%; width: 34%;
height: 100%; height: 900px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-wrap: nowrap; flex-wrap: nowrap;
...@@ -356,7 +356,7 @@ export default { ...@@ -356,7 +356,7 @@ export default {
// padding: 3% 10%; // padding: 3% 10%;
&_left { &_left {
flex: 1; flex: 1;
height: 100%; height: 45%;
border-radius: 8px; border-radius: 8px;
background-image: url('../assets/img/BG.png'); background-image: url('../assets/img/BG.png');
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -371,7 +371,7 @@ export default { ...@@ -371,7 +371,7 @@ export default {
img { img {
width: 82px; width: 82px;
height: 80px; height: 53px;
} }
} }
...@@ -414,7 +414,7 @@ export default { ...@@ -414,7 +414,7 @@ export default {
&_left11 { &_left11 {
flex: 1; flex: 1;
height: 100%; height: 45%;
border-radius: 8px; border-radius: 8px;
background-color: #fff; background-color: #fff;
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -429,7 +429,7 @@ export default { ...@@ -429,7 +429,7 @@ export default {
img { img {
width: 82px; width: 82px;
height: 80px; height: 63px;
} }
} }
...@@ -471,7 +471,7 @@ export default { ...@@ -471,7 +471,7 @@ export default {
} }
&_right { &_right {
height: 100%; height: 45%;
flex: 1; flex: 1;
border-radius: 8px; border-radius: 8px;
display: flex; display: flex;
...@@ -484,7 +484,7 @@ export default { ...@@ -484,7 +484,7 @@ export default {
img { img {
width: 82px; width: 82px;
height: 80px; height: 53px;
} }
} }
...@@ -508,13 +508,13 @@ export default { ...@@ -508,13 +508,13 @@ export default {
} }
&_span11 { &_span11 {
color: #ffff; color: white;
font-size: 26px; font-size: 26px;
font-weight: 700; font-weight: 700;
} }
&_span22 { &_span22 {
color: #ffff; color: white;
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
} }
...@@ -523,7 +523,7 @@ export default { ...@@ -523,7 +523,7 @@ export default {
&_right11 { &_right11 {
flex: 1; flex: 1;
height: 100%; height: 45%;
border-radius: 8px; border-radius: 8px;
background-image: url('../assets/img/BG.png'); background-image: url('../assets/img/BG.png');
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -538,7 +538,7 @@ export default { ...@@ -538,7 +538,7 @@ export default {
img { img {
width: 82px; width: 82px;
height: 80px; height: 53px;
} }
} }
...@@ -604,7 +604,7 @@ export default { ...@@ -604,7 +604,7 @@ export default {
height: 10%; height: 10%;
@include flexLayout; // @include flexLayout;
justify-content: left; justify-content: left;
} }
......
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