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 %} -

{{region.dong_name}}의 집값 추이는?

- - -{% else %} -

no real estaes

-{% endif %} +{% load static %} + + + + + + + + 주택 매매 가격 동향 + + + + + {% if region %} + +
+ + + +
+ + + +

+

현재 선택 지역 : {{region}}

+

+
+
+ +
+ +
+ + + + {% else %} +

이 지역에 대한 거래 정보가 없습니다.

+ {% 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 @@