|
|
|
@ -298,14 +298,14 @@ |
|
|
|
console.log(title.substr(18,41)) |
|
|
|
let before = title.substr(0,18) |
|
|
|
let last = title.substr(18,28) |
|
|
|
let last1 = title.substr(36,title.length) |
|
|
|
// let last1 = title.substr(36,title.length) |
|
|
|
//绘制标题 |
|
|
|
context.setFontSize(20); |
|
|
|
context.setFillStyle('#222'); |
|
|
|
context.setTextAlign('left'); |
|
|
|
context.fillText(before, 10, 350); |
|
|
|
context.fillText(last, 10, 374); |
|
|
|
context.fillText(last1, 10, 398); |
|
|
|
// context.fillText(last1, 10, 398); |
|
|
|
} |
|
|
|
context.stroke(); |
|
|
|
context.draw(); |
|
|
|
@ -617,7 +617,6 @@ |
|
|
|
position: fixed; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
z-index: 9; |
|
|
|
background-color: #FFFFFF; |
|
|
|
width: 100%; |
|
|
|
height: auto; |
|
|
|
|