|
|
@ -175,12 +175,12 @@ export default { |
|
|
|
let gr = context.createLinearGradient(230, 0, 360, 0); |
|
|
|
gr.addColorStop(1, 'rgba(92,197,255,0)'); |
|
|
|
gr.addColorStop(0, 'rgba(92,197,255,0.3)'); |
|
|
|
drawRoundRect(context, 248, 15, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 248, 42, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 248, 69, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 248, 96, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 248, 123, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 248, 150, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 214, 15, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 214, 42, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 214, 69, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 214, 96, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 214, 123, 134, 21, 12, gr); |
|
|
|
drawRoundRect(context, 214, 150, 134, 21, 12, gr); |
|
|
|
|
|
|
|
context.lineWidth = 1; // 设置线段宽度 |
|
|
|
|
|
|
|