Browse Source

Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-application

linehang 6 years ago
parent
commit
d913d744db
2 changed files with 9 additions and 8 deletions
  1. 1 1
      app/recover/html/new_recover.html
  2. 8 7
      app/rehabilitation/css/health_control.css

+ 1 - 1
app/recover/html/new_recover.html

@ -2,7 +2,7 @@
<html>
	<head>
		<meta charset="UTF-8">
		<title>新增康复安排</title>
		<title>新建计划</title>
		<link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
		<link rel="stylesheet" type="text/css" href="../../../css/cross.ui.css" />
		<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />

+ 8 - 7
app/rehabilitation/css/health_control.css

@ -219,25 +219,26 @@ li {
    margin-bottom: 10px;
}
.datad button:nth-child(1) {
.datad button:nth-child(3) {
    background-color: #02cfb9;
    margin-right: 20px;
}
.datad button:nth-child(1):hover{
.datad button:nth-child(3):hover{
    background-color: #03c0ad;
}
.datad button:nth-child(2) {
.datad button:nth-child(1) {
    background-color: #12b7f5;
}
.datad button:nth-child(2):hover {
.datad button:nth-child(1):hover {
    background-color: #14afe7;
}
.datad button:nth-child(3) {
.datad button:nth-child(2) {
    background-color: #ff3b30;
    margin-right: 20px;
}
.datad button:nth-child(3):hover {
.datad button:nth-child(2):hover {
    background-color: #ec382e;
}