diff --git a/dist.zip b/dist.zip index ec1c257..7426db0 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/components/AboutUs.vue b/src/components/AboutUs.vue index 50ca33a..60b4a32 100644 --- a/src/components/AboutUs.vue +++ b/src/components/AboutUs.vue @@ -109,7 +109,7 @@ export default { justify-content: center; flex-direction: column; width: 100%; - height: 605px; + height: 7.5625rem; background: url(/assets/img/aboutus-bj.png) no-repeat; background-size: cover; } @@ -124,27 +124,27 @@ export default { top: 50%; left: 50%; transform: translate(-50%, -50%); - width: 300px; - height: 150px; + width: 3.75rem; + height: 1.875rem; color: #FFF; text-align: center; /* border: 1px solid red; */ } .about-us .box-top h4 { - font-size: 30px; + font-size: .375rem; font-weight: 700; } .about-us .box-top span { display: block; - width: 80px; - height: 5px; - margin: 10px 0 10px 110px; + width: 1rem; + height: .0625rem; + margin: .125rem 0 .125rem 1.375rem; background-color: #faa234; } .about-us .box-top p { - font-size: 18px; - letter-spacing: 5px; + font-size: .225rem; + letter-spacing: .0625rem; /* color: #9a7148; */ } .about-us .box-bottom { @@ -163,7 +163,7 @@ export default { /* top: -100px; */ width: 1000px; /* height: 520px; */ - padding: 50px; + padding: .625rem; background-color: #FFF; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1); -moz-box-shadow: 0 0 10px rgba(0,0,0,.1); @@ -171,44 +171,44 @@ export default { } .content { display: flex; - width: 900px; + width: 11.25rem; /* height: 260px; */ /* background-color: pink; */ /* border: 1px solid red; */ } .content .content-left { - width: 380px; - height: 260px; - margin-right: 40px; + width: 4.75rem; + height: 3.25rem; + margin-right: .5rem; /* background-color: pink; */ } .content .content-right { display: flex; flex-direction: column; - width: 480px; + width: 6rem; /* height: 260px; */ /* background-color: skyblue; */ } .content-right i { - width: 30px; - height: 30px; + width: .375rem; + height: .375rem; background: url(/assets/img/aboutus-syh.png) no-repeat; background-size: cover; } .content-right h4 { - height: 48px; - line-height: 48px; - font-size: 28px; + height: .6rem; + line-height: .6rem; + font-size: .35rem; } .content-right span { - margin: 12px 0; - font-size: 16px; + margin: .15rem 0; + font-size: .2rem; color: #faa332; } .content-right p { - font-size: 16px; + font-size: .2rem; font-weight: 300; - letter-spacing: 1px; + letter-spacing: .0125rem; } /* .dataList { display: flex; @@ -258,17 +258,17 @@ export default { justify-content: start; flex-wrap: wrap; background-color: #f1f1f1; - margin-top: 20px; + margin-top: .25rem; /* height: 120px; */ } .content-left ul li { display: flex; flex-direction: column; justify-content: center; - width: 180px; + width: 2.25rem; /* margin-right: 60px; margin-bottom: 15px; */ - margin: 20px 20px 20px 0; + margin: .25rem .25rem .25rem 0; /* background-color: pink; */ /* align-content: center; flex-wrap: wrap; */ @@ -279,22 +279,22 @@ export default { .content-left ul li .row1 { display: flex; margin: 0 auto; - height: 46px; + height: .575rem; } .content-left ul li .row1 h4 { - height: 46px; - font-size: 30px; + height: .575rem; + font-size: .375rem; font-weight: 700; } .content-left ul li .row1 em { - width: 18px; - height: 18px; - line-height: 18px; + width: .225rem; + height: .225rem; + line-height: .225rem; text-align: center; - border-radius: 9px; - margin: 18px 0 0 -2px; + border-radius: .1125rem; + margin: .225rem 0 0 -0.025rem; background-color: #fcbb53; - font-size: 12px; + font-size: .15rem; color: #FFF; } .content-left ul li .row2 p { diff --git a/src/components/Footer copy.vue b/src/components/Footer copy.vue new file mode 100644 index 0000000..f5d1b9e --- /dev/null +++ b/src/components/Footer copy.vue @@ -0,0 +1,222 @@ + + + + + \ No newline at end of file diff --git a/src/components/Footer.vue b/src/components/Footer.vue index f5d1b9e..46a0f86 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -87,30 +87,30 @@ export default { display: flex; flex-direction: column; margin: 0 auto; - height: 320px; + height: 4rem; background-color: #4a4e59; color: #FFF; } .box { display: flex; flex-direction: column; - width: 1200px; - height: 280px; - margin: 40px auto; - padding: 5px; + width: 15rem; + height: 3.5rem; + margin: .5rem auto; + padding: .0625rem; /* border: 1px solid red; */ } .box-top { display: flex; - height: 120px; + height: 1.5rem; /* border: 1px solid red; */ } .box-top .box-left-logo { - width: 260px; - height: 46px; + width: 3.25rem; + height: .575rem; /* margin-right: 15px; */ /* margin: 27px 50px 27px 0; */ - margin: auto 40px; + margin: auto .5rem; /* border: 1px solid red; */ } @@ -119,11 +119,11 @@ export default { flex-direction: column; justify-content: space-between; /* border: 1px solid red; */ - margin-left: 20px; + margin-left: .25rem; } .box1 { - height: 40px; + height: .5rem; /* line-height: 40px; */ /* background-color: pink; */ } @@ -131,10 +131,10 @@ export default { display: flex; } .box1 ul li { - margin-right: 80px; - height: 40px; - line-height: 40px; - font-size: 15px; + margin-right: 1rem; + height: .5rem; + line-height: .5rem; + font-size: .1875rem; } .box1 ul li a:link, .box1 ul li a:visited { @@ -142,7 +142,7 @@ export default { font-weight: 400; } .box1 ul li:first-child { - margin-left: 5px; + margin-left: .0625rem; } .box2 { display: flex; @@ -152,26 +152,26 @@ export default { /* border: 1px solid red; */ } .box2 .left { - height: 70px; - width: 240px; + height: .875rem; + width: 3rem; /* background-color: pink; */ } .box2 .left li { - height: 30px; - line-height: 30px; - font-size: 15px; + height: .375rem; + line-height: .375rem; + font-size: .1875rem; /* margin-right: 50px; */ } .box2 .left li:nth-child(1) { - height: 40px; - line-height: 40px; - padding-left: 5px; + height: .5rem; + line-height: .5rem; + padding-left: .0625rem; } .box2 .left li img { - width: 16px; - height: 16px; - margin: auto 5px; + width: .2rem; + height: .2rem; + margin: auto .0625rem; } .box2 .right { position: absolute; @@ -179,27 +179,27 @@ export default { right: 0; /* display: flex; */ display: inline-block; - height: 30px; - width: 300px; + height: .375rem; + width: 3.75rem; /* background-color: skyblue; */ } .box2 .right li { display: inline-block; - height: 30px; - line-height: 30px; - margin-right: 30px; - font-size: 15px; + height: .375rem; + line-height: .375rem; + margin-right: .375rem; + font-size: .1875rem; } .box2 .right li a { color: #FFF; } .box-bottom { - height: 60px; + height: .75rem; width: 100%; - font-size: 14px; + font-size: .175rem; font-weight: 50; - margin-top: 25px; - border-top: 1px solid #7a7d85; + margin-top: .3125rem; + border-top: .0125rem solid #7a7d85; /* border-top: 1px solid #4b4e56; */ } @@ -214,9 +214,9 @@ export default { } .box-bottom .row1 ul li { - height: 60px; - line-height: 60px; - margin-right: 40px; + height: .75rem; + line-height: .75rem; + margin-right: .5rem; } \ No newline at end of file diff --git a/src/components/HeaderNav copy.vue b/src/components/HeaderNav copy.vue new file mode 100644 index 0000000..8f4c468 --- /dev/null +++ b/src/components/HeaderNav copy.vue @@ -0,0 +1,281 @@ + + + + + \ No newline at end of file diff --git a/src/components/HeaderNav.vue b/src/components/HeaderNav.vue index 5359ff6..55cd925 100644 --- a/src/components/HeaderNav.vue +++ b/src/components/HeaderNav.vue @@ -2,7 +2,7 @@
开发语言: - - - - - - -
+ 立即抢购
@@ -178,7 +144,7 @@ - + 去购买 \ No newline at end of file diff --git a/src/components/ZhengShu.vue b/src/components/ZhengShu.vue index 95550ca..6b43dec 100644 --- a/src/components/ZhengShu.vue +++ b/src/components/ZhengShu.vue @@ -111,7 +111,7 @@ export default { justify-content: center; flex-direction: column; width: 100%; - height: 605px; + height: 7.5625rem; background: url(/assets/img/zhengshu-bj.png) no-repeat; background-size: cover; } @@ -119,21 +119,21 @@ export default { display: flex; flex-direction: column; justify-content: center; - width: 1000px; - height: 150px; + width: 12.5rem; + height: 1.875rem; margin: 0 auto; /* border: 2px solid red; */ } .zheng-shu .box-top h4 { - width: 500px; - font-size: 30px; + width: 6.25rem; + font-size: .375rem; color: #74491a; - margin-bottom: 10px; + margin-bottom: .125rem; } .zheng-shu .box-top p { - width: 500px; - font-size: 16px; - letter-spacing: 5px; + width: 6.25rem; + font-size: .2rem; + letter-spacing: .0625rem; color: #9a7148; } .zheng-shu .box-bottom { @@ -141,22 +141,22 @@ export default { display: flex; justify-content: center; width: 100%; - height: 600px; + height: 7.5rem; background-color: #f5f5f5; } .zheng-shu .box-bottom .box { /* position: absolute; */ position: relative; - top: -200px; - bottom: 50px; + top: -2.5rem; + bottom: .625rem; display: flex; - width: 1000px; - height: 750px; + width: 12.5rem; + height: 9.375rem; background-color: #FFF; - padding: 40px; - -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1); - -moz-box-shadow: 0 0 10px rgba(0,0,0,.1); - box-shadow: 0 0 10px rgba(0,0,0,.1); + padding: .5rem; + -webkit-box-shadow: 0 0 .125rem rgba(0,0,0,.1); + -moz-box-shadow: 0 0 .125rem rgba(0,0,0,.1); + box-shadow: 0 0 .125rem rgba(0,0,0,.1); } .paging { @@ -171,17 +171,17 @@ export default { position: relative; display: flex; flex-wrap: wrap; - width: 880px; - height: 600px; - margin: 10px auto; + width: 11rem; + height: 7.5rem; + margin: .125rem auto; /* background-color: pink; */ /* margin-bottom: 50px; */ } .picture { - width: 205px; - height: 270px; - margin-right: 20px; + width: 2.5625rem; + height: 3.375rem; + margin-right: .25rem; /* background-color: skyblue; */ } .picture:nth-child(4n) { @@ -191,10 +191,10 @@ export default { position: absolute; /* position: relative; */ /* top: 10px; */ - bottom: 10px; + bottom: .125rem; right: 0px; /* margin-top: 15px; */ - width: 350px; + width: 4.375rem; text-align: right; /* border: 1px solid green; */ } diff --git a/src/components/guizeTest.html b/src/components/guizeTest.html new file mode 100644 index 0000000..3e5053c --- /dev/null +++ b/src/components/guizeTest.html @@ -0,0 +1,85 @@ + + + + + + + + AI秒著引擎 + + + + +
+

+ +
+
+ + + + + \ No newline at end of file diff --git a/src/components/register2.html b/src/components/register2.html index 17e3972..39cb5cb 100644 --- a/src/components/register2.html +++ b/src/components/register2.html @@ -10,6 +10,18 @@