Commit a4ba8c7b authored by wangxuelai's avatar wangxuelai

''

parent 42456e2f
...@@ -151,7 +151,7 @@ Page({ ...@@ -151,7 +151,7 @@ Page({
}, },
doodleStart(e) { doodleStart(e) {
this.lineWidth = 6; this.lineWidth = 3;
this.lineColor = this.data.colors[this.data.ActColorIndex]; this.lineColor = this.data.colors[this.data.ActColorIndex];
this.doodleStartX = e.touches[0].x this.doodleStartX = e.touches[0].x
this.doodleStartY = e.touches[0].y this.doodleStartY = e.touches[0].y
...@@ -185,7 +185,7 @@ Page({ ...@@ -185,7 +185,7 @@ Page({
{ {
x, x,
y, y,
lineWidth: 6, lineWidth: 3,
color: this.lineColor, color: this.lineColor,
} }
) )
......
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
} }
.color-box { .color-box {
width: 100%; width: 100%;
height:140rpx; /* height:140rpx; */
background:linear-gradient(0deg,rgba(20,20,20,.3) 0%,rgba(20,20,20,0) 100%); background:linear-gradient(0deg,rgba(20,20,20,.3) 0%,rgba(20,20,20,0) 100%);
position: absolute; position: absolute;
left: 0; left: 0;
...@@ -170,12 +170,12 @@ ...@@ -170,12 +170,12 @@
justify-content: center; justify-content: center;
} }
.color-box .content .color-item{ .color-box .content .color-item{
width:80rpx; width:60rpx;
height:80rpx; height:60rpx;
border:3rpx solid rgba(255,255,255,1); border:3rpx solid rgba(255,255,255,1);
border-radius:50%; border-radius:50%;
box-sizing: border-box; box-sizing: border-box;
margin-right: 10rpx; margin-right: 26rpx;
} }
.color-box .content .act-color-item{ .color-box .content .act-color-item{
border:7rpx solid rgba(255,255,255,1); border:7rpx solid rgba(255,255,255,1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment