| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661 |
- <template>
- <doc-header></doc-header>
- <div class="doc-content" :class="themeName()">
- <div class="doc-content-index">
- <div class="content-left">
- <div class="content-title"> NutUI 3.0 </div>
- <div class="content-smile"> </div>
- <div class="content-subTitle">京东风格的轻量级移动端 Vue 组件库</div>
- <div class="content-button">
- <div class="leftButton" @click="toIntro">
- <div class="leftButtonText">开始使用</div>
- </div>
- <div class="rightButton">
- <div class="rightButtonText">扫码体验</div>
- <div class="qrcodepart">
- <div class="qrcode-text"> 请使用手机扫码体验 </div>
- <div class="qrcode"> </div>
- </div>
- </div>
- <iframe
- style="margin-left: 20px"
- src="https://ghbtns.com/github-btn.html?user=jdf2e&repo=nutui&type=star&count=true&size=large"
- frameborder="0"
- scrolling="0"
- width="170"
- height="30"
- title="GitHub"
- ></iframe>
- </div>
- </div>
- </div>
- <div class="doc-content-features">
- <div class="doc-content-hd">
- <h4 class="doc-content-title">平台特色</h4>
- </div>
- <ul class="features-list">
- <li class="features-item">
- <img src="../../assets/images/img-home-features1.png" />
- <p class="features-title">京东风格</p>
- <p class="features-desc">遵循京东 App 9.0 设计规范</p>
- </li>
- <li class="features-item">
- <img src="../../assets/images/img-home-features5.png" />
- <p class="features-title">适配多端</p>
- <p class="features-desc a-l"
- >基于taro使用 nutui 组件库场景覆盖多端小程序、h5等,taro
- 官方推荐框架</p
- >
- </li>
- <li class="features-item">
- <img src="../../assets/images/img-home-features2.png" />
- <p class="features-title">组件丰富</p>
- <p class="features-desc a-l"
- >提供 70+ 组件,丰富的 demo
- 快速体验交互细节,覆盖各类场景满足各种功能的需求</p
- >
- </li>
- <li class="features-item">
- <img src="../../assets/images/img-home-features3.png" />
- <p class="features-title">前沿技术</p>
- <p class="features-desc">vue3 vite2.x typescript</p>
- </li>
- <li class="features-item">
- <img src="../../assets/images/img-home-features4.png" />
- <p class="features-title">贴心通道</p>
- <p class="features-desc">社区维护 高效服务<br />技术支持 经验沉淀</p>
- </li>
- </ul>
- </div>
- <!-- taro楼层 -->
- <div class="doc-content-taro">
- <div class="doc-content-hd">
- <h4 class="doc-content-title">一处代码 多端运行</h4>
- </div>
- <div class="taro-content">
- <div class="taro-left"> </div>
- <div class="taro-right">
- <div class="right-img"></div>
- <p class="taro-desc"
- >Taro 官方推荐框架,基于Taro 使用 nutui组件库,场景<br />覆盖多端小程序、h5等</p
- >
- </div>
- </div>
- </div>
- <div class="doc-content-cases" v-if="casesImages.length">
- <div class="doc-content-hd">
- <h4 class="doc-content-title">赋能案例</h4>
- </div>
- <div class="doc-content-cases-content">
- <div class="doc-content-cases-content__main">
- <div
- class="doc-content-cases-content__main-lefticon"
- @click="onLeft"
- ></div>
- <div class="doc-content-cases-content__main-iconinfo">
- <h4>{{ currentCaseItem.product_name }}</h4>
- <p>{{ currentCaseItem.product_info }}</p>
- <img :src="currentCaseItem.logo" />
- </div>
- <div class="doc-content-cases-content__main-iphone"></div>
- <div
- class="doc-content-cases-content__main-righticon"
- @click="onRight"
- ></div>
- </div>
- <ul class="doc-content-cases-content__list">
- <li v-for="img in casesImages">
- <img :src="img" />
- </li>
- </ul>
- </div>
- </div>
- <div class="doc-content-more" v-if="articleList.length">
- <div class="doc-content-hd">
- <h4 class="doc-content-title">更多内容</h4>
- <a class="sub-more" href="#/resource">More</a>
- </div>
- <ul class="more-list">
- <li
- class="more-item"
- v-for="item in articleList.slice(0, 4)"
- :key="item.id"
- @click="toLink(item.id)"
- >
- <img :src="item.cover_image" />
- <p class="more-title" v-hover>{{ item.title }}</p>
- </li>
- </ul>
- </div>
- </div>
- <doc-footer></doc-footer>
- </template>
- <script lang="ts">
- import { defineComponent, onMounted, reactive, toRefs, computed } from 'vue';
- import Header from '@/sites/doc/components/Header.vue';
- import Footer from '@/sites/doc/components/Footer.vue';
- import router from '../router';
- import { RefData } from '@/sites/assets/util/ref';
- import { ApiService } from '@/sites/service/ApiService';
- export default defineComponent({
- name: 'main',
- components: {
- [Header.name]: Header,
- [Footer.name]: Footer
- },
- setup() {
- const articleList: any[] = [];
- let casesList: any[] = [];
- const casesImages: string[] = [];
- const currentCaseItem: any = {};
- const data = reactive({
- // theme: 'white',
- articleList,
- casesImages,
- currentCaseItem
- });
- onMounted(() => {
- // 文章列表接口
- const apiService = new ApiService();
- apiService.getArticle().then((res) => {
- if (res?.state == 0) {
- data.articleList = (res.value.data.arrays as any[])
- .map((item) => {
- if (item.type == 1) {
- return item;
- }
- })
- .filter((i) => i);
- }
- });
- apiService.getCases().then((res) => {
- if (res?.state == 0) {
- data.casesImages = (res.value.data.arrays as any[])
- .map((item) => {
- return item.cover_image.split(',');
- })
- .toString()
- .split(',');
- casesList = res.value.data.arrays as any[];
- data.currentCaseItem = casesList[0];
- }
- });
- });
- const findCasesItem = (url: string) => {
- data.currentCaseItem = casesList.find((i) => i.cover_image.includes(url));
- };
- const onLeft = () => {
- let url = data.casesImages.shift() as string;
- findCasesItem(url);
- data.casesImages.push(url);
- };
- const onRight = () => {
- let url = data.casesImages.pop() as string;
- findCasesItem(url);
- data.casesImages.unshift(url);
- };
- const themeName = computed(() => {
- return function () {
- return `doc-content-${RefData.getInstance().themeColor.value}`;
- };
- });
- const toLink = (id: number) => {
- window.open('//jelly.jd.com/article/' + id);
- };
- function toIntro() {
- router.push({ path: '/intro' });
- }
- return {
- toIntro,
- ...toRefs(data),
- themeName,
- toLink,
- onLeft,
- onRight
- };
- }
- });
- </script>
- <style lang="scss">
- @keyframes fadeInLeft {
- from {
- opacity: 0;
- transform: translate3d(-100%, 0, 0);
- }
- to {
- opacity: 1;
- transform: translate3d(0, 0, 0);
- }
- }
- .doc-content-index {
- .content-left {
- background: url(https://storage.360buyimg.com/imgtools/a423faab46-8b142e80-8bb1-11eb-853a-6fded8704e77.png)
- no-repeat;
- background-size: 1126px 568px;
- background-position-x: right;
- background-position-y: 150px;
- .content-title {
- animation: fadeInLeft 1s both;
- }
- .content-smile {
- animation: fadeInLeft 1s both 0.5s;
- }
- .content-subTitle {
- animation: fadeInLeft 1s both 0.5s;
- }
- .content-button {
- iframe {
- animation: fadeInLeft 1s both 1.2s;
- }
- .leftButton {
- animation: fadeInLeft 1s both 1.2s;
- }
- .rightButton {
- animation: fadeInLeft 1s both 1.2s;
- }
- }
- }
- }
- </style>
- <style lang="scss" scoped>
- .doc-content {
- &-hd {
- height: 52px;
- line-height: 52px;
- margin-bottom: 50px;
- text-align: center;
- position: relative;
- .sub-more {
- position: absolute;
- right: 0;
- font-size: 14px;
- color: $theme-red;
- }
- }
- &-title {
- display: inline-block;
- font-size: 26px;
- }
- &-features {
- width: 1200px;
- margin: 0 auto 90px;
- .features-list {
- display: flex;
- justify-content: space-between;
- margin-top: 50px;
- }
- .features-item {
- width: 198px;
- text-align: center;
- img {
- width: 100px;
- height: 100px;
- margin-bottom: 20px;
- }
- }
- .features-title {
- margin-bottom: 20px;
- font-size: 24px;
- }
- .features-desc {
- font-size: 14px;
- line-height: 18px;
- }
- }
- &-taro {
- width: 1200px;
- margin: 0 auto 90px;
- .taro-content {
- display: flex;
- .taro-left {
- margin-left: 50px;
- width: 453px;
- height: 386px;
- background: url('../../assets/images/img-taro-left.png') no-repeat;
- background-size: cover;
- }
- .taro-right {
- margin-left: 145px;
- .right-img {
- width: 436px;
- height: 213px;
- background: url('../../assets/images/img-taro-right.png') no-repeat;
- background-size: cover;
- margin-bottom: 58px;
- }
- .taro-desc {
- color: #f2f2f2;
- font-weight: lighter;
- font-size: 18px;
- line-height: 30px;
- }
- }
- }
- }
- &-cases {
- width: 1200px;
- overflow: hidden;
- margin: 0 auto 90px;
- &-content {
- height: 463px;
- display: flex;
- align-items: center;
- &__main {
- padding: 0 22px;
- width: 590px;
- height: 463px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background: #959fb1;
- border-radius: 29px 20px 20px 29px;
- &-iphone {
- width: 210px;
- height: 420px;
- background-image: url('../../assets/images/iphone-cases.png');
- background-repeat: no-repeat;
- background-size: 100% 100%;
- z-index: 1;
- }
- &-lefticon {
- margin-right: 20px;
- width: 36px;
- height: 36px;
- background-image: url('../../assets/images/right-arrow.png');
- transform: rotate(180deg);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- &:hover {
- transform: rotate(0);
- background-image: url('../../assets/images/left-arrow.png');
- }
- }
- &-righticon {
- margin-left: 20px;
- width: 36px;
- height: 36px;
- background-image: url('../../assets/images/right-arrow.png');
- background-repeat: no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- z-index: 1;
- &:hover {
- transform: rotate(180deg);
- background-image: url('../../assets/images/left-arrow.png');
- }
- }
- &-iconinfo {
- width: 190px;
- flex-shrink: 0;
- display: flex;
- flex-direction: column;
- > h4 {
- line-height: 42px;
- font-size: 26px;
- color: rgba(255, 255, 255, 1);
- }
- > p {
- font-size: 18px;
- margin-bottom: 20px;
- color: rgba(255, 255, 255, 1);
- }
- > img {
- width: 114px;
- height: 114px;
- overflow: hidden;
- border-radius: 29px;
- }
- }
- }
- &__list {
- flex: 1;
- display: flex;
- margin-left: -275px;
- > li {
- width: 180px;
- height: 390px;
- flex-shrink: 0;
- margin-right: 20px;
- box-shadow: 0px 1px 7px 0px #edeef1;
- transition: all 0.5s;
- &:first-child {
- margin-right: 139px;
- transform: scale(1.04);
- }
- > img {
- width: 100%;
- height: 100%;
- }
- }
- }
- }
- }
- &-more {
- width: 1200px;
- margin: 0 auto 80px;
- .more-list {
- display: flex;
- flex-wrap: wrap;
- }
- .more-item {
- width: 280px;
- margin-right: 26px;
- cursor: pointer;
- &:nth-child(4n) {
- margin-right: 0;
- }
- img {
- width: 280px;
- height: 170px;
- margin-bottom: 20px;
- border-radius: 6px;
- box-shadow: 0px 1px 7px 0px rgba(237, 238, 241, 1);
- }
- }
- .more-title {
- width: 280px;
- height: 44px;
- line-height: 22px;
- font-size: 14px;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- }
- }
- .doc-content-index {
- display: flex;
- height: 926px;
- margin-bottom: 70px;
- background-color: #070505;
- min-width: 1200px;
- .content-left {
- padding: 15% 0 0 8.8%;
- // margin: auto 0;
- flex: 1;
- min-width: 550px;
- .content-title {
- // line-height: 36px;
- font-size: 42px;
- color: rgba(255, 255, 255, 1);
- }
- .content-smile {
- margin-top: 10px;
- width: 44px;
- height: 17px;
- background: url(https://storage.360buyimg.com/imgtools/09516173b9-9b32b9d0-3864-11eb-9a56-0104487ad2b0.png)
- no-repeat;
- background-size: cover;
- }
- .content-subTitle {
- margin-top: 12px;
- font-size: 20px;
- color: rgba(255, 255, 255, 1);
- }
- .content-button {
- position: relative;
- display: flex;
- margin-top: 40px;
- iframe {
- align-self: center;
- }
- .leftButton {
- display: flex;
- .leftButtonText {
- align-self: center;
- margin: auto;
- font-size: 14px;
- color: rgba(255, 255, 255, 1);
- }
- width: 150px;
- height: 40px;
- background: linear-gradient(
- 135deg,
- rgba(250, 25, 44, 1) 0%,
- rgba(250, 39, 40, 1) 45%,
- rgba(250, 56, 31, 1) 83%,
- rgba(250, 63, 25, 1) 100%
- );
- border-radius: 29px;
- cursor: pointer;
- }
- .rightButton {
- display: flex;
- position: relative;
- .rightButtonText {
- align-self: center;
- margin: auto;
- font-size: 14px;
- color: rgba(227, 44, 54, 1);
- }
- margin-left: 26px;
- width: 150px;
- height: 40px;
- border: 1px solid rgba(250, 44, 25, 1);
- border-radius: 29px;
- background-color: #000000;
- cursor: pointer;
- &:hover {
- .qrcodepart {
- display: block;
- }
- }
- }
- .qrcodepart {
- display: none;
- position: absolute;
- right: -10px;
- top: 50px;
- padding: 4px;
- width: 166px;
- border-radius: 6px;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
- .qrcode-text {
- font-size: 14px;
- color: rgba(51, 51, 51, 1);
- text-align: center;
- }
- .qrcode {
- width: 160px;
- height: 160px;
- margin: 0 auto;
- background: url(https://img12.360buyimg.com/imagetools/jfs/t1/162421/39/13392/9425/6052ea60E592310a9/264bdff23ef5fe95.png)
- no-repeat;
- background-size: cover;
- }
- }
- }
- }
- }
- .doc-content-black {
- background: $theme-black-content-bg;
- color: white;
- .doc-content-title {
- color: white;
- }
- .doc-content-features {
- .features-title {
- color: white;
- }
- .features-desc {
- color: #a5a5a5;
- }
- }
- .doc-content-more {
- .more-title {
- color: #fff;
- }
- }
- .doc-content-cases-content__main {
- background: #474753;
- }
- .doc-content-cases-content__list {
- li {
- box-shadow: none;
- }
- }
- .doc-content-more {
- .more-item img {
- box-shadow: none;
- }
- }
- }
- .doc-content-white,
- .doc-content-red {
- background: white;
- color: white;
- .doc-content-title {
- color: $theme-white-footer-word3;
- }
- .doc-content-features {
- .features-title {
- color: $theme-white-word;
- }
- .features-desc {
- color: $theme-white-index-desc;
- }
- }
- .doc-content-more {
- .more-title {
- color: $theme-white-footer-word3;
- }
- }
- .taro-content {
- display: flex;
- .taro-left {
- margin-left: 50px;
- width: 453px;
- height: 386px;
- background: url('../../assets/images/img-taro-left-white.png') no-repeat;
- background-size: cover;
- }
- .taro-right {
- margin-left: 145px;
- .right-img {
- width: 436px;
- height: 213px;
- background: url('../../assets/images/img-taro-right-white.png')
- no-repeat;
- background-size: cover;
- margin-bottom: 58px;
- }
- .taro-desc {
- color: #1a1a1a;
- font-weight: lighter;
- font-size: 18px;
- line-height: 30px;
- }
- }
- }
- }
- .a-l {
- text-align: left;
- }
- </style>
|