diff --git a/src/pages/shijiankecheng/box4.js b/src/pages/shijiankecheng/box4.js index bc40db5c..8be1038d 100644 --- a/src/pages/shijiankecheng/box4.js +++ b/src/pages/shijiankecheng/box4.js @@ -28,7 +28,7 @@ export default class Box4 extends Component { } render() { return ( -
+
))}
- + { + (console.log("active"), + this.state.map.length === 0 ? console.log("y") : "") + }
- diff --git a/src/pages/shijiankecheng/shijiankecheng.css b/src/pages/shijiankecheng/shijiankecheng.css index 5801159a..a844d9b3 100644 --- a/src/pages/shijiankecheng/shijiankecheng.css +++ b/src/pages/shijiankecheng/shijiankecheng.css @@ -276,4 +276,14 @@ border: 1px; padding: 3px 11px; font-size: 14px; +} +.button_color_no{ + color: rgba(0, 0, 0, 0.25); + background: #f5f5f5; + border-color: #d9d9d9; +} +.button_color_yes{ + color: rgba(0, 0, 0, 0.85); + background: #fff; + border-color: #d9d9d9; } \ No newline at end of file