请用Processing进行运行
void setup(){
size(704,945);//画框设置
}
void draw(){
background(255,255,255);//白底图
fill(232,183,124);
noStroke();
rect(21,17,661,859);//浅棕背景色
strokeWeight(3);
stroke(199,162,79);
line(22,458+6+64+16+20,680,458+6+64+16+20);
noStroke();
fill(247,234,199);
rect(178,457,466,7);//上1矩形
stroke(141,124,95);
strokeWeight(1);
line(178,459.5,178+466,459.5);//上1矩形中线
stroke(141,124,95);
strokeWeight(2);
line(157+21,458+4,157+21+466-0.5,458+4); //上1矩形下线
noStroke();
fill(247,234,203);
rect(178,458+6,466,9); //上2矩形
noStroke();
rect(178