Browse Source

修改样式(2108)

zhangxc 5 năm trước cách đây
mục cha
commit
299afc954c
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 1 0
      src/css/index.css
  2. 2 0
      src/css/index.less

+ 1 - 0
src/css/index.css

@@ -179,6 +179,7 @@
 .iframeWrap .illnessTable {
   color: #267FD7;
   line-height: 28px;
+  cursor: pointer;
 }
 .iframeWrap h4 {
   color: #000;

+ 2 - 0
src/css/index.less

@@ -198,6 +198,7 @@
   .illnessTable {
     color: @colorBlue;
     line-height: 28px;
+    cursor: pointer;
   }
   .conditionHint{
   }
@@ -359,6 +360,7 @@
   .conditionHintTips .mayIllness{
     margin: 20px 0 0 0;
     border-top:1px #E8EAEC solid;
+    line-height: 30px;
     span,a,.modalMainOne,.modalMainTwo{
       border-bottom:none;
     }