diff --git a/style/css/index.css b/style/css/index.css
index 5ead59e..61f22f7 100644
--- a/style/css/index.css
+++ b/style/css/index.css
@@ -35,11 +35,11 @@ body,p,div{
.disNone,.hide{
display: none !important;
opacity: 0;
- transition: all .3s;
+ transition: all .3s ease;
}
.disBlock{
opacity: 1;
- transition: all .3s;
+ transition: all .3s ease;
display: block !important;
}
.kefu{
@@ -64,7 +64,7 @@ body,p,div{
}
.kefuCom:hover .kefuQrcode{
opacity: 1;
- transition: all .5s;
+ transition: all .5s ease;
}
.kefuCom .linkIcon{
width: 28px;
@@ -98,6 +98,174 @@ body,p,div{
width: 134px;
height: 134px;
}
+.look_PPT_modal{
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ min-width: 1200px;
+ height: 100%;
+ z-index: 100;
+ /* position: relative; */
+}
+.lookPPT{
+ width: 100%;
+ height: 100%;
+ position: relative;
+}
+.lookPPT .look_backImg,.lookPPT .look_content{
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ bottom: 0;
+}
+.exitLook{
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 80px;
+ height: 80px;
+ z-index: 125;
+}
+.lookPPT{
+ /* z-index: 110; */
+}
+.look_content{
+ z-index: 110;
+ background: rgba(0, 0, 0, 0.33);
+ display: flex;
+}
+.look_left{
+ flex: 1;
+ height: 100%;
+ min-width: 837px;
+}
+.topimg{
+ width: 740px;
+ height: 428px;
+ border: 3.12px solid #FFFFFF;
+ border-radius: 20.78px;
+}
+#gallery-container {
+ overflow-x: auto; /* 允许横向滚动 */
+ width: calc(174*4px + 16*3px);
+ overflow: hidden;
+ position: relative;
+ margin: 12px 11px 0;
+ }
+ .gallery{
+ display: flex;
+ flex-wrap: nowrap;
+ /* float: left;
+ white-space: nowrap; */
+ }
+#gallery-container button{
+
+}
+ .gallery .gallery_img {
+ width: 170px;
+ height: 100px;
+ margin-right: 16px;
+ border: 2px solid #FFFFFF;
+ border-radius: 6.14px;
+ }
+ .gallery .ppt_child_active {
+ border: 2px solid #697CF7;
+ }
+
+ #prev, #next{
+
+ }
+ /* #prev{
+ position: absolute;
+ left: 0;
+ top: 50%;
+ transform: translateY(-50%);
+}
+#next{
+ position: absolute;
+ right: 0;
+ top: 50%;
+ transform: translateY(-50%);
+ } */
+.look_left .look_left_bot{
+ width: 100%;
+ height: 84px;
+ align-items: center;
+ justify-content: center;
+ background: #FFFFFF;
+ /* 阴影/常规阴影 */
+ box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
+}
+.ppt_cancel ,.ppt_submit{
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ padding: 12.47px 24.94px;
+ color: #2841EB;
+ font-family: Microsoft YaHei UI;
+ font-size: 15.58px;
+ background: #EAEFFF;
+}
+.ppt_submit{
+ margin-left: 46px;
+ color: #FFFFFF;
+ background: linear-gradient(270deg, #6C69F5 0%, #3467E5 100%);
+}
+.look_left {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+}
+.look_left .look_left_top{
+ flex: 1;
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+}
+.look_right{
+ width: 364px;
+ min-width: 364px;
+ max-width: 364px;
+ max-height: 100%;
+ padding: 32px 40px;
+ overflow-y: auto;
+ background: rgba(255, 255, 255, 0.9);
+}
+.look_right h4{
+ font-family: Microsoft YaHei UI;
+ font-size: 16.62px;
+ font-weight: bold;
+ line-height: normal;
+ letter-spacing: 0px;
+ font-variation-settings: "opsz" auto;
+ color: #3D3D3D;
+ padding: 0;
+ margin: 0;
+ margin-bottom: 20px;
+}
+.look_right .ppt_temList{
+ gap:20px 18px;
+}
+.look_right .ppt_temList .ppt_tem_item{
+ width: 173px;
+}
+.look_right .ppt_tem_item .pptImg{
+ width: 169px;
+ height: 97px;
+ border-radius: 8.31px;
+}
+.look_right .ppt_tem_item:hover .pptImg{
+ border-radius: 8.31px;
+}
+.look_right .ppt_tem_item:hover .firstlook{
+ display: none;
+}
.pageMask{
width: 100%;
height: 100%;
@@ -107,6 +275,12 @@ body,p,div{
left: 0;
top: 0;
}
+.lookModal{
+ /* width: 100%;
+ height: 100%;
+ background: url(../img/ppt_2.svg) center center no-repeat;
+ background-size: 100% 100%; */
+}
.payModal{
position: fixed;
width: 740px;
@@ -312,7 +486,7 @@ header{
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
/* box-shadow: none; */
- transition: background-color .3s ease-in-out;
+ transition: background-color .3s ease;
/* background: linear-gradient(90deg, rgba(243, 246, 254, 0) 0%, #F3F6FE 100%); */
background: rgba(255, 255, 255, 0.78);
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
@@ -506,28 +680,28 @@ header .right .activebtn{
border-style: solid;
border-image: linear-gradient(270deg, rgba(114, 119, 244, 0) 8%, #7177F4 47%, rgba(117, 119, 245, 0) 89%) 0 0 1 0;
backdrop-filter: blur(20px); */
- transition:all .5s;
+ transition:all .5s ease;
}
.stickyStep .step_main{
padding: 0 164px;
- transition: all .5s;
+ transition: all .5s ease;
}
.stickyStep.step_back{
padding: 0 0;
- transition: all .5s;
+ transition: all .5s ease;
}
.stickyStep .step_main dd{
font-size: 12px;
- transition: all .5s;
+ transition: all .5s ease;
line-height: 25px;
}
.stickyStep .step_main .active_step_title{
font-size: 14px;
- transition: all .5s;
+ transition: all .5s ease;
}
.stickyStep .step_main .nor_step_title{
font-size: 14px;
- transition: all .5s;
+ transition: all .5s ease;
margin-bottom: 0;
}
@@ -826,7 +1000,7 @@ li .select_icon, .pay_every .pay_icon{
left: 50%;
margin-left: -180px;
opacity: 0; /* 初始状态为完全透明 */
- transition: opacity 1s ease-in-out; /* 设置透明度过渡 */
+ transition: opacity 1s ease; /* 设置透明度过渡 */
}
.opt-block .title-change.fade{
opacity: 1;
@@ -917,12 +1091,12 @@ li .select_icon, .pay_every .pay_icon{
line-height: 20px;
padding: 8px 17px;
color: #3D3D3D;
- transition: all .3s;
+ transition: all .3s ease;
}
.opt-block .advise-li:hover{
background: #F1F4FF;
border-radius: 6px;
- transition: all .3s;
+ transition: all .3s ease;
}
.opt-block .title-change{
display: flex;
@@ -937,7 +1111,7 @@ li .select_icon, .pay_every .pay_icon{
left: 50%;
margin-left: -180px;
opacity: 0; /* 初始状态为完全透明 */
- transition: opacity 1s ease-in-out; /* 设置透明度过渡 */
+ transition: opacity 1s ease; /* 设置透明度过渡 */
font-family: Microsoft YaHei UI;
align-items: center;
justify-content: center;
@@ -1058,13 +1232,13 @@ li .select_icon, .pay_every .pay_icon{
background: #F9FAFA;
padding: 8px 12px;
cursor: pointer;
- transition: all .5s;
+ transition: all .5s ease;
color: #8C919D;
}
.recommend_title{
background: #FFF5ED;
color: #FF7800;
- transition: all .5s;
+ transition: all .5s ease;
}
.inputText{
color: #525252;
@@ -1112,20 +1286,13 @@ li .select_icon, .pay_every .pay_icon{
padding: 8px 0;
margin-bottom: 12px;
}
-.ppt_labelTwo{
- font-size: 14px;
- line-height: 18px;
- color: #1F2225;
- padding: 12px 0;
- justify-content: space-between;
- margin-bottom: 12px;
-}
+
.ppt_upload{
flex-direction: row;
justify-content: center;
align-items: center;
/* padding: 20px 70px; */
- padding: 18px 12px 14px;
+ /* padding: 18px 12px 14px; */
border-radius: 6px;
box-sizing: border-box;
border: 1px dashed #BFBFBF;
@@ -1136,6 +1303,8 @@ li .select_icon, .pay_every .pay_icon{
position: relative;
width: 100%;
height: 100%;
+ padding: 18px 12px 14px;
+
}
.uploadShow p{
margin-top: 17px;
@@ -1153,8 +1322,105 @@ li .select_icon, .pay_every .pay_icon{
.uploadMesShow{
width: 100%;
height: 100%;
+ justify-content: center;
+ padding: 25px 0;
+
+}
+.btn{
+ color: #5B6FF6;
+ margin-top: 6px;
+}
+.fileInfobox{
+ margin-left: 28px;
+}
+.fileInfo .fileName{
+ color: #969BA7;
+ margin-right: 10px;
+}
+
+.ppt_labelTwo{
+ font-size: 14px;
+ line-height: 18px;
+ color: #1F2225;
+ padding: 12px 0;
+ justify-content: space-between;
+ margin-bottom: 12px;
+}
+.ppt_temList{
+ width: 100%;
+ /* flex-wrap: wrap;
+ justify-content: space-between;
+ gap: 24px; */
+ display: grid;
+ grid-template-columns: repeat(auto-fill,minmax(166px,1fr));
+ gap: 12px;
+}
+.ppt_temList .ppt_tem_item{
+ width: 166px;
+ position: relative;
+ /* margin-top: 12px; */
+}
+.ppt_tem_item .pptImg{
+ width: 164px;
+ height: 93px;
+ border-radius: 8px;
+ /* border: 2px solid #FFFFFF; */
+ transition: all .5s ease;
+
+}
+
+
+.ppt_tem_item .ppt_select{
+ position: absolute;
+ right: 4px;
+ top: 0;
+ display: none;
+ width: 25px;
+ height: 45px;
+}
+.ppt_item_active .pptImg{
+ border-radius: 8px;
+ opacity: 1;
+ box-sizing: border-box;
+ border: 2px solid #697CF7;
+}
+.ppt_item_active .ppt_select{
+ display: block;
+}
+.ppt_tem_item .firstlook{
+ width: 164px;
+ /* width: 100%; */
+ height: 0px;
+ /* line-height: 24px; */
+ opacity: 0;
+ text-align: center;
+ color: #FFFFFF;
+ position: absolute;
+ bottom: 19px;
+ border-radius: 0 0 8px 8px;
+ background: rgba(0, 0, 0, 0.7);
+}
+.ppt_tem_item:hover .pptImg{
+ border-radius: 8px;
+ opacity: 1;
+ /* width: 166px; */
+ box-sizing: border-box;
+ border: 2px solid #697CF7;
+ transition: all .5s ease;
+}
+.ppt_tem_item:hover .firstlook{
+ height: 24px;
+ line-height: 24px;
+ transition: all .5s ease;
+ opacity: 1;
+
+}
+.ppt_tem_item p{
+ color: #3D4B54;
+ text-align: center;
}
+/* ppt end */
.educationRight{
display: flex;
align-items: center;
@@ -1218,16 +1484,16 @@ li .select_icon, .pay_every .pay_icon{
text-align: center;
border-radius: 8px;
margin-top: 30px;
- transition: all .3s;
+ transition: all .3s ease;
background: linear-gradient(270deg, #6C69F5 0%, #3467E5 100%);
}
.btn_result:hover, .btn_result_now:hover{
- transition: all .3s;
+ transition: all .3s ease;
opacity: 0.8;
background: linear-gradient(270deg, #6C69F5 0%, #3467E5 100%);
}
.btn_result:active,.btn_result_now:active{
- transition: all .3s;
+ transition: all .3s ease;
opacity: 1;
background: linear-gradient(270deg, #6C69F5 0%, #3467E5 100%);
border: 7px solid #DDE1FC;
@@ -1403,11 +1669,11 @@ border: 1px solid #E8E8E8;
.footer{
background: #FAFAFC;
margin-top: 50px;
- transition: all .5s;
+ transition: all .5s ease;
}
.footer2{
margin-top: 100px;
- transition: all .5s;
+ transition: all .5s ease;
}
.footer .footerbox{
display: flex;
diff --git a/style/img/exitLook.svg b/style/img/exitLook.svg
new file mode 100644
index 0000000..0466929
--- /dev/null
+++ b/style/img/exitLook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/style/img/nextPPT.svg b/style/img/nextPPT.svg
new file mode 100644
index 0000000..f3978f1
--- /dev/null
+++ b/style/img/nextPPT.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/style/img/ppt_1.png b/style/img/ppt_1.png
new file mode 100644
index 0000000..a5c3bcb
Binary files /dev/null and b/style/img/ppt_1.png differ
diff --git a/style/img/ppt_10.png b/style/img/ppt_10.png
new file mode 100644
index 0000000..1828775
Binary files /dev/null and b/style/img/ppt_10.png differ
diff --git a/style/img/ppt_10_1.png b/style/img/ppt_10_1.png
new file mode 100644
index 0000000..24911b1
Binary files /dev/null and b/style/img/ppt_10_1.png differ
diff --git a/style/img/ppt_10_2.png b/style/img/ppt_10_2.png
new file mode 100644
index 0000000..c915720
Binary files /dev/null and b/style/img/ppt_10_2.png differ
diff --git a/style/img/ppt_10_3.png b/style/img/ppt_10_3.png
new file mode 100644
index 0000000..fe18249
Binary files /dev/null and b/style/img/ppt_10_3.png differ
diff --git a/style/img/ppt_10_4.png b/style/img/ppt_10_4.png
new file mode 100644
index 0000000..9b887d2
Binary files /dev/null and b/style/img/ppt_10_4.png differ
diff --git a/style/img/ppt_10_5.png b/style/img/ppt_10_5.png
new file mode 100644
index 0000000..dba3e8c
Binary files /dev/null and b/style/img/ppt_10_5.png differ
diff --git a/style/img/ppt_10_6.png b/style/img/ppt_10_6.png
new file mode 100644
index 0000000..40d6465
Binary files /dev/null and b/style/img/ppt_10_6.png differ
diff --git a/style/img/ppt_10_7.png b/style/img/ppt_10_7.png
new file mode 100644
index 0000000..bfb1499
Binary files /dev/null and b/style/img/ppt_10_7.png differ
diff --git a/style/img/ppt_10_8.png b/style/img/ppt_10_8.png
new file mode 100644
index 0000000..9b7541c
Binary files /dev/null and b/style/img/ppt_10_8.png differ
diff --git a/style/img/ppt_1_1.png b/style/img/ppt_1_1.png
new file mode 100644
index 0000000..9b90d72
Binary files /dev/null and b/style/img/ppt_1_1.png differ
diff --git a/style/img/ppt_1_2.png b/style/img/ppt_1_2.png
new file mode 100644
index 0000000..48572c7
Binary files /dev/null and b/style/img/ppt_1_2.png differ
diff --git a/style/img/ppt_1_3.png b/style/img/ppt_1_3.png
new file mode 100644
index 0000000..b2e6fe9
Binary files /dev/null and b/style/img/ppt_1_3.png differ
diff --git a/style/img/ppt_1_4.png b/style/img/ppt_1_4.png
new file mode 100644
index 0000000..e89811c
Binary files /dev/null and b/style/img/ppt_1_4.png differ
diff --git a/style/img/ppt_1_5.png b/style/img/ppt_1_5.png
new file mode 100644
index 0000000..eedb9a5
Binary files /dev/null and b/style/img/ppt_1_5.png differ
diff --git a/style/img/ppt_1_6.png b/style/img/ppt_1_6.png
new file mode 100644
index 0000000..586bce2
Binary files /dev/null and b/style/img/ppt_1_6.png differ
diff --git a/style/img/ppt_1_7.png b/style/img/ppt_1_7.png
new file mode 100644
index 0000000..893f1e8
Binary files /dev/null and b/style/img/ppt_1_7.png differ
diff --git a/style/img/ppt_1_8.png b/style/img/ppt_1_8.png
new file mode 100644
index 0000000..779d6fe
Binary files /dev/null and b/style/img/ppt_1_8.png differ
diff --git a/style/img/ppt_2.png b/style/img/ppt_2.png
new file mode 100644
index 0000000..08568d9
Binary files /dev/null and b/style/img/ppt_2.png differ
diff --git a/style/img/ppt_2_1.png b/style/img/ppt_2_1.png
new file mode 100644
index 0000000..adee7d7
Binary files /dev/null and b/style/img/ppt_2_1.png differ
diff --git a/style/img/ppt_2_2.png b/style/img/ppt_2_2.png
new file mode 100644
index 0000000..950c9c7
Binary files /dev/null and b/style/img/ppt_2_2.png differ
diff --git a/style/img/ppt_2_3.png b/style/img/ppt_2_3.png
new file mode 100644
index 0000000..6098315
Binary files /dev/null and b/style/img/ppt_2_3.png differ
diff --git a/style/img/ppt_2_4.png b/style/img/ppt_2_4.png
new file mode 100644
index 0000000..d9cd214
Binary files /dev/null and b/style/img/ppt_2_4.png differ
diff --git a/style/img/ppt_2_5.png b/style/img/ppt_2_5.png
new file mode 100644
index 0000000..107d30a
Binary files /dev/null and b/style/img/ppt_2_5.png differ
diff --git a/style/img/ppt_2_6.png b/style/img/ppt_2_6.png
new file mode 100644
index 0000000..52d5c14
Binary files /dev/null and b/style/img/ppt_2_6.png differ
diff --git a/style/img/ppt_2_7.png b/style/img/ppt_2_7.png
new file mode 100644
index 0000000..9d26e1e
Binary files /dev/null and b/style/img/ppt_2_7.png differ
diff --git a/style/img/ppt_2_8.png b/style/img/ppt_2_8.png
new file mode 100644
index 0000000..8fc51b3
Binary files /dev/null and b/style/img/ppt_2_8.png differ
diff --git a/style/img/ppt_3.png b/style/img/ppt_3.png
new file mode 100644
index 0000000..0625ed2
Binary files /dev/null and b/style/img/ppt_3.png differ
diff --git a/style/img/ppt_3_1.png b/style/img/ppt_3_1.png
new file mode 100644
index 0000000..9758edc
Binary files /dev/null and b/style/img/ppt_3_1.png differ
diff --git a/style/img/ppt_3_2.png b/style/img/ppt_3_2.png
new file mode 100644
index 0000000..c725e50
Binary files /dev/null and b/style/img/ppt_3_2.png differ
diff --git a/style/img/ppt_3_3.png b/style/img/ppt_3_3.png
new file mode 100644
index 0000000..3b74640
Binary files /dev/null and b/style/img/ppt_3_3.png differ
diff --git a/style/img/ppt_3_4.png b/style/img/ppt_3_4.png
new file mode 100644
index 0000000..a7a3544
Binary files /dev/null and b/style/img/ppt_3_4.png differ
diff --git a/style/img/ppt_3_5.png b/style/img/ppt_3_5.png
new file mode 100644
index 0000000..e7a08a1
Binary files /dev/null and b/style/img/ppt_3_5.png differ
diff --git a/style/img/ppt_3_6.png b/style/img/ppt_3_6.png
new file mode 100644
index 0000000..fec2fc5
Binary files /dev/null and b/style/img/ppt_3_6.png differ
diff --git a/style/img/ppt_3_7.png b/style/img/ppt_3_7.png
new file mode 100644
index 0000000..6534e3e
Binary files /dev/null and b/style/img/ppt_3_7.png differ
diff --git a/style/img/ppt_3_8.png b/style/img/ppt_3_8.png
new file mode 100644
index 0000000..fe9b074
Binary files /dev/null and b/style/img/ppt_3_8.png differ
diff --git a/style/img/ppt_4.png b/style/img/ppt_4.png
new file mode 100644
index 0000000..0146bb6
Binary files /dev/null and b/style/img/ppt_4.png differ
diff --git a/style/img/ppt_4_1.png b/style/img/ppt_4_1.png
new file mode 100644
index 0000000..8d18a26
Binary files /dev/null and b/style/img/ppt_4_1.png differ
diff --git a/style/img/ppt_4_2.png b/style/img/ppt_4_2.png
new file mode 100644
index 0000000..65bd1ff
Binary files /dev/null and b/style/img/ppt_4_2.png differ
diff --git a/style/img/ppt_4_3.png b/style/img/ppt_4_3.png
new file mode 100644
index 0000000..ad4392d
Binary files /dev/null and b/style/img/ppt_4_3.png differ
diff --git a/style/img/ppt_4_4.png b/style/img/ppt_4_4.png
new file mode 100644
index 0000000..c9c8f10
Binary files /dev/null and b/style/img/ppt_4_4.png differ
diff --git a/style/img/ppt_4_5.png b/style/img/ppt_4_5.png
new file mode 100644
index 0000000..92ed661
Binary files /dev/null and b/style/img/ppt_4_5.png differ
diff --git a/style/img/ppt_4_6.png b/style/img/ppt_4_6.png
new file mode 100644
index 0000000..74e2d79
Binary files /dev/null and b/style/img/ppt_4_6.png differ
diff --git a/style/img/ppt_4_7.png b/style/img/ppt_4_7.png
new file mode 100644
index 0000000..12cb78f
Binary files /dev/null and b/style/img/ppt_4_7.png differ
diff --git a/style/img/ppt_4_8.png b/style/img/ppt_4_8.png
new file mode 100644
index 0000000..c063b22
Binary files /dev/null and b/style/img/ppt_4_8.png differ
diff --git a/style/img/ppt_5.png b/style/img/ppt_5.png
new file mode 100644
index 0000000..27f3b57
Binary files /dev/null and b/style/img/ppt_5.png differ
diff --git a/style/img/ppt_5_1.png b/style/img/ppt_5_1.png
new file mode 100644
index 0000000..4f23dd9
Binary files /dev/null and b/style/img/ppt_5_1.png differ
diff --git a/style/img/ppt_5_2.png b/style/img/ppt_5_2.png
new file mode 100644
index 0000000..07611c6
Binary files /dev/null and b/style/img/ppt_5_2.png differ
diff --git a/style/img/ppt_5_3.png b/style/img/ppt_5_3.png
new file mode 100644
index 0000000..5c8a9ad
Binary files /dev/null and b/style/img/ppt_5_3.png differ
diff --git a/style/img/ppt_5_4.png b/style/img/ppt_5_4.png
new file mode 100644
index 0000000..3ca585e
Binary files /dev/null and b/style/img/ppt_5_4.png differ
diff --git a/style/img/ppt_5_5.png b/style/img/ppt_5_5.png
new file mode 100644
index 0000000..9bd7515
Binary files /dev/null and b/style/img/ppt_5_5.png differ
diff --git a/style/img/ppt_5_6.png b/style/img/ppt_5_6.png
new file mode 100644
index 0000000..858cfa2
Binary files /dev/null and b/style/img/ppt_5_6.png differ
diff --git a/style/img/ppt_5_7.png b/style/img/ppt_5_7.png
new file mode 100644
index 0000000..a60be80
Binary files /dev/null and b/style/img/ppt_5_7.png differ
diff --git a/style/img/ppt_5_8.png b/style/img/ppt_5_8.png
new file mode 100644
index 0000000..54985d3
Binary files /dev/null and b/style/img/ppt_5_8.png differ
diff --git a/style/img/ppt_6.png b/style/img/ppt_6.png
new file mode 100644
index 0000000..f3cea1b
Binary files /dev/null and b/style/img/ppt_6.png differ
diff --git a/style/img/ppt_6_1.png b/style/img/ppt_6_1.png
new file mode 100644
index 0000000..ac273cc
Binary files /dev/null and b/style/img/ppt_6_1.png differ
diff --git a/style/img/ppt_6_2.png b/style/img/ppt_6_2.png
new file mode 100644
index 0000000..26ed087
Binary files /dev/null and b/style/img/ppt_6_2.png differ
diff --git a/style/img/ppt_6_3.png b/style/img/ppt_6_3.png
new file mode 100644
index 0000000..d2cfbd1
Binary files /dev/null and b/style/img/ppt_6_3.png differ
diff --git a/style/img/ppt_6_4.png b/style/img/ppt_6_4.png
new file mode 100644
index 0000000..3033c47
Binary files /dev/null and b/style/img/ppt_6_4.png differ
diff --git a/style/img/ppt_6_5.png b/style/img/ppt_6_5.png
new file mode 100644
index 0000000..fe86491
Binary files /dev/null and b/style/img/ppt_6_5.png differ
diff --git a/style/img/ppt_6_6.png b/style/img/ppt_6_6.png
new file mode 100644
index 0000000..58be1ba
Binary files /dev/null and b/style/img/ppt_6_6.png differ
diff --git a/style/img/ppt_6_7.png b/style/img/ppt_6_7.png
new file mode 100644
index 0000000..bbdc84e
Binary files /dev/null and b/style/img/ppt_6_7.png differ
diff --git a/style/img/ppt_6_8.png b/style/img/ppt_6_8.png
new file mode 100644
index 0000000..df7cb55
Binary files /dev/null and b/style/img/ppt_6_8.png differ
diff --git a/style/img/ppt_7.png b/style/img/ppt_7.png
new file mode 100644
index 0000000..4cceb77
Binary files /dev/null and b/style/img/ppt_7.png differ
diff --git a/style/img/ppt_7_1.png b/style/img/ppt_7_1.png
new file mode 100644
index 0000000..20ebe1d
Binary files /dev/null and b/style/img/ppt_7_1.png differ
diff --git a/style/img/ppt_7_2.png b/style/img/ppt_7_2.png
new file mode 100644
index 0000000..c38c1f4
Binary files /dev/null and b/style/img/ppt_7_2.png differ
diff --git a/style/img/ppt_7_3.png b/style/img/ppt_7_3.png
new file mode 100644
index 0000000..25250f7
Binary files /dev/null and b/style/img/ppt_7_3.png differ
diff --git a/style/img/ppt_7_4.png b/style/img/ppt_7_4.png
new file mode 100644
index 0000000..1fba04a
Binary files /dev/null and b/style/img/ppt_7_4.png differ
diff --git a/style/img/ppt_7_5.png b/style/img/ppt_7_5.png
new file mode 100644
index 0000000..eb03a18
Binary files /dev/null and b/style/img/ppt_7_5.png differ
diff --git a/style/img/ppt_7_6.png b/style/img/ppt_7_6.png
new file mode 100644
index 0000000..d8b0282
Binary files /dev/null and b/style/img/ppt_7_6.png differ
diff --git a/style/img/ppt_7_7.png b/style/img/ppt_7_7.png
new file mode 100644
index 0000000..6b201a6
Binary files /dev/null and b/style/img/ppt_7_7.png differ
diff --git a/style/img/ppt_7_8.png b/style/img/ppt_7_8.png
new file mode 100644
index 0000000..f08623c
Binary files /dev/null and b/style/img/ppt_7_8.png differ
diff --git a/style/img/ppt_8.png b/style/img/ppt_8.png
new file mode 100644
index 0000000..b554397
Binary files /dev/null and b/style/img/ppt_8.png differ
diff --git a/style/img/ppt_8_1.png b/style/img/ppt_8_1.png
new file mode 100644
index 0000000..2ddfb74
Binary files /dev/null and b/style/img/ppt_8_1.png differ
diff --git a/style/img/ppt_8_2.png b/style/img/ppt_8_2.png
new file mode 100644
index 0000000..353948c
Binary files /dev/null and b/style/img/ppt_8_2.png differ
diff --git a/style/img/ppt_8_3.png b/style/img/ppt_8_3.png
new file mode 100644
index 0000000..011dc13
Binary files /dev/null and b/style/img/ppt_8_3.png differ
diff --git a/style/img/ppt_8_4.png b/style/img/ppt_8_4.png
new file mode 100644
index 0000000..cb6153b
Binary files /dev/null and b/style/img/ppt_8_4.png differ
diff --git a/style/img/ppt_8_5.png b/style/img/ppt_8_5.png
new file mode 100644
index 0000000..e9a57c2
Binary files /dev/null and b/style/img/ppt_8_5.png differ
diff --git a/style/img/ppt_8_6.png b/style/img/ppt_8_6.png
new file mode 100644
index 0000000..b050128
Binary files /dev/null and b/style/img/ppt_8_6.png differ
diff --git a/style/img/ppt_8_7.png b/style/img/ppt_8_7.png
new file mode 100644
index 0000000..6f020d3
Binary files /dev/null and b/style/img/ppt_8_7.png differ
diff --git a/style/img/ppt_8_8.png b/style/img/ppt_8_8.png
new file mode 100644
index 0000000..b399848
Binary files /dev/null and b/style/img/ppt_8_8.png differ
diff --git a/style/img/ppt_9.png b/style/img/ppt_9.png
new file mode 100644
index 0000000..c00266e
Binary files /dev/null and b/style/img/ppt_9.png differ
diff --git a/style/img/ppt_9_1.png b/style/img/ppt_9_1.png
new file mode 100644
index 0000000..79bdf06
Binary files /dev/null and b/style/img/ppt_9_1.png differ
diff --git a/style/img/ppt_9_2.png b/style/img/ppt_9_2.png
new file mode 100644
index 0000000..9dce043
Binary files /dev/null and b/style/img/ppt_9_2.png differ
diff --git a/style/img/ppt_9_3.png b/style/img/ppt_9_3.png
new file mode 100644
index 0000000..8c9055e
Binary files /dev/null and b/style/img/ppt_9_3.png differ
diff --git a/style/img/ppt_9_4.png b/style/img/ppt_9_4.png
new file mode 100644
index 0000000..4edf4f6
Binary files /dev/null and b/style/img/ppt_9_4.png differ
diff --git a/style/img/ppt_9_5.png b/style/img/ppt_9_5.png
new file mode 100644
index 0000000..6787a08
Binary files /dev/null and b/style/img/ppt_9_5.png differ
diff --git a/style/img/ppt_9_6.png b/style/img/ppt_9_6.png
new file mode 100644
index 0000000..9ac5657
Binary files /dev/null and b/style/img/ppt_9_6.png differ
diff --git a/style/img/ppt_9_7.png b/style/img/ppt_9_7.png
new file mode 100644
index 0000000..a2ba827
Binary files /dev/null and b/style/img/ppt_9_7.png differ
diff --git a/style/img/ppt_9_8.png b/style/img/ppt_9_8.png
new file mode 100644
index 0000000..e951ca2
Binary files /dev/null and b/style/img/ppt_9_8.png differ
diff --git a/style/img/prevPPT.svg b/style/img/prevPPT.svg
new file mode 100644
index 0000000..edeb1cb
--- /dev/null
+++ b/style/img/prevPPT.svg
@@ -0,0 +1 @@
+
\ No newline at end of file