Explorar o código

样式修改1

zhouna %!s(int64=3) %!d(string=hai) anos
pai
achega
5850567181

+ 4 - 1
src/common/components/DelToast/index.less

@@ -40,8 +40,11 @@
     }
     .del-del{
       color: #fff;
-      background: #EC3E3E;
+      background: @dangerColor;
       margin: 0 20px 0 10px;
+      &:hover{
+        background: #FF9494;
+      }
     }
     .del-cancel{
       color:#000;

+ 1 - 0
src/common/less/variables.less

@@ -5,6 +5,7 @@
 @red:#ff0000;
 @extBlue:#4F9FF3;
 @tab-color:#3B9ED0;
+@dangerColor:#FF7874;   /*删除按钮红色*/
 
 @ipt-color:#E9F5FA;
 @ipt-bg-color:#F0F0F0;

+ 2 - 2
src/components/Banner/index.jsx

@@ -254,9 +254,9 @@ class Banner extends Component {
             confirm={this.deleteItem}  
             cancel={this.cancel}
             close={this.close}
-            okBorderColor={'#3B9ED0'}
+            okBorderColor={'#FF7874'}
             okColor={'#fff'}
-            oKBg={'#3B9ED0'}
+            oKBg={'#FF7874'}
             >
             <div className={style['changeHos']}>确定要切换至{hosNameTmp}吗?医院切换后将清空当前页面。</div> 
         </ConfirmModal>

+ 2 - 2
src/components/Operation/index.less

@@ -69,12 +69,12 @@
         font-size: 13px;
     }
     .clearButton {
-      border: 1px solid #414141;
+      border: 1px solid #9C9C9C;
       border-radius: 4px;
       background-color: #fff;
       margin-left: 0;
       margin-right: 15px;
-      color: #000;
+      color: #333;
     }
     .modal{
         position: fixed;