From a34beb60df1f0567a5b389642775e6cabf15a2e1 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Thu, 20 Jan 2022 10:43:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=AF=BC=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 890 +++++++++++++++++++++-------------------------------- 1 file changed, 354 insertions(+), 536 deletions(-) diff --git a/index.html b/index.html index 39cf103..00421ff 100644 --- a/index.html +++ b/index.html @@ -1,543 +1,361 @@ - - - - - 插件模板 - - - - - -
-
项目名称
- -
-
项目经理
-
运维
-
- -
- -
-
-
-
-
-
-
-
-
-
- - -
-
- - - -
-
-
-
-
-

选择模板

-
- 请选择红头文件模板 - -
-
- -
- -
-
- -
- -
- -
- - -
- - -
-
-
- - -
-
-
- -
- -
-
-
-
-
-
- -
- -
- - - - - -
-
-
-
-
- - + this.allA[this.index].style.backgroundColor = "black"; + }, + + clickPicLbtn() { + let that = this; + clearInterval(that.timer); + if (that.index != 0){ + that.index = that.index - 1; + } + that.setRed(); + that.move(that.imgList, "left", -that.width * that.index, 20, function(){ + that.autoChange(); + }); + }, + + clickPicRbtn() { + let that = this; + + clearInterval(that.timer); + if (that.index != that.allA.length - 1) { + that.index = that.index + 1; + } + that.setRed(); + that.move(that.imgList, "left", -that.width * that.index, 20, function(){ + that.autoChange(); + }); + } + } + p1483375645978533888.init() + + + + + +
+ +
+
+
+
+
+
+ +
+ +
+ + + + + +
+
+
+ + + +