|
@ -216,13 +216,13 @@ export default { |
|
|
let gr = context.createLinearGradient(230, 0, 360, 0); |
|
|
let gr = context.createLinearGradient(230, 0, 360, 0); |
|
|
gr.addColorStop(1, "rgba(92,197,255,0)"); |
|
|
gr.addColorStop(1, "rgba(92,197,255,0)"); |
|
|
gr.addColorStop(0, "rgba(92,197,255,0.3)"); |
|
|
gr.addColorStop(0, "rgba(92,197,255,0.3)"); |
|
|
drawRoundRect(context, 218, 16, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 206, 16, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 218, 39, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 206, 39, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 218, 61, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 206, 61, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 218, 83, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 206, 83, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 218, 105, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 206, 105, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 218, 127, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 206, 127, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 218, 149, 134, 18, 12, gr); |
|
|
drawRoundRect(context, 206, 149, 134, 18, 12, gr); |
|
|
|
|
|
|
|
|
context.lineWidth = 1; // 设置线段宽度 |
|
|
context.lineWidth = 1; // 设置线段宽度 |
|
|
|
|
|
|
|
|