├── .gitignore ├── EditData.html ├── Message.html ├── MyWork.html ├── README.md ├── TTQXQZ.html ├── cakeSort.html ├── css ├── EditData.css ├── Mwssage.css ├── MyWork.css ├── TTQXQZ.css ├── cakeSort.css ├── fans.css ├── fruitSort.css ├── iconfont.css ├── index.css ├── intro.css ├── login.css ├── memenber.css ├── public.css ├── register.css ├── sRdetail.css ├── search.css ├── set.css ├── sweetRing.css ├── swiper.min.css ├── uploading.css ├── uploading1.css └── uploading2.css ├── fans.html ├── favicon.ico ├── focus.html ├── font ├── demo.css ├── demo_unicode.html ├── iconfont.css ├── iconfont.eot ├── iconfont.svg ├── iconfont.ttf └── iconfont.woff ├── fruitSort.html ├── images ├── Edit-bg.jpg ├── Mes-01.jpg ├── Mes-01.png ├── Mes-02.jpg ├── Mes-02.png ├── Mes-03.jpg ├── Mes-04.jpg ├── Mes-04.png ├── Mes-05.jpg ├── Mes-bg.jpg ├── MyW-01.jpg ├── MyW-02.jpg ├── MyW-03.jpg ├── MyW-04.jpg ├── MyW-05.jpg ├── MyW-06.jpg ├── MyW-07.jpg ├── MyW-08.jpg ├── Thumbs.db ├── TtqXqZ-01.jpg ├── TtqXqZ-02.jpg ├── TtqXqZ-03.jpg ├── TtqXqZ-04.jpg ├── TtqXqZ-05.jpg ├── TtqXqZ-06.jpg ├── TtqXqZ-07.jpg ├── arrow.gif ├── choice_img01.jpg ├── choice_img02.jpg ├── choice_img03.jpg ├── fs-1.jpg ├── fs-2.jpg ├── fs-3.jpg ├── fs-4.jpg ├── fs-5.jpg ├── fs-6.jpg ├── fs_01.jpg ├── fs_02.jpg ├── fs_03.jpg ├── fs_04.jpg ├── fs_05.jpg ├── fs_06.jpg ├── fs_07.jpg ├── gz-10.jpg ├── gz-11.jpg ├── gz-12.jpg ├── gz-7.jpg ├── gz-8.jpg ├── gz-9.jpg ├── icon-bg.png ├── icon-csm.png ├── icon-csm1.png ├── icon-ttq.png ├── icon-ttq1.png ├── index1.jpg ├── index2.jpg ├── index_icon1.jpg ├── index_icon2.jpg ├── index_icon3.jpg ├── index_icon4.jpg ├── index_icon5.jpg ├── index_l1.jpg ├── index_l2.jpg ├── index_l3.jpg ├── index_like1.jpg ├── index_like2.jpg ├── index_like3.jpg ├── index_omc.png ├── index_u1.jpg ├── index_u2.jpg ├── index_u3.jpg ├── index_u4.jpg ├── index_u5.jpg ├── index_u6.jpg ├── index_u7.jpg ├── index_u8.jpg ├── index_us1.jpg ├── index_us2.jpg ├── index_us3.jpg ├── intro01.jpg ├── intro02.jpg ├── intro03.jpg ├── intro04.jpg ├── intro05.jpg ├── intro06.jpg ├── intro07.jpg ├── intro08.jpg ├── intro09.jpg ├── intro10.jpg ├── intro11.jpg ├── intro12.jpg ├── intro13.jpg ├── intro14.jpg ├── intro15.jpg ├── intro16.jpg ├── intro_banner.jpg ├── left.gif ├── lx.jpg ├── m_01.jpg ├── m_02.jpg ├── m_03.jpg ├── m_04.jpg ├── m_06.jpg ├── m_07.png ├── sR-bg.png ├── sR-bg1.png ├── sR-bg2.jpg ├── sR-buzhou1.jpg ├── sR-buzhou2.jpg ├── sR-buzhou3.jpg ├── sR-buzhou4.jpg ├── sR-buzhou5.jpg ├── sR-icon-ttq (1).png ├── sR-icon-ttq (2).png ├── sR-icon-ttq.png ├── sR-img01.png ├── sR-img02.png ├── sR-img03.png ├── sR-img04.png ├── sR-img05.png ├── sR-logo.png ├── sR-product.png ├── sR-touxiang.png ├── sR-touxiang1.png ├── sR-touxiang3.png ├── sR-touxiang4.png ├── sR-touxiang5.png ├── sR-touxiang6.png ├── sR-touxiang7.png ├── sR-touxiang8.png ├── s_banner.png ├── s_c1.jpg ├── s_c1.png ├── s_c2.png ├── s_c3.png ├── s_c4.png ├── s_c5.png ├── s_c6.png ├── s_c7.png ├── s_c8.png ├── s_c9.png ├── s_logo.jpg ├── s_w.png ├── sort_img01.jpg ├── sort_img02.jpg ├── sort_img03.jpg ├── sort_img04.jpg ├── sort_img05.jpg ├── sort_img06.jpg ├── sort_img07.jpg ├── sort_img08.jpg ├── sort_img09.jpg ├── sort_img10.jpg ├── sort_img11.jpg ├── sort_img12.jpg ├── sort_img13.jpg ├── sort_img14.jpg ├── sort_img15.jpg ├── sort_img16.jpg ├── sort_img17.jpg ├── sort_img18.jpg ├── sort_img19.jpg ├── sort_img20.jpg ├── sort_img21.jpg ├── sort_img22.jpg ├── top.gif ├── u_2.png ├── u_back.png ├── u_more.png ├── u_star.png ├── uploading3-01.jpg └── uploading3.html ├── index.html ├── intro.html ├── js ├── html5shiv.js ├── intro.js ├── jquery-1.12.4.min.js ├── jquery.mCustomScrollbar.concat.min.js ├── public.js ├── respond.js ├── swiper.min.js └── tab.js ├── login.html ├── memenber.html ├── register.html ├── sRdetail.html ├── search.html ├── select.html ├── set.html ├── sort_cake.html ├── sort_cookie.html ├── sort_fruit.html ├── sort_juice.html ├── sweetRing.html ├── uploading1.html ├── uploading2.html └── uploading3.html /.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | # 3 | # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore 4 | 5 | ## Build generated 6 | build/ 7 | DerivedData/ 8 | 9 | ## Various settings 10 | *.pbxuser 11 | !default.pbxuser 12 | *.mode1v3 13 | !default.mode1v3 14 | *.mode2v3 15 | !default.mode2v3 16 | *.perspectivev3 17 | !default.perspectivev3 18 | xcuserdata/ 19 | 20 | ## Other 21 | *.moved-aside 22 | *.xcuserstate 23 | 24 | ## Obj-C/Swift specific 25 | *.hmap 26 | *.ipa 27 | *.dSYM.zip 28 | *.dSYM 29 | 30 | # CocoaPods 31 | # 32 | # We recommend against adding the Pods directory to your .gitignore. However 33 | # you should judge for yourself, the pros and cons are mentioned at: 34 | # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control 35 | # 36 | # Pods/ 37 | 38 | # Carthage 39 | # 40 | # Add this line if you want to avoid checking in source code from Carthage dependencies. 41 | # Carthage/Checkouts 42 | 43 | Carthage/Build 44 | 45 | # fastlane 46 | # 47 | # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the 48 | # screenshots whenever they are needed. 49 | # For more information about the recommended setup visit: 50 | # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md 51 | 52 | fastlane/report.xml 53 | fastlane/screenshots 54 | 55 | #Code Injection 56 | # 57 | # After new code Injection tools there's a generated folder /iOSInjectionProject 58 | # https://github.com/johnno1962/injectionforxcode 59 | 60 | iOSInjectionProject/ 61 | -------------------------------------------------------------------------------- /EditData.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 编辑资料 11 | 12 | 13 | 14 |
15 | 16 |
17 | 18 |
19 | 20 |
21 |
22 | 23 | 24 |

25 |
26 | 27 | 28 |

29 |
30 |
31 |

32 | 33 | 34 |

35 |

36 | 37 | 38 |

39 |

40 | 41 | 42 |

43 |

44 | 45 | 46 |

47 |

48 | 49 | 50 |

51 | 52 |
53 |
54 | 55 | 56 | -------------------------------------------------------------------------------- /Message.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 消息 11 | 12 | 13 |
14 | 15 |
16 | 17 |

消息

18 |
19 | 20 |
21 |
22 | 23 |
24 |
25 |

评论

26 |

喜欢

27 |
28 |
29 |
30 | 31 |

尤物范儿回复

32 | 11月21日22.45 33 |
34 |

我的天,竟然这么好吃,下次再试着做。

35 |
36 | 37 |

人生在世全靠偷图,所以呢,大家简...

38 |
39 |
40 |
41 |
42 | 43 |

小男孩回复

44 | 11月21日22.45 45 |
46 |

我的天,竟然这么好吃,下次再试着做。

47 |
48 | 49 |

人生在世全靠偷图,所以呢,大家简...

50 |
51 |
52 |
53 |
54 | 55 |

小男孩回复

56 | 11月21日22.45 57 |
58 |

我的天,竟然这么好吃,下次再试着做。

59 |
60 | 61 |

人生在世全靠偷图,所以呢,大家简...

62 |
63 |
64 |
65 |
66 | 67 | 68 | -------------------------------------------------------------------------------- /MyWork.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 我的作品 11 | 12 | 13 |
14 | 15 |
16 | 17 |

我的作品

18 |
19 | 20 |
21 |
22 |
23 |
马卡龙蛋糕
24 |
25 |
26 |
27 |
马卡龙蛋糕
28 |
29 |
30 |
31 |
马卡龙蛋糕
32 |
33 |
34 |
35 |
马卡龙蛋糕
36 |
37 |
38 |
39 |
马卡龙蛋糕
40 |
41 |
42 |
43 |
马卡龙蛋糕
44 |
45 |
46 |
47 |
马卡龙蛋糕
48 |
49 |
50 |
51 |
马卡龙蛋糕
52 |
53 |
54 |
55 | 56 | 57 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # omycake开源地址:https://github.com/NewCoder798/omycake/edit 2 | 该项目主要功能模块分为首页、精选推荐、上传菜谱、发布以及查看动态、在线查询菜谱、个人中心,是一个专门教用户做甜品的网站。用户能够轻松自定义菜谱、发布动态、浏览菜谱等,页面采用Html5 ,CSS3, JQuery,ajax等技术,有良好的人机交互,很好的实现了发布菜谱、搜索菜谱、查看好友动态等重要功能。 3 | -------------------------------------------------------------------------------- /TTQXQZ.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 甜甜圈(详情) 11 | 12 | 13 |
14 | 15 |
16 | 17 |

巧克力奶酪蛋糕

18 |
19 | 20 |
21 | 22 |

23 | 24 | 低筋面粉300g  泡打粉3g  可可粉5g  耐高温可可豆100g  奶油奶酪500g  无盐黄油200g  鸡蛋3个 25 |

26 |

27 | 28 | 500g奶油奶酪隔水融化 29 |

30 | 31 |

32 | 33 | 200g无盐黄油微波炉融化,加入砂糖50g 34 |

35 | 36 |

37 | 38 | 黄油、糖倒入融化的奶油奶酪中,搅匀;分三次下入3个全蛋,搅拌均匀 39 |

40 | 41 |

42 | 43 | 300g低筋面粉、3g泡打粉和50g可可粉混合过筛,倒入混合好的奶酪糊中,搅拌均匀;加入100g巧克力豆搅拌均匀 44 |

45 | 46 |

47 | 48 | 倒入准备好的模具中,烤箱160度烤45分钟 49 |

50 | 51 |

52 | OK,完成 53 |

54 | 55 |
56 |
57 | 58 | 59 | -------------------------------------------------------------------------------- /cakeSort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | oh my cake-蛋糕分类 8 | 9 | 10 | 11 | 12 | 13 | 17 | 18 |
19 | 20 | 21 |
22 | 23 |

