diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index e243225..4514064 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -14537,4 +14537,53 @@ main.sona_cont_measurement { padding: 5px; display: inline-block; cursor: pointer; -} \ No newline at end of file +} + +.memory_daily_chart .container { + width: 290px; + height: 290px; + background-color: #E5E5E5; + border-radius: 50%; + transition: 0.3s; + z-index: 1; +} + +.memory_daily_chart .center { + content: ''; + background-color: #fff; + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 120px; + height: 120px; + border-radius: 50%; + transform: translate(-50%, -50%); + z-index: 3; +} + +.memory_daily_chart .data { + position: absolute; + width: inherit; + height: inherit; + border-radius: 50%; + z-index: 2; +} + +.memory_daily_chart .title1{ + display: block; + width: 100%; + position:absolute; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + font-weight: 400; + font-size:20px; + z-index: 4; + } + + .memory_daily_chart .title1 span{ + font-size: 14px; + display: block; + margin-bottom: 17px; + } \ No newline at end of file diff --git a/src/main/webapp/m/html/memory/memory_daily.html b/src/main/webapp/m/html/memory/memory_daily.html index 0c906b4..162595c 100644 --- a/src/main/webapp/m/html/memory/memory_daily.html +++ b/src/main/webapp/m/html/memory/memory_daily.html @@ -69,7 +69,19 @@
DAY 173d
+ +DAY 173d