| | |
| | | } |
| | | |
| | | if ( |
| | | item.logoUrl.indexOf("http://apps.smartai.com/httpImage/") === -1 |
| | | item.logoUrl.indexOf("http://apps.smartai.com/httpImage/") === -1 && |
| | | item.logoUrl.indexOf("/files") != 0 |
| | | ) { |
| | | item.logoUrl = "/httpImage/" + item.logoUrl; |
| | | } |
| | |
| | | |
| | | .update { |
| | | position: absolute; |
| | | top: 20px; |
| | | right: 20px; |
| | | width: 140px; |
| | | height: 40px; |
| | | top: 6px; |
| | | right: 165px; |
| | | width: 112px; |
| | | height: 32px; |
| | | background: #0065ff; |
| | | color: #fff; |
| | | font-size: 14px; |
| | | /* font-size: 15px; */ |
| | | font-weight: 700; |
| | | line-height: 40px; |
| | | line-height: 33px; |
| | | text-align: center; |
| | | } |
| | | |