24 | 25 |
26 | 27 | 28 | 35 | 36 | 37 |
38 |
39 | 40 |
41 |
奶油蛋糕
42 |
43 | 44 | 45 | 46 | 47 |
48 |
冰激凌蛋糕
49 |
50 | 51 | 52 | 53 |
54 |
生日蛋糕
55 |
56 |
57 | 58 |
59 |
60 | 61 |
62 |
造型蛋糕
63 |
64 | 65 | 66 |
67 |
马卡龙蛋糕
68 |
69 | 70 | 71 |
72 |
纸杯蛋糕
73 |
74 |
75 | 76 |
77 |
78 | 79 |
80 |
水果蛋糕
81 |
82 | 83 | 84 |
85 |
汤匙蛋糕
86 |
87 | 88 | 89 |
90 |
婚礼蛋糕
91 |
92 |
93 |
94 | 95 | 96 | 103 | 104 | 105 |
106 | 107 | 108 | 109 | 110 | -------------------------------------------------------------------------------- /css/EditData.css: -------------------------------------------------------------------------------- 1 | /***********header***********/ 2 | .Edit{ 3 | background: url(../images/Edit-bg.jpg) no-repeat; 4 | background-size: 32rem ; 5 | } 6 | .Edit header{ 7 | height: 3.5rem; 8 | line-height: 3.5rem; 9 | border-bottom: 1px solid #dcd9da; 10 | position: fixed; 11 | top: 0; 12 | width: 100%; 13 | z-index: 1; 14 | background: white; 15 | } 16 | .Edit header a{ 17 | padding-left: 1rem; 18 | color: #111111; 19 | float: left; 20 | font-size: 1.5rem; 21 | } 22 | /************form*************/ 23 | .Edit{ 24 | padding-bottom: 4rem; 25 | margin-top: 5.5rem; 26 | } 27 | .Edit form .tit{ 28 | display: flex; 29 | text-align: center; 30 | width: 20rem; 31 | margin: 2.3rem auto 0; 32 | 33 | } 34 | .Edit form .tit span{ 35 | flex: 1; 36 | font-size: 1.1rem; 37 | } 38 | .Edit form .tit span:nth-child(1) i{ 39 | color: #f7a44a; 40 | } 41 | .Edit form .tit span i{ 42 | font-size: 3rem; 43 | } 44 | .Edit form p{ 45 | line-height: 3.9rem; 46 | } 47 | .Edit form p input{ 48 | text-indent: 5px; 49 | outline: none; 50 | background: none; 51 | border-bottom: 1px solid #a0a0a1; 52 | width: 20rem; 53 | } 54 | .Edit form p label{ 55 | display: inline-block; 56 | width: 7rem; 57 | text-align: right; 58 | font-size: 1.2rem; 59 | } 60 | .Edit form p textarea{ 61 | background: none; 62 | text-indent:1.7rem ; 63 | padding-top: 0.9rem; 64 | vertical-align: text-top; 65 | width: 20rem; 66 | height: 10rem; 67 | border:1px solid #dededf; 68 | color: #9b9c9e; 69 | margin-top: 1.5rem; 70 | } 71 | .Edit form > input{ 72 | outline: none; 73 | display: block; 74 | width: 27rem; 75 | height: 3.9rem; 76 | background: white; 77 | color: #f7a44a; 78 | border: 1px solid #f7a44a; 79 | border-radius: 4px; 80 | margin: 4.6rem auto 0; 81 | font-size: 1.3rem; 82 | font-weight: bold; 83 | } 84 | 85 | 86 | 87 | @media(max-width: 320px) { 88 | .Edit{ 89 | padding-bottom: 2rem; 90 | } 91 | .Edit form p label{ 92 | width: 6rem; 93 | } 94 | .Edit form p input{ 95 | width: 16rem; 96 | } 97 | .Edit form p textarea{ 98 | width: 16rem; 99 | height: 5rem; 100 | } 101 | .Edit form > input{ 102 | width: 20rem; 103 | margin-top: 3rem; 104 | } 105 | } -------------------------------------------------------------------------------- /css/Mwssage.css: -------------------------------------------------------------------------------- 1 | /***********header************/ 2 | .Mes header{ 3 | height: 3.5rem; 4 | line-height: 3.5rem; 5 | border-bottom: 1px solid #dcd9da; 6 | position: fixed; 7 | top: 0; 8 | width: 100%; 9 | z-index: 1; 10 | background: white; 11 | } 12 | .Mes header a{ 13 | padding-left: 1rem; 14 | color: #111111; 15 | float: left; 16 | font-size: 1.5rem; 17 | } 18 | .Mes header h4{ 19 | width: 92%; 20 | text-align: center; 21 | font-size: 1.4rem; 22 | color: #262626; 23 | } 24 | 25 | /***********content*************/ 26 | .Mes .content{ 27 | background: url(../images/Mes-bg.jpg) no-repeat; 28 | background-size: 32rem; 29 | margin-top: 3.5rem; 30 | } 31 | .Mes .content > img{ 32 | position: absolute; 33 | top: 0; 34 | opacity: 0.2; 35 | } 36 | .Mes .content .tit{ 37 | height: 3.5rem; 38 | border-bottom: 1px solid #c5c3c2; 39 | text-align: center; 40 | 41 | } 42 | .Mes .content .tit img{ 43 | margin-top: 1.25rem; 44 | width: 4.5rem; 45 | height: 4.5rem; 46 | } 47 | .Mes .content .word{ 48 | display: flex; 49 | text-align: center; 50 | margin-top: 2.7rem; 51 | } 52 | .Mes .content .word p{ 53 | flex: 1; 54 | font-size: 1.3rem; 55 | } 56 | .Mes .content .list{ 57 | width: 92%; 58 | margin: 0 auto; 59 | padding: 2.6rem 1.1rem 1.5rem; 60 | border-bottom: 1px solid #adb0b0; 61 | } 62 | .Mes .content .list .top img{ 63 | float: left; 64 | width: 4.5rem; 65 | height: 4.5rem; 66 | margin-right: 0.5rem; 67 | } 68 | .Mes .content .list .top p{ 69 | line-height: 2.25rem; 70 | font-size: 1.1rem; 71 | } 72 | .Mes .content .list .top a{ 73 | float: right; 74 | color: #666; 75 | font-size: 1rem; 76 | } 77 | .Mes .content .list .top span{ 78 | line-height: 2.25rem; 79 | color: #666; 80 | } 81 | .Mes .content .list > p{ 82 | font-size: 1.1rem; 83 | line-height: 3.3rem; 84 | } 85 | .Mes .content .list .bot{ 86 | } 87 | .Mes .content .list .bot img { 88 | float: left; 89 | width: 4.5rem; 90 | height: 4.5rem; 91 | } 92 | .Mes .content .list .bot p{ 93 | float: left; 94 | line-height: 4.5rem; 95 | padding-left: 1rem; 96 | width: 75%; 97 | background: white; 98 | } 99 | -------------------------------------------------------------------------------- /css/MyWork.css: -------------------------------------------------------------------------------- 1 | /***********header************/ 2 | .MyW header{ 3 | height: 3.5rem; 4 | line-height: 3.5rem; 5 | border-bottom: 1px solid #dcd9da; 6 | position: fixed; 7 | top: 0; 8 | width: 100%; 9 | z-index: 1; 10 | background: white; 11 | } 12 | .MyW header a{ 13 | padding-left: 1rem; 14 | color: #111111; 15 | float: left; 16 | font-size: 1.5rem; 17 | } 18 | .MyW header a i{ 19 | font-size: 1.5rem; 20 | } 21 | .MyW header h4{ 22 | width: 91%; 23 | text-align: center; 24 | font-size: 1.5rem; 25 | font-weight: 500; 26 | } 27 | /************content*************/ 28 | .MyW .content{ 29 | padding-top: 1rem; 30 | margin-top: 3.5rem; 31 | } 32 | .MyW .content dl{ 33 | width: 50%; 34 | float: left; 35 | padding: 0 1rem; 36 | margin-bottom: 1.8rem; 37 | -webkit-box-sizing: border-box; 38 | -moz-box-sizing: border-box; 39 | -ms-box-sizing: border-box; 40 | -o-box-sizing: border-box; 41 | box-sizing: border-box; 42 | position: relative; 43 | } 44 | .MyW .content dl dt a{ 45 | display: block; 46 | color: black; 47 | } 48 | .MyW .content dl dt img{ 49 | width: 100%; 50 | display: block; 51 | box-shadow: 2px 2px 15px ; 52 | } 53 | .MyW .content dl dd{ 54 | text-align: center; 55 | position: absolute; 56 | bottom: 1rem; 57 | left: 1rem; 58 | width: 87.5%; 59 | height: 3rem; 60 | color: white; 61 | background: rgba(0,0,0,0.3); 62 | line-height: 3rem; 63 | } 64 | .MyW .content dl dd a{ 65 | color: white; 66 | } 67 | 68 | 69 | @media(max-width: 320px) { 70 | .MyW .content dl dd{ 71 | width: 85%; 72 | } 73 | } -------------------------------------------------------------------------------- /css/TTQXQZ.css: -------------------------------------------------------------------------------- 1 | /***********header************/ 2 | .TTQ header{ 3 | height: 3.5rem; 4 | line-height: 3.5rem; 5 | border-bottom: 1px solid #dcd9da; 6 | position: fixed; 7 | top: 0; 8 | width: 100%; 9 | z-index: 1; 10 | background: white; 11 | } 12 | .TTQ header a{ 13 | padding-left: 1rem; 14 | color: #111111; 15 | float: left; 16 | font-size: 1.5rem; 17 | } 18 | .TTQ header h4{ 19 | width: 92%; 20 | text-align: center; 21 | font-size: 1.4rem; 22 | color: #262626; 23 | } 24 | 25 | /***********content***************/ 26 | .TTQ .content{ 27 | padding: 0 2.4rem 1rem; 28 | margin-top: 3.5rem; 29 | } 30 | .TTQ .content img{ 31 | display: block; 32 | width: 23.4rem; 33 | margin: 0 auto; 34 | } 35 | .TTQ .content img:nth-child(1){ 36 | width: 100%; 37 | margin-bottom: 0.5rem; 38 | } 39 | .TTQ .content p{ 40 | display: flex; 41 | margin: 0.8rem 0; 42 | } 43 | .TTQ .content p label{ 44 | flex: 1; 45 | font-size: 1.3rem; 46 | } 47 | .TTQ .content p span{ 48 | flex: 4; 49 | font-size: 1.1rem; 50 | line-height: 2rem; 51 | } 52 | -------------------------------------------------------------------------------- /css/cakeSort.css: -------------------------------------------------------------------------------- 1 | body,html{ 2 | background: #f8f8f8; 3 | } 4 | /*head*/ 5 | .cakeSort header{ 6 | position: fixed; 7 | top: 0; 8 | left: 0; 9 | background: #FFFFFF; 10 | width: 100%; 11 | padding: 0 1rem; 12 | height: 3.5rem; 13 | display: flex; 14 | justify-content: space-between; 15 | align-items: center; 16 | border-bottom: 1px solid #ECECEC; 17 | z-index: 111; 18 | } 19 | .cakeSort header .iconfont{ 20 | font-size: 1.5rem; 21 | } 22 | .cakeSort header h1{ 23 | flex: 1; 24 | text-align: center; 25 | } 26 | .cakeSort header h1 img{ 27 | height: 2.5rem; 28 | } 29 | /*banner*/ 30 | .cakeSort .banner{ 31 | padding-top: 3.5rem; 32 | height: 13.4rem; 33 | position: relative; 34 | overflow: hidden; 35 | } 36 | .cakeSort .banner p:first-of-type{ 37 | height:18rem ; 38 | width: 17rem; 39 | margin-left: 2rem; 40 | margin-top: 1rem; 41 | } 42 | .cakeSort .banner p:last-of-type { 43 | position: absolute; 44 | top: 0; 45 | left: 0; 46 | height: 100%; 47 | width: 100%; 48 | padding-right:1.25rem ; 49 | padding-bottom: 1.25rem; 50 | background: rgba(0,0,0,0.2); 51 | display: flex; 52 | flex-direction: column; 53 | align-items: flex-end; 54 | justify-content: flex-end; 55 | } 56 | .cakeSort .banner .s_w{ 57 | width: 10.2rem; 58 | height: 1.5rem; 59 | } 60 | .cakeSort .banner .word{ 61 | font-size: 2rem; 62 | color: #fdfdfd; 63 | font-weight: 500; 64 | } 65 | /*sort*/ 66 | .cakeSort .sort1{ 67 | width: 85%; 68 | margin: 0 auto; 69 | margin-top: 0.8rem; 70 | display: flex; 71 | justify-content: space-between; 72 | } 73 | .sort{ 74 | padding-bottom: 5rem; 75 | } 76 | .cakeSort .sort dt{ 77 | width: 6.2rem; 78 | height:5.2rem; 79 | text-align: center; 80 | } 81 | .cakeSort .sort dd{ 82 | width: 5.4rem; 83 | text-align: center; 84 | } 85 | -------------------------------------------------------------------------------- /css/fans.css: -------------------------------------------------------------------------------- 1 | /*********************header**********************/ 2 | div.fans header{ 3 | margin-top: 3.5rem; 4 | } 5 | div.fans header div{ 6 | height: 3.5rem; 7 | line-height: 3.5rem; 8 | padding: 0 1rem; 9 | border-bottom: 0.1rem solid #e7e4e4; 10 | display: flex; 11 | width: 100%; 12 | align-items: center; 13 | position:fixed; 14 | top: 0; 15 | width: 100%; 16 | } 17 | div.fans header h2{ 18 | font-size: 1.5rem; 19 | flex: 1; 20 | text-align: center; 21 | } 22 | div.fans header a{ 23 | flex: 1; 24 | } 25 | div.fans header a:nth-child(3){ 26 | text-align: right; 27 | padding-right:2rem; 28 | } 29 | div.fans header a i{ 30 | font-size: 1.5rem; 31 | } 32 | /*fansList*/ 33 | div.fans .fansList div{ 34 | padding: 0 1rem; 35 | height: 7.5rem; 36 | display: flex; 37 | align-items: center; 38 | border-bottom: 1px solid #E7E4E4; 39 | } 40 | div.fans .fansList div a:first-child{ 41 | display: block; 42 | flex: 1; 43 | width: 100%; 44 | } 45 | 46 | div.fans .fansList div a img{ 47 | width: 100%; 48 | vertical-align: middle; 49 | } 50 | div.fans .fansList div p:nth-child(2){ 51 | flex:5; 52 | padding-left: 0.8rem; 53 | } 54 | div.fans .fansList div p:nth-child(2) span:first-child{ 55 | font-size: 1.4rem; 56 | } 57 | div.fans .fansList div p:nth-child(2) span:last-child{ 58 | color: #a7a7a7; 59 | display: block; 60 | font-size: 1rem; 61 | padding-top: 0.7rem; 62 | } 63 | div.fans .fansList div p:last-child{ 64 | flex: 1; 65 | text-align: right; 66 | } 67 | div.fans .fansList div p:last-child a{ 68 | color: #767676; 69 | display: block; 70 | 71 | text-align: center; 72 | width: 100%; 73 | } 74 | div.fans .fansList div p:last-child .color{ 75 | color: #ff6900; 76 | } 77 | div.fans .fansList div a:last-child i{ 78 | font-size: 2.25rem; 79 | color: #767676; 80 | } 81 | div.fans .fansList div a i.with{ 82 | color: #ff6900; 83 | } 84 | div.fans .fansList div a:last-child span{ 85 | display: block; 86 | } 87 | @media only screen and (min-width: 320px) { 88 | div.fans .fansList div p:nth-child(2){ 89 | flex:4; 90 | padding-left: 0.5rem; 91 | } 92 | } -------------------------------------------------------------------------------- /css/fruitSort.css: -------------------------------------------------------------------------------- 1 | 2 | 3 | .fruitSort{ 4 | background: #FFFFFF; 5 | padding-bottom: 6.5rem; 6 | } 7 | /*head*/ 8 | 9 | .fruitSort header{ 10 | background: #FFFFFF; 11 | padding: 0 1rem; 12 | height: 3.5rem; 13 | display: flex; 14 | justify-content: space-between; 15 | align-items: center; 16 | border-bottom: 1px solid #ECECEC; 17 | width: 100%; 18 | position: fixed; 19 | top: 0; 20 | } 21 | .fruitSort header .iconfont{ 22 | font-size: 1.5rem; 23 | } 24 | .fruitSort header h1{ 25 | flex: 1; 26 | text-align: center; 27 | } 28 | .fruitSort header h1 img{ 29 | height: 2.5rem; 30 | } 31 | 32 | .fruitSort .banner{ 33 | padding-top: 3.5rem; 34 | } 35 | /*sort*/ 36 | .fruitSort .sort{ 37 | padding: 1rem; 38 | } 39 | .fruitSort .sort1{ 40 | display: flex; 41 | text-align: center; 42 | flex-flow: row wrap; 43 | } 44 | .fruitSort .sort1 a{ 45 | flex: 1 1 33.3%; 46 | } 47 | .fruitSort .sort1 a dt{ 48 | width: 80%; 49 | margin: 0 auto; 50 | } 51 | .fruitSort .sort1 a dd{ 52 | width: 100%; 53 | text-align: center; 54 | } 55 | 56 | 57 | 58 | /*fixed*/ 59 | body{ 60 | position: relative; 61 | } 62 | 63 | /*footer*/ 64 | footer{ 65 | border-top: 1px solid #d6d6d6; 66 | position: fixed; 67 | bottom: 0; 68 | left: 0; 69 | width: 100%; 70 | padding: .2rem 0; 71 | background: #fff; 72 | text-align: center; 73 | display: flex; 74 | z-index: 10; 75 | } 76 | footer a{ 77 | flex: 1 1 20%; 78 | } 79 | footer a i{ 80 | font-size: 2rem; 81 | } 82 | footer a span{ 83 | display: block; 84 | } 85 | footer a img{ 86 | width: 55%; 87 | } 88 | footer a:nth-child(3){ 89 | position: relative; 90 | } 91 | footer a:nth-child(3) img{ 92 | width: 65%; 93 | position: absolute; 94 | top: -58%; 95 | left: 50%; 96 | margin-left: -32%; 97 | } 98 | footer a:nth-child(4) img,footer a:nth-child(5) img{ 99 | width: 33%; 100 | } 101 | footer a:nth-child(3) span{ 102 | padding-top: 38%; 103 | } -------------------------------------------------------------------------------- /css/iconfont.css: -------------------------------------------------------------------------------- 1 | 2 | @font-face {font-family: "iconfont"; 3 | src: url('iconfont.eot?t=1480505162194'); /* IE9*/ 4 | src: url('iconfont.eot?t=1480505162194#iefix') format('embedded-opentype'), /* IE6-IE8 */ 5 | url('iconfont.woff?t=1480505162194') format('woff'), /* chrome, firefox */ 6 | url('iconfont.ttf?t=1480505162194') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ 7 | url('iconfont.svg?t=1480505162194#iconfont') format('svg'); /* iOS 4.1- */ 8 | } 9 | 10 | .iconfont { 11 | font-family:"iconfont" !important; 12 | font-size:16px; 13 | font-style:normal; 14 | -webkit-font-smoothing: antialiased; 15 | -webkit-text-stroke-width: 0.2px; 16 | -moz-osx-font-smoothing: grayscale; 17 | } 18 | 19 | .icon-fanhui:before { content: "\f0292"; } 20 | 21 | .icon-QQ:before { content: "\e607"; } 22 | 23 | .icon-fanhui1:before { content: "\e604"; } 24 | 25 | .icon-QQ1:before { content: "\e605"; } 26 | 27 | .icon-bianji:before { content: "\e646"; } 28 | 29 | .icon-shezhi:before { content: "\e61f"; } 30 | 31 | .icon-weixin:before { content: "\e66f"; } 32 | 33 | .icon-aixin:before { content: "\e6d1"; } 34 | 35 | .icon-fenxiang:before { content: "\e600"; } 36 | 37 | .icon-suo:before { content: "\e681"; } 38 | 39 | .icon-shouc01:before { content: "\e620"; } 40 | 41 | .icon-fenxiang1:before { content: "\e631"; } 42 | 43 | .icon-jia:before { content: "\e618"; } 44 | 45 | .icon-xingxing:before { content: "\e689"; } 46 | 47 | .icon-xiaolian:before { content: "\e64f"; } 48 | 49 | .icon-icon:before { content: "\e60b"; } 50 | 51 | .icon-weibo:before { content: "\e643"; } 52 | 53 | .icon-bianji1:before { content: "\e624"; } 54 | 55 | .icon-xiaolian1:before { content: "\e660"; } 56 | 57 | .icon-wujiaoxing:before { content: "\e650"; } 58 | 59 | .icon-geren:before { content: "\e662"; } 60 | 61 | .icon-mima:before { content: "\e61e"; } 62 | 63 | .icon-back:before { content: "\e632"; } 64 | 65 | .icon-go:before { content: "\e60f"; } 66 | 67 | .icon-heart:before { content: "\e649"; } 68 | 69 | .icon-shoucang:before { content: "\e892"; } 70 | 71 | .icon-geren1:before { content: "\e601"; } 72 | 73 | .icon-weibo1:before { content: "\f00bc"; } 74 | 75 | .icon-p-edit:before { content: "\e65b"; } 76 | 77 | .icon-49:before { content: "\e633"; } 78 | 79 | .icon-shoucang1:before { content: "\e73a"; } 80 | 81 | .icon-aixin1:before { content: "\e608"; } 82 | 83 | .icon-nan:before { content: "\e606"; } 84 | 85 | .icon-nv:before { content: "\e609"; } 86 | 87 | .icon-xiaoxi:before { content: "\e61d"; } 88 | 89 | .icon-xiaoxi1:before { content: "\f0010"; } 90 | 91 | .icon-zhuye:before { content: "\e663"; } 92 | 93 | .icon-fangdajing:before { content: "\e603"; } 94 | 95 | .icon-wuxing2:before { content: "\e62d"; } 96 | 97 | .icon-2:before { content: "\e602"; } 98 | 99 | .icon-chilunxian:before { content: "\e670"; } 100 | 101 | .icon-weixin1:before { content: "\e62b"; } 102 | 103 | .icon-jia1:before { content: "\e66e"; } 104 | 105 | .icon-jiaguanzhu:before { content: "\e60a"; } 106 | 107 | .icon-jiaguanzhu1:before { content: "\e615"; } 108 | 109 | .icon-jiaguanzhu2:before { content: "\e629"; } 110 | 111 | .icon-yiguanzhu:before { content: "\e62a"; } 112 | 113 | .icon-yiguanzhu1:before { content: "\e648"; } 114 | 115 | .icon-binggan:before { content: "\e671"; } 116 | 117 | .icon-binggan1:before { content: "\e6a9"; } 118 | 119 | .icon-gengduo:before { content: "\e61a"; } 120 | 121 | .icon-huxiangguanzhu:before { content: "\e65c"; } 122 | 123 | .icon-ai-weixin:before { content: "\e62f"; } 124 | 125 | .icon-praise-copy:before { content: "\e60c"; } 126 | 127 | .icon-xiaolian2:before { content: "\e70e"; } 128 | 129 | .icon-xuhao101:before { content: "\e625"; } 130 | 131 | .icon-xuhao201:before { content: "\e626"; } 132 | 133 | .icon-xuhao401:before { content: "\e627"; } 134 | 135 | .icon-xuhao301:before { content: "\e628"; } 136 | 137 | .icon-xuhao501:before { content: "\e62c"; } 138 | 139 | .icon-xuhao601:before { content: "\e62e"; } 140 | 141 | .icon-xuhao701:before { content: "\e630"; } 142 | 143 | .icon-xuhao801:before { content: "\e634"; } 144 | 145 | .icon-xuhao901:before { content: "\e635"; } 146 | 147 | .icon-chushimao1:before { content: "\e60d"; } 148 | 149 | .icon-chushimao:before { content: "\e611"; } 150 | 151 | .icon-go1:before { content: "\e60e"; } 152 | 153 | .icon-wujiaoxing1:before { content: "\e636"; } 154 | 155 | .icon-start:before { content: "\e610"; } 156 | 157 | .icon-dibianlanfenlei:before { content: "\e667"; } 158 | 159 | .icon-0711fenleihui:before { content: "\e63a"; } 160 | 161 | .icon-xin:before { content: "\e6b3"; } 162 | 163 | .icon-huxiangguanzhu1:before { content: "\e637"; } 164 | 165 | .icon-fangdajing1:before { content: "\e638"; } 166 | 167 | .icon-xuhao501-copy:before { content: "\e612"; } 168 | 169 | .icon-jia2:before { content: "\e6dd"; } 170 | 171 | .icon-tiantianquan:before { content: "\e658"; } 172 | 173 | .icon-yiguanzhu_icon:before { content: "\e613"; } 174 | 175 | .icon-chilun:before { content: "\e65d"; } 176 | 177 | .icon-tiantianquan1:before { content: "\e501"; } 178 | 179 | .icon-chushimao2:before { content: "\e502"; } 180 | 181 | .icon-gengduo1:before { content: "\e614"; } 182 | 183 | -------------------------------------------------------------------------------- /css/index.css: -------------------------------------------------------------------------------- 1 | body, 2 | html { 3 | background: #fff; 4 | position: relative; 5 | height: 100%; 6 | } 7 | 8 | 9 | /*header*/ 10 | header { 11 | position: fixed; 12 | width: 100%; 13 | height: 3.5rem; 14 | line-height: 3.5rem; 15 | z-index: 2; 16 | top: 0; 17 | left: 0; 18 | background: rgba(255, 255, 255, 0.3); 19 | } 20 | header a.fl { 21 | color: #2d2b2b; 22 | font-size: 1.8rem; 23 | padding-left: 1rem; 24 | } 25 | header a.fr { 26 | color: #2d2b2b; 27 | font-size: 1.8rem; 28 | padding-right: 1rem; 29 | } 30 | header h2 { 31 | width: 80%; 32 | text-align: center; 33 | padding-top: .5rem; 34 | } 35 | header h2 a { 36 | float: left; 37 | text-indent: -9999px; 38 | } 39 | header h2 img { 40 | width: 50%; 41 | } 42 | /*banner*/ 43 | .banner { 44 | position: relative; 45 | } 46 | .banner a { 47 | display: block; 48 | } 49 | .banner img { 50 | width: 100%; 51 | display: block; 52 | } 53 | .dotList { 54 | position: absolute; 55 | bottom: .5rem; 56 | left: 50%; 57 | margin-left: -2.5rem; 58 | } 59 | .dotList li { 60 | float: left; 61 | margin-left: .5rem; 62 | } 63 | .dotList li a { 64 | cursor: pointer; 65 | width: .8rem; 66 | height: .8rem; 67 | border-radius: .4rem; 68 | background: #fff; 69 | z-index: 3; 70 | } 71 | .dotList li a.on { 72 | background: #ed7641; 73 | } 74 | /*nav*/ 75 | nav { 76 | padding: 1rem 0; 77 | text-align: center; 78 | display: flex; 79 | } 80 | nav a { 81 | font-size: 1.2rem; 82 | flex: 1 1 20%; 83 | } 84 | nav a img { 85 | margin: 0 auto; 86 | display: block; 87 | width: 40%; 88 | } 89 | nav a:nth-child(3) img { 90 | margin: 0 auto; 91 | display: block; 92 | width: 43%; 93 | } 94 | nav a span { 95 | margin-top: .5rem; 96 | display: block; 97 | } 98 | nav a:nth-child(3) span { 99 | margin-top: .3rem; 100 | } 101 | 102 | /*xin*/ 103 | .xin{ 104 | margin: 1rem 0; 105 | } 106 | .xin ul{ 107 | display: flex; 108 | justify-content: space-around; 109 | } 110 | .xin ul li a{ 111 | box-shadow: 0 0 5px #ccc; 112 | text-align: center; 113 | margin-right: 1rem; 114 | display: block; 115 | } 116 | .xin ul li a img{ 117 | display: block; 118 | width: 100%; 119 | } 120 | .xin ul li a p{ 121 | padding: .6rem 0; 122 | } 123 | /*like*/ 124 | .like { 125 | display: flex; 126 | } 127 | .like h3 { 128 | text-align: center; 129 | font-size: 1.3rem; 130 | font-weight: normal; 131 | } 132 | .like h3 i { 133 | font-size: 1rem; 134 | } 135 | .like h3 a { 136 | margin: 0 .5rem; 137 | } 138 | 139 | .like span { 140 | flex: 1; 141 | margin-top: .8rem; 142 | border-top: 1px solid #e5e5e5; 143 | } 144 | /*imgs*/ 145 | .imgs a{ 146 | position: relative; 147 | margin-top: 1rem; 148 | display: block; 149 | } 150 | .imgs a:after{ 151 | position: absolute; 152 | bottom: 0; 153 | left: 50%; 154 | content: ""; 155 | width: 0; 156 | height: 0; 157 | border-right:8px solid transparent ; 158 | border-left:8px solid transparent ; 159 | border-bottom:8px solid #fff ; 160 | z-index: 20; 161 | margin-left: -4px; 162 | } 163 | .imgs a img{ 164 | width: 100%; 165 | display: block; 166 | } 167 | 168 | /*swiper*/ 169 | .swiper-container { 170 | width: 140%; 171 | margin: 1rem auto; 172 | left: -13rem; 173 | } 174 | .swiper-slide { 175 | text-align: center; 176 | font-size: 18px; 177 | background: #fff; 178 | width: 60%; 179 | display: flex; 180 | -webkit-box-pack: center; 181 | justify-content: center; 182 | -webkit-box-align: center; 183 | -webkit-align-items: center; 184 | align-items: center; 185 | } 186 | .swiper-slide:nth-child(2n) { 187 | width: 40%; 188 | } 189 | .swiper-slide:nth-child(3n) { 190 | width: 20%; 191 | } 192 | .swiper-slide a{ 193 | display: block; 194 | width: 100%; 195 | position: relative; 196 | } 197 | .swiper-slide a img{ 198 | display: block; 199 | width: 100%; 200 | } 201 | .swiper-slide a div{ 202 | font-size: 1.2rem; 203 | position: absolute; 204 | bottom: 0; 205 | left: 0; 206 | width: 100%; 207 | height: 3.4rem; 208 | line-height: 1.7rem; 209 | color: #262626; 210 | z-index: 1; 211 | background: rgba(255,255,255,0.5); 212 | } 213 | .swiper-slide a div p:nth-child(2){ 214 | font-size: 1rem; 215 | color: #666; 216 | } 217 | 218 | 219 | 220 | 221 | 222 | /*us*/ 223 | .us { 224 | display: flex; 225 | justify-content: space-around; 226 | } 227 | .us h3 { 228 | text-align: center; 229 | font-size: 1.3rem; 230 | font-weight: normal; 231 | } 232 | .us h3 i { 233 | font-size: 1rem; 234 | } 235 | .us h3 a { 236 | margin: 0 .5rem; 237 | } 238 | .us span { 239 | flex: 1; 240 | margin-top: .8rem; 241 | border-top: 1px solid #e5e5e5; 242 | } 243 | /*footer 244 | */ 245 | footer a:nth-child(1){ 246 | color: #f8894a; 247 | } -------------------------------------------------------------------------------- /css/intro.css: -------------------------------------------------------------------------------- 1 | /********************************choice****************************/ 2 | div.choice .imgs a{ 3 | color: #fff; 4 | } 5 | div.choice{ 6 | position: relative; 7 | } 8 | /**********************header*********************/ 9 | div.choice header{ 10 | position: fixed; 11 | top: 0; 12 | left: 0; 13 | width: 100%; 14 | height: 3.5rem; 15 | line-height: 3.5rem; 16 | overflow: hidden; 17 | background-color: #fff; 18 | z-index: 20; 19 | } 20 | div.intro header{ 21 | background-color: rgba(255,255,255,0.3); 22 | } 23 | div.choice header a{ 24 | margin-left: 1rem; 25 | } 26 | div.choice header a i{ 27 | font-size: 1.5rem; 28 | color: #262626; 29 | } 30 | div.choice header h2{ 31 | width: 92%; 32 | text-align: center; 33 | font-size: 1.5rem; 34 | color: #262626; 35 | } 36 | /*************imgs*****************************/ 37 | div.choice .imgs{ 38 | padding-top: 3.5rem; 39 | } 40 | div.choice .imgs a{ 41 | display: block; 42 | text-align: center; 43 | font-size: 1.3rem; 44 | margin-bottom:0.5rem; 45 | position:relative; 46 | z-index: 10; 47 | } 48 | div.choice .imgs a img{ 49 | width: 100%; 50 | display: block; 51 | } 52 | div.choice .imgs a span{ 53 | position: absolute; 54 | z-index: 10; 55 | top: 50%; 56 | left: 50%; 57 | margin-left: -10rem; 58 | margin-top: -2rem; 59 | } 60 | /******************************sort_fruit sort_fruit***************************************/ 61 | div.sort_fruit{ 62 | /*padding-bottom:3rem;*/ 63 | } 64 | div.sort_fruit a{ 65 | color:#262626; 66 | } 67 | /************header**********************/ 68 | div.sort_fruit header a:nth-child(1){ 69 | margin-left:1.5rem; 70 | } 71 | div.sort_fruit header a.search,div.intro header a.search{ 72 | position: absolute; 73 | right:1.5rem; 74 | top:0rem; 75 | width:1rem; 76 | } 77 | /************sortCon**********************/ 78 | div.sort_fruit div.sortCon{ 79 | padding: 0 1rem 6rem; 80 | margin-top: 3.6rem; 81 | } 82 | div.sort_fruit div.sortCon img{ 83 | width:100%; 84 | display: block; 85 | } 86 | div.sort_fruit div.sortCon dl{ 87 | text-align: center; 88 | width: 48%; 89 | margin-top:1rem; 90 | } 91 | div.sort_fruit div.sortCon dl:nth-child(2n){ 92 | float: right; 93 | } 94 | div.sort_fruit div.sortCon dl:nth-child(2n+1){ 95 | float: left; 96 | } 97 | div.sort_fruit div.sortCon dl dt{ 98 | margin-bottom:1rem; 99 | box-shadow:0 0 15px #666 ; 100 | } 101 | div.sort_fruit div.sortCon dl dd{ 102 | height:1.5rem; 103 | line-height: 1.5rem; 104 | } 105 | div.sort_fruit div.sortCon dl dd span{ 106 | color:#8a8a8a; 107 | } 108 | div.sort_fruit div.sortCon dl dd a{ 109 | font-size:1.2rem; 110 | } 111 | div.sort_fruit div.sortCon dl dd a i{ 112 | font-size:1.5rem; 113 | vertical-align: middle; 114 | } 115 | body{ 116 | position: relative; 117 | } 118 | /*footer*/ 119 | div.sort_fruit footer{ 120 | border-top: 1px solid #d6d6d6; 121 | position: fixed; 122 | bottom: 0; 123 | left: 0; 124 | width: 100%; 125 | padding: .2rem 0; 126 | background: #fff; 127 | text-align: center; 128 | display: flex; 129 | z-index: 10; 130 | } 131 | div.sort_fruit footer a{ 132 | flex: 1 1 20%; 133 | } 134 | div.sort_fruit footer a i{ 135 | font-size: 2rem; 136 | } 137 | div.sort_fruit footer a span{ 138 | display: block; 139 | } 140 | div.sort_fruit footer a img{ 141 | width: 55%; 142 | } 143 | div.sort_fruit footer a:nth-child(3){ 144 | position: relative; 145 | } 146 | div.sort_fruit footer a:nth-child(3) img{ 147 | width: 65%; 148 | position: absolute; 149 | top: -58%; 150 | left: 50%; 151 | margin-left: -32%; 152 | } 153 | div.sort_fruit footer a:nth-child(4) img,div.sort_fruit footer a:nth-child(5) img{ 154 | width: 33%; 155 | } 156 | div.sort_fruit footer a:nth-child(3) span{ 157 | padding-top: 38%; 158 | } 159 | /**********************intro*********************************************/ 160 | div.intro img.banner{ 161 | width:100%; 162 | } 163 | .time{ 164 | background: #fbfaf6; 165 | overflow: hidden; 166 | } 167 | .time ul.line{ 168 | width:15%; 169 | height:100%; 170 | border-right:1px solid #f7a44a; 171 | } 172 | .time ul li{ 173 | margin-bottom:5.5rem; 174 | text-align: right; 175 | } 176 | .time ul li p{ 177 | padding-right:1rem; 178 | } 179 | .time ul li p.day{ 180 | position: relative; 181 | 182 | } 183 | .time ul li p.day span{ 184 | position:absolute; 185 | right:-0.2009rem; 186 | top:0.5rem; 187 | width:0.35rem; 188 | height:0.35rem; 189 | border-radius:0.175rem; 190 | background:#f7a44a ; 191 | } 192 | .pic{ 193 | width:73%; 194 | padding:2rem 0 0 3rem; 195 | position: relative; 196 | } 197 | .pic a{ 198 | float: left; 199 | padding:0.5rem; 200 | margin: .5rem 0; 201 | background: #fff; 202 | box-shadow: 0 0 12px #666; 203 | } 204 | .pic a img{ 205 | width: 100%; 206 | background:#fff; 207 | display: block; 208 | } 209 | .pic a:nth-child(n){ 210 | width:38%; 211 | -webkit-transform: rotate(30deg); 212 | -moz-transform: rotate(30deg); 213 | -ms-transform: rotate(30deg); 214 | -o-transform: rotate(30deg); 215 | transform: rotate(30deg); 216 | } 217 | .pic a:nth-child(2n){ 218 | width:40%; 219 | -webkit-transform: rotate(50deg); 220 | -moz-transform: rotate(50deg); 221 | -ms-transform: rotate(50deg); 222 | -o-transform: rotate(50deg); 223 | transform: rotate(50deg); 224 | } 225 | .pic a:nth-child(3n){ 226 | width:38%; 227 | -webkit-transform: rotate(8deg); 228 | -moz-transform: rotate(8deg); 229 | -ms-transform: rotate(8deg); 230 | -o-transform: rotate(8deg); 231 | transform: rotate(8deg); 232 | } 233 | .pic a:nth-child(5n){ 234 | width:38%; 235 | -webkit-transform: rotate(70deg); 236 | -moz-transform: rotate(70deg); 237 | -ms-transform: rotate(70deg); 238 | -o-transform: rotate(70deg); 239 | transform: rotate(70deg); 240 | } 241 | .pic a:nth-child(7n){ 242 | width:42%; 243 | -webkit-transform: rotate(-70deg); 244 | -moz-transform: rotate(-70deg); 245 | -ms-transform: rotate(-70deg); 246 | -o-transform: rotate(-70deg); 247 | transform: rotate(-70deg); 248 | } 249 | .pic a.on{ 250 | width:70%; 251 | -webkit-transform: rotate(0deg); 252 | -moz-transform: rotate(0deg); 253 | -ms-transform: rotate(0deg); 254 | -o-transform: rotate(0deg); 255 | transform: rotate(0deg); 256 | position:fixed; 257 | left: 50%; 258 | bottom:20%; 259 | margin-left: -12rem; 260 | z-index: 999; 261 | padding:1.5rem 2rem; 262 | } 263 | .pic a div{ 264 | display: none; 265 | width: 100%; 266 | background: #fff; 267 | font-size:1rem; 268 | } 269 | .pic a div h4{ 270 | font-size:1.4rem; 271 | font-weight:normal; 272 | line-height:3rem; 273 | } 274 | .pic a div p{ 275 | text-indent: 2em; 276 | font-size:1.2rem; 277 | } 278 | .mask{ 279 | position: fixed; 280 | left:0; 281 | top:0; 282 | width:100%; 283 | height:100%; 284 | background: rgba(0,0,0,.5); 285 | display: none; 286 | } 287 | -------------------------------------------------------------------------------- /css/login.css: -------------------------------------------------------------------------------- 1 | html,body{ 2 | height: 100%; 3 | } 4 | div.login{ 5 | height: 100%; 6 | background: url(../images/sR-bg1.png) no-repeat; 7 | background-size: 100%; 8 | } 9 | div.login h1{ 10 | padding-top: 20%; 11 | margin-bottom: 10%; 12 | text-align: center; 13 | } 14 | div.login h1 img{ 15 | width: 50%; 16 | } 17 | /*form*/ 18 | div.login form{ 19 | padding:0 2rem; 20 | } 21 | div.login form p{ 22 | margin-top: 2rem; 23 | text-align: center; 24 | line-height: 2rem; 25 | font-size: 1.2rem; 26 | } 27 | div.login form p:nth-child(1),div.login form p:nth-child(2){ 28 | border-bottom: 1px solid #8e8a94; 29 | } 30 | div.login form p i{ 31 | margin-right: 1rem; 32 | color: #fff; 33 | font-size: 2.5rem; 34 | } 35 | div.login form p input{ 36 | outline: none; 37 | color: #fff; 38 | background-color: rgba(0,0,0,0); 39 | } 40 | div.login form p input[type=text]{ 41 | width: 4rem; 42 | } 43 | div.login form p input[type=submit]{ 44 | width: 45%; 45 | padding: 1rem 0; 46 | border-radius: 0.5rem; 47 | border: 1px solid #fff; 48 | background-color: rgba(255,255,255,0.1); 49 | } 50 | /*other*/ 51 | div.login div.other{ 52 | position: fixed; 53 | left: 0; 54 | bottom: 5%; 55 | width: 100%; 56 | } 57 | div.login div.other p{ 58 | text-align: center; 59 | font-size: 1.5rem; 60 | color: #fff; 61 | } 62 | div.login div.other p span{ 63 | display: inline-block; 64 | margin: 0 .3rem; 65 | } 66 | div.login div.other p:nth-child(2){ 67 | margin-top: 5%; 68 | } 69 | div.login div.other p i{ 70 | margin: 0 0.5rem; 71 | color: #8e9092; 72 | font-size: 2.3rem; 73 | } 74 | -------------------------------------------------------------------------------- /css/memenber.css: -------------------------------------------------------------------------------- 1 | 2 | /*------memenber---------*/ 3 | .memenber img{ 4 | width: 100%; 5 | } 6 | .memenber header{ 7 | display: flex; 8 | font-size: 1.5rem; 9 | height: 3.5rem; 10 | line-height: 3.5rem; 11 | padding: 0 1rem; 12 | } 13 | .memenber header h2{ 14 | font-size: 1.5rem; 15 | font-weight: normal; 16 | flex: 1; 17 | text-align: center; 18 | } 19 | .memenber header a:nth-child(3) i{ 20 | font-size: 1.8rem; 21 | } 22 | .memenber .memList{ 23 | background: url(../images/m_01.jpg) no-repeat; 24 | background-size: 100% 100%; 25 | } 26 | .memenber .memList .top{ 27 | display: flex; 28 | padding: 1.5rem 1.5rem 1rem; 29 | } 30 | .memenber .memList .top>a:nth-child(1){ 31 | width: 7rem; 32 | padding-right: 1rem; 33 | } 34 | .memenber .memList p{ 35 | font-size: 1.3rem; 36 | color: #fff; 37 | flex: 1; 38 | line-height: 7rem; 39 | } 40 | .memenber .memList .top >a:nth-child(3) i{ 41 | display: block; 42 | text-align: center; 43 | font-size: 3rem; 44 | } 45 | .memenber .memList a{ 46 | font-size: 1rem; 47 | color: #333333; 48 | } 49 | .memenber .memList .bottom{ 50 | padding: 0 1.5rem 0.5rem; 51 | display: flex; 52 | text-align: center; 53 | font-size: 1.2rem; 54 | } 55 | .memenber .memList .bottom a{ 56 | flex: 1; 57 | } 58 | .memenber .memList .bottom i{ 59 | display: block; 60 | font-size: 2rem; 61 | margin-bottom: 0.5rem; 62 | } 63 | .memenber .memList .bottom span:nth-child(2){ 64 | padding-right: 1rem; 65 | } 66 | .memenber .memList .bottom a:nth-child(1) i{ 67 | color: #e80f48; 68 | } 69 | .memenber .memList .bottom a:nth-child(1) span:nth-child(3){ 70 | color: #e80f48; 71 | } 72 | .memenber .memList .bottom a:nth-child(2) i{ 73 | color: #f5f324; 74 | } 75 | .memenber .memList .bottom a:nth-child(2) span:nth-child(3){ 76 | color: #f5f324; 77 | } 78 | .memenber .inforList{ 79 | padding-bottom: 4rem; 80 | } 81 | .memenber .inforList .topNav{ 82 | padding: 1.2rem 1rem; 83 | font-size: 1.3rem; 84 | width: 70%; 85 | margin: 0 auto; 86 | } 87 | .memenber .inforList .topNav a{ 88 | float: left; 89 | width: 50%; 90 | text-align: center; 91 | color: #494949; 92 | } 93 | .memenber .inforList .topNav a span{ 94 | padding-right: 1rem; 95 | } 96 | .memenber .inforList .topNav a.on{ 97 | color: #fe7f40; 98 | } 99 | .memenber .inforList .infor{ 100 | padding: 1rem; 101 | border-top: 1px solid #e2e2e2; 102 | display: flex; 103 | flex-flow: row wrap; 104 | } 105 | .memenber .inforList .infor .inforM{ 106 | flex: 0 1 32.5%; 107 | margin-right: 0.3rem; 108 | } 109 | .memenber .inforList .infor .inforM:nth-child(3){ 110 | margin: 0; 111 | } 112 | .memenber .inforList .infor .inforM a{ 113 | position: relative; 114 | } 115 | .memenber .inforList .infor .inforM span{ 116 | position: absolute; 117 | bottom: 0; 118 | left: 0; 119 | width: 100%; 120 | height: 2rem; 121 | line-height: 2rem; 122 | text-align: center; 123 | background: rgba(255,255,255,0.5); 124 | } 125 | .memenber .inforList .infor .more{ 126 | margin-top: 10%; 127 | margin-left: 1rem; 128 | } 129 | .memenber .inforList .infor .more i{ 130 | font-size: 1.5rem; 131 | } 132 | -------------------------------------------------------------------------------- /css/public.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | /* CSS Document */ 3 | /*css预设*/ 4 | 5 | *{margin:0; padding:0;}/*将所有HTML元素的默认边距清0*/ 6 | html,body{font-size:1rem; font-family:"微软雅黑","arial"; color:#262626; background:#FFF;}/*对HTML元素中的字体、颜色、背景色进行初始设置*/ 7 | ul li,ol li{list-style:none;}/*将列表标签的默认样式清除*/ 8 | a{text-decoration:none;outline:none; blr:expression(this.onFocus=this.blur()); color:#262626;}/*将超链接的下划线去掉以及在ie6中点击出现的虚线框去掉*/ 9 | img{border:none;}/*图片的默认边框去掉 */ 10 | table{border-collapse:collapse;border-spacing:0;} 11 | caption,th,td{font-weight:normal;text-align:left;} 12 | input,textarea,select,button{font-size:100%;font-family:inherit;margin:0;padding:0;border: none;} 13 | label,button{cursor:pointer} 14 | textarea{white-space:pre;resize:none;border:1px solid #ececec;} 15 | article,aside,figcaption,figure,footer,header,hgroup,nav,section,summary{ display: block;} 16 | 17 | /*清除浮动*/ 18 | .clearfix:after{content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden;} 19 | .clearfix{zoom:1;}/*解决ie6的兼容性问题*/ 20 | .fl{float: left;} 21 | .fr{float: right;} 22 | .boxSizing{ 23 | -webkit-box-sizing: border-box; 24 | -moz-box-sizing: border-box; 25 | -ms-box-sizing: border-box; 26 | -o-box-sizing: border-box; 27 | box-sizing: border-box; 28 | } 29 | 30 | 31 | /*iconfont*/ 32 | 33 | @font-face {font-family: "iconfont"; 34 | src: url('../font/iconfont.eot?t=1480505162194'); /* IE9*/ 35 | src: url('../font/iconfont.eot?t=1480505162194#iefix') format('embedded-opentype'), /* IE6-IE8 */ 36 | url('../font/iconfont.svg?t=1480505162194#iconfont') format('svg'), /* iOS 4.1- */ 37 | url('../font/iconfont.woff?t=1480505162194') format('woff'), /* chrome, firefox */ 38 | url('../font/iconfont.ttf?t=1480505162194') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ 39 | 40 | } 41 | 42 | .iconfont { 43 | font-family:"iconfont" !important; 44 | /* font-size:1rem;*/ 45 | font-style:normal; 46 | -webkit-font-smoothing: antialiased; 47 | -webkit-text-stroke-width: 0.2px; 48 | -moz-osx-font-smoothing: grayscale; 49 | } 50 | 51 | /*footer*/ 52 | footer{ 53 | border-top: 1px solid #d6d6d6; 54 | position: fixed; 55 | bottom: 0; 56 | left: 0; 57 | width: 100%; 58 | padding: .2rem 0 .1rem 0; 59 | background: #fff; 60 | text-align: center; 61 | display: flex; 62 | display: -webkit-flex; 63 | z-index: 999; 64 | } 65 | footer a{ 66 | font-size: 1.1rem; 67 | flex: 1 1 20%; 68 | -webkit-flex: 1 1 20%; 69 | } 70 | footer a i{ 71 | font-size: 1.8rem; 72 | } 73 | footer a span{ 74 | display: block; 75 | } 76 | footer a img{ 77 | width: 55%; 78 | } 79 | footer a:nth-child(3){ 80 | position: relative; 81 | } 82 | footer a:nth-child(3) img{ 83 | width: 50%; 84 | position: absolute; 85 | top: -50%; 86 | left: 50%; 87 | margin-left: -25%; 88 | } 89 | footer a:nth-child(4) img,footer a:nth-child(5) img{ 90 | width: 28%; 91 | } 92 | footer a:nth-child(3) span{ 93 | padding-top: 33%; 94 | } 95 | -------------------------------------------------------------------------------- /css/register.css: -------------------------------------------------------------------------------- 1 | html,body{ 2 | height: 100%; 3 | } 4 | div.register{ 5 | height: 100%; 6 | background: url(../images/sR-bg1.png) no-repeat; 7 | background-size: 100%; 8 | } 9 | div.register h1{ 10 | padding-top: 20%; 11 | margin-bottom: 10%; 12 | text-align: center; 13 | } 14 | div.register h1 img{ 15 | width: 50%; 16 | } 17 | /*form*/ 18 | div.register form{ 19 | padding:0 2rem; 20 | } 21 | div.register form p{ 22 | margin-top: 2rem; 23 | line-height: 2rem; 24 | font-size: 1.2rem; 25 | } 26 | div.register form p input{ 27 | outline: none; 28 | text-indent: 5px; 29 | color: #fff; 30 | background-color: rgba(0,0,0,0); 31 | } 32 | div.register form p label{ 33 | display: inline-block; 34 | width: 25%; 35 | text-align: right; 36 | font-size: 1.2rem; 37 | color: #fff; 38 | } 39 | div.register form p input[type=text]{ 40 | width: 70%; 41 | border-bottom: 1px solid #958d8c; 42 | } 43 | div.register form p:last-child{ 44 | text-align: center; 45 | } 46 | div.register form p input[type=submit]{ 47 | width: 45%; 48 | padding: 1rem 0; 49 | font-size: 1.5rem; 50 | border-radius: 0.5rem; 51 | border: 1px solid #fff; 52 | background-color: rgba(255,255,255,0.1); 53 | } 54 | /*other*/ 55 | div.register div.other{ 56 | position: fixed; 57 | left: 0; 58 | bottom: 5%; 59 | width: 100%; 60 | } 61 | div.register div.other p{ 62 | text-align: center; 63 | font-size: 1.5rem; 64 | color: #fff; 65 | } 66 | div.register div.other p span{ 67 | margin: 0.3rem; 68 | display: inline-block; 69 | } 70 | div.register div.other p:nth-child(2){ 71 | margin-top: 5%; 72 | } 73 | div.register div.other p i{ 74 | margin: 0 0.5rem; 75 | color: #8e9092; 76 | font-size: 2.3rem; 77 | } 78 | -------------------------------------------------------------------------------- /css/sRdetail.css: -------------------------------------------------------------------------------- 1 | html,body{ 2 | background-color: #f1f1f1; 3 | } 4 | /*header*/ 5 | div.sRdetail header{ 6 | position: fixed; 7 | left: 0; 8 | top: 0; 9 | z-index: 100; 10 | width: 100%; 11 | /*padding: 0 1rem;*/ 12 | height: 3.5rem; 13 | line-height: 3.5rem; 14 | overflow: hidden; 15 | border-bottom: 1px solid #e4e2e3; 16 | background-color: #fff; 17 | } 18 | div.sRdetail header a:nth-child(1){ 19 | margin-left: 1rem; 20 | } 21 | div.sRdetail header a:nth-child(2){ 22 | margin-right: 1rem; 23 | } 24 | div.sRdetail header a i.iconfont{ 25 | font-size: 1.5rem; 26 | } 27 | /*person*/ 28 | div.sRdetail div.person{ 29 | padding: 4rem 1rem 1rem; 30 | background-color: #fff; 31 | } 32 | div.sRdetail div.person p{ 33 | margin: 1rem 0 0 1rem; 34 | } 35 | div.sRdetail div.person p span{ 36 | display: block; 37 | font-size: 1.0rem; 38 | color: #7d7d7d; 39 | } 40 | div.sRdetail div.person p strong{ 41 | font-size: 1.2rem; 42 | } 43 | div.sRdetail div.person a img{ 44 | display: block; 45 | width: 4.5rem; 46 | height: 4.5rem; 47 | } 48 | /*product*/ 49 | div.sRdetail div.product{ 50 | position: relative; 51 | background-color: #fff; 52 | } 53 | div.sRdetail div.product img{ 54 | width: 100%; 55 | } 56 | div.sRdetail div.product p{ 57 | position: absolute; 58 | bottom: 0; 59 | left: 0; 60 | width: 100%; 61 | text-align: center; 62 | line-height: 3rem; 63 | font-size: 1.3rem; 64 | color: #fff; 65 | background-color: rgba(255,255,255,0.3); 66 | } 67 | /*word*/ 68 | div.sRdetail p.word{ 69 | padding: 1rem; 70 | font-size: 1rem; 71 | line-height: 1.8rem; 72 | text-indent: 1.5rem; 73 | background-color: #fff; 74 | } 75 | /*material*/ 76 | div.sRdetail div.material{ 77 | background-color: #fff; 78 | } 79 | div.sRdetail div.material h4{ 80 | text-align: center; 81 | line-height: 2.5rem; 82 | font-size: 1.2rem; 83 | } 84 | div.sRdetail div.material h4 span{ 85 | padding: 0 3rem; 86 | } 87 | div.sRdetail div.material h4 i.iconfont{ 88 | font-size: 1rem; 89 | font-weight: normal; 90 | } 91 | div.sRdetail div.material ul{ 92 | padding: 0 2rem; 93 | } 94 | div.sRdetail div.material ul li{ 95 | line-height: 2.5rem; 96 | font-size: 1rem; 97 | border-bottom: 1px solid #d5d5d5; 98 | } 99 | div.sRdetail div.material ul li span:first-child{ 100 | float: left; 101 | } 102 | div.sRdetail div.material ul li span:last-child{ 103 | float: right; 104 | } 105 | /*step*/ 106 | div.sRdetail div.step{ 107 | padding: 1rem; 108 | background-color: #fff; 109 | } 110 | div.sRdetail div.step h4{ 111 | text-align: center; 112 | line-height: 2.5rem; 113 | font-size: 1.2rem; 114 | } 115 | div.sRdetail div.step h4 span{ 116 | padding: 0 3rem; 117 | } 118 | div.sRdetail div.step h4 i.iconfont{ 119 | font-size: 1rem; 120 | font-weight: normal; 121 | } 122 | div.sRdetail div.step div.step1{ 123 | display: flex; 124 | padding: 1rem 0; 125 | } 126 | div.sRdetail div.step div.step1 i{ 127 | flex: 1; 128 | font-size: 2rem; 129 | } 130 | div.sRdetail div.step div.step1 p{ 131 | flex: 6; 132 | padding-top: 2rem; 133 | line-height: 1.8rem; 134 | font-size: 1rem; 135 | } 136 | div.sRdetail div.step div.step1 span{ 137 | position: relative; 138 | flex: 10; 139 | text-align: center; 140 | } 141 | div.sRdetail div.step div.step1 span img{ 142 | position: absolute; 143 | top: 0; 144 | right: 1rem; 145 | width: 12rem; 146 | height: 10rem; 147 | } 148 | /*comment*/ 149 | div.sRdetail div.comment h4{ 150 | text-align: center; 151 | line-height: 2.5rem; 152 | font-size: 1.2rem; 153 | background-color: #fff; 154 | } 155 | div.sRdetail div.comment h4 span{ 156 | padding: 0 3rem; 157 | } 158 | div.sRdetail div.comment h4 i.iconfont{ 159 | font-size: 1rem; 160 | font-weight: normal; 161 | } 162 | div.sRdetail div.comment div.user{ 163 | padding: 1rem; 164 | background-color: #fff; 165 | } 166 | div.sRdetail div.comment div.user div.person{ 167 | padding: 1rem; 168 | } 169 | div.sRdetail div.comment div.user div.person a:last-child{ 170 | line-height: 3.8rem; 171 | font-size: 1rem; 172 | color: #61a6e7; 173 | } 174 | div.sRdetail div.comment div.user > p:nth-of-type(1){ 175 | padding: 0 2rem; 176 | font-size: 1rem; 177 | line-height: 2rem; 178 | } 179 | div.sRdetail div.comment div.user p:nth-of-type(2){ 180 | margin-top: 1rem; 181 | padding: 0 2rem; 182 | font-size: 1rem; 183 | line-height: 2rem; 184 | } 185 | div.sRdetail div.comment div.user p:nth-of-type(2) span{ 186 | color: #61a6e7; 187 | } 188 | div.sRdetail div.comment div.user p:nth-of-type(3){ 189 | padding: 0 2rem; 190 | font-size: 1rem; 191 | line-height: 2rem; 192 | } 193 | div.sRdetail div.comment div.user p:nth-of-type(3) span{ 194 | color: #61a6e7; 195 | } 196 | div.sRdetail div.comment div.user > a{ 197 | padding: 0 2rem; 198 | font-size: 1rem; 199 | line-height: 2rem; 200 | color: #61a6e7; 201 | } 202 | div.sRdetail div.comment div.user1{ 203 | margin-top: 1rem; 204 | } 205 | -------------------------------------------------------------------------------- /css/search.css: -------------------------------------------------------------------------------- 1 | /*********************header**********************/ 2 | div.search header{ 3 | height: 3.5rem; 4 | line-height: 3.5rem; 5 | padding: 0 1rem; 6 | display: flex; 7 | } 8 | div.search header form{ 9 | font-size: 1.3rem; 10 | flex: 6; 11 | text-align: left; 12 | 13 | 14 | } 15 | div.search header form input{ 16 | border:0.1rem solid #E7E4E4; 17 | border-radius: 0.5rem; 18 | display:inline-block; 19 | width:100%; 20 | height:2.5rem; 21 | text-indent: 1rem; 22 | } 23 | div.search header a{ 24 | flex: 1; 25 | } 26 | div.search header a i{ 27 | font-size: 1.5rem; 28 | } 29 | div.search header a:nth-child(3){ 30 | text-align: right; 31 | } 32 | 33 | /*history*/ 34 | div.search .history{ 35 | margin: 0 1rem; 36 | } 37 | div.search .history h2{ 38 | font-size: 1.3rem; 39 | padding: 1rem 0; 40 | border-bottom: 0.1rem solid #E7E4E4; 41 | } 42 | div.search .history div{ 43 | display: flex; 44 | flex-flow: row wrap; 45 | } 46 | div.search .history div a{ 47 | flex: 0 1 25%; 48 | 49 | 50 | } 51 | div.search .history div a span{ 52 | display: inline-block; 53 | width: 80%; 54 | border: 0.1rem solid #E7E4E4; 55 | height: 2.4rem; 56 | margin-top: 1rem; 57 | border-radius: 0.5rem; 58 | text-align: center; 59 | line-height: 2.4rem; 60 | 61 | } 62 | -------------------------------------------------------------------------------- /css/set.css: -------------------------------------------------------------------------------- 1 | /*********************header**********************/ 2 | div.set header{ 3 | height: 3.5rem; 4 | line-height: 3.5rem; 5 | padding: 0 1rem; 6 | display: flex; 7 | border-bottom: 0.1rem solid #e7e4e4; 8 | } 9 | div.set header h2{ 10 | font-size: 1.5rem; 11 | flex: 1; 12 | text-align: center; 13 | } 14 | div.set header a{ 15 | flex: 1; 16 | } 17 | div.set header a i{ 18 | font-size: 1.5rem; 19 | } 20 | /*setList*/ 21 | div.set .setList{ 22 | margin-top: 2rem; 23 | font-size: 1.3rem; 24 | 25 | } 26 | div.set .setList p{ 27 | padding: 0 1rem; 28 | height:4rem ; 29 | line-height: 4.5rem; 30 | border-bottom: 0.1rem solid #E7E4E4; 31 | } 32 | div.set .setList p a{ 33 | display:inline-block; 34 | width: 82%; 35 | text-align: right; 36 | } 37 | div.set .setList p a i{ 38 | color: #bebebe; 39 | } 40 | div.set .setList p:last-child{ 41 | border-bottom: none; 42 | margin-top: 1.5rem; 43 | } 44 | div.set .setList p:last-child a{ 45 | color: #FFFFFF; 46 | width: 80%; 47 | background: #f4830b; 48 | text-align: center; 49 | margin: 0 auto; 50 | border-radius: 0.5rem; 51 | display: block; 52 | } 53 | -------------------------------------------------------------------------------- /css/sweetRing.css: -------------------------------------------------------------------------------- 1 | /*header*/ 2 | div.sweetR header{ 3 | position: fixed; 4 | top: 0; 5 | left: 0; 6 | width: 100%; 7 | /*padding: 0 1rem;*/ 8 | height: 3.5rem; 9 | line-height: 3.5rem; 10 | overflow: hidden; 11 | border-bottom: 1px solid #e4e2e3; 12 | background-color: #fff; 13 | } 14 | div.sweetR header a:first-child{ 15 | margin-left: 1rem; 16 | } 17 | div.sweetR header a i.iconfont{ 18 | font-size: 1.5rem; 19 | color: #262626; 20 | } 21 | div.sweetR header h3{ 22 | text-align: center; 23 | font-size: 1.5rem; 24 | color: #262626; 25 | } 26 | div.sweetR header a:nth-of-type(2){ 27 | position: absolute; 28 | top: 0; 29 | right: 1rem; 30 | } 31 | /*nav*/ 32 | div.sweetR nav ul{ 33 | padding-top: 4rem; 34 | height: 3rem; 35 | line-height: 3rem; 36 | border-bottom: 1px solid #f5f5f5; 37 | } 38 | div.sweetR nav ul li{ 39 | float: left; 40 | width: 50%; 41 | text-align: center; 42 | } 43 | div.sweetR nav ul li.on a{ 44 | display: inline-block; 45 | box-sizing: border-box; 46 | color: #f76b1a; 47 | border-bottom: 2px solid #f76b1a; 48 | } 49 | div.sweetR nav ul li a{ 50 | font-size: 1.3rem; 51 | color: #262626; 52 | } 53 | /*con*/ 54 | div.sweetR div.con1{ 55 | padding-bottom: 5rem; 56 | } 57 | div.sweetR div.con > a{ 58 | display: block; 59 | padding: 0.5rem 1rem; 60 | } 61 | div.sweetR div.con > a img{ 62 | width: 100%; 63 | } 64 | div.sweetR div.con div.person{ 65 | padding: 1rem; 66 | } 67 | div.sweetR div.con div.person p{ 68 | margin: 1rem 0 0 1rem; 69 | } 70 | div.sweetR div.con div.person p span{ 71 | display: block; 72 | font-size: 1.0rem; 73 | color: #7d7d7d; 74 | } 75 | div.sweetR div.con div.person p strong{ 76 | font-size: 1.2rem; 77 | } 78 | div.sweetR div.con div.person a img{ 79 | display: block; 80 | width: 4.5rem; 81 | height: 4.5rem; 82 | } 83 | div.sweetR div.con div.person > span{ 84 | display: inline-block; 85 | margin-top: 1rem; 86 | width: 5rem; 87 | height: 2rem; 88 | text-align: center; 89 | line-height: 2rem; 90 | font-size: 1rem; 91 | color: #e58450; 92 | border: 1px solid #e58450; 93 | border-radius: 0.5rem; 94 | } 95 | div.sweetR div.con > p:nth-of-type(1){ 96 | padding: 0 1rem; 97 | font-size: 1.2rem; 98 | } 99 | div.sweetR div.con > p:nth-of-type(2){ 100 | display: flex; 101 | padding: 1rem 0; 102 | } 103 | div.sweetR div.con > p:nth-of-type(2) span{ 104 | flex: 1; 105 | text-align: center; 106 | font-size: 1rem; 107 | color: #707070; 108 | } 109 | div.sweetR div.con > p:nth-of-type(2) span i.iconfont{ 110 | font-size: 1.5rem; 111 | color: #707070; 112 | margin-right: 0.5rem; 113 | } 114 | 115 | 116 | /*footer*/ 117 | footer a:nth-child(4) span{ 118 | color: #f8894a; 119 | } 120 | -------------------------------------------------------------------------------- /css/swiper.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Swiper 3.4.1 3 | * Most modern mobile touch slider and framework with hardware accelerated transitions 4 | * 5 | * http://www.idangero.us/swiper/ 6 | * 7 | * Copyright 2016, Vladimir Kharlampidi 8 | * The iDangero.us 9 | * http://www.idangero.us/ 10 | * 11 | * Licensed under MIT 12 | * 13 | * Released on: December 13, 2016 14 | */ 15 | .swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}} -------------------------------------------------------------------------------- /css/uploading.css: -------------------------------------------------------------------------------- 1 | body{ 2 | background: url(../images/u_back.png) no-repeat; 3 | background-position: right bottom; 4 | background-size: 100%; 5 | } 6 | /***********header***********/ 7 | .UpL3 header{ 8 | height: 3.5rem; 9 | line-height: 3.5rem; 10 | border-bottom: 1px solid #dcd9da; 11 | position: fixed; 12 | top: 0; 13 | width: 100%; 14 | z-index: 1; 15 | background: white; 16 | } 17 | .UpL3 header a{ 18 | padding-left: 1rem; 19 | color: #111111; 20 | float: left; 21 | font-size: 1.5rem; 22 | } 23 | .UpL3 header h4{ 24 | width: 92.5%; 25 | text-align: center; 26 | font-size: 1.4rem; 27 | font-weight: 500; 28 | } 29 | /***************form***************/ 30 | .UpL3 form{ 31 | margin-top: 5.5rem; 32 | } 33 | .UpL3 form>p{ 34 | width: 12rem; 35 | margin: 2rem auto 1.7rem; 36 | text-align: center; 37 | line-height: 1.2rem; 38 | } 39 | .UpL3 form>p span{ 40 | font-size: 1.3rem; 41 | text-align: center; 42 | } 43 | .UpL3 form>p i:nth-child(1){ 44 | float: left; 45 | } 46 | .UpL3 form>p i:nth-child(3){ 47 | float: right; 48 | } 49 | .UpL3 form .buty{ 50 | width: 100%; 51 | height: 15rem; 52 | border-bottom: 1px solid #dedddd; 53 | border-top: 1px solid #dedddd; 54 | color: #cac7c6; 55 | } 56 | .UpL3 form .buty a{ 57 | display: block; 58 | width: 5rem; 59 | height: 5rem; 60 | margin: 3rem auto 0; 61 | } 62 | .UpL3 form .buty a i{ 63 | font-size: 5rem; 64 | color: #cac7c6; 65 | } 66 | .UpL3 form .buty p{ 67 | text-align: center; 68 | margin-top: 1.5rem; 69 | font-size: 1.2rem; 70 | } 71 | .UpL3 form .tit{ 72 | width: 84%; 73 | margin: 0 auto; 74 | border-bottom: 1px solid #999896; 75 | line-height: 3.5rem; 76 | } 77 | .UpL3 form .tit img{ 78 | width: 3.4rem; 79 | height: 2.4rem; 80 | float: left; 81 | margin-left: 6%; 82 | margin-top: 0.3rem; 83 | } 84 | .UpL3 form .tit input{ 85 | display: block; 86 | width: 75%; 87 | height: 2.5rem; 88 | line-height: 2.5rem; 89 | margin: 0 auto; 90 | text-indent: 15%; 91 | float: left; 92 | background: 0; 93 | } 94 | .UpL3 form textarea{ 95 | width: 100%; 96 | height: 9rem; 97 | border: 1px solid #d8d8d7; 98 | color: #bab7b5; 99 | text-indent: 2.8rem; 100 | padding-top: 1.1rem; 101 | background:0; 102 | } 103 | .UpL3 form >input{ 104 | display: block; 105 | width: 92%; 106 | margin: 1rem auto; 107 | height: 3rem; 108 | background: #fd9a61; 109 | color: white; 110 | font-size: 1.3rem; 111 | text-align: center; 112 | line-height: 3rem; 113 | } 114 | -------------------------------------------------------------------------------- /css/uploading1.css: -------------------------------------------------------------------------------- 1 | 2 | 3 | /*head*/ 4 | body{ 5 | background: url(../images/u_back.png) no-repeat right bottom; 6 | background-size: 100%; 7 | } 8 | 9 | .uploading header{ 10 | position: fixed; 11 | top: 0; 12 | left: 0; 13 | background: #FFFFFF; 14 | width: 100%; 15 | padding: 0 1rem; 16 | height: 3.5rem; 17 | display: flex; 18 | justify-content: space-between; 19 | align-items: center; 20 | border-bottom: 1px solid #ECECEC; 21 | z-index: 111; 22 | } 23 | .uploading header .iconfont{ 24 | font-size: 1.5rem; 25 | } 26 | .uploading header h3{ 27 | flex: 1; 28 | margin-left: 32%; 29 | font-size: 1.5rem; 30 | font-weight: 500; 31 | } 32 | 33 | /*uploading img*/ 34 | .empty2{ 35 | height: 3.5rem;} 36 | .uploading h4{ 37 | background: #FFF; 38 | font-weight: 500; 39 | font-size: 1.4rem; 40 | width: 12rem; 41 | text-align: center; 42 | margin:1.5rem auto; 43 | background: url(../images/u_star.png) no-repeat center center; 44 | background-size: 100%; 45 | } 46 | 47 | .uploading .upImg{ 48 | background: #FFFFFF; 49 | height: 14rem; 50 | border-top: 1px solid #DFDEDE; 51 | border-bottom: 1px solid #DFDEDE; 52 | text-align: center; 53 | color: #C0BCBA; 54 | 55 | } 56 | .uploading .upImg .iconfont{ 57 | display: block; 58 | margin-top: 1.8rem; 59 | font-size: 5.5rem; 60 | color: #c0bcba; 61 | } 62 | .uploading .upImg p{ 63 | margin-top: 3rem; 64 | font-size: 1.2rem; 65 | } 66 | 67 | /*uploading words*/ 68 | 69 | .uploading form div { 70 | width: 80%; 71 | margin: 1rem auto; 72 | border-bottom: 1px solid #DFDEDE; 73 | padding: 0 2rem; 74 | text-align: center; 75 | display: flex; 76 | justify-content: space-between; 77 | } 78 | .uploading form div input[type=text]:first-of-type{ 79 | background: 0; 80 | height: 2.2rem; 81 | line-height: 2.2rem; 82 | font-size: 1.2rem; 83 | flex: 2; 84 | overflow: hidden; 85 | } 86 | .uploading form div input[type=text]:last-of-type{ 87 | background: 0; 88 | height: 2.2rem; 89 | line-height: 2.2rem; 90 | text-align: right; 91 | font-size: 1.2rem; 92 | flex: 1; 93 | overflow: hidden; 94 | 95 | } 96 | .uploading .more{ 97 | display: block; 98 | height: 2.2rem; 99 | line-height: 2.2rem; 100 | text-align: center; 101 | font-size: 1.2rem; 102 | 103 | } 104 | .uploading .more img{ 105 | width: 3.4rem; 106 | height: 2.4rem; 107 | vertical-align: middle; 108 | 109 | } 110 | 111 | 112 | /*next*/ 113 | .uploading form .sub{ 114 | display: block; 115 | width: 90%; 116 | margin: 5.2rem auto 2rem; 117 | } 118 | .uploading form input[type=button]{ 119 | font-size: 1.5rem; 120 | width: 100%; 121 | margin: 0 auto; 122 | height: 3.5rem; 123 | background: #fd9a61; 124 | color: #FFFFFF; 125 | } 126 | -------------------------------------------------------------------------------- /css/uploading2.css: -------------------------------------------------------------------------------- 1 | /*head*/ 2 | 3 | body{ 4 | background: url(../images/u_back.png) no-repeat right bottom; 5 | background-size: 100%; 6 | } 7 | 8 | .uploading2 header{ 9 | position: fixed; 10 | top: 0; 11 | left: 0; 12 | background: #FFFFFF; 13 | width: 100%; 14 | padding: 0 1rem; 15 | height: 3.5rem; 16 | display: flex; 17 | justify-content: space-between; 18 | align-items: center; 19 | border-bottom: 1px solid #ECECEC; 20 | z-index: 111; 21 | } 22 | .uploading2 header .iconfont{ 23 | font-size: 1.5rem; 24 | } 25 | .uploading2 header h3{ 26 | flex: 1; 27 | margin-left: 32%; 28 | font-size: 1.5rem; 29 | font-weight: 500; 30 | } 31 | 32 | /*main*/ 33 | .empty3{ 34 | height: 3.5rem;} 35 | 36 | .uploading2 .one{ 37 | margin-top: 1.5rem; 38 | text-align: right; 39 | display: flex; 40 | align-items: center; 41 | padding-left: 1.5rem; 42 | overflow: hidden; 43 | } 44 | .uploading2 .one img{ 45 | width: 3.5rem; 46 | height: 3rem; 47 | } 48 | .uploading2 .one .line{ 49 | height: 1px; 50 | width: 90%; 51 | background: #dfdede; 52 | } 53 | .uploading2 .word{ 54 | position: relative; 55 | margin-top: 1.3rem; 56 | height: 14rem; 57 | border-top: 1px solid #DFDEDE; 58 | border-bottom: 1px solid #DFDEDE; 59 | text-align: center; 60 | color: #C0BCBA; 61 | } 62 | .uploading2 .word textarea{ 63 | border: none; 64 | font-size: 1.2rem; 65 | padding: 1rem 2rem; 66 | width: 100%; 67 | height: 100%; 68 | outline: none; 69 | box-sizing: border-box; 70 | } 71 | .uploading2 .word i{ 72 | position: absolute; 73 | top: 40%; 74 | left: 40%; 75 | font-size: 5.5rem; 76 | color: #c0bcba; 77 | } 78 | .uploading2 .steps{ 79 | text-align: center; 80 | border-bottom: 1px solid #DFDEDE; 81 | border-top: 1px solid #DFDEDE; 82 | width: 12rem; 83 | height: 2.5rem; 84 | line-height: 2.5rem; 85 | margin: 1rem auto; 86 | background: url(../images/u_star.png) no-repeat center center; 87 | background-size: 100%; 88 | font-size: 1.3rem; 89 | color: #C0BCBA; 90 | } 91 | 92 | /*next*/ 93 | .uploading2 form .sub{ 94 | display: block; 95 | width: 90%; 96 | margin: 12rem auto 2rem; 97 | } 98 | .uploading2 form input[type=button]{ 99 | font-size: 1.5rem; 100 | width: 100%; 101 | margin: 0 auto; 102 | height: 3.5rem; 103 | background: #fd9a61; 104 | color: #FFFFFF; 105 | } -------------------------------------------------------------------------------- /fans.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 粉丝 9 | 10 | 11 | 15 | 47 | 48 | 49 | 50 |
51 | 52 | 53 |
54 |
55 | 56 |

粉丝

57 | 58 |
59 |
60 | 61 | 62 |
63 |
64 | 65 |

吃货在人间爱吃爱做的吃货妈妈

66 |

加关注

67 |
68 |
69 | 70 |

月落乌啼热爱烘焙

71 |

加关注

72 |
73 |
74 | 75 |

幸福滋味爱美食、爱分享

76 |

加关注

77 |
78 |
79 | 80 |

会跳舞的苹果爱生活、爱美食、爱生活中的每一天

81 |

互相关注

82 |
83 |
84 | 85 |

边白吃货不是在吃就是在去吃的道路上

86 |

互相关注

87 |
88 |
89 | 90 |

我是小痴性格造就命运,美食成成就身材

91 |

加关注

92 |
93 |
94 |
95 | 96 | 97 | 98 | 99 | 100 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/favicon.ico -------------------------------------------------------------------------------- /focus.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 关注 9 | 10 | 11 | 15 | 16 | 48 | 49 | 50 | 51 |
52 | 53 |
54 |
55 | 56 |

关注

57 | 58 |
59 |
60 | 61 |
62 |
63 | 64 |

宝妈小厨爱美食、爱分享、擅长蛋糕

65 |

已关注

66 |
67 |
68 | 69 |

King麻麻你可以在月光下想象未来,但必须在

70 |

已关注

71 |
72 |
73 | 74 |

姜叔的日食治愈你的心和胃:

75 |

已关注

76 |
77 |
78 | 79 |

米多小鱼专心不专业吃货一枚,热爱分享狂人

80 |

互相关注

81 |
82 |
83 | 84 |

食尚先生王森蛋糕http://www.bake.com

85 |

互相关注

86 |
87 |
88 | 89 |

糖小饼爱吃会吃,喜欢小手工

90 |

已关注

91 |
92 |
93 |
94 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /font/demo.css: -------------------------------------------------------------------------------- 1 | *{margin: 0;padding: 0;list-style: none;} 2 | /* 3 | KISSY CSS Reset 4 | 理念:1. reset 的目的不是清除浏览器的默认样式,这仅是部分工作。清除和重置是紧密不可分的。 5 | 2. reset 的目的不是让默认样式在所有浏览器下一致,而是减少默认样式有可能带来的问题。 6 | 3. reset 期望提供一套普适通用的基础样式。但没有银弹,推荐根据具体需求,裁剪和修改后再使用。 7 | 特色:1. 适应中文;2. 基于最新主流浏览器。 8 | 维护:玉伯, 正淳 9 | */ 10 | 11 | /** 清除内外边距 **/ 12 | body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ 13 | dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ 14 | pre, /* text formatting elements 文本格式元素 */ 15 | form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ 16 | th, td /* table elements 表格元素 */ { 17 | margin: 0; 18 | padding: 0; 19 | } 20 | 21 | /** 设置默认字体 **/ 22 | body, 23 | button, input, select, textarea /* for ie */ { 24 | font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; 25 | } 26 | h1, h2, h3, h4, h5, h6 { font-size: 100%; } 27 | address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */ 28 | code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */ 29 | small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */ 30 | 31 | /** 重置列表元素 **/ 32 | ul, ol { list-style: none; } 33 | 34 | /** 重置文本格式元素 **/ 35 | a { text-decoration: none; } 36 | a:hover { text-decoration: underline; } 37 | 38 | 39 | /** 重置表单元素 **/ 40 | legend { color: #000; } /* for ie6 */ 41 | fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */ 42 | button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */ 43 | /* 注:optgroup 无法扶正 */ 44 | 45 | /** 重置表格元素 **/ 46 | table { border-collapse: collapse; border-spacing: 0; } 47 | 48 | /* 清除浮动 */ 49 | .ks-clear:after, .clear:after { 50 | content: '\20'; 51 | display: block; 52 | height: 0; 53 | clear: both; 54 | } 55 | .ks-clear, .clear { 56 | *zoom: 1; 57 | } 58 | 59 | .main { 60 | padding: 30px 100px; 61 | width: 960px; 62 | margin: 0 auto; 63 | } 64 | .main h1{font-size:36px; color:#333; text-align:left;margin-bottom:30px; border-bottom: 1px solid #eee;} 65 | 66 | .helps{margin-top:40px;} 67 | .helps pre{ 68 | padding:20px; 69 | margin:10px 0; 70 | border:solid 1px #e7e1cd; 71 | background-color: #fffdef; 72 | overflow: auto; 73 | } 74 | 75 | .icon_lists{ 76 | width: 100% !important; 77 | 78 | } 79 | 80 | .icon_lists li{ 81 | float:left; 82 | width: 100px; 83 | height:180px; 84 | text-align: center; 85 | list-style: none !important; 86 | } 87 | .icon_lists .icon{ 88 | font-size: 42px; 89 | line-height: 100px; 90 | margin: 10px 0; 91 | color:#333; 92 | -webkit-transition: font-size 0.25s ease-out 0s; 93 | -moz-transition: font-size 0.25s ease-out 0s; 94 | transition: font-size 0.25s ease-out 0s; 95 | 96 | } 97 | .icon_lists .icon:hover{ 98 | font-size: 100px; 99 | } 100 | 101 | 102 | 103 | .markdown { 104 | color: #666; 105 | font-size: 14px; 106 | line-height: 1.8; 107 | } 108 | 109 | .highlight { 110 | line-height: 1.5; 111 | } 112 | 113 | .markdown img { 114 | vertical-align: middle; 115 | max-width: 100%; 116 | } 117 | 118 | .markdown h1 { 119 | color: #404040; 120 | font-weight: 500; 121 | line-height: 40px; 122 | margin-bottom: 24px; 123 | } 124 | 125 | .markdown h2, 126 | .markdown h3, 127 | .markdown h4, 128 | .markdown h5, 129 | .markdown h6 { 130 | color: #404040; 131 | margin: 1.6em 0 0.6em 0; 132 | font-weight: 500; 133 | clear: both; 134 | } 135 | 136 | .markdown h1 { 137 | font-size: 28px; 138 | } 139 | 140 | .markdown h2 { 141 | font-size: 22px; 142 | } 143 | 144 | .markdown h3 { 145 | font-size: 16px; 146 | } 147 | 148 | .markdown h4 { 149 | font-size: 14px; 150 | } 151 | 152 | .markdown h5 { 153 | font-size: 12px; 154 | } 155 | 156 | .markdown h6 { 157 | font-size: 12px; 158 | } 159 | 160 | .markdown hr { 161 | height: 1px; 162 | border: 0; 163 | background: #e9e9e9; 164 | margin: 16px 0; 165 | clear: both; 166 | } 167 | 168 | .markdown p, 169 | .markdown pre { 170 | margin: 1em 0; 171 | } 172 | 173 | .markdown > p, 174 | .markdown > blockquote, 175 | .markdown > .highlight, 176 | .markdown > ol, 177 | .markdown > ul { 178 | width: 80%; 179 | } 180 | 181 | .markdown ul > li { 182 | list-style: circle; 183 | } 184 | 185 | .markdown > ul li, 186 | .markdown blockquote ul > li { 187 | margin-left: 20px; 188 | padding-left: 4px; 189 | } 190 | 191 | .markdown > ul li p, 192 | .markdown > ol li p { 193 | margin: 0.6em 0; 194 | } 195 | 196 | .markdown ol > li { 197 | list-style: decimal; 198 | } 199 | 200 | .markdown > ol li, 201 | .markdown blockquote ol > li { 202 | margin-left: 20px; 203 | padding-left: 4px; 204 | } 205 | 206 | .markdown code { 207 | margin: 0 3px; 208 | padding: 0 5px; 209 | background: #eee; 210 | border-radius: 3px; 211 | } 212 | 213 | .markdown pre { 214 | border-radius: 6px; 215 | background: #f7f7f7; 216 | padding: 20px; 217 | } 218 | 219 | .markdown pre code { 220 | border: none; 221 | background: #f7f7f7; 222 | margin: 0; 223 | } 224 | 225 | .markdown strong, 226 | .markdown b { 227 | font-weight: 600; 228 | } 229 | 230 | .markdown > table { 231 | border-collapse: collapse; 232 | border-spacing: 0px; 233 | empty-cells: show; 234 | border: 1px solid #e9e9e9; 235 | width: 95%; 236 | margin-bottom: 24px; 237 | } 238 | 239 | .markdown > table th { 240 | white-space: nowrap; 241 | color: #333; 242 | font-weight: 600; 243 | 244 | } 245 | 246 | .markdown > table th, 247 | .markdown > table td { 248 | border: 1px solid #e9e9e9; 249 | padding: 8px 16px; 250 | text-align: left; 251 | } 252 | 253 | .markdown > table th { 254 | background: #F7F7F7; 255 | } 256 | 257 | .markdown blockquote { 258 | font-size: 90%; 259 | color: #999; 260 | border-left: 4px solid #e9e9e9; 261 | padding-left: 0.8em; 262 | margin: 1em 0; 263 | font-style: italic; 264 | } 265 | 266 | .markdown blockquote p { 267 | margin: 0; 268 | } 269 | 270 | .markdown .anchor { 271 | opacity: 0; 272 | transition: opacity 0.3s ease; 273 | margin-left: 8px; 274 | } 275 | 276 | .markdown .waiting { 277 | color: #ccc; 278 | } 279 | 280 | .markdown h1:hover .anchor, 281 | .markdown h2:hover .anchor, 282 | .markdown h3:hover .anchor, 283 | .markdown h4:hover .anchor, 284 | .markdown h5:hover .anchor, 285 | .markdown h6:hover .anchor { 286 | opacity: 1; 287 | display: inline-block; 288 | } 289 | 290 | .markdown > br, 291 | .markdown > p > br { 292 | clear: both; 293 | } 294 | 295 | 296 | .hljs { 297 | display: block; 298 | background: white; 299 | padding: 0.5em; 300 | color: #333333; 301 | overflow-x: auto; 302 | } 303 | 304 | .hljs-comment, 305 | .hljs-meta { 306 | color: #969896; 307 | } 308 | 309 | .hljs-string, 310 | .hljs-variable, 311 | .hljs-template-variable, 312 | .hljs-strong, 313 | .hljs-emphasis, 314 | .hljs-quote { 315 | color: #df5000; 316 | } 317 | 318 | .hljs-keyword, 319 | .hljs-selector-tag, 320 | .hljs-type { 321 | color: #a71d5d; 322 | } 323 | 324 | .hljs-literal, 325 | .hljs-symbol, 326 | .hljs-bullet, 327 | .hljs-attribute { 328 | color: #0086b3; 329 | } 330 | 331 | .hljs-section, 332 | .hljs-name { 333 | color: #63a35c; 334 | } 335 | 336 | .hljs-tag { 337 | color: #333333; 338 | } 339 | 340 | .hljs-title, 341 | .hljs-attr, 342 | .hljs-selector-id, 343 | .hljs-selector-class, 344 | .hljs-selector-attr, 345 | .hljs-selector-pseudo { 346 | color: #795da3; 347 | } 348 | 349 | .hljs-addition { 350 | color: #55a532; 351 | background-color: #eaffea; 352 | } 353 | 354 | .hljs-deletion { 355 | color: #bd2c00; 356 | background-color: #ffecec; 357 | } 358 | 359 | .hljs-link { 360 | text-decoration: underline; 361 | } 362 | 363 | pre{ 364 | background: #fff; 365 | } 366 | 367 | 368 | 369 | 370 | 371 | -------------------------------------------------------------------------------- /font/iconfont.css: -------------------------------------------------------------------------------- 1 | 2 | @font-face {font-family: "iconfont"; 3 | src: url('iconfont.eot?t=1480505162194'); /* IE9*/ 4 | src: url('iconfont.eot?t=1480505162194#iefix') format('embedded-opentype'), /* IE6-IE8 */ 5 | url('iconfont.woff?t=1480505162194') format('woff'), /* chrome, firefox */ 6 | url('iconfont.ttf?t=1480505162194') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ 7 | url('iconfont.svg?t=1480505162194#iconfont') format('svg'); /* iOS 4.1- */ 8 | } 9 | 10 | .iconfont { 11 | font-family:"iconfont" !important; 12 | font-size:16px; 13 | font-style:normal; 14 | -webkit-font-smoothing: antialiased; 15 | -webkit-text-stroke-width: 0.2px; 16 | -moz-osx-font-smoothing: grayscale; 17 | } 18 | 19 | .icon-fanhui:before { content: "\f0292"; } 20 | 21 | .icon-QQ:before { content: "\e607"; } 22 | 23 | .icon-fanhui1:before { content: "\e604"; } 24 | 25 | .icon-QQ1:before { content: "\e605"; } 26 | 27 | .icon-bianji:before { content: "\e646"; } 28 | 29 | .icon-shezhi:before { content: "\e61f"; } 30 | 31 | .icon-weixin:before { content: "\e66f"; } 32 | 33 | .icon-aixin:before { content: "\e6d1"; } 34 | 35 | .icon-fenxiang:before { content: "\e600"; } 36 | 37 | .icon-suo:before { content: "\e681"; } 38 | 39 | .icon-shouc01:before { content: "\e620"; } 40 | 41 | .icon-fenxiang1:before { content: "\e631"; } 42 | 43 | .icon-jia:before { content: "\e618"; } 44 | 45 | .icon-xingxing:before { content: "\e689"; } 46 | 47 | .icon-xiaolian:before { content: "\e64f"; } 48 | 49 | .icon-icon:before { content: "\e60b"; } 50 | 51 | .icon-weibo:before { content: "\e643"; } 52 | 53 | .icon-bianji1:before { content: "\e624"; } 54 | 55 | .icon-xiaolian1:before { content: "\e660"; } 56 | 57 | .icon-wujiaoxing:before { content: "\e650"; } 58 | 59 | .icon-geren:before { content: "\e662"; } 60 | 61 | .icon-mima:before { content: "\e61e"; } 62 | 63 | .icon-back:before { content: "\e632"; } 64 | 65 | .icon-go:before { content: "\e60f"; } 66 | 67 | .icon-heart:before { content: "\e649"; } 68 | 69 | .icon-shoucang:before { content: "\e892"; } 70 | 71 | .icon-geren1:before { content: "\e601"; } 72 | 73 | .icon-weibo1:before { content: "\f00bc"; } 74 | 75 | .icon-p-edit:before { content: "\e65b"; } 76 | 77 | .icon-49:before { content: "\e633"; } 78 | 79 | .icon-shoucang1:before { content: "\e73a"; } 80 | 81 | .icon-aixin1:before { content: "\e608"; } 82 | 83 | .icon-nan:before { content: "\e606"; } 84 | 85 | .icon-nv:before { content: "\e609"; } 86 | 87 | .icon-xiaoxi:before { content: "\e61d"; } 88 | 89 | .icon-xiaoxi1:before { content: "\f0010"; } 90 | 91 | .icon-zhuye:before { content: "\e663"; } 92 | 93 | .icon-fangdajing:before { content: "\e603"; } 94 | 95 | .icon-wuxing2:before { content: "\e62d"; } 96 | 97 | .icon-2:before { content: "\e602"; } 98 | 99 | .icon-chilunxian:before { content: "\e670"; } 100 | 101 | .icon-weixin1:before { content: "\e62b"; } 102 | 103 | .icon-jia1:before { content: "\e66e"; } 104 | 105 | .icon-jiaguanzhu:before { content: "\e60a"; } 106 | 107 | .icon-jiaguanzhu1:before { content: "\e615"; } 108 | 109 | .icon-jiaguanzhu2:before { content: "\e629"; } 110 | 111 | .icon-yiguanzhu:before { content: "\e62a"; } 112 | 113 | .icon-yiguanzhu1:before { content: "\e648"; } 114 | 115 | .icon-binggan:before { content: "\e671"; } 116 | 117 | .icon-binggan1:before { content: "\e6a9"; } 118 | 119 | .icon-gengduo:before { content: "\e61a"; } 120 | 121 | .icon-huxiangguanzhu:before { content: "\e65c"; } 122 | 123 | .icon-ai-weixin:before { content: "\e62f"; } 124 | 125 | .icon-praise-copy:before { content: "\e60c"; } 126 | 127 | .icon-xiaolian2:before { content: "\e70e"; } 128 | 129 | .icon-xuhao101:before { content: "\e625"; } 130 | 131 | .icon-xuhao201:before { content: "\e626"; } 132 | 133 | .icon-xuhao401:before { content: "\e627"; } 134 | 135 | .icon-xuhao301:before { content: "\e628"; } 136 | 137 | .icon-xuhao501:before { content: "\e62c"; } 138 | 139 | .icon-xuhao601:before { content: "\e62e"; } 140 | 141 | .icon-xuhao701:before { content: "\e630"; } 142 | 143 | .icon-xuhao801:before { content: "\e634"; } 144 | 145 | .icon-xuhao901:before { content: "\e635"; } 146 | 147 | .icon-chushimao1:before { content: "\e60d"; } 148 | 149 | .icon-chushimao:before { content: "\e611"; } 150 | 151 | .icon-go1:before { content: "\e60e"; } 152 | 153 | .icon-wujiaoxing1:before { content: "\e636"; } 154 | 155 | .icon-start:before { content: "\e610"; } 156 | 157 | .icon-dibianlanfenlei:before { content: "\e667"; } 158 | 159 | .icon-0711fenleihui:before { content: "\e63a"; } 160 | 161 | .icon-xin:before { content: "\e6b3"; } 162 | 163 | .icon-huxiangguanzhu1:before { content: "\e637"; } 164 | 165 | .icon-fangdajing1:before { content: "\e638"; } 166 | 167 | .icon-xuhao501-copy:before { content: "\e612"; } 168 | 169 | .icon-jia2:before { content: "\e6dd"; } 170 | 171 | .icon-tiantianquan:before { content: "\e658"; } 172 | 173 | .icon-yiguanzhu_icon:before { content: "\e613"; } 174 | 175 | .icon-chilun:before { content: "\e65d"; } 176 | 177 | .icon-tiantianquan1:before { content: "\e501"; } 178 | 179 | .icon-chushimao2:before { content: "\e502"; } 180 | 181 | .icon-gengduo1:before { content: "\e614"; } 182 | 183 | -------------------------------------------------------------------------------- /font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/font/iconfont.eot -------------------------------------------------------------------------------- /font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/font/iconfont.ttf -------------------------------------------------------------------------------- /font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/font/iconfont.woff -------------------------------------------------------------------------------- /fruitSort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | oh my cake-水果分类 8 | 9 | 10 | 11 | 12 | 16 | 17 |
18 | 19 | 20 |
21 | 22 |

23 | 24 |
25 | 26 | 27 | 30 | 31 | 32 | 66 | 67 | 74 | 75 | 76 |
77 | 78 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /images/Edit-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Edit-bg.jpg -------------------------------------------------------------------------------- /images/Mes-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Mes-01.jpg -------------------------------------------------------------------------------- /images/Mes-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Mes-01.png -------------------------------------------------------------------------------- /images/Mes-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Mes-02.jpg -------------------------------------------------------------------------------- /images/Mes-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Mes-02.png -------------------------------------------------------------------------------- /images/Mes-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Mes-03.jpg -------------------------------------------------------------------------------- /images/Mes-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Mes-04.jpg -------------------------------------------------------------------------------- /images/Mes-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Mes-04.png -------------------------------------------------------------------------------- /images/Mes-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Mes-05.jpg -------------------------------------------------------------------------------- /images/Mes-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Mes-bg.jpg -------------------------------------------------------------------------------- /images/MyW-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/MyW-01.jpg -------------------------------------------------------------------------------- /images/MyW-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/MyW-02.jpg -------------------------------------------------------------------------------- /images/MyW-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/MyW-03.jpg -------------------------------------------------------------------------------- /images/MyW-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/MyW-04.jpg -------------------------------------------------------------------------------- /images/MyW-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/MyW-05.jpg -------------------------------------------------------------------------------- /images/MyW-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/MyW-06.jpg -------------------------------------------------------------------------------- /images/MyW-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/MyW-07.jpg -------------------------------------------------------------------------------- /images/MyW-08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/MyW-08.jpg -------------------------------------------------------------------------------- /images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/Thumbs.db -------------------------------------------------------------------------------- /images/TtqXqZ-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/TtqXqZ-01.jpg -------------------------------------------------------------------------------- /images/TtqXqZ-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/TtqXqZ-02.jpg -------------------------------------------------------------------------------- /images/TtqXqZ-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/TtqXqZ-03.jpg -------------------------------------------------------------------------------- /images/TtqXqZ-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/TtqXqZ-04.jpg -------------------------------------------------------------------------------- /images/TtqXqZ-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/TtqXqZ-05.jpg -------------------------------------------------------------------------------- /images/TtqXqZ-06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/TtqXqZ-06.jpg -------------------------------------------------------------------------------- /images/TtqXqZ-07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/TtqXqZ-07.jpg -------------------------------------------------------------------------------- /images/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/arrow.gif -------------------------------------------------------------------------------- /images/choice_img01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/choice_img01.jpg -------------------------------------------------------------------------------- /images/choice_img02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/choice_img02.jpg -------------------------------------------------------------------------------- /images/choice_img03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/choice_img03.jpg -------------------------------------------------------------------------------- /images/fs-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs-1.jpg -------------------------------------------------------------------------------- /images/fs-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs-2.jpg -------------------------------------------------------------------------------- /images/fs-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs-3.jpg -------------------------------------------------------------------------------- /images/fs-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs-4.jpg -------------------------------------------------------------------------------- /images/fs-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs-5.jpg -------------------------------------------------------------------------------- /images/fs-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs-6.jpg -------------------------------------------------------------------------------- /images/fs_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs_01.jpg -------------------------------------------------------------------------------- /images/fs_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs_02.jpg -------------------------------------------------------------------------------- /images/fs_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs_03.jpg -------------------------------------------------------------------------------- /images/fs_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs_04.jpg -------------------------------------------------------------------------------- /images/fs_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs_05.jpg -------------------------------------------------------------------------------- /images/fs_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs_06.jpg -------------------------------------------------------------------------------- /images/fs_07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/fs_07.jpg -------------------------------------------------------------------------------- /images/gz-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/gz-10.jpg -------------------------------------------------------------------------------- /images/gz-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/gz-11.jpg -------------------------------------------------------------------------------- /images/gz-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/gz-12.jpg -------------------------------------------------------------------------------- /images/gz-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/gz-7.jpg -------------------------------------------------------------------------------- /images/gz-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/gz-8.jpg -------------------------------------------------------------------------------- /images/gz-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/gz-9.jpg -------------------------------------------------------------------------------- /images/icon-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/icon-bg.png -------------------------------------------------------------------------------- /images/icon-csm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/icon-csm.png -------------------------------------------------------------------------------- /images/icon-csm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/icon-csm1.png -------------------------------------------------------------------------------- /images/icon-ttq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/icon-ttq.png -------------------------------------------------------------------------------- /images/icon-ttq1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/icon-ttq1.png -------------------------------------------------------------------------------- /images/index1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index1.jpg -------------------------------------------------------------------------------- /images/index2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index2.jpg -------------------------------------------------------------------------------- /images/index_icon1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_icon1.jpg -------------------------------------------------------------------------------- /images/index_icon2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_icon2.jpg -------------------------------------------------------------------------------- /images/index_icon3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_icon3.jpg -------------------------------------------------------------------------------- /images/index_icon4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_icon4.jpg -------------------------------------------------------------------------------- /images/index_icon5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_icon5.jpg -------------------------------------------------------------------------------- /images/index_l1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_l1.jpg -------------------------------------------------------------------------------- /images/index_l2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_l2.jpg -------------------------------------------------------------------------------- /images/index_l3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_l3.jpg -------------------------------------------------------------------------------- /images/index_like1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_like1.jpg -------------------------------------------------------------------------------- /images/index_like2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_like2.jpg -------------------------------------------------------------------------------- /images/index_like3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_like3.jpg -------------------------------------------------------------------------------- /images/index_omc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_omc.png -------------------------------------------------------------------------------- /images/index_u1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_u1.jpg -------------------------------------------------------------------------------- /images/index_u2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_u2.jpg -------------------------------------------------------------------------------- /images/index_u3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_u3.jpg -------------------------------------------------------------------------------- /images/index_u4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_u4.jpg -------------------------------------------------------------------------------- /images/index_u5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_u5.jpg -------------------------------------------------------------------------------- /images/index_u6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_u6.jpg -------------------------------------------------------------------------------- /images/index_u7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_u7.jpg -------------------------------------------------------------------------------- /images/index_u8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_u8.jpg -------------------------------------------------------------------------------- /images/index_us1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_us1.jpg -------------------------------------------------------------------------------- /images/index_us2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_us2.jpg -------------------------------------------------------------------------------- /images/index_us3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/index_us3.jpg -------------------------------------------------------------------------------- /images/intro01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro01.jpg -------------------------------------------------------------------------------- /images/intro02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro02.jpg -------------------------------------------------------------------------------- /images/intro03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro03.jpg -------------------------------------------------------------------------------- /images/intro04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro04.jpg -------------------------------------------------------------------------------- /images/intro05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro05.jpg -------------------------------------------------------------------------------- /images/intro06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro06.jpg -------------------------------------------------------------------------------- /images/intro07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro07.jpg -------------------------------------------------------------------------------- /images/intro08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro08.jpg -------------------------------------------------------------------------------- /images/intro09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro09.jpg -------------------------------------------------------------------------------- /images/intro10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro10.jpg -------------------------------------------------------------------------------- /images/intro11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro11.jpg -------------------------------------------------------------------------------- /images/intro12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro12.jpg -------------------------------------------------------------------------------- /images/intro13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro13.jpg -------------------------------------------------------------------------------- /images/intro14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro14.jpg -------------------------------------------------------------------------------- /images/intro15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro15.jpg -------------------------------------------------------------------------------- /images/intro16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro16.jpg -------------------------------------------------------------------------------- /images/intro_banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/intro_banner.jpg -------------------------------------------------------------------------------- /images/left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/left.gif -------------------------------------------------------------------------------- /images/lx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/lx.jpg -------------------------------------------------------------------------------- /images/m_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/m_01.jpg -------------------------------------------------------------------------------- /images/m_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/m_02.jpg -------------------------------------------------------------------------------- /images/m_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/m_03.jpg -------------------------------------------------------------------------------- /images/m_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/m_04.jpg -------------------------------------------------------------------------------- /images/m_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/m_06.jpg -------------------------------------------------------------------------------- /images/m_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/m_07.png -------------------------------------------------------------------------------- /images/sR-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-bg.png -------------------------------------------------------------------------------- /images/sR-bg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-bg1.png -------------------------------------------------------------------------------- /images/sR-bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-bg2.jpg -------------------------------------------------------------------------------- /images/sR-buzhou1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-buzhou1.jpg -------------------------------------------------------------------------------- /images/sR-buzhou2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-buzhou2.jpg -------------------------------------------------------------------------------- /images/sR-buzhou3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-buzhou3.jpg -------------------------------------------------------------------------------- /images/sR-buzhou4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-buzhou4.jpg -------------------------------------------------------------------------------- /images/sR-buzhou5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-buzhou5.jpg -------------------------------------------------------------------------------- /images/sR-icon-ttq (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-icon-ttq (1).png -------------------------------------------------------------------------------- /images/sR-icon-ttq (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-icon-ttq (2).png -------------------------------------------------------------------------------- /images/sR-icon-ttq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-icon-ttq.png -------------------------------------------------------------------------------- /images/sR-img01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-img01.png -------------------------------------------------------------------------------- /images/sR-img02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-img02.png -------------------------------------------------------------------------------- /images/sR-img03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-img03.png -------------------------------------------------------------------------------- /images/sR-img04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-img04.png -------------------------------------------------------------------------------- /images/sR-img05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-img05.png -------------------------------------------------------------------------------- /images/sR-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-logo.png -------------------------------------------------------------------------------- /images/sR-product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-product.png -------------------------------------------------------------------------------- /images/sR-touxiang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-touxiang.png -------------------------------------------------------------------------------- /images/sR-touxiang1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-touxiang1.png -------------------------------------------------------------------------------- /images/sR-touxiang3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-touxiang3.png -------------------------------------------------------------------------------- /images/sR-touxiang4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-touxiang4.png -------------------------------------------------------------------------------- /images/sR-touxiang5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-touxiang5.png -------------------------------------------------------------------------------- /images/sR-touxiang6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-touxiang6.png -------------------------------------------------------------------------------- /images/sR-touxiang7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-touxiang7.png -------------------------------------------------------------------------------- /images/sR-touxiang8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sR-touxiang8.png -------------------------------------------------------------------------------- /images/s_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_banner.png -------------------------------------------------------------------------------- /images/s_c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_c1.jpg -------------------------------------------------------------------------------- /images/s_c1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_c1.png -------------------------------------------------------------------------------- /images/s_c2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_c2.png -------------------------------------------------------------------------------- /images/s_c3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_c3.png -------------------------------------------------------------------------------- /images/s_c4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_c4.png -------------------------------------------------------------------------------- /images/s_c5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_c5.png -------------------------------------------------------------------------------- /images/s_c6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_c6.png -------------------------------------------------------------------------------- /images/s_c7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_c7.png -------------------------------------------------------------------------------- /images/s_c8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_c8.png -------------------------------------------------------------------------------- /images/s_c9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_c9.png -------------------------------------------------------------------------------- /images/s_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_logo.jpg -------------------------------------------------------------------------------- /images/s_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/s_w.png -------------------------------------------------------------------------------- /images/sort_img01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img01.jpg -------------------------------------------------------------------------------- /images/sort_img02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img02.jpg -------------------------------------------------------------------------------- /images/sort_img03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img03.jpg -------------------------------------------------------------------------------- /images/sort_img04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img04.jpg -------------------------------------------------------------------------------- /images/sort_img05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img05.jpg -------------------------------------------------------------------------------- /images/sort_img06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img06.jpg -------------------------------------------------------------------------------- /images/sort_img07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img07.jpg -------------------------------------------------------------------------------- /images/sort_img08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img08.jpg -------------------------------------------------------------------------------- /images/sort_img09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img09.jpg -------------------------------------------------------------------------------- /images/sort_img10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img10.jpg -------------------------------------------------------------------------------- /images/sort_img11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img11.jpg -------------------------------------------------------------------------------- /images/sort_img12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img12.jpg -------------------------------------------------------------------------------- /images/sort_img13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img13.jpg -------------------------------------------------------------------------------- /images/sort_img14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img14.jpg -------------------------------------------------------------------------------- /images/sort_img15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img15.jpg -------------------------------------------------------------------------------- /images/sort_img16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img16.jpg -------------------------------------------------------------------------------- /images/sort_img17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img17.jpg -------------------------------------------------------------------------------- /images/sort_img18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img18.jpg -------------------------------------------------------------------------------- /images/sort_img19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img19.jpg -------------------------------------------------------------------------------- /images/sort_img20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img20.jpg -------------------------------------------------------------------------------- /images/sort_img21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img21.jpg -------------------------------------------------------------------------------- /images/sort_img22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/sort_img22.jpg -------------------------------------------------------------------------------- /images/top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/top.gif -------------------------------------------------------------------------------- /images/u_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/u_2.png -------------------------------------------------------------------------------- /images/u_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/u_back.png -------------------------------------------------------------------------------- /images/u_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/u_more.png -------------------------------------------------------------------------------- /images/u_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/u_star.png -------------------------------------------------------------------------------- /images/uploading3-01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NewCoder798/omycake/0c91dfd0438268b8e99fadf974d2d354365da8b1/images/uploading3-01.jpg -------------------------------------------------------------------------------- /images/uploading3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 发布作品 11 | 12 | 13 |
14 | 15 |
16 | 17 |

发布作品

18 |
19 | 20 |
21 |

22 | 23 | 上传成品图 24 | 25 |

26 |
27 | 28 |

美美的作品需要留念

29 |
30 |

31 | 32 | 添加作品标题 33 | 34 |

35 |
36 | 37 | 38 |
39 |

40 | 41 | 介绍你的作品 42 | 43 |

44 | 45 | 46 |
47 |
48 | 49 | 50 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | omycake首页 8 | 9 | 10 | 11 | 15 | 16 | 17 | 18 |
19 | 󰀐 20 |

21 | 22 |
23 | 24 | 35 | 36 | 43 | 44 | 49 | 50 | 72 | 73 |
74 | 75 |

猜你喜欢

76 | 77 |
78 |
79 | 80 | 126 |
127 | 128 | 135 | 136 | 137 | 138 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | -------------------------------------------------------------------------------- /intro.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 推荐 8 | 12 | 13 | 14 | 15 | 16 |
17 |
18 | 19 |

推荐

20 | 21 |
22 | 23 |
24 |
    25 |
  • 26 |

    11月

    27 |

    25

    28 |
  • 29 |
  • 30 |

    25

    31 |
  • 32 |
  • 33 |

    18

    34 |
  • 35 |
  • 36 |

    11

    37 |
  • 38 |
  • 39 |

    4

    40 |
  • 41 |
  • 42 |

    10月

    43 |

    28

    44 |
  • 45 |
  • 46 |

    21

    47 |
  • 48 |
  • 49 |

    14

    50 |
  • 51 |
  • 52 |

    7

    53 |
  • 54 |
  • 55 |

    09月

    56 |

    30

    57 |
  • 58 |
59 |
60 | 61 | 62 |
63 |

蔓越莓曲奇饼干

64 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

65 |
66 |
67 | 68 | 69 |
70 |

蔓越莓曲奇饼干

71 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

72 |
73 |
74 | 75 | 76 |
77 |

蔓越莓曲奇饼干

78 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

79 |
80 |
81 | 82 | 83 |
84 |

蔓越莓曲奇饼干

85 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

86 |
87 |
88 | 89 | 90 |
91 |

蔓越莓曲奇饼干

92 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

93 |
94 |
95 | 96 | 97 |
98 |

蔓越莓曲奇饼干

99 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

100 |
101 |
102 | 103 | 104 |
105 |

蔓越莓曲奇饼干

106 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

107 |
108 |
109 | 110 | 111 |
112 |

蔓越莓曲奇饼干

113 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

114 |
115 |
116 | 117 | 118 |
119 |

蔓越莓曲奇饼干

120 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

121 |
122 |
123 | 124 | 125 |
126 |

蔓越莓曲奇饼干

127 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

128 |
129 |
130 | 131 | 132 |
133 |

蔓越莓曲奇饼干

134 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

135 |
136 |
137 | 138 | 139 |
140 |

蔓越莓曲奇饼干

141 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

142 |
143 |
144 | 145 | 146 |
147 |

蔓越莓曲奇饼干

148 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

149 |
150 |
151 | 152 | 153 |
154 |

蔓越莓曲奇饼干

155 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

156 |
157 |
158 | 159 | 160 |
161 |

蔓越莓曲奇饼干

162 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

163 |
164 |
165 | 166 | 167 |
168 |

蔓越莓曲奇饼干

169 |

我有一只慵懒的猫咪,某年某月某日,偷吃了一片小熊饼干,从此厌烦了沙丁鱼的鲜美。我有一只慵懒的猫咪,最喜欢对我说,太阳下静坐的你,美丽得像一颗闪闪发光的仙人掌

170 |
171 |
172 |
173 |
174 |
175 |
176 | 177 | 178 | 193 | -------------------------------------------------------------------------------- /js/html5shiv.js: -------------------------------------------------------------------------------- 1 | // JavaScript Document 2 | /** 3 | * @preserve HTML5 Shiv 3.7.2 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed 4 | */ 5 | !function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.2",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b)}(this,document); -------------------------------------------------------------------------------- /js/intro.js: -------------------------------------------------------------------------------- 1 | //window.onload=function(){ 2 | // var imgs = document.getElementById("pics").getElementsByTagName("a"); 3 | // var ps = document.getElementById("pics").getElementsByTagName("div"); 4 | // var mask = document.getElementById("msk"); 5 | // for(var i =0 ;i #mq-test-1 { width: 42px; }',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.document)}(this),function(a){"use strict";function b(){u(!0)}var c={};a.respond=c,c.update=function(){};var d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}(),f=function(a,b){var c=e();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))};if(c.ajax=f,c.queue=d,c.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,maxw:/\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/},c.mediaQueriesSupported=a.matchMedia&&null!==a.matchMedia("only all")&&a.matchMedia("only all").matches,!c.mediaQueriesSupported){var g,h,i,j=a.document,k=j.documentElement,l=[],m=[],n=[],o={},p=30,q=j.getElementsByTagName("head")[0]||k,r=j.getElementsByTagName("base")[0],s=q.getElementsByTagName("link"),t=function(){var a,b=j.createElement("div"),c=j.body,d=k.style.fontSize,e=c&&c.style.fontSize,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",c||(c=f=j.createElement("body"),c.style.background="none"),k.style.fontSize="100%",c.style.fontSize="100%",c.appendChild(b),f&&k.insertBefore(c,k.firstChild),a=b.offsetWidth,f?k.removeChild(c):c.removeChild(b),k.style.fontSize=d,e&&(c.style.fontSize=e),a=i=parseFloat(a)},u=function(b){var c="clientWidth",d=k[c],e="CSS1Compat"===j.compatMode&&d||j.body[c]||d,f={},o=s[s.length-1],r=(new Date).getTime();if(b&&g&&p>r-g)return a.clearTimeout(h),h=a.setTimeout(u,p),void 0;g=r;for(var v in l)if(l.hasOwnProperty(v)){var w=l[v],x=w.minw,y=w.maxw,z=null===x,A=null===y,B="em";x&&(x=parseFloat(x)*(x.indexOf(B)>-1?i||t():1)),y&&(y=parseFloat(y)*(y.indexOf(B)>-1?i||t():1)),w.hasquery&&(z&&A||!(z||e>=x)||!(A||y>=e))||(f[w.media]||(f[w.media]=[]),f[w.media].push(m[w.rules]))}for(var C in n)n.hasOwnProperty(C)&&n[C]&&n[C].parentNode===q&&q.removeChild(n[C]);n.length=0;for(var D in f)if(f.hasOwnProperty(D)){var E=j.createElement("style"),F=f[D].join("\n");E.type="text/css",E.media=D,q.insertBefore(E,o.nextSibling),E.styleSheet?E.styleSheet.cssText=F:E.appendChild(j.createTextNode(F)),n.push(E)}},v=function(a,b,d){var e=a.replace(c.regex.keyframes,"").match(c.regex.media),f=e&&e.length||0;b=b.substring(0,b.lastIndexOf("/"));var g=function(a){return a.replace(c.regex.urls,"$1"+b+"$2$3")},h=!f&&d;b.length&&(b+="/"),h&&(f=1);for(var i=0;f>i;i++){var j,k,n,o;h?(j=d,m.push(g(a))):(j=e[i].match(c.regex.findStyles)&&RegExp.$1,m.push(RegExp.$2&&g(RegExp.$2))),n=j.split(","),o=n.length;for(var p=0;o>p;p++)k=n[p],l.push({media:k.split("(")[0].match(c.regex.only)&&RegExp.$2||"all",rules:m.length-1,hasquery:k.indexOf("(")>-1,minw:k.match(c.regex.minw)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:k.match(c.regex.maxw)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}u()},w=function(){if(d.length){var b=d.shift();f(b.href,function(c){v(c,b.href,b.media),o[b.href]=!0,a.setTimeout(function(){w()},0)})}},x=function(){for(var b=0;bdiv").eq(1).hide(); 3 | $(".tabli").children().click(function(){ 4 | $(this).addClass("on").siblings().removeClass("on"); 5 | var index=$(this).index(); 6 | $(".tabbott>div").eq(index).show().siblings("div").hide(); 7 | }) 8 | }); 9 | -------------------------------------------------------------------------------- /login.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 登陆 8 | 9 | 10 | 14 | 15 | 16 | 17 | 32 | 33 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /memenber.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 个人中心 9 | 10 | 11 | 15 | 16 | 17 | 18 |
19 |
20 | 21 |

个人中心

22 | 23 |
24 | 48 |
49 |
50 | 发布5 51 | 收藏6 52 |
53 | 117 |
118 | 125 |
126 | 127 | 128 | 129 | 130 | -------------------------------------------------------------------------------- /register.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 注册 8 | 9 | 10 | 14 | 15 | 16 | 17 |
18 |

19 | 20 |
21 |

22 |

23 |

24 |

25 |

26 |
27 | 28 |
29 |

—————第三方账号登录—————

30 |

󰂼

31 |
32 |
33 | 34 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /sRdetail.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 甜甜圈详情 8 | 9 | 10 | 11 | 15 | 16 | 17 | 18 |
19 | 20 |
21 | 22 | 23 |
24 | 25 |
26 | 27 |

乖乖女16.11.02 21:00

28 |
29 | 30 |
31 | 32 |

自制奶油巧克力蛋糕

33 |
34 | 35 |

没事喜欢自己做一些简单的甜品,给生活增添一些乐趣。 36 | 这是新做的奶油草莓蛋糕,味道还不错,和大家分享一下。 37 | 这么有个性的甜品相信你也一定想试试吧,云朵般轻盈的口 38 | 感,绝对不会让你失望的哦!

39 | 40 |
41 |

材料清单

42 |
    43 |
  • 鸡蛋3个
  • 44 |
  • 低筋粉50g
  • 45 |
  • 玉米油30g
  • 46 |
  • 纯牛奶35g
  • 47 |
  • 细砂糖110g
  • 48 |
  • 淡奶油580g
  • 49 |
  • 草莓适量
  • 50 |
  • 草莓巧克力80g
  • 51 |
52 |
53 | 54 |
55 |

制作步骤

56 |
57 | 58 |

蛋黄蛋清分离,蛋黄加入纯牛奶和玉米油,打蛋器搅打均匀,筛入低粉

59 | 60 |
61 |
62 | 63 |

60克细砂糖分三次加入蛋清中打发,搅打至干性发泡,出现短小的尖角.

64 | 65 |
66 |
67 | 68 |

取1/3的蛋白加入蛋黄糊里拌匀倒入一个六寸和一个四寸的模具中,放入烤箱中下层150度烤制45分钟。

69 | 70 |
71 |
72 | 73 |

抹好奶油的蛋糕,放入冰箱冷藏30分钟以上80克淡奶油小火加热至冒小泡加入草莓巧克力搅拌融化即成巧克力。

74 | 75 |
76 |
77 | 78 |

用勺子勺出巧克力淋在蛋糕边缘上,让巧克力自然流下,再装饰上草莓即可。

79 | 80 |
81 |
82 | 83 |
84 |

小厨们的评论

85 |
86 |
87 | 88 |

G大调的悲伤16.11.21 17:00

89 | 回复 90 |
91 |

世界从来不缺少美,缺少的是创造美的技能!当我们不断 92 | 站在甜品店蛋糕店抹口水的时候你是否想到,这些蛋糕也 93 | 是人们做出来的,为啥我们自己不阔以呢?看着就很有食 94 | 欲,自己试了试,虽然外观没有那么漂亮,但是味道还是 95 | 不错的。 96 |

97 |

瑶瑶:说的不错,我有时间也试试。

98 |

一只稻草人:人要不断尝试,不断进步。

99 | 查看全部评论 100 |
101 |
102 |
103 | 104 |

彩虹直至黑白16.11.20 21:12

105 | 回复 106 |
107 |

不要总是说美食都是大厨做出来的,其实我们自己在家也 108 | 可以做出各种美食。干净卫生,方便且美味。世界从来不 109 | 缺少美,缺少的是创造美的技能!当我们不断站在甜品店 110 | 蛋糕店抹口水的时候你是否想到,这些蛋糕也是人们做出 111 | 来的,为啥我们自己不阔以呢?看着就很有食欲,自己试 112 | 了试,虽然外观没有那么漂亮,但是味道还是不错的。 113 |

114 |

小檬:说的不错,我有时间也试试。

115 |

一只稻草人:人要不断尝试,不断进步。

116 | 查看全部评论 117 |
118 |
119 |
120 | 121 | 136 | 137 | -------------------------------------------------------------------------------- /search.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 14 | 15 | 16 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /select.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 精选 8 | 12 | 13 | 14 | 15 | 16 | 17 | 31 | 32 | -------------------------------------------------------------------------------- /set.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 设置 8 | 9 | 10 | 14 | 15 | 16 |
17 | 18 |
19 | 20 |

设置

21 | 22 |
23 | 24 |
25 |

账号管理

26 |

隐私设置

27 |

关于我们

28 |

意见反馈

29 |

清除缓存1.06MB

30 |

退出登录

31 |
32 | 33 |
34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /sort_cake.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 奶油蛋糕 8 | 12 | 13 | 14 | 15 | 16 |
17 |
18 | 19 |

奶油蛋糕

20 | 21 |
22 |
23 |
24 |
25 |
樱桃奶油蛋糕
26 |
27 |

28 | 29 | 1.04K 30 |

31 |

32 | 33 | 946 34 |

35 |
36 |
37 |
38 |
39 |
巧克力奶油蛋糕
40 |
41 |

42 | 43 | 1.04K 44 |

45 |

46 | 47 | 946 48 |

49 |
50 |
51 |
52 |
53 |
夹心奶油蛋糕
54 |
55 |

56 | 57 | 1.04K 58 |

59 |

60 | 61 | 946 62 |

63 |
64 |
65 |
66 |
67 |
芝士奶油蛋糕
68 |
69 |

70 | 71 | 1.04K 72 |

73 |

74 | 75 | 946 76 |

77 |
78 |
79 |
80 |
81 |
冰激凌奶油蛋糕
82 |
83 |

84 | 85 | 1.04K 86 |

87 |

88 | 89 | 946 90 |

91 |
92 |
93 |
94 |
95 |
鲜花奶油蛋糕
96 |
97 |

98 | 99 | 1.04K 100 |

101 |

102 | 103 | 946 104 |

105 |
106 |
107 |
108 | 109 | 116 |
117 | 118 | 133 | -------------------------------------------------------------------------------- /sort_cookie.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 水果沙拉 8 | 9 | 13 | 14 | 15 | 16 | 17 | 117 | 118 | 119 | -------------------------------------------------------------------------------- /sort_fruit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 水果沙拉 8 | 9 | 13 | 14 | 15 | 16 | 17 |
18 |
19 | 20 |

水果沙拉

21 | 22 |
23 |
24 |
25 |
26 |
蔬菜水果沙拉
27 |
28 |

29 | 30 | 1.04K 31 |

32 |

33 | 34 | 946 35 |

36 |
37 |
38 |
39 |
40 |
火龙果沙拉
41 |
42 |

43 | 44 | 1.04K 45 |

46 |

47 | 48 | 946 49 |

50 |
51 |
52 |
53 |
54 |
番茄水果沙拉
55 |
56 |

57 | 58 | 1.04K 59 |

60 |

61 | 62 | 946 63 |

64 |
65 |
66 |
67 |
68 |
蔬菜水果沙拉
69 |
70 |

71 | 72 | 1.04K 73 |

74 |

75 | 76 | 946 77 |

78 |
79 |
80 |
81 |
82 |
草莓水果沙拉
83 |
84 |

85 | 86 | 1.04K 87 |

88 |

89 | 90 | 946 91 |

92 |
93 |
94 |
95 |
96 |
蔬菜水果沙拉
97 |
98 |

99 | 100 | 1.04K 101 |

102 |

103 | 104 | 946 105 |

106 |
107 |
108 |
109 | 110 | 117 | 118 |
119 | 120 | 121 | -------------------------------------------------------------------------------- /sort_juice.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 果汁 8 | 12 | 13 | 14 | 15 | 16 |
17 |
18 | 19 |

果汁

20 | 21 |
22 |
23 |
24 |
25 |
山楂果汁
26 |
27 |

28 | 29 | 1.04K 30 |

31 |

32 | 33 | 946 34 |

35 |
36 |
37 |
38 |
39 |
黄瓜汁
40 |
41 |

42 | 43 | 1.04K 44 |

45 |

46 | 47 | 946 48 |

49 |
50 |
51 |
52 |
53 |
绿柠檬果汁
54 |
55 |

56 | 57 | 1.04K 58 |

59 |

60 | 61 | 946 62 |

63 |
64 |
65 |
66 |
67 |
清爽薄荷果汁
68 |
69 |

70 | 71 | 1.04K 72 |

73 |

74 | 75 | 946 76 |

77 |
78 |
79 |
80 |
81 |
柠檬果汁
82 |
83 |

84 | 85 | 1.04K 86 |

87 |

88 | 89 | 946 90 |

91 |
92 |
93 |
94 |
95 |
桔子果汁
96 |
97 |

98 | 99 | 1.04K 100 |

101 |

102 | 103 | 946 104 |

105 |
106 |
107 |
108 | 109 | 116 | 117 |
118 | 119 | 134 | -------------------------------------------------------------------------------- /sweetRing.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 甜甜圈 8 | 9 | 10 | 14 | 15 | 16 | 17 |
18 | 19 |
20 | 21 |

甜甜圈

22 | 23 |
24 | 25 | 31 |
32 | 33 |
34 |
35 |
36 | 37 |

甄先生 8911.21 17:00

38 | +关注 39 |
40 | 41 |

亲自制作的小甜点,欢迎围观!

42 |

43 | 28 44 | 136 45 | 66 46 |

47 |
48 |
49 |
50 | 51 |

不听话的可乐g 6211.21 08:00

52 | +关注 53 |
54 | 55 |

健康美味!

56 |

57 | 31 58 | 166 59 | 98 60 |

61 |
62 |
63 |
64 | 65 |

阳光透过指尖 53611.20 13:00

66 | +关注 67 |
68 | 69 |

我今天的劳动成果,一起分享!

70 |

71 | 88 72 | 46 73 | 66 74 |

75 |
76 |
77 |
78 | 79 |

醉成你的模样 5411.20 20:00

80 | +关注 81 |
82 | 83 |

想吃遍世界上所有的美味!

84 |

85 | 82 86 | 336 87 | 66 88 |

89 |
90 |
91 |
92 | 93 |

倾听幸福的低语 12211.19 08:30

94 | +关注 95 |
96 | 97 |

美味要与人分享才更快乐!

98 |

99 | 64 100 | 86 101 | 126 102 |

103 |
104 |
105 | 106 |
107 |
108 |
109 | 110 |

甄先生 8911.21 17:00

111 | 已关注 112 |
113 | 114 |

亲自制作的小甜点,欢迎围观!

115 |

116 | 28 117 | 136 118 | 66 119 |

120 |
121 |
122 |
123 | 124 |

甄先生 8911.21 17:00

125 | 已关注 126 |
127 | 128 |

亲自制作的小甜点,欢迎围观!

129 |

130 | 28 131 | 136 132 | 66 133 |

134 |
135 |
136 |
137 | 138 |

甄先生 8911.21 17:00

139 | 已关注 140 |
141 | 142 |

亲自制作的小甜点,欢迎围观!

143 |

144 | 28 145 | 136 146 | 66 147 |

148 |
149 |
150 |
151 | 152 | 159 |
160 | 161 | 162 | 163 | 164 | 165 | -------------------------------------------------------------------------------- /uploading1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | oh my cake-上传第一步 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 19 | 20 |
21 | 22 | 23 |
24 | 25 |

上传作品

26 | 27 |
28 | 29 | 30 |
31 |

上传原材料

32 |
33 | 34 |

传上原材料的大合照吧!

35 |
36 | 37 | 38 |

添加食材

39 |
40 |
41 |
42 |
43 | 点击继续添加食材 44 | 45 |
46 |
47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /uploading2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | oh my cake-上传第二步 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 19 | 20 |
21 | 22 | 23 |
24 | 25 |

上传步骤

26 | 27 |
28 | 29 |
30 | 31 | 32 |
33 |

34 |
35 | 36 | 37 |
38 |

39 | 点击添加下一步 40 |

41 |
42 |
43 | 44 |
45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /uploading3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 发布作品 11 | 12 | 13 |
14 | 15 |
16 | 17 |

发布作品

18 |
19 | 20 |
21 |

22 | 23 | 上传成品图 24 | 25 |

26 |
27 | 28 |

美美的作品需要留念

29 |
30 |

31 | 32 | 添加作品标题 33 | 34 |

35 |
36 | 37 | 38 |
39 |

40 | 41 | 介绍你的作品 42 | 43 |

44 | 45 | 46 |
47 |
48 | 49 | 50 | --------------------------------------------------------------------------------