Skip to content

Commit c5418e8

Browse files
committed
Update index.htm
1 parent b2aacfa commit c5418e8

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

index.htm

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,25 @@
159159

160160
}
161161

162+
box.homePage.btnLive = createButton();
163+
box.homePage.add(that);
164+
that.right = 20;
165+
that.top = box.homePage.header.height + 20;
166+
that.text = "LIVE";
167+
// that.color = "orangered";
168+
that.color = "rgba(255, 255, 255, 0.15)";
169+
that.border = 2;
170+
// that.borderColor = "rgba(0, 0, 0, 0.4)";
171+
// that.textColor = "rgba(0, 0, 0, 0.6)";
172+
that.borderColor = "orangered";
173+
that.textColor = "orangered";
174+
that.minimal = 1;
175+
that.round = 12;
176+
that.width = 70;
177+
that.height = 30;
178+
that.opacity = 0.7;
179+
that.fontSize = 18;
180+
162181
/*
163182
box.homePage.header = createBox(0, 0, 1000, 600)
164183
box.homePage.add(that)

0 commit comments

Comments
 (0)