diff --git a/trades/static/css/style.css b/trades/static/css/style.css index d7de074..5882017 100644 --- a/trades/static/css/style.css +++ b/trades/static/css/style.css @@ -149,15 +149,16 @@ li { .Info { width: 100%; - height: 30%; + height: 32%; display: block; background: rgb(254, 252, 252); font-size: 1.1rem; + border-bottom: 4px solid; } .ChoiceBar { width: 100%; - height: 70%; + height: 68%; display: block; float: left; overflow-y: scroll; diff --git a/trades/templates/trades/detail.html b/trades/templates/trades/detail.html index d88c71a..b3882fd 100644 --- a/trades/templates/trades/detail.html +++ b/trades/templates/trades/detail.html @@ -1,17 +1,73 @@ -{% if region %} -
trading volume : {{trading_volume}}
-average price : {{average_price}}
-lowest_price : {{lowest_price}}
-highest_price : {{highest_price}}
- {% for t in trades%} -{{t}}
- {% endfor %} -no real estaes
-{% endif %} +{% load static %} + + + + + + + +주택 매매 가격 동향
++ 우리 동네에서 부동산 거래 변화가 가장 큰 곳은 어디일까? +
+ +현재 선택 지역 : {{region}}
+ +이 지역에 대한 거래 정보가 없습니다.
+ {% endif %} + \ No newline at end of file diff --git a/trades/templates/trades/main.html b/trades/templates/trades/main.html index 7f7a710..664cbbf 100644 --- a/trades/templates/trades/main.html +++ b/trades/templates/trades/main.html @@ -48,24 +48,21 @@