Index: ssts-web/src/main/webapp/dx-disinfectsystem/css/common/dingxiang-common.css =================================================================== diff -u -r24802 -r24900 --- ssts-web/src/main/webapp/dx-disinfectsystem/css/common/dingxiang-common.css (.../dingxiang-common.css) (revision 24802) +++ ssts-web/src/main/webapp/dx-disinfectsystem/css/common/dingxiang-common.css (.../dingxiang-common.css) (revision 24900) @@ -5,7 +5,7 @@ ul,ol{ list-style: none; } - + a { text-decoration: none; } .l{ float:left; @@ -40,7 +40,7 @@ } .dx-btn-primary { - background-color: #73B043; + background-color: #57cc5d; border-color: #EEE; font-weight: 400; /* font-size: 14px; */ @@ -70,13 +70,12 @@ animation-name: glowing; border-radius: 6px; color: white; - border-width: 2px; - border-style: solid; + } .dx-btn-primary:hover{ - background-color: #669933; + background-color: #33b647; color: rgba(255, 255, 255, 0.9); }