Commit 535b9496 by 唐玉峰

.

parent 85683bbb
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
@media screen and (min-width: 1366px) and(max-width:1440px) { @media screen and (min-width: 1366px) and (max-width:1440px) {
#medicalRecord { #medicalRecord {
font-size: 12px !important; font-size: 12px !important;
......
...@@ -463,7 +463,7 @@ ...@@ -463,7 +463,7 @@
// 1366px // 1366px
@media screen and (min-width: 1366px) and(max-width:1439px) { @media screen and (min-width: 1366px) and (max-width:1439px) {
.outpatientDetails { .outpatientDetails {
&_top { &_top {
...@@ -679,7 +679,7 @@ ...@@ -679,7 +679,7 @@
} }
//1400 //1400
@media screen and (min-width: 1440px) and(max-width:1599px) { @media screen and (min-width: 1440px) and (max-width:1599px) {
.outpatientDetails { .outpatientDetails {
&_bottom { &_bottom {
...@@ -701,7 +701,7 @@ ...@@ -701,7 +701,7 @@
} }
//1600 //1600
@media screen and (min-width: 1600px) and(max-width:1919px) { @media screen and (min-width: 1600px) and (max-width:1919px) {
.outpatientDetails { .outpatientDetails {
&_top { &_top {
......
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