move response data from memory to local cache file

This commit is contained in:
OttoMao
2015-10-24 23:37:43 +08:00
parent 31daeebdd5
commit cfc817cb1f
13 changed files with 248 additions and 60 deletions

View File

@@ -186,6 +186,11 @@ body, html {
word-wrap:break-word;
}
.resBody .resBodyContent img{
max-width: 500px;
max-height: 500px;
}
.subTitle{
padding-left: 6px;
border-left: 3px solid #1FA2D6;