Browse Source

上传文件至 'wx.demo.ywtinfo.com/css'

修改部分样式
chenlihong 7 years ago
parent
commit
813acd2697

+ 7 - 0
wx.demo.ywtinfo.com/css/appoinementDoctorList.css

@@ -142,6 +142,13 @@
     color: #008a8a;
     color: #008a8a;
     border: 1px #008a8a solid;
     border: 1px #008a8a solid;
 }
 }
+.doctorbox .doctor .right .btn-gray{
+    width: 70px;
+    height: 25px;
+    line-height: 25px;
+    background: A9A9A9;
+    color: #fff; 
+}
 .doctorbox .doctor .right button[disabled]{
 .doctorbox .doctor .right button[disabled]{
     width: 70px;
     width: 70px;
     height: 25px;
     height: 25px;

+ 7 - 0
wx.demo.ywtinfo.com/css/doctorWho.css

@@ -68,6 +68,13 @@
     color: #fff;
     color: #fff;
 }
 }
 
 
+.fixedbox button[disabled]{
+    width: 100%;
+    background: #A9A9A9;
+    border-radius: 0;
+    color: #fff;
+}
+
 .lists{
 .lists{
     display: none;
     display: none;
 }
 }