From b0eeb296d3ac20f9b5fb43d7cd9ed7df482a8b47 Mon Sep 17 00:00:00 2001 From: wangxinglong <2371974647@qq.com> Date: Thu, 20 Jan 2022 19:39:57 +0800 Subject: [PATCH] setter --- app/traits/CouponMainTrait.php | 2 +- public/static/css/about_us.css | 54 - public/static/css/about_us.css.map | 1 - public/static/css/about_us.less | 55 - public/static/css/animate.min.css | 6 + public/static/css/auction.css | 204 - public/static/css/auction.css.map | 1 - public/static/css/auction.less | 243 -- public/static/css/auction_details.css | 338 -- public/static/css/auction_details.css.map | 1 - public/static/css/auction_details.less | 404 -- public/static/css/base.css | 127 + .../css/classification_of_shopping_mall.css | 191 - .../classification_of_shopping_mall.css.map | 1 - .../css/classification_of_shopping_mall.less | 224 - public/static/css/contact_us.css | 58 - public/static/css/contact_us.css.map | 1 - public/static/css/contact_us.less | 70 - public/static/css/datouwang.com.css | 96 + public/static/css/dtc.css | 144 - public/static/css/dtc.css.map | 1 - public/static/css/dtc.less | 166 - public/static/css/event.css | 212 - public/static/css/event.css.map | 1 - public/static/css/event.less | 254 -- public/static/css/index.css | 261 -- public/static/css/index.css.map | 1 - public/static/css/index.less | 292 -- public/static/css/list_of_shopping_malls.css | 250 -- .../static/css/list_of_shopping_malls.css.map | 1 - public/static/css/list_of_shopping_malls.less | 299 -- public/static/css/magnifier.css | 145 - public/static/css/mall_details.css | 223 - public/static/css/mall_details.css.map | 1 - public/static/css/mall_details.less | 273 -- .../static/css/personal/bid_winning_list.css | 85 - .../css/personal/bid_winning_list.css.map | 1 - .../static/css/personal/bid_winning_list.less | 92 - public/static/css/personal/bond.css | 164 - public/static/css/personal/bond.css.map | 1 - public/static/css/personal/bond.less | 184 - public/static/css/personal/edit_user_info.css | 172 - .../css/personal/edit_user_info.css.map | 1 - .../static/css/personal/edit_user_info.less | 210 - public/static/css/personal/login_register.css | 136 - .../css/personal/login_register.css.map | 1 - .../static/css/personal/login_register.less | 151 - public/static/css/personal/my_order.css | 80 - public/static/css/personal/my_order.css.map | 1 - public/static/css/personal/my_order.less | 87 - .../static/css/personal/personal_center.css | 277 -- .../css/personal/personal_center.css.map | 1 - .../static/css/personal/personal_center.less | 317 -- .../static/css/personal/personal_public.css | 100 - .../css/personal/personal_public.css.map | 1 - .../static/css/personal/personal_public.less | 120 - public/static/css/personal/product_follow.css | 109 - .../css/personal/product_follow.css.map | 1 - .../static/css/personal/product_follow.less | 128 - public/static/css/personal/real_name.css | 69 - public/static/css/personal/real_name.css.map | 1 - public/static/css/personal/real_name.less | 79 - public/static/css/personal/shopping_cart.css | 257 -- .../static/css/personal/shopping_cart.css.map | 1 - public/static/css/personal/shopping_cart.less | 303 -- public/static/css/public.css | 229 -- public/static/css/public.css.map | 1 - public/static/css/public.less | 273 -- public/static/css/purchase.css | 137 - public/static/css/purchase.css.map | 1 - public/static/css/purchase.less | 165 - public/static/css/special_session.css | 293 -- public/static/css/special_session.css.map | 1 - public/static/css/special_session.less | 348 -- public/static/css/style.css | 76 + public/static/css/swiper.min.css | 25 +- public/static/js/javascript.js | 75 + public/static/js/jquery.min.js | 3652 +++++++++++++++++ public/static/js/jquery.qrcode.min.js | 677 +++ public/static/js/qrcode.min.js | 467 ++- public/static/js/swiper.animate1.0.3.min.js | 3 + public/static/manager/js/business_circle.js | 2 +- view/manager/business_circle/index.html | 1 + view/page/screen.html | 140 +- 84 files changed, 5323 insertions(+), 8974 deletions(-) delete mode 100644 public/static/css/about_us.css delete mode 100644 public/static/css/about_us.css.map delete mode 100644 public/static/css/about_us.less create mode 100644 public/static/css/animate.min.css delete mode 100644 public/static/css/auction.css delete mode 100644 public/static/css/auction.css.map delete mode 100644 public/static/css/auction.less delete mode 100644 public/static/css/auction_details.css delete mode 100644 public/static/css/auction_details.css.map delete mode 100644 public/static/css/auction_details.less create mode 100644 public/static/css/base.css delete mode 100644 public/static/css/classification_of_shopping_mall.css delete mode 100644 public/static/css/classification_of_shopping_mall.css.map delete mode 100644 public/static/css/classification_of_shopping_mall.less delete mode 100644 public/static/css/contact_us.css delete mode 100644 public/static/css/contact_us.css.map delete mode 100644 public/static/css/contact_us.less create mode 100644 public/static/css/datouwang.com.css delete mode 100644 public/static/css/dtc.css delete mode 100644 public/static/css/dtc.css.map delete mode 100644 public/static/css/dtc.less delete mode 100644 public/static/css/event.css delete mode 100644 public/static/css/event.css.map delete mode 100644 public/static/css/event.less delete mode 100644 public/static/css/index.css delete mode 100644 public/static/css/index.css.map delete mode 100644 public/static/css/index.less delete mode 100644 public/static/css/list_of_shopping_malls.css delete mode 100644 public/static/css/list_of_shopping_malls.css.map delete mode 100644 public/static/css/list_of_shopping_malls.less delete mode 100644 public/static/css/magnifier.css delete mode 100644 public/static/css/mall_details.css delete mode 100644 public/static/css/mall_details.css.map delete mode 100644 public/static/css/mall_details.less delete mode 100644 public/static/css/personal/bid_winning_list.css delete mode 100644 public/static/css/personal/bid_winning_list.css.map delete mode 100644 public/static/css/personal/bid_winning_list.less delete mode 100644 public/static/css/personal/bond.css delete mode 100644 public/static/css/personal/bond.css.map delete mode 100644 public/static/css/personal/bond.less delete mode 100644 public/static/css/personal/edit_user_info.css delete mode 100644 public/static/css/personal/edit_user_info.css.map delete mode 100644 public/static/css/personal/edit_user_info.less delete mode 100644 public/static/css/personal/login_register.css delete mode 100644 public/static/css/personal/login_register.css.map delete mode 100644 public/static/css/personal/login_register.less delete mode 100644 public/static/css/personal/my_order.css delete mode 100644 public/static/css/personal/my_order.css.map delete mode 100644 public/static/css/personal/my_order.less delete mode 100644 public/static/css/personal/personal_center.css delete mode 100644 public/static/css/personal/personal_center.css.map delete mode 100644 public/static/css/personal/personal_center.less delete mode 100644 public/static/css/personal/personal_public.css delete mode 100644 public/static/css/personal/personal_public.css.map delete mode 100644 public/static/css/personal/personal_public.less delete mode 100644 public/static/css/personal/product_follow.css delete mode 100644 public/static/css/personal/product_follow.css.map delete mode 100644 public/static/css/personal/product_follow.less delete mode 100644 public/static/css/personal/real_name.css delete mode 100644 public/static/css/personal/real_name.css.map delete mode 100644 public/static/css/personal/real_name.less delete mode 100644 public/static/css/personal/shopping_cart.css delete mode 100644 public/static/css/personal/shopping_cart.css.map delete mode 100644 public/static/css/personal/shopping_cart.less delete mode 100644 public/static/css/public.css delete mode 100644 public/static/css/public.css.map delete mode 100644 public/static/css/public.less delete mode 100644 public/static/css/purchase.css delete mode 100644 public/static/css/purchase.css.map delete mode 100644 public/static/css/purchase.less delete mode 100644 public/static/css/special_session.css delete mode 100644 public/static/css/special_session.css.map delete mode 100644 public/static/css/special_session.less create mode 100644 public/static/css/style.css create mode 100644 public/static/js/javascript.js create mode 100644 public/static/js/jquery.min.js create mode 100644 public/static/js/jquery.qrcode.min.js create mode 100644 public/static/js/swiper.animate1.0.3.min.js diff --git a/app/traits/CouponMainTrait.php b/app/traits/CouponMainTrait.php index 9cafbc4..688a2b9 100644 --- a/app/traits/CouponMainTrait.php +++ b/app/traits/CouponMainTrait.php @@ -266,7 +266,7 @@ trait CouponMainTrait ->join("business b" ,"a.business_code = b.code") ->where("b.business_circle_id",$circle_id) ->where($whereMap) - ->field("a.business_code,a.id,a.image_url") + ->field("a.business_code,a.id,a.image_url,a.name,b.business_name") ->order("a.id desc") ->select() ->toArray(); diff --git a/public/static/css/about_us.css b/public/static/css/about_us.css deleted file mode 100644 index aad3183..0000000 --- a/public/static/css/about_us.css +++ /dev/null @@ -1,54 +0,0 @@ -.info_wrow { - margin: 50px auto; -} -.info_wrow .left_btn { - width: 200px; - border: 14px solid #dfdfdf; - float: left; - background: white; - padding-bottom: 300px; -} -.info_wrow .left_btn .btn { - width: 200px; - height: 70px; - line-height: 70px; - font-size: 18px; - color: #333333; - text-align: center; - background: #f5f5f5; - margin-bottom: 5px; -} -.info_wrow .left_btn .btnon { - color: white; - background: #d84848; -} -.info_wrow .btn_list div { - width: 200px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 16px; - color: #333333; - margin: 10px auto; -} -.info_wrow .btn_list div span { - margin: auto 10px; - display: inline-block; - vertical-align: middle; -} -.info_wrow .btn_list .on { - color: #d84848; -} -.info_wrow .btn_list { - display: none; -} -.info_wrow .right_info { - width: 890px; - border: 14px solid #dfdfdf; - float: right; - padding: 20px; -} -.info_wrow .right_info .info_list { - display: none; -} -/*# sourceMappingURL=about_us.css.map */ \ No newline at end of file diff --git a/public/static/css/about_us.css.map b/public/static/css/about_us.css.map deleted file mode 100644 index ac36ce1..0000000 --- a/public/static/css/about_us.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["about_us.less"],"names":[],"mappings":"AAAA;EAEE,iBAAA;;AAFF,UAGE;EACE,YAAA;EACA,0BAAA;EACA,WAAA;EACA,iBAAA;EACA,qBAAA;;AARJ,UAUE,UAAU;EACR,YAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,kBAAA;EACA,mBAAA;EACA,kBAAA;;AAlBJ,UAoBE,UAAU;EACR,YAAA;EACA,mBAAA;;AAtBJ,UAwBE,UAAU;EACR,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,iBAAA;;AA/BJ,UAiCE,UAAU,IAAI;EACZ,iBAAA;EACA,qBAAA;EACA,sBAAA;;AApCJ,UAsCE,UAAW;EACT,cAAA;;AAvCJ,UAyCE;EACE,aAAA;;AA1CJ,UA6CE;EACE,YAAA;EACA,0BAAA;EACA,YAAA;EACA,aAAA;;AAjDJ,UAmDE,YAAY;EACV,aAAA","file":"about_us.css"} \ No newline at end of file diff --git a/public/static/css/about_us.less b/public/static/css/about_us.less deleted file mode 100644 index 868ebfd..0000000 --- a/public/static/css/about_us.less +++ /dev/null @@ -1,55 +0,0 @@ -.info_wrow { - - margin: 50px auto; - .left_btn{ - width: 200px; - border: 14px solid #dfdfdf; - float: left; - background: white; - padding-bottom: 300px; - } - .left_btn .btn{ - width: 200px; - height: 70px; - line-height: 70px; - font-size: 18px; - color: #333333; - text-align: center; - background: #f5f5f5; - margin-bottom: 5px; - } - .left_btn .btnon{ - color: white; - background: #d84848; - } - .btn_list div{ - width: 200px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 16px; - color: #333333; - margin: 10px auto; - } - .btn_list div span{ - margin: auto 10px; - display: inline-block; - vertical-align: middle; - } - .btn_list .on{ - color: #d84848; - } - .btn_list { - display: none; - } - - .right_info{ - width: 890px; - border: 14px solid #dfdfdf; - float: right; - padding: 20px; - } - .right_info .info_list{ - display: none; - } -} \ No newline at end of file diff --git a/public/static/css/animate.min.css b/public/static/css/animate.min.css new file mode 100644 index 0000000..bdb293c --- /dev/null +++ b/public/static/css/animate.min.css @@ -0,0 +1,6 @@ +@charset "UTF-8";/*! +Animate.css - http://daneden.me/animate +Licensed under the MIT license - http://opensource.org/licenses/MIT + +Copyright (c) 2015 Daniel Eden +*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-ms-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-ms-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);-ms-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;-ms-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-ms-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);-ms-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);-ms-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);-ms-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);-ms-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);-ms-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-ms-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-ms-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-ms-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-ms-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-ms-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);-ms-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);-ms-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);-ms-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);-ms-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);-ms-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-ms-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);-ms-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);-ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);-ms-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);-ms-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);-ms-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp} diff --git a/public/static/css/auction.css b/public/static/css/auction.css deleted file mode 100644 index dede678..0000000 --- a/public/static/css/auction.css +++ /dev/null @@ -1,204 +0,0 @@ -.banner { - margin: auto; - min-width: 1200px; -} -.banner .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: #000000 !important; - border-radius: 0; -} -.banner .banner_img { - width: 100%; -} -.banner .swiper-button-next { - width: 45px; - height: 45px; - background: url("/static/images/auction_03.png") no-repeat; - background-size: 43px 43px; - background-position: center center; -} -.banner .swiper-button-prev { - width: 45px; - height: 45px; - background: url("/static/images/auction_03_1.png") no-repeat; - background-size: 43px 43px; - background-position: center center; -} -.banner .swiper-button-prev:after, -.banner .swiper-container-rtl .swiper-button-next:after, -.banner .swiper-button-next:after, -.banner .swiper-container-rtl .swiper-button-prev:after { - content: ""; - display: none !important; -} -/* -page -*/ -#page { - margin: 20px auto; - color: #666; - display: block; - text-align: center; -} -#page li { - display: inline-block; - height: 35px; - width: 35px; - cursor: pointer; - color: #666; - font-size: 14px; - line-height: 35px; - background-color: white; - /*border: 1px solid #dce0e0;*/ - text-align: center; - margin: 0 4px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border: 1px #efefef solid; -} -.xl-nextPage, -.xl-prevPage { - min-width: 60px; - color: #0073A9; - height: 28px; -} -#page li.xl-disabled { - opacity: 0.5; - cursor: no-drop; - min-width: 50px; -} -#page li.xl-disabled:hover { - background-color: #f9f9f9 !important; - /*border: 1px solid #dce0e0 !important;*/ - color: #666 !important; -} -#page li.xl-active { - background-color: #d84848; - /*border-color: #0073A9;*/ - color: #FFF; -} -#page li:hover { - background-color: #d84848 !important; - /*border-color: #0073A9;*/ - color: #FFF; -} -#page li.xl-jumpText { - display: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(0, 0, 0, 0); - opacity: 1; - width: auto; -} -#page li.xl-jumpText:hover { - background-color: rgba(0, 0, 0, 0) !important; - border-color: rgba(0, 0, 0, 0) !important; -} -#page li.xl-jumpButton { - padding: 0 5px; - display: none; -} -#xlJumpNum { - width: 35px; - margin: 0 3px; -} -input::-webkit-outer-spin-button, -input::-webkit-inner-spin-button { - -webkit-appearance: none !important; -} -input[type="number"] { - -moz-appearance: textfield; -} -.order { - height: 40px; - line-height: 40px; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #eeeeee; -} -.order span { - margin: auto 30px auto auto; -} -.auction_row { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; -} -.auction_row .auction_list { - width: 590px; - height: 170px; - margin: 20px 0; - padding: 30px 0; - transition: 0.5s all; - position: relative; -} -.auction_row .auction_list:hover { - -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); -} -.auction_row .auction_list .img { - width: 270px; - height: 170px; - line-height: 170px; - text-align: center; - float: left; -} -.auction_row .auction_list .img img { - display: inline-block; - vertical-align: middle; - max-width: 100%; - max-height: 100%; -} -.auction_row .auction_list .info { - width: 280px; - height: 170px; - float: right; - padding: 0 20px; -} -.auction_row .auction_list .info .title { - font-size: 16px; - margin: 15px auto; - font-weight: bold; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.auction_row .auction_list .info .time_val { - font-size: 14px; - margin: 5px auto; -} -.auction_row .auction_list .info .time_val .label { - color: #999999; -} -.auction_row .auction_list .info .time_val .red { - color: #a42b2b; -} -.auction_row .auction_list .info .time_val .black { - color: #333333; -} -.auction_row .auction_list .info .btn { - font-size: 20px; - margin: 15px auto auto auto; - width: 100%; - height: 45px; - line-height: 45px; - background: #d84848; - border-radius: 5px; - text-align: center; - color: white; -} -.auction_row .auction_list .follow { - width: 100px; - height: 30px; - line-height: 30px; - font-size: 14px; - position: absolute; - top: 0; - right: 0; - text-align: center; -} -/*# sourceMappingURL=auction.css.map */ \ No newline at end of file diff --git a/public/static/css/auction.css.map b/public/static/css/auction.css.map deleted file mode 100644 index 3fcd202..0000000 --- a/public/static/css/auction.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["auction.less"],"names":[],"mappings":"AAAA;EACE,YAAA;EACA,iBAAA;;AAFF,OAIE;EACE,WAAA;EACA,WAAA;EACA,mBAAA;EACA,gBAAA;;AARJ,OAWE;EACE,WAAA;;AAZJ,OAeE;EACE,WAAA;EACA,YAAA;EAEA,gBAAgB,0CAAhB;EACA,0BAAA;EACA,kCAAA;;AArBJ,OAyBE;EACE,WAAA;EACA,YAAA;EAEA,gBAAgB,4CAAhB;EACA,0BAAA;EACA,kCAAA;;AA/BJ,OAmCE,oBAAmB;AAnCrB,OAmC6B,sBAAsB,oBAAmB;AAnCtE,OAmC8E,oBAAmB;AAnCjG,OAmCyG,sBAAsB,oBAAmB;EAC9I,SAAS,EAAT;EACA,wBAAA;;;;;AAQJ;EACE,iBAAA;EACA,WAAA;EACA,cAAA;EACA,kBAAA;;AAGF,KAAM;EACJ,qBAAA;EAEA,YAAA;EACA,WAAA;EACA,eAAA;EACA,WAAA;EACA,eAAA;EACA,iBAAA;EACA,uBAAA;;EAEA,kBAAA;EACA,aAAA;EACA,wBAAA;EACA,qBAAA;EACA,gBAAA;EAEA,yBAAA;;AAIF;AACA;EACE,eAAA;EACA,cAAA;EACA,YAAA;;AAGF,KAAM,GAAE;EACN,YAAA;EACA,eAAA;EACA,eAAA;;AAGF,KAAM,GAAE,YAAY;EAClB,yBAAA;;EAEA,WAAA;;AAGF,KAAM,GAAE;EACN,yBAAA;;EAEA,WAAA;;AAGF,KAAM,GAAE;EACN,yBAAA;;EAEA,WAAA;;AAGF,KAAM,GAAE;EACN,aAAA;EACA,kCAAA;EACA,8BAAA;EACA,UAAA;EACA,WAAA;;AAGF,KAAM,GAAE,YAAY;EAClB,kCAAA;EACA,8BAAA;;AAGF,KAAM,GAAE;EACN,cAAA;EACA,aAAA;;AAGF;EACE,WAAA;EACA,aAAA;;AAGF,KAAK;AAA6B,KAAK;EACrC,mCAAA;;AAGF,KAAK;EACH,0BAAA;;AAIF;EACE,YAAA;EACA,iBAAA;EACA,6BAAA;EACA,gCAAA;;AAJF,MAME;EACE,2BAAA;;AAKJ;EACE,aAAA;EACA,mBAAA;EACA,eAAA;EACA,8BAAA;;AAJF,YAME;EACE,YAAA;EACA,aAAA;EACA,cAAA;EACA,eAAA;EACA,oBAAA;EACA,kBAAA;;AAZJ,YAeE,cAAa;EACX,kDAAA;EACA,qDAAA;EACA,6CAAA;;AAlBJ,YAqBE,cAAc;EACZ,YAAA;EACA,aAAA;EACA,kBAAA;EACA,kBAAA;EACA,WAAA;;AA1BJ,YA6BE,cAAc,KAAK;EACjB,qBAAA;EACA,sBAAA;EACA,eAAA;EACA,gBAAA;;AAjCJ,YAoCE,cAAc;EACZ,YAAA;EACA,aAAA;EACA,YAAA;EACA,eAAA;;AAxCJ,YA2CE,cAAc,MAAM;EAClB,eAAA;EACA,iBAAA;EACA,iBAAA;EACA,gBAAA;EACA,uBAAA;EACA,oBAAA;EACA,qBAAA;EACA,4BAAA;;AAnDJ,YAsDE,cAAc,MAAM;EAClB,eAAA;EACA,gBAAA;;AAxDJ,YA4DE,cAAc,MAAM,UAAU;EAC5B,cAAA;;AA7DJ,YAgEE,cAAc,MAAM,UAAU;EAC5B,cAAA;;AAjEJ,YAoEE,cAAc,MAAM,UAAU;EAC5B,cAAA;;AArEJ,YAwEE,cAAc,MAAM;EAClB,eAAA;EACA,2BAAA;EACA,WAAA;EACA,YAAA;EACA,iBAAA;EACA,mBAAA;EACA,kBAAA;EACA,kBAAA;EACA,YAAA;;AAjFJ,YAoFE,cAAc;EACZ,YAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,kBAAA;EACA,MAAA;EACA,QAAA;EACA,kBAAA","file":"auction.css"} \ No newline at end of file diff --git a/public/static/css/auction.less b/public/static/css/auction.less deleted file mode 100644 index 650e25c..0000000 --- a/public/static/css/auction.less +++ /dev/null @@ -1,243 +0,0 @@ -.banner { - margin: auto; - min-width: 1200px; - - .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: #000000 !important; - border-radius: 0; - } - - .banner_img { - width: 100%; - } - - .swiper-button-next { - width: 45px; - height: 45px; - - background: url("/static/images/auction_03.png") no-repeat; - background-size: 43px 43px; - background-position: center center; - - } - - .swiper-button-prev { - width: 45px; - height: 45px; - - background: url("/static/images/auction_03_1.png") no-repeat; - background-size: 43px 43px; - background-position: center center; - - } - - .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { - content: ""; - display: none !important; - } -} - - -/* -page -*/ -#page { - margin: 20px auto; - color: #666; - display: block; - text-align: center; -} - -#page li { - display: inline-block; - //min-width: 50px; - height: 35px; - width: 35px; - cursor: pointer; - color: #666; - font-size: 14px; - line-height: 35px; - background-color: white; - /*border: 1px solid #dce0e0;*/ - text-align: center; - margin: 0 4px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - //border-radius: 18px; - border: 1px #efefef solid; - -} - -.xl-nextPage, -.xl-prevPage { - min-width: 60px; - color: #0073A9; - height: 28px; -} - -#page li.xl-disabled { - opacity: .5; - cursor: no-drop; - min-width: 50px; -} - -#page li.xl-disabled:hover { - background-color: #f9f9f9 !important; - /*border: 1px solid #dce0e0 !important;*/ - color: #666 !important; -} - -#page li.xl-active { - background-color: #d84848; - /*border-color: #0073A9;*/ - color: #FFF; -} - -#page li:hover { - background-color: #d84848 !important; - /*border-color: #0073A9;*/ - color: #FFF -} - -#page li.xl-jumpText { - display: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(0, 0, 0, 0); - opacity: 1; - width: auto; -} - -#page li.xl-jumpText:hover { - background-color: rgba(0, 0, 0, 0) !important; - border-color: rgba(0, 0, 0, 0) !important; -} - -#page li.xl-jumpButton { - padding: 0 5px; - display: none; -} - -#xlJumpNum { - width: 35px; - margin: 0 3px; -} - -input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { - -webkit-appearance: none !important; -} - -input[type="number"] { - -moz-appearance: textfield; -} - -//排序 -.order { - height: 40px; - line-height: 40px; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #eeeeee; - - span { - margin: auto 30px auto auto; - } -} - -// -.auction_row { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - - .auction_list { - width: 590px; - height: 170px; - margin: 20px 0; - padding: 30px 0; - transition: 0.5s all; - position: relative; - } - - .auction_list:hover { - -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - } - - .auction_list .img { - width: 270px; - height: 170px; - line-height: 170px; - text-align: center; - float: left; - } - - .auction_list .img img { - display: inline-block; - vertical-align: middle; - max-width: 100%; - max-height: 100%; - } - - .auction_list .info { - width: 280px; - height: 170px; - float: right; - padding: 0 20px; - } - - .auction_list .info .title { - font-size: 16px; - margin: 15px auto; - font-weight: bold; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - - .auction_list .info .time_val { - font-size: 14px; - margin: 5px auto; - - } - - .auction_list .info .time_val .label { - color: #999999; - } - - .auction_list .info .time_val .red { - color: #a42b2b; - } - - .auction_list .info .time_val .black { - color: #333333; - } - - .auction_list .info .btn { - font-size: 20px; - margin: 15px auto auto auto; - width: 100%; - height: 45px; - line-height: 45px; - background: #d84848; - border-radius: 5px; - text-align: center; - color: white; - } - - .auction_list .follow{ - width: 100px; - height: 30px; - line-height: 30px; - font-size: 14px; - position: absolute; - top: 0; - right: 0; - text-align: center; - } -} \ No newline at end of file diff --git a/public/static/css/auction_details.css b/public/static/css/auction_details.css deleted file mode 100644 index de61e5d..0000000 --- a/public/static/css/auction_details.css +++ /dev/null @@ -1,338 +0,0 @@ -.title_img { - height: 184px; - overflow: hidden; - position: relative; -} -.title_img img { - width: 1920px; - height: 184px; - display: block; - position: absolute; - top: 0; - left: 50%; - margin-left: -980px; -} -.info_row .left_img_row { - width: 625px; - float: left; -} -.info_row .right_info_row { - width: 533px; - height: 530px; - float: right; - position: relative; -} -.info_row .right_info_row .follow { - width: 50px; - height: 30px; - line-height: 30px; - font-size: 14px; - position: absolute; - top: 0; - right: 0; - text-align: center; - background: url("/static/images/auction_09_1.jpg") no-repeat left 10px center; - background-size: 17px 16px; - border: 1px solid #cccccc; - color: #cccccc; - padding-left: 20px; - border-radius: 5px; -} -.info_row .right_info_row .follow_on { - background: url("/static/images/auction_09.jpg") no-repeat left 10px center; - background-size: 17px 16px; - border: 1px solid #cccccc; - color: #cccccc; - padding-left: 20px; - border-radius: 5px; -} -.info_row .right_info_row .title { - font-size: 24px; - color: #333333; - font-weight: bold; - margin-top: 20px; -} -.info_row .right_info_row .number { - font-size: 14px; - color: #d84848; -} -.info_row .state_row { - height: 45px; - line-height: 45px; - padding-left: 150px; - font-size: 18px; - color: #333333; - position: relative; - margin: 20px auto; -} -.info_row .state_row .state { - width: 120px; - height: 45px; - line-height: 45px; - text-align: center; - font-size: 24px; - color: white; - position: absolute; - left: 0; - top: 0; - border-top-right-radius: 23px; - border-bottom-right-radius: 23px; - background: #d84848; -} -.info_row .right_info_row .time { - font-size: 18px; - color: #d84848; - margin-top: 40px; -} -.info_row .offer_row { - background: #f5f5f5; - padding: 10px; -} -.info_row .offer_row .offer_list { - height: 60px; - line-height: 60px; -} -.info_row .offer_row .offer_list .label { - width: 120px; - text-align: center; - line-height: 60px; - color: #999999; - font-size: 18px; - display: inline-block; -} -.info_row .offer_row .offer_list .now_price { - font-size: 24px; - color: #a42b2b; -} -.info_row .offer_row .offer_list .goods_number { - width: auto; - position: relative; - padding: 0 50px; - overflow: hidden; - display: inline-block; - vertical-align: middle; - color: black; -} -.info_row .offer_row .offer_list .goods_number .num_reduce { - width: 40px; - height: 50px; - line-height: 50px; - text-align: center; - font-size: 28px; - position: absolute; - left: 0; - top: 0; - border: 1px solid #cccccc; - background: white; -} -.info_row .offer_row .offer_list .goods_number .num_plus { - width: 40px; - height: 50px; - line-height: 50px; - text-align: center; - font-size: 28px; - position: absolute; - right: 0; - top: 0; - border: 1px solid #cccccc; - background: white; -} -.info_row .offer_row .offer_list .goods_number .offer_number { - width: auto; - min-width: 120px; - height: 50px; - line-height: 50px; - text-align: center; - font-size: 28px; - margin: auto; - padding: 0 30px; - border: 1px solid #cccccc; - background: white; -} -.info_row .offer_btn_row { - margin: 20px auto; -} -.info_row .offer_btn_row .offer_btn { - width: 200px; - height: 45px; - line-height: 45px; - font-size: 24px; - color: white; - background: #d84848; - text-align: center; - display: inline-block; - vertical-align: middle; - border-radius: 23px; - margin-right: 30px; -} -.info_row .right_info_row .detail { - font-size: 14px; - line-height: 30px; - margin: 30px auto; -} -.info_row .right_info_row .detail span { - padding: 0 12px; -} -.record_row { - background: #f5f5f5; - padding: 20px; - margin: 30px auto; -} -.record_row .title { - font-size: 18px; - color: #333333; -} -.record_row .title .number { - color: #d84848; -} -.record_row .record_list { - display: flex; - flex-wrap: nowrap; - justify-content: space-between; -} -.record_row .record_list .list { - width: 395px; - height: 50px; - line-height: 50px; - color: #999999; - text-align: center; - font-size: 18px; -} -.record_row .record_list .list .state { - padding: 5px 10px; - border: 1px solid #e7e7e7; - border-radius: 5px; -} -.record_row .record_list .list .cj { - border: 1px solid #d84848; - background: #d84848; - color: white; -} -.recommend { - width: 358px; - float: left; - border: 1px solid #e8e8e8; - padding-bottom: 50px; -} -.recommend .recommend_title { - height: 45px; - line-height: 45px; - text-align: center; - font-size: 24px; - color: #666666; - border-bottom: 1px solid #e8e8e8; - background: #f7f7f7; -} -.recommend .recommend_list { - text-align: center; - border-bottom: 1px solid #e8e8e8; -} -.recommend .recommend_list .img { - padding: 20px; - text-align: center; -} -.recommend .recommend_list .name { - padding: 0 30px; - margin: 20px auto; - font-size: 18px; - font-weight: bold; - text-align: center; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.recommend .recommend_list.msg { - font-size: 16px; - color: #999999; -} -.recommend .recommend_list .msg .money { - color: #a42b2b; -} -.recommend .recommend_list .msg .time { - color: #333333; - font-size: 18px; -} -.recommend .recommend_list .offer_btn { - width: 300px; - height: 45px; - line-height: 45px; - margin: 30px auto; - text-align: center; - border: 1px solid #d84848; - color: #d84848; - font-size: 18px; - border-radius: 5px; -} -.product_info { - width: 746px; - float: right; - padding-bottom: 50px; -} -.product_info .product_info_title { - height: 45px; - line-height: 45px; - text-indent: 10px; - font-size: 24px; - color: #666666; - border: 1px solid #e8e8e8; - background: #f7f7f7; -} -.zc_list { - width: 670px; - height: 345px; - margin: 30px auto; - background: #00F7DE; - position: relative; -} -.zc_list { - background: url("/static/images/index_47.jpg"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; -} -.zc_list .zc_img { - width: 160px; - height: 345px; - line-height: 345px; - text-align: center; - float: left; - margin-left: 40px; -} -.zc_list .zc_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; -} -.zc_title { - width: 390px; - height: 345px; - float: right; - margin-right: 10px; - color: white; -} -.zc_title .z_title { - font-size: 35px; - margin-top: 80px; - text-align: center; -} -.zc_title .z_info { - font-size: 22px; - margin-top: 30px; - text-align: center; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.zc_title .z_time { - font-size: 22px; - margin-top: 30px; - text-align: center; -} -/*# sourceMappingURL=auction_details.css.map */ \ No newline at end of file diff --git a/public/static/css/auction_details.css.map b/public/static/css/auction_details.css.map deleted file mode 100644 index 14434bd..0000000 --- a/public/static/css/auction_details.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["auction_details.less"],"names":[],"mappings":"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","file":"auction_details.css"} \ No newline at end of file diff --git a/public/static/css/auction_details.less b/public/static/css/auction_details.less deleted file mode 100644 index 48c222e..0000000 --- a/public/static/css/auction_details.less +++ /dev/null @@ -1,404 +0,0 @@ -.title_img { - height: 184px; - overflow: hidden; - position: relative; - - img { - width: 1920px; - height: 184px; - display: block; - position: absolute; - top: 0; - left: 50%; - margin-left: -980px; - } -} - -// -.info_row { - - .left_img_row { - width: 625px; - //height: 530px; - float: left; - } - - .right_info_row { - width: 533px; - height: 530px; - float: right; - position: relative; - } - .right_info_row .follow{ - width: 50px; - height: 30px; - line-height: 30px; - font-size: 14px; - position: absolute; - top: 0; - right: 0; - text-align: center; - background: url("/static/images/auction_09_1.jpg") no-repeat left 10px center ; - background-size: 17px 16px; - border: 1px solid #cccccc; - color:#cccccc; - padding-left: 20px; - border-radius: 5px; - } - .right_info_row .follow_on{ - - - background: url("/static/images/auction_09.jpg") no-repeat left 10px center ; - background-size: 17px 16px; - border: 1px solid #cccccc; - color:#cccccc; - padding-left: 20px; - border-radius: 5px; - } - - .right_info_row .title { - font-size: 24px; - color: #333333; - font-weight: bold; - margin-top: 20px; - } - - .right_info_row .number { - font-size: 14px; - color: #d84848; - } - - .state_row { - height: 45px; - line-height: 45px; - padding-left: 150px; - font-size: 18px; - color: #333333; - position: relative; - margin: 20px auto; - } - - .state_row .state { - width: 120px; - height: 45px; - line-height: 45px; - text-align: center; - font-size: 24px; - color: white; - position: absolute; - left: 0; - top: 0; - border-top-right-radius: 23px; - border-bottom-right-radius: 23px; - background: #d84848; - } - - .right_info_row .time { - font-size: 18px; - color: #d84848; - - margin-top: 40px; - } - - .offer_row { - background: #f5f5f5; - padding: 10px; - } - - .offer_row .offer_list { - height: 60px; - line-height: 60px; - } - - .offer_row .offer_list .label { - width: 120px; - text-align: center; - line-height: 60px; - color: #999999; - font-size: 18px; - display: inline-block; - } - - .offer_row .offer_list .now_price { - font-size: 24px; - color: #a42b2b; - } - - .offer_row .offer_list .goods_number { - width: auto; - //height: 0.5rem; - position: relative; - padding: 0 50px; - overflow: hidden; - display: inline-block; - vertical-align: middle; - color: black; - } - - .offer_row .offer_list .goods_number .num_reduce { - width: 40px; - height: 50px; - line-height: 50px; - text-align: center; - font-size: 28px; - position: absolute; - left: 0; - top: 0; - border: 1px solid #cccccc; - background: white; - } - - .offer_row .offer_list .goods_number .num_plus { - width: 40px; - height: 50px; - line-height: 50px; - text-align: center; - font-size: 28px; - position: absolute; - right: 0; - top: 0; - border: 1px solid #cccccc; - background: white; - } - - .offer_row .offer_list .goods_number .offer_number { - width: auto; - min-width: 120px; - height: 50px; - line-height: 50px; - text-align: center; - font-size: 28px; - margin: auto; - padding: 0 30px; - border: 1px solid #cccccc; - background: white; - } - - .offer_btn_row { - margin: 20px auto; - } - - .offer_btn_row .offer_btn { - width: 200px; - height: 45px; - line-height: 45px; - font-size: 24px; - color: white; - background: #d84848; - text-align: center; - display: inline-block; - vertical-align: middle; - border-radius: 23px; - margin-right: 30px; - } - - .right_info_row .detail { - font-size: 14px; - line-height: 30px; - margin: 30px auto; - - } - - .right_info_row .detail span { - padding: 0 30px; - } -} - -// -.record_row { - background: #f5f5f5; - padding: 20px; - margin: 30px auto; - - .title { - font-size: 18px; - color: #333333; - } - - .title .number { - color: #d84848; - } - - .record_list { - display: flex; - flex-wrap: nowrap; - justify-content: space-between; - } - - .record_list .list { - width: 395px; - height: 50px; - line-height: 50px; - color: #999999; - text-align: center; - font-size: 18px; - } - - .record_list .list .state { - padding: 5px 10px; - border: 1px solid #e7e7e7; - border-radius: 5px; - } - - .record_list .list .cj { - border: 1px solid #d84848; - background: #d84848; - color: white; - } -} - -// -.recommend { - width: 358px; - float: left; - border: 1px solid #e8e8e8; - padding-bottom: 50px; - - .recommend_title { - height: 45px; - line-height: 45px; - text-align: center; - font-size: 24px; - color: #666666; - border-bottom: 1px solid #e8e8e8; - background: #f7f7f7; - } - - .recommend_list { - text-align: center; - border-bottom: 1px solid #e8e8e8; - } - - .recommend_list .img { - //height: 230px; - //line-height: 230px; - padding: 20px; - text-align: center; - } - - .recommend_list .name { - padding: 0 30px; - margin: 20px auto; - font-size: 18px; - font-weight: bold; - text-align: center; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - - .recommend_list.msg { - font-size: 16px; - color: #999999; - } - - .recommend_list .msg .money { - - color: #a42b2b; - } - - .recommend_list .msg .time { - color: #333333; - font-size: 18px; - } - - .recommend_list .offer_btn { - width: 300px; - height: 45px; - line-height: 45px; - margin: 30px auto; - text-align: center; - border: 1px solid #d84848; - color: #d84848; - font-size: 18px; - border-radius: 5px; - } - -} - -.product_info { - width: 746px; - float: right; - - padding-bottom: 50px; - - .product_info_title { - height: 45px; - line-height: 45px; - text-indent: 10px; - font-size: 24px; - color: #666666; - border: 1px solid #e8e8e8; - background: #f7f7f7; - } -} - -// -@list_height: 345px; -.zc_list { - width: 670px; - height: @list_height; - margin: 30px auto; - background: #00F7DE; - position: relative; -} - -.zc_list { - background: url("/static/images/index_47.jpg"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; -} - - -.zc_list .zc_img { - width: 160px; - height: @list_height; - line-height: @list_height; - text-align: center; - float: left; - margin-left: 40px; -} - -.zc_list .zc_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; -} - -.zc_title { - width: 390px; - height: @list_height; - float: right; - margin-right: 10px; - color: white; -} - -.zc_title .z_title { - font-size: 35px; - margin-top: 80px; - text-align: center; -} - -.zc_title .z_info { - font-size: 22px; - margin-top: 30px; - text-align: center; - - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} - -.zc_title .z_time { - font-size: 22px; - margin-top: 30px; - text-align: center; -} diff --git a/public/static/css/base.css b/public/static/css/base.css new file mode 100644 index 0000000..aaecb39 --- /dev/null +++ b/public/static/css/base.css @@ -0,0 +1,127 @@ +/* -moz-:代表firefox(火狐)浏览器私有属性 + -ms-:代表ie浏览器私有前缀 + -webkit-:代表safari、chrome私有属性 + -o-:代表Opera私有属性 +*/ +/* 清空所有标签的内外边距 */ +* { + padding: 0; + margin: 0; + /* css3盒子模型 */ + box-sizing: border-box; +} +header, +main, +body{ + background-color: #FFFFFF; + margin: 0 auto; +} +body { + /* 抗锯齿性-让文字显示的更加清晰 */ + -webkit-font-smoothing: antialiased; + background-color: #F5F5F5; + font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif; + color: #333; + width: 880px; + height: 1620px; +} +/* em 和 i 斜体的文字不倾斜 */ +em, +i { + font-style: normal; +} + +/* 去掉li 的小圆点 */ +li { + list-style: none; +} + +button { + /* 当我们鼠标经过button按钮的时候,鼠标变成小手 */ + cursor: pointer; +} +img { + /* 照顾低版本浏览器 如果图片外面包含了链接会有边框的问题 */ + border: 0; + /* 取消图片底侧有空白缝隙的问题 ① */ + vertical-align: middle; + /* 取消图片底侧有空白缝隙的问题 ② */ + display: block; + object-fit: cover; +} +/* 去掉a标签的下划线,并修改字体颜色 */ +a { + color: #666; + text-decoration: none; + /* 手机端去除a标签点击时的背景样式 */ + -webkit-tap-highlight-color: transparent; + /* 去除边距 */ + display: inline-block; +} +a:hover { + color: #c81623; +} +/* 禁用长按时弹出的菜单 */ +img , a { + -webkit-touch-callout: none; +} +button, +input, +textarea{ + /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */ + font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif; + /* 取消轮廓 */ + outline: none; + /* 去掉默认外观 */ + /* -webkit-appearance: none; */ + /* 去掉点击时的默认外观 */ + outline-style: none; +} +textarea { + /* 禁止自定义拉伸 */ + resize: none; +} + +.hide, +.none { + display: none +} +/* 清楚浮动 */ +.clearfix:after { + visibility: hidden; + clear: both; + display: block; + content: "."; + height: 0 +} + +.clearfix { + *zoom: 1 +} + +.logo h1 a { + display: flex; + align-items: center; +} + + +.clips1{ + /* 弹性伸缩盒子模型显示 */ + display: -webkit-box; + /* 用省略号代替 */ + text-overflow: ellipsis; + /* 设置或检索伸缩盒对象的子元素的排列方式 */ + -webkit-box-orient: vertical; + /* 禁止数字和英文换行 */ + word-break: break-all; + /* 限制在一个块元素显示的文本的行数 */ + -webkit-line-clamp: 1; + /* 溢出隐藏 */ + overflow: hidden; +} +.clips2{display: -webkit-box;-webkit-line-clamp: 2;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;} +.clips3{display: -webkit-box;-webkit-line-clamp: 3;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;} +.clips4{display: -webkit-box;-webkit-line-clamp: 4;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;} +.clips5{display: -webkit-box;-webkit-line-clamp: 5;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;} +.clips6{display: -webkit-box;-webkit-line-clamp: 6;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;} +.clips7{display: -webkit-box;-webkit-line-clamp: 7;word-break: break-all;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;} diff --git a/public/static/css/classification_of_shopping_mall.css b/public/static/css/classification_of_shopping_mall.css deleted file mode 100644 index f823d87..0000000 --- a/public/static/css/classification_of_shopping_mall.css +++ /dev/null @@ -1,191 +0,0 @@ -.class_container { - width: 420px; - float: left; - margin: 50px auto; - padding: 20px 0; - -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); -} -.class_container .class_title_row { - margin: 23px auto; -} -.class_container .class_title_row .class_title { - height: 40px; - line-height: 40px; - font-size: 20px; -} -.class_container .class_title_row .class_title_img { - margin: auto 20px; -} -.class_container .class_title_row .class_list { - padding-left: 65px; - line-height: 30px; -} -.class_container .class_title_row .class_list span { - padding: 0 10px; - display: inline-block; - font-size: 16px; -} -.class_img_row { - width: 740px; - float: right; - margin: 50px auto; -} -.class_img_row .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: white !important; - border-radius: 0; -} -.class_img_row .banner_img { - width: 100%; -} -.class_img_row .swiper-container-horizontal > .swiper-pagination-bullets, -.class_img_row .swiper-pagination-custom, -.class_img_row .swiper-pagination-fraction { - bottom: 35%; -} -.t_title_row { - width: 100%; - height: 80px; - position: relative; - z-index: 999; -} -.t_title_row .title_h { - width: 100%; - height: 60px; - line-height: 60px; - position: absolute; - top: 0; - text-align: center; - font-size: 30px; - color: rgba(51, 51, 51, 0.2); - z-index: 1000; -} -.t_title_row .title_q { - width: 100%; - height: 60px; - line-height: 60px; - position: absolute; - top: 20px; - text-align: center; - font-size: 32px; - color: #333333; - z-index: 1001; - font-weight: bold; -} -.producr_list_row { - width: 1200px; - padding: 0; - margin: 30px auto; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; -} -.producr_list_row .product { - width: 580px; - height: 230px; - padding: 30px 0; - background: white; - border-radius: 5px; -} -.producr_list_row .product .border_div { - width: 580px; - height: 150px; - padding: 40px 0; - transition: 0.5s all; -} -.producr_list_row .product .border_div:hover { - -moz-box-shadow: 0px 0px 20px #999999; - -webkit-box-shadow: 0px 0px 20px #999999; - box-shadow: 0px 0px 20px #999999; -} -.producr_list_row .product .product_img { - width: 250px; - height: 150px; - line-height: 150px; - text-align: center; - float: left; -} -.producr_list_row .product .product_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - margin: auto; -} -.producr_list_row .product .product_name { - width: 300px; - padding: 10px; - float: right; -} -.producr_list_row .product .product_name .name { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; -} -.producr_list_row .product .value { - width: 300px; - height: 40px; - line-height: 40px; - margin-top: 40px; - font-size: 22px; - color: #a42b2b; -} -.producr_list_row .product .value .shopping_car { - width: auto; - height: 25px; - float: right; - margin-top: 7.5px; - margin-left: 10px; -} -.advertisement { - display: flex; - flex-direction: row; - flex-wrap: nowrap; - justify-content: space-between; - margin: 50px auto; -} -.advertisement .advertisement_lsit { - width: 300px; - height: 60px; - line-height: 60px; -} -.advertisement .advertisement_lsit .font { - display: inline-block; - vertical-align: middle; - height: 60px; - margin-left: 15px; -} -.advertisement .advertisement_lsit .font .big { - display: block; - height: 40px; - line-height: 40px; - font-size: 24px; - color: #d84848; -} -.advertisement .advertisement_lsit .font .small { - display: block; - height: 20px; - line-height: 20px; - font-size: 17px; - color: #666666; -} -.recommend_img { - display: flex; - flex-direction: row; - flex-wrap: nowrap; - justify-content: space-between; - margin: 50px auto; -} -.recommend_img img { - width: 297px; -} -/*# sourceMappingURL=classification_of_shopping_mall.css.map */ \ No newline at end of file diff --git a/public/static/css/classification_of_shopping_mall.css.map b/public/static/css/classification_of_shopping_mall.css.map deleted file mode 100644 index aa80eaa..0000000 --- a/public/static/css/classification_of_shopping_mall.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["classification_of_shopping_mall.less"],"names":[],"mappings":"AAAA;EACE,YAAA;EACA,WAAA;EACA,iBAAA;EACA,eAAA;EACA,kDAAA;EACA,qDAAA;EACA,6CAAA;;AAPF,gBASE;EACE,iBAAA;;AAVJ,gBAaE,iBAAiB;EACf,YAAA;EACA,iBAAA;EACA,eAAA;;AAhBJ,gBAmBE,iBAAiB;EACf,iBAAA;;AApBJ,gBAuBE,iBAAiB;EACf,kBAAA;EACA,iBAAA;;AAzBJ,gBA4BE,iBAAiB,YAAY;EAC3B,eAAA;EACA,qBAAA;EACA,eAAA;;AAKJ;EACE,YAAA;EACA,YAAA;EACA,iBAAA;;AAHF,cAKE;EACE,WAAA;EACA,WAAA;EACA,4BAAA;EACA,gBAAA;;AATJ,cAYE;EACE,WAAA;;AAbJ,cAgBE,6BAA6B;AAhB/B,cAgB6D;AAhB7D,cAgBwF;EACpF,WAAA;;AAMJ;EACE,WAAA;EACA,YAAA;EACA,kBAAA;EACA,YAAA;;AAJF,YAME;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,MAAA;EACA,kBAAA;EACA,eAAA;EACA,4BAAA;EACA,aAAA;;AAfJ,YAkBE;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,SAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,aAAA;EACA,iBAAA;;AAKJ;EACE,aAAA;EACA,UAAA;EACA,iBAAA;EACA,aAAA;EACA,mBAAA;EACA,eAAA;EACA,8BAAA;;AAPF,iBASE;EACE,YAAA;EACA,aAAA;EACA,eAAA;EACA,iBAAA;EAEA,kBAAA;;AAfJ,iBAkBE,SAAS;EACP,YAAA;EACA,aAAA;EACA,eAAA;EACA,oBAAA;;AAtBJ,iBAyBE,SAAS,YAAW;EAClB,qCAAA;EACA,wCAAA;EACA,gCAAA;;AA5BJ,iBA+BE,SAAS;EACP,YAAA;EACA,aAAA;EACA,kBAAA;EACA,kBAAA;EACA,WAAA;;AApCJ,iBAuCE,SAAS,aAAa;EACpB,WAAA;EACA,YAAA;EACA,eAAA;EACA,gBAAA;EACA,qBAAA;EACA,sBAAA;EACA,YAAA;;AA9CJ,iBAiDE,SAAS;EACP,YAAA;EACA,aAAA;EACA,YAAA;;AApDJ,iBAwDE,SAAS,cAAc;EACrB,eAAA;EACA,gBAAA;EACA,uBAAA;EACA,oBAAA;EAEA,qBAAA;EACA,4BAAA;;AA/DJ,iBAkEE,SAAS;EACP,YAAA;EACA,YAAA;EACA,iBAAA;EACA,gBAAA;EACA,eAAA;EACA,cAAA;;AAxEJ,iBA2EE,SAAS,OAAO;EACd,WAAA;EACA,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;;AAKJ;EACE,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,8BAAA;EACA,iBAAA;;AALF,cAME;EACE,YAAA;EACA,YAAA;EACA,iBAAA;;AATJ,cAYE,oBAAoB;EAClB,qBAAA;EACA,sBAAA;EACA,YAAA;EACA,iBAAA;;AAhBJ,cAmBE,oBAAoB,MAAM;EACxB,cAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;;AAxBJ,cA2BE,oBAAoB,MAAM;EACxB,cAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;;AAIJ;EACE,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,8BAAA;EACA,iBAAA;;AALF,cAOE;EACE,YAAA","file":"classification_of_shopping_mall.css"} \ No newline at end of file diff --git a/public/static/css/classification_of_shopping_mall.less b/public/static/css/classification_of_shopping_mall.less deleted file mode 100644 index 1a7016a..0000000 --- a/public/static/css/classification_of_shopping_mall.less +++ /dev/null @@ -1,224 +0,0 @@ -.class_container { - width: 420px; - float: left; - margin: 50px auto; - padding: 20px 0; - -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - - .class_title_row { - margin: 23px auto; - } - - .class_title_row .class_title { - height: 40px; - line-height: 40px; - font-size: 20px; - } - - .class_title_row .class_title_img { - margin: auto 20px; - } - - .class_title_row .class_list { - padding-left: 65px; - line-height: 30px; - } - - .class_title_row .class_list span { - padding: 0 10px; - display: inline-block; - font-size: 16px; - } -} - -// -.class_img_row { - width: 740px; - float: right; - margin: 50px auto; - - .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: white !important; - border-radius: 0; - } - - .banner_img { - width: 100%; - } - - .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { - bottom: 35%; - - } -} - -// -.t_title_row { - width: 100%; - height: 80px; - position: relative; - z-index: 999; - - .title_h { - width: 100%; - height: 60px; - line-height: 60px; - position: absolute; - top: 0; - text-align: center; - font-size: 30px; - color: rgba(51, 51, 51, 0.2); - z-index: 1000; - } - - .title_q { - width: 100%; - height: 60px; - line-height: 60px; - position: absolute; - top: 20px; - text-align: center; - font-size: 32px; - color: #333333; - z-index: 1001; - font-weight: bold; - } -} - -// -.producr_list_row { - width: 1200px; - padding: 0; - margin: 30px auto; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - - .product { - width: 580px; - height: 230px; - padding: 30px 0; - background: white; - //background-color: #00F7DE; - border-radius: 5px; - } - - .product .border_div { - width: 580px; - height: 150px; - padding: 40px 0; - transition: 0.5s all; - } - - .product .border_div:hover { - -moz-box-shadow: 0px 0px 20px #999999; - -webkit-box-shadow: 0px 0px 20px #999999; - box-shadow: 0px 0px 20px #999999; - } - - .product .product_img { - width: 250px; - height: 150px; - line-height: 150px; - text-align: center; - float: left; - } - - .product .product_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - margin: auto; - } - - .product .product_name { - width: 300px; - padding: 10px; - float: right; - } - - - .product .product_name .name { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - } - - .product .value { - width: 300px; - height: 40px; - line-height: 40px; - margin-top: 40px; - font-size: 22px; - color: #a42b2b; - } - - .product .value .shopping_car { - width: auto; - height: 25px; - float: right; - margin-top: 7.5px; - margin-left: 10px; - } -} - -// -.advertisement { - display: flex; - flex-direction: row; - flex-wrap: nowrap; - justify-content: space-between; - margin: 50px auto; - .advertisement_lsit { - width: 300px; - height: 60px; - line-height: 60px; - } - - .advertisement_lsit .font { - display: inline-block; - vertical-align: middle; - height: 60px; - margin-left: 15px; - } - - .advertisement_lsit .font .big { - display: block; - height: 40px; - line-height: 40px; - font-size: 24px; - color: #d84848; - } - - .advertisement_lsit .font .small { - display: block; - height: 20px; - line-height: 20px; - font-size: 17px; - color: #666666; - } -} - -.recommend_img{ - display: flex; - flex-direction: row; - flex-wrap: nowrap; - justify-content: space-between; - margin: 50px auto; - - img{ - width: 297px; - } -} \ No newline at end of file diff --git a/public/static/css/contact_us.css b/public/static/css/contact_us.css deleted file mode 100644 index 3d906b1..0000000 --- a/public/static/css/contact_us.css +++ /dev/null @@ -1,58 +0,0 @@ -.banner { - margin: auto; - min-width: 1200px; -} -.banner .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: white !important; - border-radius: 0; -} -.banner .banner_img { - width: 100%; -} -.font_container { - margin: 120px auto; -} -.font_row { - width: 600px; - float: left; -} -.font_row div { - height: 40px; - line-height: 40px; - padding-left: 30px; - font-size: 16px; - text-indent: 10px; - margin: auto auto 20px auto; -} -.font_row .tel { - background: url("/static/images/contact_us_06.jpg") no-repeat; - background-size: auto auto; - background-position: left center; -} -.font_row .wechat { - background: url("/static/images/contact_us_13.jpg") no-repeat; - background-size: auto auto; - background-position: left center; -} -.font_row .address { - background: url("/static/images/contact_us_17.jpg") no-repeat; - background-size: auto auto; - background-position: left center; -} -.us_qr_img { - width: 140px; - height: 200px; - text-align: center; - font-size: 16px; - line-height: 30px; - float: left; - margin: auto 30px; -} -.map { - height: 520px; - border: 5px solid #d84848; - margin: 50px auto; -} -/*# sourceMappingURL=contact_us.css.map */ \ No newline at end of file diff --git a/public/static/css/contact_us.css.map b/public/static/css/contact_us.css.map deleted file mode 100644 index ed1181b..0000000 --- a/public/static/css/contact_us.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["contact_us.less"],"names":[],"mappings":"AACA;EACE,YAAA;EACA,iBAAA;;AAFF,OAIE;EACE,WAAA;EACA,WAAA;EACA,4BAAA;EACA,gBAAA;;AARJ,OAWE;EACE,WAAA;;AAKJ;EACE,kBAAA;;AAEF;EACE,YAAA;EACA,WAAA;;AAFF,SAIE;EACE,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,2BAAA;;AAVJ,SAaE;EACE,gBAAgB,6CAAhB;EACA,0BAAA;EACA,gCAAA;;AAhBJ,SAmBE;EACE,gBAAgB,6CAAhB;EACA,0BAAA;EACA,gCAAA;;AAtBJ,SAyBE;EACE,gBAAgB,6CAAhB;EACA,0BAAA;EACA,gCAAA;;AAMJ;EACE,YAAA;EACA,aAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,WAAA;EACA,iBAAA;;AAGF;EACE,aAAA;EACA,yBAAA;EACA,iBAAA","file":"contact_us.css"} \ No newline at end of file diff --git a/public/static/css/contact_us.less b/public/static/css/contact_us.less deleted file mode 100644 index 84d5c7d..0000000 --- a/public/static/css/contact_us.less +++ /dev/null @@ -1,70 +0,0 @@ - -.banner { - margin: auto; - min-width: 1200px; - - .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: white !important; - border-radius: 0; - } - - .banner_img { - width: 100%; - } -} - -// -.font_container{ - margin: 120px auto; -} -.font_row { - width: 600px; - float: left; - - div { - height: 40px; - line-height: 40px; - padding-left: 30px; - font-size: 16px; - text-indent: 10px; - margin: auto auto 20px auto; - } - - .tel { - background: url("/static/images/contact_us_06.jpg") no-repeat; - background-size: auto auto; - background-position: left center; - } - - .wechat { - background: url("/static/images/contact_us_13.jpg") no-repeat; - background-size: auto auto; - background-position: left center; - } - - .address { - background: url("/static/images/contact_us_17.jpg") no-repeat; - background-size: auto auto; - background-position: left center; - } - - -} - -.us_qr_img { - width: 140px; - height: 200px; - text-align: center; - font-size: 16px; - line-height: 30px; - float: left; - margin: auto 30px; -} - -.map{ - height: 520px; - border:5px solid #d84848; - margin: 50px auto; -} \ No newline at end of file diff --git a/public/static/css/datouwang.com.css b/public/static/css/datouwang.com.css new file mode 100644 index 0000000..774c47f --- /dev/null +++ b/public/static/css/datouwang.com.css @@ -0,0 +1,96 @@ +/* DaTouWang URL: www.datouwang.com */ +body { + margin: 0; + padding: 0; +} + +h2, +h4 { + font-weight: normal; +} + +#persons { + position: relative; + width: 1200px; + margin: 0 auto +} + +#persons .swiper-container { + padding-bottom: 60px; +} + +#persons .swiper-slide { + width: 540px; + height: 340px; +} + +#persons .swiper-slide .text { + position: absolute; + left: 15%; + top: 20%; + width: 90%; + margin: 0 auto; + clear: both; + overflow: hidden; +} + +#persons .swiper-slide .text img { + float: left; + width: 120px; + height: 120px; + margin-right: 15px; + border: 2px solid #ededed; +} + +#persons .swiper-slide h2 { + float: left; + padding-top: 0; + text-align: center; + font-size: 20px; + margin-bottom: 10px; +} + +#persons .swiper-slide h4 { + float: left; + margin: 0; + width: 60%; + font-size: 16px; +} + +#persons .swiper-pagination { + width: 100%; + bottom: 20px; +} + +#persons .swiper-pagination-bullets .swiper-pagination-bullet { + margin: 0 5px; + border: 3px solid #fff; + background-color: #d5d5d5; + width: 10px; + height: 10px; + opacity: 1; +} + +#persons .swiper-pagination-bullets .swiper-pagination-bullet-active { + border: 3px solid #00aadc; + background-color: #fff; +} + +#persons .swiper-button-prev { + left: -30px; + top: 40%; + width: 45px; + height: 45px; +} + +#persons .swiper-button-prev:hover { + background-position: 0 -46px; + background-size: 100% +} + +#persons .swiper-button-next { + right: -30px; + top: 40%; + width: 45px; + height: 45px; +} diff --git a/public/static/css/dtc.css b/public/static/css/dtc.css deleted file mode 100644 index 25d8c78..0000000 --- a/public/static/css/dtc.css +++ /dev/null @@ -1,144 +0,0 @@ -.banner { - margin: auto; - min-width: 1200px; -} -.banner .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: white !important; - border-radius: 0; -} -.banner .banner_img { - width: 100%; -} -.introduc_row { - height: 460px; - background: url("/static/images/DTC_05.jpg") no-repeat; - background-position: left center; - background-color: #d84848; -} -.introduc_row .introduce { - height: 460px; -} -.introduc_row .introduce .ileft { - width: 600px; - height: 400px; - padding: 30px 0; - float: left; -} -.introduc_row .introduce .ileft p { - margin: 30px auto; - font-size: 20px; - line-height: 1.5; - color: white; -} -.introduc_row .sp_btn { - width: 200px; - height: 70px; - line-height: 70px; - text-align: center; - font-size: 28px; - color: white; - border: 1px solid white; - border-radius: 35px; -} -.introduc_row .introduce .iright { - height: 360px; - width: auto; - max-width: 600px; - float: right; - margin-top: 50px; -} -.bz_row { - padding: 60px 0; -} -.bz_row .title { - font-size: 36px; - font-weight: bold; - color: #d84848; - text-align: center; -} -.bz_row .title_msg { - width: 900px; - margin: 30px auto; - font-size: 20px; - color: #666666; - line-height: 1.5; - text-align: center; -} -.bz_row .pg_list_row { - width: 1200px; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; -} -.bz_row .pg_list_row .pj_list { - width: 290px; - height: 310px; - line-height: 310px; - text-align: center; - padding-top: 100px; - background: white; - border: 1px solid #d8d8d8; - position: relative; - margin: 0.1rem 0; - border-radius: 0.05rem; - overflow: hidden; -} -.bz_row .pg_list_row .pj_list .pj_title { - width: 290px; - height: 80px; - line-height: 40px; - text-align: center; - font-size: 35px; - background-color: #d84848; - color: white; - border-radius: 5px; - padding: 10px 0; - font-weight: bold; - position: absolute; - top: 0; - left: 0; -} -.bz_row .info { - display: inline-block; - font-size: 22px; - text-align: center; - line-height: 1.5; - vertical-align: middle; -} -.bz_row .msg { - padding: 30px 0; - margin: 30px auto; - font-size: 20px; - color: #d84848; - text-align: center; -} -.pj_row { - height: 470px; - padding: 30px 0; - background: url("/static/images/DTC_11.jpg") no-repeat; - background-position: center center; - background-size: 1920px 530px; -} -.pj_row p { - width: 900px; - font-size: 28px; - color: white; - line-height: 1.8; - text-align: center; - margin: 50px auto; -} -.pj_row .pj_btn { - width: 200px; - height: 70px; - line-height: 70px; - text-align: center; - font-size: 28px; - color: white; - border: 1px solid white; - border-radius: 35px; - margin: auto; -} -/*# sourceMappingURL=dtc.css.map */ \ No newline at end of file diff --git a/public/static/css/dtc.css.map b/public/static/css/dtc.css.map deleted file mode 100644 index f58d5cf..0000000 --- a/public/static/css/dtc.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["dtc.less"],"names":[],"mappings":"AAAA;EACE,YAAA;EACA,iBAAA;;AAFF,OAIE;EACE,WAAA;EACA,WAAA;EACA,4BAAA;EACA,gBAAA;;AARJ,OAWE;EACE,WAAA;;AAKJ;EACE,aAAA;EACA,gBAAgB,sCAAhB;EACA,gCAAA;EACA,yBAAA;;AAJF,aAME;EACE,aAAA;;AAPJ,aAUE,WAAW;EACT,YAAA;EACA,aAAA;EACA,eAAA;EACA,WAAA;;AAdJ,aAiBE,WAAW,OAAO;EAChB,iBAAA;EACA,eAAA;EACA,gBAAA;EACA,YAAA;;AArBJ,aAwBE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,YAAA;EACA,uBAAA;EACA,mBAAA;;AAhCJ,aAmCE,WAAW;EACT,aAAA;EACA,WAAA;EACA,gBAAA;EACA,YAAA;EACA,gBAAA;;AAMJ;EACE,eAAA;;AADF,OAEE;EACE,eAAA;EACA,iBAAA;EACA,cAAA;EACA,kBAAA;;AANJ,OASE;EACE,YAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,gBAAA;EACA,kBAAA;;AAfJ,OAkBE;EACE,aAAA;EACA,aAAA;EACA,mBAAA;EACA,eAAA;EACA,8BAAA;;AAvBJ,OA0BE,aAAa;EACX,YAAA;EACA,aAAA;EACA,kBAAA;EACA,kBAAA;EACA,kBAAA;EACA,iBAAA;EACA,yBAAA;EACA,kBAAA;EACA,gBAAA;EACA,sBAAA;EACA,gBAAA;;AArCJ,OAwCE,aAAa,SAAS;EACpB,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,yBAAA;EACA,YAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;EACA,MAAA;EACA,OAAA;;AArDJ,OAwDE;EACE,qBAAA;EACA,eAAA;EACA,kBAAA;EACA,gBAAA;EACA,sBAAA;;AA7DJ,OAgEE;EAEE,eAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,kBAAA;;AAKJ;EACE,aAAA;EACA,eAAA;EACA,gBAAgB,sCAAhB;EACA,kCAAA;EACA,6BAAA;;AALF,OAOE;EACE,YAAA;EACA,eAAA;EACA,YAAA;EACA,gBAAA;EACA,kBAAA;EACA,iBAAA;;AAbJ,OAgBE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,YAAA;EACA,uBAAA;EACA,mBAAA;EACA,YAAA","file":"dtc.css"} \ No newline at end of file diff --git a/public/static/css/dtc.less b/public/static/css/dtc.less deleted file mode 100644 index e9b7241..0000000 --- a/public/static/css/dtc.less +++ /dev/null @@ -1,166 +0,0 @@ -.banner { - margin: auto; - min-width: 1200px; - - .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: white !important; - border-radius: 0; - } - - .banner_img { - width: 100%; - } -} - - -.introduc_row { - height: 460px; - background: url("/static/images/DTC_05.jpg") no-repeat; - background-position: left center; - background-color: #d84848; - - .introduce { - height: 460px; - } - - .introduce .ileft { - width: 600px; - height: 400px; - padding: 30px 0; - float: left; - } - - .introduce .ileft p { - margin: 30px auto; - font-size: 20px; - line-height: 1.5; - color: white; - } - - .sp_btn { - width: 200px; - height: 70px; - line-height: 70px; - text-align: center; - font-size: 28px; - color: white; - border: 1px solid white; - border-radius: 35px; - } - - .introduce .iright { - height: 360px; - width: auto; - max-width: 600px; - float: right; - margin-top: 50px; - - } -} - -// -.bz_row { - padding: 60px 0; - .title { - font-size: 36px; - font-weight: bold; - color: #d84848; - text-align: center; - } - - .title_msg { - width: 900px; - margin: 30px auto; - font-size: 20px; - color: #666666; - line-height: 1.5; - text-align: center; - } - - .pg_list_row { - width: 1200px; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - } - - .pg_list_row .pj_list { - width: 290px; - height: 310px; - line-height: 310px; - text-align: center; - padding-top: 100px; - background: white; - border: 1px solid #d8d8d8; - position: relative; - margin: 0.1rem 0; - border-radius: 0.05rem; - overflow: hidden; - } - - .pg_list_row .pj_list .pj_title { - width: 290px; - height: 80px; - line-height: 40px; - text-align: center; - font-size: 35px; - background-color: #d84848; - color: white; - border-radius: 5px; - padding: 10px 0; - font-weight: bold; - position: absolute; - top: 0; - left: 0; - } - - .info { - display: inline-block; - font-size: 22px; - text-align: center; - line-height: 1.5; - vertical-align: middle; - } - - .msg { - - padding: 30px 0; - margin: 30px auto; - font-size: 20px; - color: #d84848; - text-align: center; - } - -} - -.pj_row { - height: 470px; - padding: 30px 0; - background: url("/static/images/DTC_11.jpg") no-repeat; - background-position: center center; - background-size: 1920px 530px; - - p { - width: 900px; - font-size: 28px; - color: white; - line-height: 1.8; - text-align: center; - margin: 50px auto; - } - - .pj_btn { - width: 200px; - height: 70px; - line-height: 70px; - text-align: center; - font-size: 28px; - color: white; - border: 1px solid white; - border-radius: 35px; - margin: auto; - } -} \ No newline at end of file diff --git a/public/static/css/event.css b/public/static/css/event.css deleted file mode 100644 index fd90182..0000000 --- a/public/static/css/event.css +++ /dev/null @@ -1,212 +0,0 @@ -.banner { - margin: auto; - min-width: 1200px; -} -.banner .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: white !important; - border-radius: 0; -} -.banner .banner_img { - width: 100%; -} -.event_list { - height: 230px; - padding: 20px 50px; - margin: 30px auto; - transition: 0.5s all; -} -.event_list .img { - width: 370px; - height: 230px; - float: left; - text-align: center; - line-height: 230px; -} -.event_list .img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; -} -.event_list .info { - width: 600px; - height: 190px; - padding: 20px; - float: right; -} -.event_list .info .title { - font-size: 20px; - color: #333333; - margin: 20px auto; -} -.event_list .info .time { - font-size: 14px; - color: #333333; - margin: 20px auto; -} -.event_list .info .body { - font-size: 14px; - color: #333333; - margin: 20px auto; - line-height: 1.5; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 3; - -webkit-box-orient: vertical; -} -.event_list:hover { - -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); -} -/* -page -*/ -#page { - margin: 20px auto; - color: #666; - display: block; - text-align: center; -} -#page li { - display: inline-block; - height: 35px; - width: 35px; - cursor: pointer; - color: #666; - font-size: 14px; - line-height: 35px; - background-color: white; - /*border: 1px solid #dce0e0;*/ - text-align: center; - margin: 0 4px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border: 1px #efefef solid; -} -.xl-nextPage, -.xl-prevPage { - min-width: 60px; - color: #0073A9; - height: 28px; -} -#page li.xl-disabled { - opacity: 0.5; - cursor: no-drop; - min-width: 50px; -} -#page li.xl-disabled:hover { - background-color: #f9f9f9 !important; - /*border: 1px solid #dce0e0 !important;*/ - color: #666 !important; -} -#page li.xl-active { - background-color: #d84848; - /*border-color: #0073A9;*/ - color: #FFF; -} -#page li:hover { - background-color: #d84848 !important; - /*border-color: #0073A9;*/ - color: #FFF; -} -#page li.xl-jumpText { - display: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(0, 0, 0, 0); - opacity: 1; - width: auto; -} -#page li.xl-jumpText:hover { - background-color: rgba(0, 0, 0, 0) !important; - border-color: rgba(0, 0, 0, 0) !important; -} -#page li.xl-jumpButton { - padding: 0 5px; - display: none; -} -#xlJumpNum { - width: 35px; - margin: 0 3px; -} -input::-webkit-outer-spin-button, -input::-webkit-inner-spin-button { - -webkit-appearance: none !important; -} -input[type="number"] { - -moz-appearance: textfield; -} -.event_info { - padding: 10px 0; - margin: 30px auto; -} -.event_info .title { - font-size: 36px; - text-align: center; - color: #333333; - margin: 30px; -} -.event_info .body { - font-size: 18px; - line-height: 2; - color: #666666; -} -.event_info .next_prev { - height: 60px; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #eeeeee; - margin: 40px auto; - position: relative; -} -.event_info .next_prev .prev { - width: 570px; - height: 60px; - line-height: 60px; - font-size: 18px; - text-indent: 10px; - position: absolute; - left: 0; - top: 0; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.event_info .next_prev .next { - width: 570px; - height: 60px; - line-height: 60px; - font-size: 18px; - text-indent: 10px; - position: absolute; - right: 0; - top: 0; - text-align: right; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.event_info .next_prev .btn { - width: 60px; - height: 60px; - position: absolute; - text-align: center; - line-height: 60px; - left: 570px; - border-left: 1px solid #eeeeee; - border-right: 1px solid #eeeeee; -} -.event_info .next_prev .btn img { - display: inline-block; - vertical-align: middle; -} -/*# sourceMappingURL=event.css.map */ \ No newline at end of file diff --git a/public/static/css/event.css.map b/public/static/css/event.css.map deleted file mode 100644 index 5750e18..0000000 --- a/public/static/css/event.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["event.less"],"names":[],"mappings":"AAAA;EACE,YAAA;EACA,iBAAA;;AAFF,OAIE;EACE,WAAA;EACA,WAAA;EACA,4BAAA;EACA,gBAAA;;AARJ,OAWE;EACE,WAAA;;AAIJ;EACE,aAAA;EACA,kBAAA;EACA,iBAAA;EACA,oBAAA;;AAJF,WAME;EACE,YAAA;EACA,aAAA;EACA,WAAA;EACA,kBAAA;EACA,kBAAA;;AAXJ,WAcE,KAAK;EACH,WAAA;EACA,YAAA;EACA,eAAA;EACA,gBAAA;EACA,qBAAA;EACA,sBAAA;;AApBJ,WAuBE;EACE,YAAA;EACA,aAAA;EACA,aAAA;EACA,YAAA;;AA3BJ,WA8BE,MAAM;EACJ,eAAA;EACA,cAAA;EACA,iBAAA;;AAjCJ,WAqCE,MAAM;EACJ,eAAA;EACA,cAAA;EACA,iBAAA;;AAxCJ,WA2CE,MAAM;EACJ,eAAA;EACA,cAAA;EACA,iBAAA;EACA,gBAAA;EACA,gBAAA;EACA,uBAAA;EACA,oBAAA;EAEA,qBAAA;EACA,4BAAA;;AAIJ,WAAW;EACT,kDAAA;EACA,qDAAA;EACA,6CAAA;;;;;AASF;EACE,iBAAA;EACA,WAAA;EACA,cAAA;EACA,kBAAA;;AAGF,KAAM;EACJ,qBAAA;EAEA,YAAA;EACA,WAAA;EACA,eAAA;EACA,WAAA;EACA,eAAA;EACA,iBAAA;EACA,uBAAA;;EAEA,kBAAA;EACA,aAAA;EACA,wBAAA;EACA,qBAAA;EACA,gBAAA;EAEA,yBAAA;;AAIF;AACA;EACE,eAAA;EACA,cAAA;EACA,YAAA;;AAGF,KAAM,GAAE;EACN,YAAA;EACA,eAAA;EACA,eAAA;;AAGF,KAAM,GAAE,YAAY;EAClB,yBAAA;;EAEA,WAAA;;AAGF,KAAM,GAAE;EACN,yBAAA;;EAEA,WAAA;;AAGF,KAAM,GAAE;EACN,yBAAA;;EAEA,WAAA;;AAGF,KAAM,GAAE;EACN,aAAA;EACA,kCAAA;EACA,8BAAA;EACA,UAAA;EACA,WAAA;;AAGF,KAAM,GAAE,YAAY;EAClB,kCAAA;EACA,8BAAA;;AAGF,KAAM,GAAE;EACN,cAAA;EACA,aAAA;;AAGF;EACE,WAAA;EACA,aAAA;;AAGF,KAAK;AAA6B,KAAK;EACrC,mCAAA;;AAGF,KAAK;EACH,0BAAA;;AAIF;EACE,eAAA;EACA,iBAAA;;AAFF,WAIE;EACE,eAAA;EACA,kBAAA;EACA,cAAA;EACA,YAAA;;AARJ,WAWE;EACE,eAAA;EACA,cAAA;EACA,cAAA;;AAdJ,WAiBE;EACE,YAAA;EACA,6BAAA;EACA,gCAAA;EACA,iBAAA;EACA,kBAAA;;AAtBJ,WAyBE,WAAW;EACT,YAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;EACA,OAAA;EACA,MAAA;EAGA,gBAAA;EACA,uBAAA;EACA,oBAAA;EAEA,qBAAA;EACA,4BAAA;;AAzCJ,WA4CE,WAAW;EACT,YAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;EACA,QAAA;EACA,MAAA;EACA,iBAAA;EAEA,gBAAA;EACA,uBAAA;EACA,oBAAA;EACA,qBAAA;EACA,4BAAA;;AA3DJ,WA8DE,WAAW;EACV,WAAA;EACC,YAAA;EACA,kBAAA;EACA,kBAAA;EACA,iBAAA;EACA,WAAA;EACA,8BAAA;EACA,+BAAA;;AAtEJ,WAyEE,WAAW,KAAK;EACd,qBAAA;EACA,sBAAA","file":"event.css"} \ No newline at end of file diff --git a/public/static/css/event.less b/public/static/css/event.less deleted file mode 100644 index ce6ce69..0000000 --- a/public/static/css/event.less +++ /dev/null @@ -1,254 +0,0 @@ -.banner { - margin: auto; - min-width: 1200px; - - .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: white !important; - border-radius: 0; - } - - .banner_img { - width: 100%; - } -} - -.event_list { - height: 230px; - padding: 20px 50px; - margin: 30px auto; - transition: 0.5s all; - - .img { - width: 370px; - height: 230px; - float: left; - text-align: center; - line-height: 230px; - } - - .img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - } - - .info { - width: 600px; - height: 190px; - padding: 20px; - float: right; - } - - .info .title { - font-size: 20px; - color: #333333; - margin: 20px auto; - - } - - .info .time { - font-size: 14px; - color: #333333; - margin: 20px auto; - } - - .info .body { - font-size: 14px; - color: #333333; - margin: 20px auto; - line-height: 1.5; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - - -webkit-line-clamp: 3; - -webkit-box-orient: vertical; - } -} - -.event_list:hover { - -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); - box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3); -} - -//page - - -/* -page -*/ -#page { - margin: 20px auto; - color: #666; - display: block; - text-align: center; -} - -#page li { - display: inline-block; - //min-width: 50px; - height: 35px; - width: 35px; - cursor: pointer; - color: #666; - font-size: 14px; - line-height: 35px; - background-color: white; - /*border: 1px solid #dce0e0;*/ - text-align: center; - margin: 0 4px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - //border-radius: 18px; - border: 1px #efefef solid; - -} - -.xl-nextPage, -.xl-prevPage { - min-width: 60px; - color: #0073A9; - height: 28px; -} - -#page li.xl-disabled { - opacity: .5; - cursor: no-drop; - min-width: 50px; -} - -#page li.xl-disabled:hover { - background-color: #f9f9f9 !important; - /*border: 1px solid #dce0e0 !important;*/ - color: #666 !important; -} - -#page li.xl-active { - background-color: #d84848; - /*border-color: #0073A9;*/ - color: #FFF; -} - -#page li:hover { - background-color: #d84848 !important; - /*border-color: #0073A9;*/ - color: #FFF -} - -#page li.xl-jumpText { - display: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(0, 0, 0, 0); - opacity: 1; - width: auto; -} - -#page li.xl-jumpText:hover { - background-color: rgba(0, 0, 0, 0) !important; - border-color: rgba(0, 0, 0, 0) !important; -} - -#page li.xl-jumpButton { - padding: 0 5px; - display: none; -} - -#xlJumpNum { - width: 35px; - margin: 0 3px; -} - -input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { - -webkit-appearance: none !important; -} - -input[type="number"] { - -moz-appearance: textfield; -} - -//info -.event_info { - padding: 10px 0; - margin: 30px auto; - - .title { - font-size: 36px; - text-align: center; - color: #333333; - margin: 30px; - } - - .body { - font-size: 18px; - line-height: 2; - color: #666666; - } - - .next_prev { - height: 60px; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #eeeeee; - margin: 40px auto; - position: relative; - } - - .next_prev .prev { - width: 570px; - height: 60px; - line-height: 60px; - font-size: 18px; - text-indent: 10px; - position: absolute; - left: 0; - top: 0; - - - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - - .next_prev .next { - width: 570px; - height: 60px; - line-height: 60px; - font-size: 18px; - text-indent: 10px; - position: absolute; - right: 0; - top: 0; - text-align: right; - - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - - .next_prev .btn { - width: 60px; - height: 60px; - position: absolute; - text-align: center; - line-height: 60px; - left: 570px; - border-left: 1px solid #eeeeee; - border-right: 1px solid #eeeeee; - - } - .next_prev .btn img{ - display: inline-block; - vertical-align: middle; - } -} diff --git a/public/static/css/index.css b/public/static/css/index.css deleted file mode 100644 index e790e3d..0000000 --- a/public/static/css/index.css +++ /dev/null @@ -1,261 +0,0 @@ -.gwc{ - float: right!important; -} - -.sc{ - /*float: left!important;*/ -} - - - -.banner { - margin: auto; - min-width: 1200px; -} -.banner .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: white !important; - border-radius: 0; -} -.banner .banner_img { - width: 100%; -} -.t_title_row { - width: 100%; - height: 80px; - position: relative; - z-index: 999; -} -.t_title_row .title_h { - width: 100%; - height: 60px; - line-height: 60px; - position: absolute; - top: 0; - text-align: center; - font-size: 30px; - color: rgba(51, 51, 51, 0.2); - z-index: 1000; -} -.t_title_row .title_q { - width: 100%; - height: 60px; - line-height: 60px; - position: absolute; - top: 20px; - text-align: center; - font-size: 32px; - color: #333333; - z-index: 1001; - font-weight: bold; -} -.shopping_mall_recommendation { - padding: 30px 0; - margin: 20px auto; -} -.producr_list_row { - width: 1200px; - padding: 0; - margin: 30px auto; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; -} -.producr_list_row .product { - width: 580px; - height: 230px; - padding: 30px 0; - background: white; - border-radius: 5px; -} -.producr_list_row .product .border_div { - width: 580px; - height: 150px; - padding: 40px 0; - transition: 0.5s all; -} -.producr_list_row .product .border_div:hover { - -moz-box-shadow: 0px 0px 20px #999999; - -webkit-box-shadow: 0px 0px 20px #999999; - box-shadow: 0px 0px 20px #999999; -} -.producr_list_row .product .product_img { - width: 250px; - height: 150px; - line-height: 150px; - text-align: center; - float: left; -} -.producr_list_row .product .product_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - margin: auto; -} -.producr_list_row .product .product_name { - width: 300px; - padding: 10px; - float: right; -} -.producr_list_row .product .product_name .name { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; -} -.producr_list_row .product .value { - width: 300px; - height: 40px; - line-height: 40px; - margin-top: 40px; - font-size: 22px; - color: #a42b2b; -} -.producr_list_row .product .value .shopping_car { - width: auto; - height: 25px; - float: right; - margin-top: 7.5px; - margin-left: 10px; -} -.fg_img { - width: 100%; - display: block; - margin: 40px auto; -} -.event_div { - margin: 50px auto; - padding: 30px 0; -} -.event_div .event_banner { - width: 610px; - height: 345px; - float: left; -} -.event_div .event_banner .swiper-button-next { - width: 33px; - height: 33px; - background: url("/static/images/index_56.png"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; -} -.event_div .event_banner .swiper-button-prev { - width: 33px; - height: 33px; - background: url("/static/images/index_57.png"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; -} -.event_div .swiper-button-next:after, -.event_div .swiper-container-rtl .swiper-button-prev:after, -.event_div .swiper-button-prev:after, -.event_div .swiper-container-rtl .swiper-button-next:after { - content: none !important; -} -.event_div .zc_list { - width: 610px; - height: 345px; - margin: 0 auto; - background: #00F7DE; - position: relative; -} -.event_div .zc_list { - background: url("/static/images/index_47.jpg"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; -} -.event_div .zc_list .zc_img { - width: 160px; - height: 345px; - line-height: 345px; - text-align: center; - float: left; - margin-left: 40px; -} -.event_div .zc_list .zc_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; -} -.event_div .zc_title { - width: 390px; - height: 345px; - float: right; - margin-right: 10px; - color: white; -} -.event_div .zc_title .z_title { - font-size: 22px; - margin-top: 80px; - text-align: center; -} -.event_div .zc_title .z_info { - font-size: 18px; - margin-top: 30px; - text-align: center; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.event_div .zc_title .z_time { - font-size: 22px; - margin-top: 30px; - text-align: center; -} -.event_div .event_info { - width: 580px; - float: right; -} -.event_div .event_info .title { - height: 80px; - position: relative; -} -.event_div .event_info .t_title_row .title_h, -.event_div .event_info .t_title_row .title_q { - text-align: left; -} -.event_div .event_info .title .more_div { - width: 150px; - height: 80px; - line-height: 80px; - text-align: right; - font-size: 16px; - position: absolute; - right: 0; - top: 0; - z-index: 99999; -} -.event_div .event_info .info_row { - padding: 10px 0; -} -.event_div .event_info .info_row .info_list { - height: 30px; - line-height: 30px; - font-size: 14px; - color: #333333; - margin: 10px auto; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.event_div .event_info .info_row .info_list .time { - float: right; -} -/*# sourceMappingURL=index.css.map */ \ No newline at end of file diff --git a/public/static/css/index.css.map b/public/static/css/index.css.map deleted file mode 100644 index bcec3af..0000000 --- a/public/static/css/index.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["index.less"],"names":[],"mappings":"AAAA;EACE,YAAA;EACA,iBAAA;;AAFF,OAIE;EACE,WAAA;EACA,WAAA;EACA,4BAAA;EACA,gBAAA;;AARJ,OAWE;EACE,WAAA;;AAKJ;EACE,WAAA;EACA,YAAA;EACA,kBAAA;EACA,YAAA;;AAJF,YAME;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,MAAA;EACA,kBAAA;EACA,eAAA;EACA,4BAAA;EACA,aAAA;;AAfJ,YAkBE;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,SAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,aAAA;EACA,iBAAA;;AAIJ;EACE,eAAA;EACA,iBAAA;;AAIF;EACE,aAAA;EACA,UAAA;EACA,iBAAA;EACA,aAAA;EACA,mBAAA;EACA,eAAA;EACA,8BAAA;;AAPF,iBASE;EACE,YAAA;EACA,aAAA;EACA,eAAA;EACA,iBAAA;EAEA,kBAAA;;AAfJ,iBAkBE,SAAS;EACP,YAAA;EACA,aAAA;EACA,eAAA;EACA,oBAAA;;AAtBJ,iBAyBE,SAAS,YAAW;EAClB,qCAAA;EACA,wCAAA;EACA,gCAAA;;AA5BJ,iBA+BE,SAAS;EACP,YAAA;EACA,aAAA;EACA,kBAAA;EACA,kBAAA;EACA,WAAA;;AApCJ,iBAuCE,SAAS,aAAa;EACpB,WAAA;EACA,YAAA;EACA,eAAA;EACA,gBAAA;EACA,qBAAA;EACA,sBAAA;EACA,YAAA;;AA9CJ,iBAiDE,SAAS;EACP,YAAA;EACA,aAAA;EACA,YAAA;;AApDJ,iBAwDE,SAAS,cAAc;EACrB,eAAA;EACA,gBAAA;EACA,uBAAA;EACA,oBAAA;EAEA,qBAAA;EACA,4BAAA;;AA/DJ,iBAkEE,SAAS;EACP,YAAA;EACA,YAAA;EACA,iBAAA;EACA,gBAAA;EACA,eAAA;EACA,cAAA;;AAxEJ,iBA2EE,SAAS,OAAO;EACd,WAAA;EACA,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;;AAIJ;EACE,WAAA;EACA,cAAA;EACA,iBAAA;;AAGF;EACE,iBAAA;EACA,eAAA;;AAFF,UAGE;EACE,YAAA;EACA,aAAA;EACA,WAAA;;AANJ,UASE,cAAc;EACZ,WAAA;EACA,YAAA;EACA,gBAAgB,8BAAhB;EACA,0BAAA;EACA,4BAAA;EACA,kCAAA;;AAfJ,UAkBE,cAAc;EACZ,WAAA;EACA,YAAA;EACA,gBAAgB,8BAAhB;EACA,0BAAA;EACA,4BAAA;EACA,kCAAA;;AAxBJ,UA2BE,oBAAmB;AA3BrB,UA2B6B,sBAAsB,oBAAmB;AA3BtE,UA2B8E,oBAAmB;AA3BjG,UA2ByG,sBAAsB,oBAAmB;EAC9I,wBAAA;;AA5BJ,UAiCE;EACE,YAAA;EACA,aAAA;EACA,cAAA;EACA,mBAAA;EACA,kBAAA;;AAtCJ,UAyCE;EACE,gBAAgB,8BAAhB;EACA,0BAAA;EACA,4BAAA;EACA,kCAAA;;AA7CJ,UAiDE,SAAS;EACP,YAAA;EACA,aAAA;EACA,kBAAA;EACA,kBAAA;EACA,WAAA;EACA,iBAAA;;AAvDJ,UA0DE,SAAS,QAAQ;EACf,WAAA;EACA,YAAA;EACA,eAAA;EACA,gBAAA;EACA,qBAAA;EACA,sBAAA;;AAhEJ,UAmEE;EACE,YAAA;EACA,aAAA;EACA,YAAA;EACA,kBAAA;EACA,YAAA;;AAxEJ,UA2EE,UAAU;EACR,eAAA;EACA,gBAAA;EACA,kBAAA;;AA9EJ,UAiFE,UAAU;EACR,eAAA;EACA,gBAAA;EACA,kBAAA;EAEA,gBAAA;EACA,uBAAA;EACA,oBAAA;EACA,qBAAA;EACA,4BAAA;;AA1FJ,UA6FE,UAAU;EACR,eAAA;EACA,gBAAA;EACA,kBAAA;;AAhGJ,UAoGE;EACE,YAAA;EACA,YAAA;;AAtGJ,UAyGE,YAAY;EACV,YAAA;EACA,kBAAA;;AA3GJ,UA8GE,YAAY,aAAa;AA9G3B,UA8GqC,YAAY,aAAa;EAC1D,gBAAA;;AA/GJ,UAkHE,YAAY,OAAO;EACjB,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;EACA,eAAA;EACA,kBAAA;EACA,QAAA;EACA,MAAA;;AA1HJ,UA6HE,YAAY;EACV,eAAA;;AA9HJ,UAkIE,YAAY,UAAU;EACpB,YAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,iBAAA;EACA,gBAAA;EACA,uBAAA;EACA,oBAAA;EAEA,qBAAA;EACA,4BAAA;;AA7IJ,UA+IE,YAAY,UAAU,WAAY;EAChC,YAAA","file":"index.css"} \ No newline at end of file diff --git a/public/static/css/index.less b/public/static/css/index.less deleted file mode 100644 index bcc5dd4..0000000 --- a/public/static/css/index.less +++ /dev/null @@ -1,292 +0,0 @@ -.banner { - margin: auto; - min-width: 1200px; - - .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: white !important; - border-radius: 0; - } - - .banner_img { - width: 100%; - } -} - - -.t_title_row { - width: 100%; - height: 80px; - position: relative; - z-index: 999; - - .title_h { - width: 100%; - height: 60px; - line-height: 60px; - position: absolute; - top: 0; - text-align: center; - font-size: 30px; - color: rgba(51, 51, 51, 0.2); - z-index: 1000; - } - - .title_q { - width: 100%; - height: 60px; - line-height: 60px; - position: absolute; - top: 20px; - text-align: center; - font-size: 32px; - color: #333333; - z-index: 1001; - font-weight: bold; - } -} - -.shopping_mall_recommendation { - padding: 30px 0; - margin: 20px auto; -} - -// -.producr_list_row { - width: 1200px; - padding: 0; - margin: 30px auto; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - - .product { - width: 580px; - height: 230px; - padding: 30px 0; - background: white; - //background-color: #00F7DE; - border-radius: 5px; - } - - .product .border_div { - width: 580px; - height: 150px; - padding: 40px 0; - transition: 0.5s all; - } - - .product .border_div:hover { - -moz-box-shadow: 0px 0px 20px #999999; - -webkit-box-shadow: 0px 0px 20px #999999; - box-shadow: 0px 0px 20px #999999; - } - - .product .product_img { - width: 250px; - height: 150px; - line-height: 150px; - text-align: center; - float: left; - } - - .product .product_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - margin: auto; - } - - .product .product_name { - width: 300px; - padding: 10px; - float: right; - } - - - .product .product_name .name { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - } - - .product .value { - width: 300px; - height: 40px; - line-height: 40px; - margin-top: 40px; - font-size: 22px; - color: #a42b2b; - } - - .product .value .shopping_car { - width: auto; - height: 25px; - float: right; - margin-top: 7.5px; - margin-left: 10px; - } -} - -.fg_img { - width: 100%; - display: block; - margin: 40px auto; -} - -.event_div { - margin: 50px auto; - padding: 30px 0; - .event_banner { - width: 610px; - height: 345px; - float: left; - } - - .event_banner .swiper-button-next { - width: 33px; - height: 33px; - background: url("/static/images/index_56.png"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; - } - - .event_banner .swiper-button-prev { - width: 33px; - height: 33px; - background: url("/static/images/index_57.png"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; - } - - .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { - content: none !important; - } - - @list_height: 345px; - - .zc_list { - width: 610px; - height: @list_height; - margin: 0 auto; - background: #00F7DE; - position: relative; - } - - .zc_list { - background: url("/static/images/index_47.jpg"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; - } - - - .zc_list .zc_img { - width: 160px; - height: @list_height; - line-height: @list_height; - text-align: center; - float: left; - margin-left: 40px; - } - - .zc_list .zc_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - } - - .zc_title { - width: 390px; - height: @list_height; - float: right; - margin-right: 10px; - color: white; - } - - .zc_title .z_title { - font-size: 35px; - margin-top: 80px; - text-align: center; - } - - .zc_title .z_info { - font-size: 22px; - margin-top: 30px; - text-align: center; - - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - - .zc_title .z_time { - font-size: 18px; - margin-top: 30px; - text-align: center; - } - - - .event_info { - width: 580px; - float: right; - } - - .event_info .title { - height: 80px; - position: relative; - } - - .event_info .t_title_row .title_h, .event_info .t_title_row .title_q { - text-align: left; - } - - .event_info .title .more_div { - width: 150px; - height: 80px; - line-height: 80px; - text-align: right; - font-size: 16px; - position: absolute; - right: 0; - top: 0; - } - - .event_info .info_row { - padding: 10px 0; - - } - - .event_info .info_row .info_list { - height: 30px; - line-height: 30px; - font-size: 14px; - color: #333333; - margin: 10px auto; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - .event_info .info_row .info_list .time{ - float: right; - } -} \ No newline at end of file diff --git a/public/static/css/list_of_shopping_malls.css b/public/static/css/list_of_shopping_malls.css deleted file mode 100644 index 668b274..0000000 --- a/public/static/css/list_of_shopping_malls.css +++ /dev/null @@ -1,250 +0,0 @@ -.title_img { - height: 184px; - overflow: hidden; - position: relative; -} -.title_img img { - width: 1920px; - height: 184px; - display: block; - position: absolute; - top: 0; - left: 50%; - margin-left: -980px; -} -.order { - height: 40px; - line-height: 40px; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #eeeeee; -} -.order span { - margin: auto 30px auto auto; -} -.product_count { - height: 60px ; - line-height: 60px; - font-size: 18px; -} -.product_count .product_name, -.product_count .product_total { - color: #d84848; - margin: auto 15px; -} -.producr_list_row { - width: 1200px; - padding: 0; - margin: 30px auto; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; -} -.producr_list_row .product { - width: 580px; - height: 230px; - padding: 30px 0; - background: white; - border-radius: 5px; -} -.producr_list_row .product .border_div { - width: 580px; - height: 150px; - padding: 40px 0; - transition: 0.5s all; -} -.producr_list_row .product .border_div:hover { - -moz-box-shadow: 0px 0px 20px #999999; - -webkit-box-shadow: 0px 0px 20px #999999; - box-shadow: 0px 0px 20px #999999; -} -.producr_list_row .product .product_img { - width: 250px; - height: 150px; - line-height: 150px; - text-align: center; - float: left; -} -.producr_list_row .product .product_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - margin: auto; -} -.producr_list_row .product .product_name { - width: 300px; - padding: 10px; - float: right; -} -.producr_list_row .product .product_name .name { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; -} -.producr_list_row .product .value { - width: 300px; - height: 40px; - line-height: 40px; - margin-top: 40px; - font-size: 22px; - color: #a42b2b; -} -.producr_list_row .product .value .shopping_car { - width: auto; - height: 25px; - float: right; - margin-top: 7.5px; - margin-left: 10px; -} -/* -page -*/ -#page { - margin: 20px auto; - color: #666; - display: block; - text-align: center; -} -#page li { - display: inline-block; - height: 35px; - width: 35px; - cursor: pointer; - color: #666; - font-size: 14px; - line-height: 35px; - background-color: white; - /*border: 1px solid #dce0e0;*/ - text-align: center; - margin: 0 4px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border: 1px #efefef solid; -} -.xl-nextPage, -.xl-prevPage { - min-width: 60px; - color: #0073A9; - height: 28px; -} -#page li.xl-disabled { - opacity: 0.5; - cursor: no-drop; - min-width: 50px; -} -#page li.xl-disabled:hover { - background-color: #f9f9f9 !important; - /*border: 1px solid #dce0e0 !important;*/ - color: #666 !important; -} -#page li.xl-active { - background-color: #d84848; - /*border-color: #0073A9;*/ - color: #FFF; -} -#page li:hover { - background-color: #d84848 !important; - /*border-color: #0073A9;*/ - color: #FFF; -} -#page li.xl-jumpText { - display: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(0, 0, 0, 0); - opacity: 1; - width: auto; -} -#page li.xl-jumpText:hover { - background-color: rgba(0, 0, 0, 0) !important; - border-color: rgba(0, 0, 0, 0) !important; -} -#page li.xl-jumpButton { - padding: 0 5px; - display: none; -} -#xlJumpNum { - width: 35px; - margin: 0 3px; -} -input::-webkit-outer-spin-button, -input::-webkit-inner-spin-button { - -webkit-appearance: none !important; -} -input[type="number"] { - -moz-appearance: textfield; -} -.event_info { - padding: 10px 0; - margin: 30px auto; -} -.event_info .title { - font-size: 36px; - text-align: center; - color: #333333; - margin: 30px; -} -.event_info .body { - font-size: 18px; - line-height: 2; - color: #666666; -} -.event_info .next_prev { - height: 60px; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #eeeeee; - margin: 40px auto; - position: relative; -} -.event_info .next_prev .prev { - width: 570px; - height: 60px; - line-height: 60px; - font-size: 18px; - text-indent: 10px; - position: absolute; - left: 0; - top: 0; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.event_info .next_prev .next { - width: 570px; - height: 60px; - line-height: 60px; - font-size: 18px; - text-indent: 10px; - position: absolute; - right: 0; - top: 0; - text-align: right; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.event_info .next_prev .btn { - width: 60px; - height: 60px; - position: absolute; - text-align: center; - line-height: 60px; - left: 570px; - border-left: 1px solid #eeeeee; - border-right: 1px solid #eeeeee; -} -.event_info .next_prev .btn img { - display: inline-block; - vertical-align: middle; -} -/*# sourceMappingURL=list_of_shopping_malls.css.map */ \ No newline at end of file diff --git a/public/static/css/list_of_shopping_malls.css.map b/public/static/css/list_of_shopping_malls.css.map deleted file mode 100644 index 409cf0d..0000000 --- a/public/static/css/list_of_shopping_malls.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["list_of_shopping_malls.less"],"names":[],"mappings":"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","file":"list_of_shopping_malls.css"} \ No newline at end of file diff --git a/public/static/css/list_of_shopping_malls.less b/public/static/css/list_of_shopping_malls.less deleted file mode 100644 index 57e9cb8..0000000 --- a/public/static/css/list_of_shopping_malls.less +++ /dev/null @@ -1,299 +0,0 @@ -.title_img { - height: 184px; - overflow: hidden; - position: relative; - - img { - width: 1920px; - height: 184px; - display: block; - position: absolute; - top: 0; - left: 50%; - margin-left: -980px; - } -} - -//排序 -.order { - height: 40px; - line-height: 40px; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #eeeeee; - - span { - margin: auto 30px auto auto; - } -} -// -.product_count{ - height: 60px ; - line-height: 60px; - font-size: 18px; - .product_name, .product_total { - color: #d84848; - margin: auto 15px; - } -} -// -.producr_list_row { - width: 1200px; - padding: 0; - margin: 30px auto; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - - .product { - width: 580px; - height: 230px; - padding: 30px 0; - background: white; - //background-color: #00F7DE; - border-radius: 5px; - } - - .product .border_div { - width: 580px; - height: 150px; - padding: 40px 0; - transition: 0.5s all; - } - - .product .border_div:hover { - -moz-box-shadow: 0px 0px 20px #999999; - -webkit-box-shadow: 0px 0px 20px #999999; - box-shadow: 0px 0px 20px #999999; - } - - .product .product_img { - width: 250px; - height: 150px; - line-height: 150px; - text-align: center; - float: left; - } - - .product .product_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - margin: auto; - } - - .product .product_name { - width: 300px; - padding: 10px; - float: right; - } - - - .product .product_name .name { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - } - - .product .value { - width: 300px; - height: 40px; - line-height: 40px; - margin-top: 40px; - font-size: 22px; - color: #a42b2b; - } - - .product .value .shopping_car { - width: auto; - height: 25px; - float: right; - margin-top: 7.5px; - margin-left: 10px; - } -} - - - -//page - - -/* -page -*/ -#page { - margin: 20px auto; - color: #666; - display: block; - text-align: center; -} - -#page li { - display: inline-block; - //min-width: 50px; - height: 35px; - width: 35px; - cursor: pointer; - color: #666; - font-size: 14px; - line-height: 35px; - background-color: white; - /*border: 1px solid #dce0e0;*/ - text-align: center; - margin: 0 4px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - //border-radius: 18px; - border: 1px #efefef solid; - -} - -.xl-nextPage, -.xl-prevPage { - min-width: 60px; - color: #0073A9; - height: 28px; -} - -#page li.xl-disabled { - opacity: .5; - cursor: no-drop; - min-width: 50px; -} - -#page li.xl-disabled:hover { - background-color: #f9f9f9 !important; - /*border: 1px solid #dce0e0 !important;*/ - color: #666 !important; -} - -#page li.xl-active { - background-color: #d84848; - /*border-color: #0073A9;*/ - color: #FFF; -} - -#page li:hover { - background-color: #d84848 !important; - /*border-color: #0073A9;*/ - color: #FFF -} - -#page li.xl-jumpText { - display: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(0, 0, 0, 0); - opacity: 1; - width: auto; -} - -#page li.xl-jumpText:hover { - background-color: rgba(0, 0, 0, 0) !important; - border-color: rgba(0, 0, 0, 0) !important; -} - -#page li.xl-jumpButton { - padding: 0 5px; - display: none; -} - -#xlJumpNum { - width: 35px; - margin: 0 3px; -} - -input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { - -webkit-appearance: none !important; -} - -input[type="number"] { - -moz-appearance: textfield; -} - -//info -.event_info { - padding: 10px 0; - margin: 30px auto; - - .title { - font-size: 36px; - text-align: center; - color: #333333; - margin: 30px; - } - - .body { - font-size: 18px; - line-height: 2; - color: #666666; - } - - .next_prev { - height: 60px; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #eeeeee; - margin: 40px auto; - position: relative; - } - - .next_prev .prev { - width: 570px; - height: 60px; - line-height: 60px; - font-size: 18px; - text-indent: 10px; - position: absolute; - left: 0; - top: 0; - - - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - - .next_prev .next { - width: 570px; - height: 60px; - line-height: 60px; - font-size: 18px; - text-indent: 10px; - position: absolute; - right: 0; - top: 0; - text-align: right; - - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - - .next_prev .btn { - width: 60px; - height: 60px; - position: absolute; - text-align: center; - line-height: 60px; - left: 570px; - border-left: 1px solid #eeeeee; - border-right: 1px solid #eeeeee; - - } - .next_prev .btn img{ - display: inline-block; - vertical-align: middle; - } -} diff --git a/public/static/css/magnifier.css b/public/static/css/magnifier.css deleted file mode 100644 index ef5acd1..0000000 --- a/public/static/css/magnifier.css +++ /dev/null @@ -1,145 +0,0 @@ -@charset "utf-8"; -*{ - margin: 0; - padding: 0; -} -ul li{ - list-style: none; -} -img{ - border: 0; -} -/* 垂直居中 */ -.small-img{ - display: flex; - align-items:center; - justify-content: center; -} -.clearfix:before, -.clearfix:after{ - display: table; - line-height: 0; - content: ""; -} -.magnifier{ - width: 500px; - position: relative; - margin: auto; - /*margin-top: 100px;*/ - /*margin-left: 100px;*/ -} -.magnifier-container{ - width: 500px; - height: 500px; - overflow: hidden; - position: relative; - border: 1px solid #ddd; -} -.move-view{ - width: 100px; - height: 100px; - position: absolute; - /*background-image: url('../images/move-box.png');*/ - background: rgba(255, 255, 255, 0.7); -} -.images-cover{ - height: 100%; - width: 100%; - position: relative; -} -.images-cover img{ - position: absolute; - /*max-width: 100%;*/ - /*max-height: 100%;*/ - /*width: auto;*/ - /*height: auto;*/ - -} -.magnifier-assembly{ - height: 92px; - overflow: hidden; - position: relative; - padding-left: 30px; - padding-right: 30px; -} -.magnifier-btn{ - position: absolute; - font-family: "宋体"; - width: 100%; - top: 50%; - left: 0; - margin-top: -40px; -} -.magnifier-btn span{ - line-height: 80px; - height: 80px; - width: 20px; - background-color: #6e6e6e; - color: #fff; - display: block; - z-index: 9998; - text-align: center; - font-size: 20px; - cursor: pointer; - border-radius: 3px; -} -.magnifier-btn .magnifier-btn-left{ - float: left; -} -.magnifier-btn .magnifier-btn-right{ - float: right; -} -.magnifier-line{ - position: relative; - overflow: hidden; - height: 92px; -} -.magnifier-line ul{ - display: block; - font-size: 0; - width: 10000%; - position: absolute; - left: 0; - z-index: 9997; -} -.magnifier-line li{ - float: left; - width: 100px; - cursor: pointer; -} -.magnifier-line ul > .active .small-img{ - border-color: #bbb; -} -.small-img{ - height: 78px; - padding: 1px; - margin: 5px; - overflow: hidden; - border: 1px solid #ddd; - text-align: center; -} -.small-img img{ - max-width: 100%; - max-height: 100%; -} -.magnifier-view{ - width: 100%; - height: 100%; - position: absolute; - right: -105%; - top: 0; - z-index: 9999; - background-color: #fff; - display: none; - overflow: hidden; -} -.magnifier-view img{ - display: block; -} -.animation03{ - transition: all 0.3s ease-in 0.1s; - -ms-transition: all 0.3s ease-in 0.1s; - -moz-transition: all 0.3s ease-in 0.1s; - -webkit-transition: all 0.3s ease-in 0.1s; - -o-transition: all 0.3s ease-in 0.1s; -} \ No newline at end of file diff --git a/public/static/css/mall_details.css b/public/static/css/mall_details.css deleted file mode 100644 index e61efbb..0000000 --- a/public/static/css/mall_details.css +++ /dev/null @@ -1,223 +0,0 @@ -.title_img { - height: 184px; - overflow: hidden; - position: relative; -} -.title_img img { - width: 1920px; - height: 184px; - display: block; - position: absolute; - top: 0; - left: 50%; - margin-left: -980px; -} -.info_row { - margin: 50px auto 150px auto; -} -.info_row .left_img_row { - width: 625px; - float: left; -} -.info_row .right_info_row { - width: 533px; - height: 530px; - float: right; - position: relative; -} -.info_row .right_info_row .title { - font-size: 24px; - color: #333333; - font-weight: bold; - margin-top: 20px; -} -.info_row .right_info_row .money_value { - font-size: 36px; - color: #a42b2b; - margin: 20px auto 100px auto; -} -.info_row .offer_row { - padding: 10px; -} -.info_row .offer_row .offer_list { - height: 60px; - line-height: 60px; - text-align: right; -} -.info_row .offer_btn_row { - margin: 20px auto; -} -.info_row .offer_btn_row .offer_btn { - width: 150px; - height: 45px; - line-height: 45px; - font-size: 18px; - text-align: center; - display: inline-block; - vertical-align: middle; - border-radius: 5px; - margin-right: 10px; -} -.info_row .offer_btn_row .offer_btn1 { - color: white; - background: #f74d4d; -} -.info_row .offer_btn_row .offer_btn2 { - background: #d84848; - color: white; -} -.info_row .offer_btn_row .offer_btn3 { - color: #cccccc; - border: 1px solid #cccccc; -} -.recommend { - width: 358px; - float: left; - border: 1px solid #e8e8e8; - padding-bottom: 50px; -} -.recommend .recommend_title { - height: 45px; - line-height: 45px; - text-align: center; - font-size: 24px; - color: #666666; - border-bottom: 1px solid #e8e8e8; - background: #f7f7f7; -} -.recommend .recommend_list { - text-align: center; - border-bottom: 1px solid #e8e8e8; -} -.recommend .recommend_list .img { - padding: 20px; - text-align: center; -} -.recommend .recommend_list .name { - padding: 0 30px; - margin: 20px auto; - font-size: 18px; - font-weight: bold; - text-align: center; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.recommend .recommend_list.msg { - font-size: 16px; - color: #999999; -} -.recommend .recommend_list .msg .money { - color: #a42b2b; -} -.recommend .recommend_list .msg .time { - color: #333333; - font-size: 18px; -} -.recommend .recommend_list .offer_btn { - width: 300px; - height: 45px; - line-height: 45px; - margin: 30px auto; - text-align: center; - border: 1px solid #d84848; - color: #d84848; - font-size: 18px; - border-radius: 5px; -} -.product_info { - width: 746px; - float: right; - padding-bottom: 50px; -} -.product_info .product_info_title { - height: 45px; - line-height: 45px; - text-indent: 10px; - font-size: 24px; - color: #666666; - border: 1px solid #e8e8e8; - background: #f7f7f7; -} -.product_info .table_row { - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; -} -.product_info .table_row div { - min-height: 40px; - line-height: 40px; - padding-left: 15px; - font-size: 16px; - display: table-cell; - border: 1px solid #efefef; -} -.product_info .table_row .table_call1 { - width: 155px; -} -.product_info .table_row .table_call2 { - width: 184px; -} -.product_info .table_row .table_call3 { - width: 557px; -} -.zc_list { - width: 670px; - height: 345px; - margin: 30px auto; - background: #00F7DE; - position: relative; -} -.zc_list { - background: url("/static/images/index_47.jpg"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; -} -.zc_list .zc_img { - width: 160px; - height: 345px; - line-height: 345px; - text-align: center; - float: left; - margin-left: 40px; -} -.zc_list .zc_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; -} -.zc_title { - width: 390px; - height: 345px; - float: right; - margin-right: 10px; - color: white; -} -.zc_title .z_title { - font-size: 35px; - margin-top: 80px; - text-align: center; -} -.zc_title .z_info { - font-size: 22px; - margin-top: 30px; - text-align: center; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.zc_title .z_time { - font-size: 22px; - margin-top: 30px; - text-align: center; -} -/*# sourceMappingURL=mall_details.css.map */ \ No newline at end of file diff --git a/public/static/css/mall_details.css.map b/public/static/css/mall_details.css.map deleted file mode 100644 index e94b002..0000000 --- a/public/static/css/mall_details.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["mall_details.less"],"names":[],"mappings":"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","file":"mall_details.css"} \ No newline at end of file diff --git a/public/static/css/mall_details.less b/public/static/css/mall_details.less deleted file mode 100644 index 3291d2d..0000000 --- a/public/static/css/mall_details.less +++ /dev/null @@ -1,273 +0,0 @@ -.title_img { - height: 184px; - overflow: hidden; - position: relative; - - img { - width: 1920px; - height: 184px; - display: block; - position: absolute; - top: 0; - left: 50%; - margin-left: -980px; - } -} - -// -.info_row { - margin: 50px auto 150px auto; - .left_img_row { - width: 625px; - //height: 530px; - float: left; - } - - .right_info_row { - width: 533px; - height: 530px; - float: right; - position: relative; - } - - .right_info_row .title { - font-size: 24px; - color: #333333; - font-weight: bold; - margin-top: 20px; - } - - .right_info_row .money_value { - font-size: 36px; - color: #a42b2b; - margin: 20px auto 100px auto; - } - - - - - .offer_row { - padding: 10px; - } - - .offer_row .offer_list { - height: 60px; - line-height: 60px; - text-align: right; - } - - - - .offer_btn_row { - margin: 20px auto; - } - - .offer_btn_row .offer_btn { - width: 150px; - height: 45px; - line-height: 45px; - font-size: 18px; - text-align: center; - display: inline-block; - vertical-align: middle; - border-radius: 5px; - margin-right: 10px; - } - - .offer_btn_row .offer_btn1 { - color: white; - background: #f74d4d; - } - - .offer_btn_row .offer_btn2 { - background: #d84848; - color: white; - } - - .offer_btn_row .offer_btn3 { - color: #cccccc; - border: 1px solid #cccccc; - } - - -} - - -// -.recommend { - width: 358px; - float: left; - border: 1px solid #e8e8e8; - padding-bottom: 50px; - - .recommend_title { - height: 45px; - line-height: 45px; - text-align: center; - font-size: 24px; - color: #666666; - border-bottom: 1px solid #e8e8e8; - background: #f7f7f7; - } - - .recommend_list { - text-align: center; - border-bottom: 1px solid #e8e8e8; - } - - .recommend_list .img { - //height: 230px; - //line-height: 230px; - padding: 20px; - text-align: center; - } - - .recommend_list .name { - padding: 0 30px; - margin: 20px auto; - font-size: 18px; - font-weight: bold; - text-align: center; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - - .recommend_list.msg { - font-size: 16px; - color: #999999; - } - - .recommend_list .msg .money { - - color: #a42b2b; - } - - .recommend_list .msg .time { - color: #333333; - font-size: 18px; - } - - .recommend_list .offer_btn { - width: 300px; - height: 45px; - line-height: 45px; - margin: 30px auto; - text-align: center; - border: 1px solid #d84848; - color: #d84848; - font-size: 18px; - border-radius: 5px; - } - -} - -.product_info { - width: 746px; - float: right; - - padding-bottom: 50px; - - .product_info_title { - height: 45px; - line-height: 45px; - text-indent: 10px; - font-size: 24px; - color: #666666; - border: 1px solid #e8e8e8; - background: #f7f7f7; - } - .table_row{ - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - } - .table_row div{ - min-height: 40px; - line-height: 40px; - padding-left: 15px; - font-size: 16px; - display: table-cell; - border: 1px solid #efefef; - } - .table_row .table_call1{ - width: 155px; - }.table_row .table_call2{ - width: 184px; - } - .table_row .table_call3{ - width: 557px; - } - -} - -// -@list_height: 345px; -.zc_list { - width: 670px; - height: @list_height; - margin: 30px auto; - background: #00F7DE; - position: relative; -} - -.zc_list { - background: url("/static/images/index_47.jpg"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; -} - - -.zc_list .zc_img { - width: 160px; - height: @list_height; - line-height: @list_height; - text-align: center; - float: left; - margin-left: 40px; -} - -.zc_list .zc_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; -} - -.zc_title { - width: 390px; - height: @list_height; - float: right; - margin-right: 10px; - color: white; -} - -.zc_title .z_title { - font-size: 35px; - margin-top: 80px; - text-align: center; -} - -.zc_title .z_info { - font-size: 22px; - margin-top: 30px; - text-align: center; - - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} - -.zc_title .z_time { - font-size: 22px; - margin-top: 30px; - text-align: center; -} diff --git a/public/static/css/personal/bid_winning_list.css b/public/static/css/personal/bid_winning_list.css deleted file mode 100644 index 99af84a..0000000 --- a/public/static/css/personal/bid_winning_list.css +++ /dev/null @@ -1,85 +0,0 @@ -.order_btn_row { - width: 900px; - height: 60px; - margin: 30px auto; -} -.order_btn_row .order_btn { - display: inline-block; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 18px; - font-weight: bold; - margin-right: 50px; - color: #333333; -} -.order_btn_row .on { - border-bottom: 2px solid #d84848; - color: #d84848; -} -.winning_the_bid { - width: 900px; - margin: 30px auto; -} -.winning_the_bid .title div { - background: #ededed; -} -.winning_the_bid .bid_row { - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; -} -.winning_the_bid .color48 { - color: #d84848; -} -.winning_the_bid .bid_row > div { - display: table-cell; - font-size: 14px; - word-break: break-all; - word-wrap: break-word; -} -.winning_the_bid .bid_row .w1 { - width: 80px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w2 { - width: 90px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w3 { - width: 210px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w4 { - width: 180px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w3 p { - line-height: 2; -} -.winning_the_bid .state { - font-size: 14px; -} -.winning_the_bid .zzjj { - color: #d84848; -} -.winning_the_bid .offer_btn { - width: 90px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; -} -/*# sourceMappingURL=bid_winning_list.css.map */ \ No newline at end of file diff --git a/public/static/css/personal/bid_winning_list.css.map b/public/static/css/personal/bid_winning_list.css.map deleted file mode 100644 index ece2ec8..0000000 --- a/public/static/css/personal/bid_winning_list.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["bid_winning_list.less"],"names":[],"mappings":"AAAA;EACE,YAAA;EACA,YAAA;EACA,iBAAA;;AAHF,cAIE;EACE,qBAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;EACA,cAAA;;AAZJ,cAcE;EACE,gCAAA;EACA,cAAA;;AAIJ;EACE,YAAA;EACA,iBAAA;;AAFF,gBAKE,OAAO;EACL,mBAAA;;AANJ,gBAQE;EAEE,aAAA;EACA,iBAAA;EACA,2BAAA;EACA,mBAAA;EACA,kBAAA;;AAdJ,gBAgBE;EACE,cAAA;;AAjBJ,gBAmBE,SAAS;EACP,mBAAA;EACA,eAAA;EACA,qBAAA;EAAqB,qBAAA;;AAtBzB,gBAwBE,SAAS;EACP,WAAA;EAEA,iBAAA;EACA,yBAAA;;AA5BJ,gBA8BE,SAAS;EACP,WAAA;EAEA,iBAAA;EACA,yBAAA;;AAlCJ,gBAqCE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AAzCJ,gBA2CE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AA/CJ,gBAiDE,SAAS,IAAI;EACX,cAAA;;AAlDJ,gBAoDE;EACE,eAAA;;AArDJ,gBAuDE;EACE,cAAA;;AAxDJ,gBA0DE;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,yBAAA;EACA,kBAAA;EACA,mBAAA;EACA,qBAAA;EACA,sBAAA","file":"bid_winning_list.css"} \ No newline at end of file diff --git a/public/static/css/personal/bid_winning_list.less b/public/static/css/personal/bid_winning_list.less deleted file mode 100644 index 179ce9e..0000000 --- a/public/static/css/personal/bid_winning_list.less +++ /dev/null @@ -1,92 +0,0 @@ -.order_btn_row{ - width: 900px; - height: 60px; - margin: 30px auto; - .order_btn{ - display: inline-block; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 18px; - font-weight: bold; - margin-right: 50px; - color: #333333; - } - .on{ - border-bottom: 2px solid #d84848; - color: #d84848; - } -} -// -.winning_the_bid{ - width: 900px; - margin: 30px auto; - - @bid_height:50px; - .title div{ - background: #ededed; - } - .bid_row{ - //height: @bid_height; - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; - } - .color48{ - color: #d84848; - } - .bid_row >div{ - display: table-cell; - font-size: 14px; - word-break:break-all;word-wrap:break-word - } - .bid_row .w1{ - width: 80px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - .bid_row .w2{ - width: 90px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - - .bid_row .w3 { - width: 210px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - .bid_row .w4 { - width: 180px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - .bid_row .w3 p{ - line-height: 2; - } - .state{ - font-size: 14px; - } - .zzjj{ - color: #d84848; - } - .offer_btn{ - width: 90px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; - } -} diff --git a/public/static/css/personal/bond.css b/public/static/css/personal/bond.css deleted file mode 100644 index 5740666..0000000 --- a/public/static/css/personal/bond.css +++ /dev/null @@ -1,164 +0,0 @@ -.bond_container { - width: 850px; - margin: 20px auto; -} -.bond_container .bond_value_p { - font-size: 28px; - text-indent: 10px; - color: #333333; -} -.bond_container .bond_value_p .value { - color: #d84848; -} -.bond_container .list_title2 { - height: 40px; - line-height: 40px; - font-size: 18px; - text-indent: 20px; - margin: 20px auto; -} -.bond_container .list_title2 .now_bond { - height: 20px; - line-height: 20px; - font-size: 18px; - margin: 20px auto; - border-left: 5px solid #d84848; - padding-left: 10px; -} -.bond_container .list_title2 .jn_bond { - width: 120px; - height: 40px; - line-height: 40px; - text-align: center; - color: white; - background: #d84848; - display: inline-block; - margin-left: 300px; - text-indent: 0; -} -.bond_container .give_bond_container { - padding: 20px; - background: #f4f4f4; - margin: 20px auto; -} -.bond_container .give_bond_container .p1 { - font-size: 18px; - font-weight: bold; - color: #d84848; -} -.bond_container .give_bond_container .p2 { - font-size: 16px; - color: #666666; - text-indent: 20px; - margin: 20px auto; -} -.bond_container .give_bond_container .msg { - font-size: 14px; - color: #d84848; - text-indent: 20px; - margin: 20px auto; -} -.bond_container .give_bond_container .bond_input { - height: 45px; - line-height: 45px; - text-indent: 20px; - font-size: 16px; - color: #662020; -} -.bond_container .give_bond_container .bond_input .input_div { - width: 350px; - height: 45px; - line-height: 45px; - text-indent: 20px; - font-size: 16px; - color: #666666; - display: inline-block; - background: white; -} -.bond_container .give_bond_container .bond_input .input_div input { - width: 290px; - height: 45px; - line-height: 45px; - text-indent: 20px; - font-size: 16px; - color: #666666; - display: block; - float: left; - background: white; -} -.bond_container .give_bond_container .pay_btn { - margin: 30px auto; -} -.bond_container .give_bond_container .bond_return_btn { - width: 120px; - height: 40px; - line-height: 40px; - text-align: center; - color: white; - background: #d84848; - display: inline-block; - margin-left: 50px; - text-indent: 0; -} -.winning_the_bid { - width: 900px; - margin: 30px auto; -} -.winning_the_bid .title div { - background: #ededed; -} -.winning_the_bid .bid_row { - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; -} -.winning_the_bid .color48 { - color: #d84848; -} -.winning_the_bid .bid_row > div { - display: table-cell; - font-size: 14px; - word-break: break-all; - word-wrap: break-word; -} -.winning_the_bid .bid_row .w1 { - width: 110px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w2 { - width: 150px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w3 { - width: 230px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w3 .title { - line-height: 2; -} -.winning_the_bid .state { - font-size: 14px; -} -.winning_the_bid .zzjj { - color: #d84848; -} -.winning_the_bid .offer_btn { - width: 90%; - height: auto; - margin: 5px 0; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; -} -/*# sourceMappingURL=bond.css.map */ \ No newline at end of file diff --git a/public/static/css/personal/bond.css.map b/public/static/css/personal/bond.css.map deleted file mode 100644 index 7f3a4a4..0000000 --- a/public/static/css/personal/bond.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["bond.less"],"names":[],"mappings":"AAEA;EACE,YAAA;EACA,iBAAA;;AAFF,eAIE;EACE,eAAA;EACA,iBAAA;EACA,cAAA;;AAPJ,eAUE,cAAc;EACZ,cAAA;;AAXJ,eAcE;EACE,YAAA;EACA,iBAAA;EAEA,eAAA;EACA,iBAAA;EACA,iBAAA;;AApBJ,eAuBE,aAAa;EACX,YAAA;EACA,iBAAA;EAEA,eAAA;EACA,iBAAA;EACA,8BAAA;EACA,kBAAA;;AA9BJ,eAiCE,aAAa;EACX,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,YAAA;EACA,mBAAA;EACA,qBAAA;EACA,kBAAA;EACA,cAAA;;AA1CJ,eA6CE;EACE,aAAA;EACA,mBAAA;EACA,iBAAA;;AAhDJ,eAmDE,qBAAqB;EACnB,eAAA;EACA,iBAAA;EACA,cAAA;;AAtDJ,eAyDE,qBAAqB;EACnB,eAAA;EACA,cAAA;EACA,iBAAA;EACA,iBAAA;;AA7DJ,eA8DK,qBAAqB;EACtB,eAAA;EACA,cAAA;EACA,iBAAA;EACA,iBAAA;;AAlEJ,eAsEE,qBAAqB;EACnB,YAAA;EACA,iBAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;;AA3EJ,eA8EE,qBAAqB,YAAY;EAC/B,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,qBAAA;EACA,iBAAA;;AAtFJ,eAwFE,qBAAqB,YAAY,WAAW;EAC1C,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,cAAA;EACA,WAAA;EACA,iBAAA;;AAjGJ,eAmGC,qBAAsB;EACpB,iBAAA;;AApGH,eAsGE,qBAAsB;EACpB,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,YAAA;EACA,mBAAA;EACA,qBAAA;EACA,iBAAA;EACA,cAAA;;AAIJ;EACE,YAAA;EACA,iBAAA;;AAFF,gBAKE,OAAO;EACL,mBAAA;;AANJ,gBAQE;EAEE,aAAA;EACA,iBAAA;EACA,2BAAA;EACA,mBAAA;EACA,kBAAA;;AAdJ,gBAgBE;EACE,cAAA;;AAjBJ,gBAmBE,SAAS;EACP,mBAAA;EACA,eAAA;EACA,qBAAA;EAAqB,qBAAA;;AAtBzB,gBAwBE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AA5BJ,gBA8BE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AAlCJ,gBAqCE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AAzCJ,gBA4CE,SAAS,IAAI;EACX,cAAA;;AA7CJ,gBA+CE;EACE,eAAA;;AAhDJ,gBAkDE;EACE,cAAA;;AAnDJ,gBAqDE;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,yBAAA;EACA,kBAAA;EACA,mBAAA;EACA,qBAAA;EACA,sBAAA","file":"bond.css"} \ No newline at end of file diff --git a/public/static/css/personal/bond.less b/public/static/css/personal/bond.less deleted file mode 100644 index 776e801..0000000 --- a/public/static/css/personal/bond.less +++ /dev/null @@ -1,184 +0,0 @@ - -// -.bond_container { - width: 850px; - margin: 20px auto; - - .bond_value_p { - font-size: 28px; - text-indent: 10px; - color: #333333; - } - - .bond_value_p .value { - color: #d84848; - } - - .list_title2 { - height: 40px; - line-height: 40px; - - font-size: 18px; - text-indent: 20px; - margin: 20px auto; - } - - .list_title2 .now_bond { - height: 20px; - line-height: 20px; - border-left: 5px solid #d84848; - font-size: 18px; - margin: 20px auto; - border-left: 5px solid #d84848; - padding-left: 10px; - } - - .list_title2 .jn_bond { - width: 120px; - height: 40px; - line-height: 40px; - text-align: center; - color: white; - background: #d84848; - display: inline-block; - margin-left: 300px; - text-indent: 0; - } - - .give_bond_container { - padding: 20px; - background: #f4f4f4; - margin: 20px auto; - } - - .give_bond_container .p1 { - font-size: 18px; - font-weight: bold; - color: #d84848; - } - - .give_bond_container .p2 { - font-size: 16px; - color: #666666; - text-indent: 20px; - margin: 20px auto; - } .give_bond_container .msg { - font-size: 14px; - color: #d84848; - text-indent: 20px; - margin: 20px auto; - } - - @bond_input_height:45px; - .give_bond_container .bond_input { - height: @bond_input_height; - line-height: @bond_input_height; - text-indent: 20px; - font-size: 16px; - color: #662020; - } - - .give_bond_container .bond_input .input_div { - width: 350px; - height: @bond_input_height; - line-height: @bond_input_height; - text-indent: 20px; - font-size: 16px; - color: #666666; - display: inline-block; - background: white; - } - .give_bond_container .bond_input .input_div input { - width: 290px; - height: @bond_input_height; - line-height: @bond_input_height; - text-indent: 20px; - font-size: 16px; - color: #666666; - display: block; - float: left; - background: white; - } - .give_bond_container .pay_btn{ - margin: 30px auto - } - .give_bond_container .bond_return_btn{ - width: 120px; - height: 40px; - line-height: 40px; - text-align: center; - color: white; - background: #d84848; - display: inline-block; - margin-left: 50px; - text-indent: 0; - } -} - -.winning_the_bid{ - width: 900px; - margin: 30px auto; - - @bid_height:50px; - .title div{ - background: #ededed; - } - .bid_row{ - //height: @bid_height; - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; - } - .color48{ - color: #d84848; - } - .bid_row >div{ - display: table-cell; - font-size: 14px; - word-break:break-all;word-wrap:break-word - } - .bid_row .w1{ - width: 110px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - .bid_row .w2{ - width: 150px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - - .bid_row .w3 { - width: 230px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - - } - .bid_row .w3 .title{ - line-height: 2; - } - .state{ - font-size: 14px; - } - .zzjj{ - color: #d84848; - } - .offer_btn{ - width: 90px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; - } -} diff --git a/public/static/css/personal/edit_user_info.css b/public/static/css/personal/edit_user_info.css deleted file mode 100644 index ae6d618..0000000 --- a/public/static/css/personal/edit_user_info.css +++ /dev/null @@ -1,172 +0,0 @@ -.nick_input_row { - height: 45px; - line-height: 45px; - margin: 20px auto; -} -.nick_input_row .label { - width: 110px; - height: 45px; - line-height: 45px; - text-align: right; - font-size: 18px; - padding-right: 20px; - float: left; -} -.nick_input_row .input { - width: 430px; - height: 45px; - line-height: 45px; - font-size: 18px; - float: left; - background: #f5f5f5; -} -.nick_input_row .gender_input { - background: none; -} -.nick_input_row .gender_input label { - margin: auto 15px; -} -.nick_input_row .input input { - width: 430px; - max-width: 90%; - height: 45px; - line-height: 45px; - font-size: 18px; - float: left; - text-indent: 10px; - background: #f5f5f5; -} -.nick_input_row .code_input { - width: 270px; -} -.nick_input_row .tel_do_code { - width: 150px; - height: 45px; - line-height: 45px; - font-size: 18px; - float: left; - text-indent: 10px; - border: none; - outline: none; - color: white; - margin-left: 10px; -} -.nick_input_row .msg { - width: 240px; - height: 45px; - line-height: 45px; - font-size: 18px; - float: left; - text-indent: 10px; -} -.nick_input_row .input input[type="radio"] { - display: none; -} -.nick_input_row .input input[type="radio"] + span { - width: 15px; - height: 15px; - display: inline-block; - vertical-align: middle; - background: url("/static/images/ico2_12.png"); - background-repeat: no-repeat; - background-size: 100% 100%; -} -.nick_input_row .input input[type="radio"]:checked + span { - background: url("/static/images/ico2_10.png"); - background-repeat: no-repeat; - background-size: 100% 100%; -} -.nick_input_row .confirm_btn { - width: 150px; - height: 35px; - line-height: 35px; - margin: 30px auto; - font-size: 18px; - background: #d84848; - text-align: center; - color: white; -} -.address_container { - padding: 20px 30px; -} -.address_container .add_address { - width: 175px; - height: 120px; - padding: 20px 0; - border: 1px solid #eeeeee; - border-radius: 5px; - text-align: center; - line-height: 30px; - font-size: 18px; - color: #333333; -} -.address_container .add_address img { - display: block; - margin: 15px auto; -} -.address_container .add_address_list { - padding: 20px 30px; - border: 1px solid #eeeeee; - border-radius: 5px; - margin: 30px auto; -} -.address_container .add_address_default { - background: url("/static/images/personal/address_07.jpg") no-repeat; - background-size: 43px 43px; - background-position: bottom right; -} -.address_container .add_address_list .position { - font-size: 18px; - color: #333333; - font-weight: bold; - margin: 20px auto; -} -.address_container .add_address_list .address_info { - font-size: 14px; - color: #666666; - margin: 20px auto; -} -.address_container .add_address_list .edit_btn { - color: #d84848; -} -.address_form { - width: 800px; - padding: 30px ; - margin: 30px auto; - background: #f4f4f4; -} -.address_form .title { - font-size: 18px; - font-weight: bold; - color: #d84848; - margin: 20px auto; -} -.address_form .form_row { - width: 430px; - height: 45px; - line-height: 45px; - margin: 10px 0; -} -.address_form .address_info_row { - height: auto; - background: white; -} -.address_form .address_info_row .address_info_msg { - font-size: 14px; - text-indent: 10px; -} -.address_form .address_info_row textarea { - border: none; - resize: none; -} -.address_form .form_row .submit-btn { - width: 120px; - height: 35px; - line-height: 35px; - font-size: 16px; - text-align: center; - color: white; - background: #d84848; - margin: auto; -} -/*# sourceMappingURL=edit_user_info.css.map */ \ No newline at end of file diff --git a/public/static/css/personal/edit_user_info.css.map b/public/static/css/personal/edit_user_info.css.map deleted file mode 100644 index 533addd..0000000 --- a/public/static/css/personal/edit_user_info.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["edit_user_info.less"],"names":[],"mappings":"AAIA;EACE,YAAA;EACA,iBAAA;EACA,iBAAA;;AAHF,eAKE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;EACA,eAAA;EACA,mBAAA;EACA,WAAA;;AAZJ,eAeE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,WAAA;EAEA,mBAAA;;AAtBJ,eAyBE;EACE,gBAAA;;AA1BJ,eA6BE,cAAc;EACZ,iBAAA;;AA9BJ,eAiCE,OAAO;EACL,YAAA;EACA,cAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,WAAA;EACA,iBAAA;EACA,mBAAA;;AAzCJ,eA4CE;EACE,YAAA;;AA7CJ,eAgDE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,WAAA;EACA,iBAAA;EACA,YAAA;EACA,aAAA;EACA,YAAA;EACA,iBAAA;;AA1DJ,eA8DE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,WAAA;EACA,iBAAA;;AApEJ,eAwEE,OAAO,MAAK;EACV,aAAA;;AAzEJ,eA6EE,OAAO,MAAK,cAAe;EACzB,WAAA;EACA,YAAA;EACA,qBAAA;EACA,sBAAA;EACA,gBAAgB,6BAAhB;EACA,4BAAA;EACA,0BAAA;;AApFJ,eAuFE,OAAO,MAAK,cAAc,QAAS;EACjC,gBAAgB,6BAAhB;EACA,4BAAA;EACA,0BAAA;;AA1FJ,eA4FE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;EACA,eAAA;EACA,mBAAA;EACA,kBAAA;EACA,YAAA;;AAMJ;EACE,kBAAA;;AADF,kBAGE;EACE,YAAA;EACA,aAAA;EACA,eAAA;EACA,yBAAA;EACA,kBAAA;EACA,kBAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;;AAZJ,kBAgBE,aAAa;EACX,cAAA;EACA,iBAAA;;AAlBJ,kBAqBE;EACE,kBAAA;EACA,yBAAA;EACA,kBAAA;EACA,iBAAA;;AAzBJ,kBA4BE;EACE,gBAAgB,mDAAhB;EACA,0BAAA;EACA,iCAAA;;AA/BJ,kBAkCE,kBAAkB;EAChB,eAAA;EACA,cAAA;EACA,iBAAA;EACA,iBAAA;;AAtCJ,kBA0CE,kBAAkB;EAChB,eAAA;EACA,cAAA;EACA,iBAAA;;AA7CJ,kBAgDE,kBAAkB;EAChB,cAAA;;AAQJ;EACE,YAAA;EACA,cAAA;EACA,iBAAA;EACA,mBAAA;;AAJF,aAME;EACE,eAAA;EACA,iBAAA;EACA,cAAA;EACA,iBAAA;;AAVJ,aAaE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,cAAA;;AAjBJ,aAmBE;EACE,YAAA;EACA,iBAAA;;AArBJ,aAuBE,kBAAkB;EAChB,eAAA;EACA,iBAAA;;AAzBJ,aA2BE,kBAAkB;EAChB,YAAA;EACA,YAAA;;AA7BJ,aA+BE,UAAU;EACR,YAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,kBAAA;EACA,YAAA;EACA,mBAAA;EACA,YAAA","file":"edit_user_info.css"} \ No newline at end of file diff --git a/public/static/css/personal/edit_user_info.less b/public/static/css/personal/edit_user_info.less deleted file mode 100644 index 23d84ff..0000000 --- a/public/static/css/personal/edit_user_info.less +++ /dev/null @@ -1,210 +0,0 @@ - -//------------------------------下面是各个模块的样式 -//个人资料模块 -@nick_input_row_height: 45px; -.nick_input_row { - height: @nick_input_row_height; - line-height: @nick_input_row_height; - margin: 20px auto; - - .label { - width: 110px; - height: @nick_input_row_height; - line-height: @nick_input_row_height; - text-align: right; - font-size: 18px; - padding-right: 20px; - float: left; - } - - .input { - width: 430px; - height: @nick_input_row_height; - line-height: @nick_input_row_height; - font-size: 18px; - float: left; - - background: #f5f5f5; - } - - .gender_input { - background: none; - } - - .gender_input label { - margin: auto 15px; - } - - .input input { - width: 430px; - max-width: 90%; - height: @nick_input_row_height; - line-height: @nick_input_row_height; - font-size: 18px; - float: left; - text-indent: 10px; - background: #f5f5f5; - } - - .code_input { - width: 270px; - } - - .tel_do_code { - width: 150px; - height: @nick_input_row_height; - line-height: @nick_input_row_height; - font-size: 18px; - float: left; - text-indent: 10px; - border: none; - outline: none; - color: white; - margin-left: 10px; - - } - - .msg { - width: 240px; - height: @nick_input_row_height; - line-height: @nick_input_row_height; - font-size: 18px; - float: left; - text-indent: 10px; - } - - - .input input[type="radio"] { - display: none; - } - - - .input input[type="radio"] + span { - width: 15px; - height: 15px; - display: inline-block; - vertical-align: middle; - background: url("/static/images/ico2_12.png"); - background-repeat: no-repeat; - background-size: 100% 100%; - } - - .input input[type="radio"]:checked + span { - background: url("/static/images/ico2_10.png"); - background-repeat: no-repeat; - background-size: 100% 100%; - } - .confirm_btn{ - width: 150px; - height: 35px; - line-height: 35px; - margin: 30px auto; - font-size: 18px; - background: #d84848; - text-align: center; - color: white; - } -} - -//地址管理 - -.address_container { - padding: 20px 30px; - - .add_address { - width: 175px; - height: 120px; - padding: 20px 0; - border: 1px solid #eeeeee; - border-radius: 5px; - text-align: center; - line-height: 30px; - font-size: 18px; - color: #333333; - - } - - .add_address img { - display: block; - margin: 15px auto; - } - - .add_address_list { - padding: 20px 30px; - border: 1px solid #eeeeee; - border-radius: 5px; - margin: 30px auto; - } - - .add_address_default { - background: url("/static/images/personal/address_07.jpg") no-repeat; - background-size: 43px 43px; - background-position: bottom right; - } - - .add_address_list .position { - font-size: 18px; - color: #333333; - font-weight: bold; - margin: 20px auto; - - } - - .add_address_list .address_info { - font-size: 14px; - color: #666666; - margin: 20px auto; - } - - .add_address_list .edit_btn { - color: #d84848; - } - - // - -} - -//添加修改地址 -.address_form { - width: 800px; - padding: 30px ; - margin: 30px auto; - background: #f4f4f4; - - .title { - font-size: 18px; - font-weight: bold; - color: #d84848; - margin: 20px auto; - } - @address_form_height: 45px; - .form_row{ - width: 430px; - height: @address_form_height; - line-height: @address_form_height; - margin: 10px 0; - } - .address_info_row{ - height: auto; - background: white; - } - .address_info_row .address_info_msg{ - font-size: 14px; - text-indent: 10px; - } - .address_info_row textarea{ - border: none; - resize: none; - } - .form_row .submit-btn{ - width: 120px; - height: 35px; - line-height: 35px; - font-size: 16px; - text-align: center; - color: white; - background: #d84848; - margin: auto; - } -} - diff --git a/public/static/css/personal/login_register.css b/public/static/css/personal/login_register.css deleted file mode 100644 index b949bf2..0000000 --- a/public/static/css/personal/login_register.css +++ /dev/null @@ -1,136 +0,0 @@ -.login_bac { - height: 950px; - background: url("/static/images/personal/login_bac_02.jpg") no-repeat; - background-size: cover; - padding: 0 0 50px; - background-position: center center; -} -.login_form { - width: 700px; - float: right; - margin-top: 100px; - background: white; - border-radius: 5px; - overflow: hidden; -} -.login_form .ben_row { - display: flex; - justify-content: space-between; - flex-direction: row; - flex-wrap: nowrap; -} -.login_form .ben_row .login, -.login_form .ben_row .register, -.login_form .ben_row .bing_tel_title { - width: 350px; - height: 95px; - line-height: 95px; - text-align: center; - font-size: 30px; - color: #000000; - background: #ececec; -} -.login_form .ben_row .bing_tel_title { - width: 700px; -} -.login_form .ben_row .ben_on { - background: white; -} -.login_form .form_input_div { - width: 570px; - height: 55px; - line-height: 55px; - padding: 15px; - background: #f5f5f5; - margin: 15px auto; -} -.login_form .label_img { - width: 30px; - height: 30px; - float: left; - margin-top: 13px; -} -.login_form .form_input { - display: block; - width: 500px; - height: 55px; - line-height: 55px; - font-size: 18px; - float: left; - margin-left: 10px; - background: #f5f5f5; - border-left: 1px solid #e8e8e8; - text-indent: 15px; -} -.login_form input[type="radio"] { - display: none; -} -.login_form input[type="radio"] + span { - width: 15px; - height: 15px; - display: inline-block; - vertical-align: middle; - background: url("/static/images/personal/login_03.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; -} -.login_form input[type="radio"]:checked + span { - background: url("/static/images/personal/login_03_2.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; -} -.login_form .remember_the_password { - width: 570px; - margin: 30px auto; - font-size: 18px; -} -.login_form .quick_login { - width: 570px; - height: 40px; - margin: 30px auto; - line-height: 40px; - text-align: right; - font-size: 18px; -} -.login_form #register .form_input, .login_form #login-phone-div .form_input{ - border-left: none; -} -.login_form #register .code_div,.login_form #login-phone-div .code_div{ - position: relative; -} -.login_form #register .code_div .form_input, .login_form #login-phone-div .code_div .form_input{ - width: 350px; -} -.login_form #register .code_btn, .login_form #login-phone-div .code_btn{ - width: 200px; - height: 85px; - line-height: 95px; - position: absolute; - top: 0; - right: 0; - font-size: 28px; - background: #d84848; - color: white; - border-left: 10px solid white; -} -.login_form .submit_ben { - width: 570px; - height: 55px; - line-height: 55px; - margin: 15px auto; - padding: 15px; - text-align: center; - font-size: 28px; - color: white; - background: #d84848; -} -.login_form .register_success_msg { - padding: 150px; - text-align: center; - font-size: 18px; -} -.login_form .register_success_msg a { - border-bottom: 1px solid #d84848; - color: #d84848; -} -/*# sourceMappingURL=login_register.css.map */ \ No newline at end of file diff --git a/public/static/css/personal/login_register.css.map b/public/static/css/personal/login_register.css.map deleted file mode 100644 index e782bb2..0000000 --- a/public/static/css/personal/login_register.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["login_register.less"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,gBAAgB,qDAAhB;EACA,6BAAA;EACA,kCAAA;;AAIF;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;EACA,kBAAA;EACA,gBAAA;;AANF,WAQE;EACE,aAAA;EACA,8BAAA;EACA,mBAAA;EACA,iBAAA;;AAZJ,WAeE,SAAS;AAfX,WAemB,SAAS;AAf5B,WAewC,SAAS;EAC7C,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,mBAAA;;AAtBJ,WAwBE,SAAU;EACR,YAAA;;AAzBJ,WA4BE,SAAS;EACP,iBAAA;;AA7BJ,WAgCE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;;AAtCJ,WAyCE;EACE,WAAA;EACA,YAAA;EACA,WAAA;EACA,gBAAA;;AA7CJ,WAgDE;EACE,cAAA;EACA,YAAA;EACA,YAAA;EACA,iBAAA;EACA,eAAA;EACA,WAAA;EACA,iBAAA;EACA,mBAAA;EACA,8BAAA;EACA,iBAAA;;AA1DJ,WA6DE,MAAK;EACH,aAAA;;AA9DJ,WAiEE,MAAK,cAAe;EAClB,WAAA;EACA,YAAA;EACA,qBAAA;EACA,sBAAA;EACA,gBAAgB,uCAAhB;EACA,4BAAA;EACA,0BAAA;;AAxEJ,WA2EE,MAAK,cAAc,QAAS;EAC1B,gBAAgB,yCAAhB;EACA,4BAAA;EACA,0BAAA;;AA9EJ,WAiFE;EACE,YAAA;EACA,iBAAA;EACA,eAAA;;AApFJ,WAuFE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;EACA,iBAAA;EACA,eAAA;;AA7FJ,WAgGE,UAAU;EACR,iBAAA;;AAjGJ,WAoGE,UAAU;EACR,kBAAA;;AArGJ,WAwGE,UAAU,UAAU;EAClB,YAAA;;AAzGJ,WA4GE,UAAU;EACR,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,MAAA;EACA,QAAA;EACA,eAAA;EACA,mBAAA;EACA,YAAA;EACA,6BAAA;;AAtHJ,WAyHG;EACC,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;EACA,aAAA;EACA,kBAAA;EACA,eAAA;EACA,YAAA;EACA,mBAAA;;AAlIJ,WAqIE;EACE,cAAA;EACA,kBAAA;EACA,eAAA;;AAxIJ,WA0IE,sBAAsB;EAClB,gCAAA;EACF,cAAA","file":"login_register.css"} \ No newline at end of file diff --git a/public/static/css/personal/login_register.less b/public/static/css/personal/login_register.less deleted file mode 100644 index 6e09d3e..0000000 --- a/public/static/css/personal/login_register.less +++ /dev/null @@ -1,151 +0,0 @@ -.login_bac { - height: 950px; - background: url("/static/images/personal/login_bac_02.jpg") no-repeat; - background-size: 1920px 950px; - background-position: center center; -} - -// -.login_form { - width: 700px; - float: right; - margin-top: 100px; - background: white; - border-radius: 5px; - overflow: hidden; - - .ben_row { - display: flex; - justify-content: space-between; - flex-direction: row; - flex-wrap: nowrap; - } - - .ben_row .login, .ben_row .register , .ben_row .bing_tel_title{ - width: 350px; - height: 95px; - line-height: 95px; - text-align: center; - font-size: 30px; - color: #000000; - background: #ececec; - } - .ben_row .bing_tel_title{ - width: 700px; - } - - .ben_row .ben_on { - background: white; - } - - .form_input_div { - width: 570px; - height: 55px; - line-height: 55px; - padding: 15px; - background: #f5f5f5; - margin: 15px auto; - } - - .label_img { - width: 30px; - height: 30px; - float: left; - margin-top: 13px; - } - - .form_input { - display: block; - width: 500px; - height: 55px; - line-height: 55px; - font-size: 18px; - float: left; - margin-left: 10px; - background: #f5f5f5; - border-left: 1px solid #e8e8e8; - text-indent: 15px; - } - - input[type="radio"] { - display: none; - } - - input[type="radio"] + span { - width: 15px; - height: 15px; - display: inline-block; - vertical-align: middle; - background: url("/static/images/personal/login_03.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - } - - input[type="radio"]:checked + span { - background: url("/static/images/personal/login_03_2.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; - } - - .remember_the_password { - width: 570px; - margin: 30px auto; - font-size: 18px; - } - - .quick_login { - width: 570px; - height: 40px; - margin: 30px auto; - line-height: 40px; - text-align: right; - font-size: 18px; - } - - #register .form_input { - border-left: none; - } - - #register .code_div { - position: relative; - } - - #register .code_div .form_input { - width: 350px; - } - - #register .code_btn { - width: 200px; - height: 85px; - line-height: 95px; - position: absolute; - top: 0; - right: 0; - font-size: 28px; - background: #d84848; - color: white; - border-left: 10px solid white; - } - - .submit_ben { - width: 570px; - height: 55px; - line-height: 55px; - margin: 15px auto; - padding: 15px; - text-align: center; - font-size: 28px; - color: white; - background: #d84848; - } -// - .register_success_msg{ - padding: 150px; - text-align: center; - font-size: 18px; - } - .register_success_msg a{ - border-bottom: 1px solid #d84848; - color: #d84848; - } -} \ No newline at end of file diff --git a/public/static/css/personal/my_order.css b/public/static/css/personal/my_order.css deleted file mode 100644 index 6b921f9..0000000 --- a/public/static/css/personal/my_order.css +++ /dev/null @@ -1,80 +0,0 @@ -.order_btn_row { - width: 900px; - height: 60px; - margin: 30px auto; -} -.order_btn_row .order_btn { - display: inline-block; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 18px; - font-weight: bold; - margin-right: 50px; - color: #333333; -} -.order_btn_row .on { - border-bottom: 2px solid #d84848; - color: #d84848; -} -.winning_the_bid { - width: 900px; - margin: 30px auto; -} -.winning_the_bid .title div { - background: #ededed; -} -.winning_the_bid .bid_row { - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; -} -.winning_the_bid .color48 { - color: #d84848; -} -.winning_the_bid .bid_row > div { - display: table-cell; - font-size: 14px; - word-break: break-all; - word-wrap: break-word; -} -.winning_the_bid .bid_row .w1 { - width: 110px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w2 { - width: 150px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w3 { - width: 230px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w3 p { - line-height: 2; -} -.winning_the_bid .state { - font-size: 14px; -} -.winning_the_bid .zzjj { - color: #d84848; -} -.winning_the_bid .offer_btn { - width: 90px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; -} -/*# sourceMappingURL=my_order.css.map */ \ No newline at end of file diff --git a/public/static/css/personal/my_order.css.map b/public/static/css/personal/my_order.css.map deleted file mode 100644 index 7d86746..0000000 --- a/public/static/css/personal/my_order.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["my_order.less"],"names":[],"mappings":"AAAA;EACE,YAAA;EACA,YAAA;EACA,iBAAA;;AAHF,cAIE;EACE,qBAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;EACA,cAAA;;AAZJ,cAcE;EACE,gCAAA;EACA,cAAA;;AAIJ;EACE,YAAA;EACA,iBAAA;;AAFF,gBAKE,OAAO;EACL,mBAAA;;AANJ,gBAQE;EAEE,aAAA;EACA,iBAAA;EACA,2BAAA;EACA,mBAAA;EACA,kBAAA;;AAdJ,gBAgBE;EACE,cAAA;;AAjBJ,gBAmBE,SAAS;EACP,mBAAA;EACA,eAAA;EACA,qBAAA;EAAqB,qBAAA;;AAtBzB,gBAwBE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AA5BJ,gBA8BE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AAlCJ,gBAqCE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AAzCJ,gBA4CE,SAAS,IAAI;EACX,cAAA;;AA7CJ,gBA+CE;EACE,eAAA;;AAhDJ,gBAkDE;EACE,cAAA;;AAnDJ,gBAqDE;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,yBAAA;EACA,kBAAA;EACA,mBAAA;EACA,qBAAA;EACA,sBAAA","file":"my_order.css"} \ No newline at end of file diff --git a/public/static/css/personal/my_order.less b/public/static/css/personal/my_order.less deleted file mode 100644 index 1362bb3..0000000 --- a/public/static/css/personal/my_order.less +++ /dev/null @@ -1,87 +0,0 @@ -.order_btn_row{ - width: 900px; - height: 60px; - margin: 30px auto; - .order_btn{ - display: inline-block; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 18px; - font-weight: bold; - margin-right: 50px; - color: #333333; - } - .on{ - border-bottom: 2px solid #d84848; - color: #d84848; - } -} -// -.winning_the_bid{ - width: 900px; - margin: 30px auto; - - @bid_height:50px; - .title div{ - background: #ededed; - } - .bid_row{ - //height: @bid_height; - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; - } - .color48{ - color: #d84848; - } - .bid_row >div{ - display: table-cell; - font-size: 14px; - word-break:break-all;word-wrap:break-word - } - .bid_row .w1{ - width: 110px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - .bid_row .w2{ - width: 150px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - - .bid_row .w3 { - width: 230px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - - } - .bid_row .w3 p{ - line-height: 2; - } - .state{ - font-size: 14px; - } - .zzjj{ - color: #d84848; - } - .offer_btn{ - width: 90px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; - } -} diff --git a/public/static/css/personal/personal_center.css b/public/static/css/personal/personal_center.css deleted file mode 100644 index bf3d383..0000000 --- a/public/static/css/personal/personal_center.css +++ /dev/null @@ -1,277 +0,0 @@ -.user_head { - width: 1102px; - padding: 30px 35px; - margin: 50px auto; - border: 14px solid #dedddd; - display: flex; - flex-wrap: nowrap; - justify-content: space-between; - flex-direction: row; -} -.user_head .head_img { - width: 130px; - height: 95px; - position: relative; - float: left; -} -.user_head .head_img img { - display: block; - width: 80px; - height: 80px; - border-radius: 100%; - margin: auto; -} -.user_head .head_img .rz { - width: 80px; - height: 30px; - line-height: 30px; - text-align: center; - color: white; - font-size: 18px; - position: absolute; - bottom: 0; - left: 25px; - background: #dedddd; - border-radius: 5px; - margin: auto; -} -.user_head .nick_row { - width: 260px; - height: 75px; - padding: 10px 20px; - line-height: 37px; - color: #333333; - border-right: 1px solid #dedddd; -} -.user_head .nick_row .real_name { - padding: 5px 5px; - border-radius: 5px; - background: #d84848; - color: white; -} -.user_head .bond, -.user_head .dtc, -.user_head .edit { - width: 233px; - height: 95px; - line-height: 95px; - text-align: center; - border-right: 1px solid #dedddd; -} -.user_head .bond .bond_p { - height: 25px; - line-height: 25px; - font-size: 14px; - color: #333333; -} -.user_head .bond .bond_value { - height: 25px; - line-height: 25px; - font-size: 20px; - color: #d84848; - font-weight: bold; - margin: 5px auto; -} -.user_head .bond .give_bond { - width: 120px; - line-height: 20px; - display: block; - margin: auto; - padding: 5px 5px; - border-radius: 5px; - background: #d84848; - color: white; -} -.user_head .dtc .dtc_ico { - height: 60px; - line-height: 90px; - font-size: 20px; - font-weight: bold; - color: #d84848; -} -.user_head .dtc .pj { - height: 20px; - line-height: 20px; - font-size: 14px; - color: #333333; -} -.user_head .edit .edit_btn { - width: 90px; - height: 80px; - display: inline-block; - vertical-align: middle; - line-height: 20px; - background: #d84848; - color: white; -} -.user_head .edit { - border: none; -} -.user_head .edit .edit_btn img { - display: block; - margin: 10px auto; - width: 28px; - height: 28px; - font-size: 18px; -} -.border_container { - width: 1172px; - margin: 50px auto; - padding: 20px 0; - border: 14px solid #dedddd; -} -.border_container .list_title { - width: 1100px; - height: 20px; - line-height: 20px; - border-left: 5px solid #d84848; - font-size: 18px; - text-indent: 20px; - margin: 20px auto; -} -.border_container .hr { - width: 1100px; - margin: auto; -} -.border_container .list_title .more { - height: 20px; - line-height: 20px; - float: right; - color: #999999; -} -.border_container .border_div { - border-bottom: 14px solid #dedddd; -} -.order { - margin: 20px auto; - line-height: 20px; -} -.order .order_row { - width: 50px; - margin: auto 30px; - float: left; - position: relative; -} -.order .order_row:hover > p { - color: #d84848; -} -.order .order_row p { - text-align: center; - font-size: 16px; - color: #666666; - margin: 10px auto; -} -.order .order_row .number { - display: inline; - min-width: 20px; - height: 20px; - line-height: 20px; - font-size: 14px; - text-align: center; - background: #d84848; - border-radius: 10px; - color: white; - position: absolute; - top: -5px; - right: -5px; - max-width: 100%; -} -.winning_the_bid { - width: 1100px; - margin: 30px auto; -} -.winning_the_bid .title div { - background: #ededed; -} -.winning_the_bid .bid_row { - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; -} -.winning_the_bid .bid_row > div { - display: table-cell; - font-size: 14px; - word-break: break-all; - word-wrap: break-word; -} -.winning_the_bid .bid_row .w1 { - width: 110px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w2 { - width: 150px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w3 { - width: 230px; - line-height: 30px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w3 p { - line-height: 2; -} -.winning_the_bid .state { - font-size: 14px; -} -.winning_the_bid .zzjj { - color: #d84848; -} -.winning_the_bid .offer_btn { - width: 90%; - height: 30px; - line-height: 30px; - margin: 5px 0; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; -} -.goods_number { - width: auto; - position: relative; - padding: 0 20px; - overflow: hidden; - display: inline-block; - vertical-align: middle; -} -.goods_number .num_reduce { - width: 20px; - height: 25px; - line-height: 25px; - text-align: center; - font-size: 14px; - position: absolute; - left: 0; - top: 0; - border: 1px solid #333333; -} -.goods_number .num_plus { - width: 20px; - height: 25px; - line-height: 25px; - text-align: center; - font-size: 14px; - position: absolute; - right: 0; - top: 0; - border: 1px solid #333333; -} -.goods_number .number { - width: auto; - height: 25px; - line-height: 25px; - text-align: center; - font-size: 14px; - margin: auto 10px; - padding: 0 10px; - border: 1px solid #333333; -} -/*# sourceMappingURL=personal_center.css.map */ \ No newline at end of file diff --git a/public/static/css/personal/personal_center.css.map b/public/static/css/personal/personal_center.css.map deleted file mode 100644 index 248bc8f..0000000 --- a/public/static/css/personal/personal_center.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["personal_center.less"],"names":[],"mappings":"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","file":"personal_center.css"} \ No newline at end of file diff --git a/public/static/css/personal/personal_center.less b/public/static/css/personal/personal_center.less deleted file mode 100644 index ebbf247..0000000 --- a/public/static/css/personal/personal_center.less +++ /dev/null @@ -1,317 +0,0 @@ -.user_head { - width: 1102px; - padding: 30px 35px; - margin: 50px auto; - border: 14px solid #dedddd; - @head_height: 95px; - - display: flex; - flex-wrap: nowrap; - justify-content: space-between; - flex-direction: row; - - .head_img { - width: 130px; - height: @head_height; - position: relative; - float: left - } - - .head_img img { - display: block; - width: 80px; - height: 80px; - border-radius: 100%; - margin: auto; - } - - .head_img .rz { - width: 80px; - height: 30px; - line-height: 30px; - text-align: center; - color: white; - font-size: 18px; - position: absolute; - bottom: 0; - left: 25px; - background: #dedddd; - border-radius: 5px; - margin: auto; - } - - .nick_row { - width: 260px; - height: @head_height - 20px; - padding: 10px 20px; - line-height: 37px; - - color: #333333; - border-right: 1px solid #dedddd; - } - - .nick_row .real_name { - padding: 5px 5px; - border-radius: 5px; - background: #d84848; - color: white; - } - - .bond, .dtc, .edit { - width: 233px; - height: @head_height; - line-height: @head_height; - text-align: center; - border-right: 1px solid #dedddd; - - } - - .bond .bond_p { - height: 25px; - line-height: 25px; - font-size: 14px; - color: #333333; - } - - .bond .bond_value { - height: 25px; - line-height: 25px; - font-size: 20px; - color: #d84848; - font-weight: bold; - margin: 5px auto; - } - - .bond .give_bond { - width: 120px; - line-height: 20px; - display: block; - margin: auto; - padding: 5px 5px; - border-radius: 5px; - background: #d84848; - color: white; - } - - .dtc .dtc_ico { - height: 60px; - line-height: 90px; - font-size: 20px; - font-weight: bold; - color: #d84848; - } - - .dtc .pj { - height: 20px; - line-height: 20px; - font-size: 14px; - color: #333333; - } - - .edit .edit_btn { - width: 90px; - height: 80px; - display: inline-block; - vertical-align: middle; - line-height: 20px; - background: #d84848; - color: white; - } - - .edit { - border: none; - } - - .edit .edit_btn img { - display: block; - margin: 10px auto; - width: 28px; - height: 28px; - font-size: 18px; - } - -} - -.border_container { - width: 1172px; - margin: 50px auto; - padding: 20px 0; - border: 14px solid #dedddd; - - .list_title { - width: 1100px; - height: 20px; - line-height: 20px; - border-left: 5px solid #d84848; - font-size: 18px; - text-indent: 20px; - margin: 20px auto; - } - .hr{ - width: 1100px; - margin: auto; - } - - .list_title .more { - height: 20px; - line-height: 20px; - float: right; - color: #999999; - } - .border_div{ - border-bottom: 14px solid #dedddd; - } - - -} - -.order { - - margin: 20px auto; - line-height: 20px; - - .order_row { - width: 50px; - margin: auto 30px; - float: left; - position: relative; - } - .order_row:hover >p{ - color: #d84848; - } - .order_row p{ - text-align: center; - font-size: 16px; - color: #666666; - margin: 10px auto; - } - .order_row .number{ - display: inline; - min-width: 20px; - height: 20px; - line-height: 20px; - font-size: 14px; - text-align: center; - background: #d84848; - border-radius: 10px; - color: white; - position: absolute; - top: -5px; - right: -5px; - max-width: 100%; - } -} - -// -.winning_the_bid{ - width: 1100px; - margin: 30px auto; - - @bid_height:50px; - .title div{ - background: #ededed; - } - .bid_row{ - //height: @bid_height; - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; - } - .bid_row >div{ - display: table-cell; - font-size: 14px; - word-break:break-all;word-wrap:break-word - } - .bid_row .w1{ - width: 110px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - .bid_row .w2{ - width: 150px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - - .bid_row .w3 { - width: 230px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - - } - .bid_row .w3 p{ - line-height: 2; - } - .state{ - font-size: 14px; - } - .zzjj{ - color: #d84848; - } - .offer_btn{ - width: 90px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; - } -} - -@number_height:25px; - .goods_number { - width: auto; - position: relative; - padding: 0 20px; - overflow: hidden; - display: inline-block; - vertical-align: middle; - .num_reduce { - width: 20px; - height: @number_height; - line-height: @number_height; - text-align: center; - font-size:14px; - position: absolute; - left: 0; - top: 0; - border: 1px solid #333333; - } - - .num_plus { - width: 20px; - height: @number_height; - line-height: @number_height; - text-align: center; - font-size: 14px; - position: absolute; - right: 0; - top: 0; - - border: 1px solid #333333; - - } - - .number { - width: auto; - height: @number_height; - line-height: @number_height; - text-align: center; - font-size: 14px; - margin: auto 10px; - padding: 0 10px; - border: 1px solid #333333; - } - - } - diff --git a/public/static/css/personal/personal_public.css b/public/static/css/personal/personal_public.css deleted file mode 100644 index 941af66..0000000 --- a/public/static/css/personal/personal_public.css +++ /dev/null @@ -1,100 +0,0 @@ -.personal_bac { - padding: 20px 0; - background: url("/static/images/personal/personal_center_16.jpg") no-repeat; - background-size: auto auto; - background-position: center center; -} -.user_ben_row { - width: 200px; - border: 14px solid #dedddd; - padding: 20px 0; - background: white; - float: left; -} -.user_ben_row .head_img { - width: 130px; - height: 95px; - position: relative; - margin: auto; -} -.user_ben_row .head_img img { - display: block; - width: 80px; - height: 80px; - border-radius: 100%; - margin: auto; -} -.user_ben_row .head_img .rz { - width: 80px; - height: 30px; - line-height: 30px; - text-align: center; - color: white; - font-size: 18px; - position: absolute; - bottom: 0; - left: 25px; - background: #dedddd; - border-radius: 5px; - margin: auto; -} -.user_ben_row .head_img .yzz { - background: #d84848; - color: white; -} -.user_ben_row .nick_row { - height: 75px; - padding: 10px 20px; - line-height: 37px; - color: #333333; - font-size: 14px; - border-right: 1px solid #dedddd; -} -.user_ben_row .nick_row .nick { - overflow: hidden; -} -.user_ben_row .nick_row .nick .label { - font-weight: bold; -} -.user_ben_row .user_btn { - height: 70px; - line-height: 70px; - background: #f5f5f5; - text-align: center; - font-size: 18px; - color: #333333; - margin-bottom: 5px; -} -.user_ben_row .user_btn:hover { - background: #d84848; - color: white; -} -.user_ben_row .user_btn_on { - background: #d84848; - color: white; -} -.column_container { - width: 925px; - padding: 20px 0; - border: 14px solid #dedddd; - float: right; - background: white; -} -.column_container .border_div { - border-bottom: 14px solid #dedddd; - margin: 30px auto; -} -.column_container .list_title { - width: 900px; - height: 20px; - line-height: 20px; - border-left: 5px solid #d84848; - font-size: 18px; - text-indent: 20px; - margin: 20px auto; -} -.column_container .hr { - width: 900px; - margin: auto; -} -/*# sourceMappingURL=personal_public.css.map */ \ No newline at end of file diff --git a/public/static/css/personal/personal_public.css.map b/public/static/css/personal/personal_public.css.map deleted file mode 100644 index f49e15f..0000000 --- a/public/static/css/personal/personal_public.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["personal_public.less"],"names":[],"mappings":"AAAA;EACE,eAAA;EACA,gBAAgB,2DAAhB;EACA,0BAAA;EACA,kCAAA;;AAIF;EACE,YAAA;EACA,0BAAA;EACA,eAAA;EACA,iBAAA;EACA,WAAA;;AALF,aAOE;EACE,YAAA;EACA,YAAA;EACA,kBAAA;EACA,YAAA;;AAXJ,aAcE,UAAU;EACR,cAAA;EACA,WAAA;EACA,YAAA;EACA,mBAAA;EACA,YAAA;;AAnBJ,aAsBE,UAAU;EACR,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,YAAA;EACA,eAAA;EACA,kBAAA;EACA,SAAA;EACA,UAAA;EACA,mBAAA;EACA,kBAAA;EACA,YAAA;;AAlCJ,aAqCE,UAAU;EACR,mBAAA;EACA,YAAA;;AAvCJ,aA2CE;EACE,YAAA;EACA,kBAAA;EACA,iBAAA;EACA,cAAA;EACA,eAAA;EACA,+BAAA;;AAjDJ,aAqDE,UAAU;EACR,gBAAA;;AAtDJ,aAyDE,UAAU,MAAM;EACd,iBAAA;;AA1DJ,aA8DE;EACE,YAAA;EACA,iBAAA;EACA,mBAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,kBAAA;;AArEJ,aAwEE,UAAS;EACP,mBAAA;EACA,YAAA;;AA1EJ,aA6EE;EACE,mBAAA;EACA,YAAA;;AAMJ;EACE,YAAA;EACA,eAAA;EACA,0BAAA;EACA,YAAA;EACA,iBAAA;;AALF,iBAOE;EACE,iCAAA;EACA,iBAAA;;AATJ,iBAYE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,8BAAA;EACA,eAAA;EACA,iBAAA;EACA,iBAAA;;AAnBJ,iBAsBE;EACE,YAAA;EACA,YAAA","file":"personal_public.css"} \ No newline at end of file diff --git a/public/static/css/personal/personal_public.less b/public/static/css/personal/personal_public.less deleted file mode 100644 index 28d69e5..0000000 --- a/public/static/css/personal/personal_public.less +++ /dev/null @@ -1,120 +0,0 @@ -.personal_bac { - padding: 20px 0; - background: url("/static/images/personal/personal_center_16.jpg") no-repeat; - background-size: auto auto; - background-position: center center; -} - -// -.user_ben_row { - width: 200px; - border: 14px solid #dedddd; - padding: 20px 0; - background: white; - float: left; - - .head_img { - width: 130px; - height: 95px; - position: relative; - margin: auto; - } - - .head_img img { - display: block; - width: 80px; - height: 80px; - border-radius: 100%; - margin: auto; - } - - .head_img .rz { - width: 80px; - height: 30px; - line-height: 30px; - text-align: center; - color: white; - font-size: 18px; - position: absolute; - bottom: 0; - left: 25px; - background: #dedddd; - border-radius: 5px; - margin: auto; - } - - .head_img .yzz { - background: #d84848; - color: white; - } - - // - .nick_row { - height: 75px; - padding: 10px 20px; - line-height: 37px; - color: #333333; - font-size: 14px; - border-right: 1px solid #dedddd; - - } - - .nick_row .nick { - overflow: hidden; - } - - .nick_row .nick .label { - font-weight: bold; - } - - // - .user_btn { - height: 70px; - line-height: 70px; - background: #f5f5f5; - text-align: center; - font-size: 18px; - color: #333333; - margin-bottom: 5px; - } - - .user_btn:hover { - background: #d84848; - color: white; - } - - .user_btn_on { - background: #d84848; - color: white; - } - -} - -//右侧栏目 -.column_container { - width: 925px; - padding: 20px 0; - border: 14px solid #dedddd; - float: right; - background: white; - - .border_div { - border-bottom: 14px solid #dedddd; - margin: 30px auto; - } - - .list_title { - width: 900px; - height: 20px; - line-height: 20px; - border-left: 5px solid #d84848; - font-size: 18px; - text-indent: 20px; - margin: 20px auto; - } - - .hr { - width: 900px; - margin: auto; - } -} diff --git a/public/static/css/personal/product_follow.css b/public/static/css/personal/product_follow.css deleted file mode 100644 index 3dec74a..0000000 --- a/public/static/css/personal/product_follow.css +++ /dev/null @@ -1,109 +0,0 @@ -.winning_the_bid { - width: 900px; - margin: 30px auto; -} -.winning_the_bid .title div { - background: #ededed; -} -.winning_the_bid .bid_row { - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; -} -.winning_the_bid .bid_row > div { - display: table-cell; - font-size: 14px; -} -.winning_the_bid .bid_row .w1 { - width: 80px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w2 { - width: 100px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w3 { - width: 150px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w4 { - width: 160px; - line-height: 50px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w4 p { - line-height: 2; -} -.winning_the_bid .bid_row .w3 .over { - pointer-events: none; - opacity: 0.5; -} -.winning_the_bid .state { - font-size: 14px; -} -.winning_the_bid .zzjj { - color: #d84848; -} -.winning_the_bid .offer_btn { - width: 90%; - height: auto; - margin: 5% 0; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; -} -.goods_number { - width: auto; - position: relative; - padding: 0 20px; - overflow: hidden; - display: inline-block; - vertical-align: middle; -} -.goods_number .num_reduce { - width: 20px; - height: 25px; - line-height: 25px; - text-align: center; - font-size: 14px; - position: absolute; - left: 0; - top: 0; - border: 1px solid #333333; -} -.goods_number .num_plus { - width: 20px; - height: 25px; - line-height: 25px; - text-align: center; - font-size: 14px; - position: absolute; - right: 0; - top: 0; - border: 1px solid #333333; -} -.goods_number .number { - width: auto; - max-width: 60px; - min-height: 25px; - line-height: 25px; - text-align: center; - font-size: 14px; - margin: auto 10px; - padding: 0 10px; - border: 1px solid #333333; - word-break: break-all; - word-wrap: break-word; -} -/*# sourceMappingURL=product_follow.css.map */ \ No newline at end of file diff --git a/public/static/css/personal/product_follow.css.map b/public/static/css/personal/product_follow.css.map deleted file mode 100644 index 68f5e5c..0000000 --- a/public/static/css/personal/product_follow.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["product_follow.less"],"names":[],"mappings":"AACA;EACE,YAAA;EACA,iBAAA;;AAFF,gBAKE,OAAO;EACL,mBAAA;;AANJ,gBAQE;EAEE,aAAA;EACA,iBAAA;EACA,2BAAA;EACA,mBAAA;EACA,kBAAA;;AAdJ,gBAgBE,SAAS;EACP,mBAAA;EACA,eAAA;;AAlBJ,gBAoBE,SAAS;EACP,WAAA;EAEA,iBAAA;EACA,yBAAA;;AAxBJ,gBA0BE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AA9BJ,gBAiCE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AArCJ,gBAuCE,SAAS;EACP,YAAA;EAEA,iBAAA;EACA,yBAAA;;AA3CJ,gBA6CE,SAAS,IAAI;EACX,cAAA;;AA9CJ,gBAgDE,SAAS,IAAI;EACN,oBAAA;EACH,YAAA;;AAlDN,gBAoDE;EACE,eAAA;;AArDJ,gBAuDE;EACE,cAAA;;AAxDJ,gBA0DE;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,yBAAA;EACA,kBAAA;EACA,mBAAA;EACA,qBAAA;EACA,sBAAA;;AAKJ;EACE,WAAA;EACA,kBAAA;EACA,eAAA;EACA,gBAAA;EACA,qBAAA;EACA,sBAAA;;AANF,aAOE;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,kBAAA;EACA,OAAA;EACA,MAAA;EACA,yBAAA;;AAhBJ,aAmBE;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,kBAAA;EACA,QAAA;EACA,MAAA;EAEA,yBAAA;;AA7BJ,aAiCE;EACE,WAAA;EACA,eAAA;EACA,gBAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,iBAAA;EACA,eAAA;EACA,yBAAA;EACA,qBAAA;EAAqB,qBAAA","file":"product_follow.css"} \ No newline at end of file diff --git a/public/static/css/personal/product_follow.less b/public/static/css/personal/product_follow.less deleted file mode 100644 index b10007d..0000000 --- a/public/static/css/personal/product_follow.less +++ /dev/null @@ -1,128 +0,0 @@ -// -.winning_the_bid{ - width: 900px; - margin: 30px auto; - - @bid_height:50px; - .title div{ - background: #ededed; - } - .bid_row{ - //height: @bid_height; - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; - } - .bid_row >div{ - display: table-cell; - font-size: 14px; - } - .bid_row .w1{ - width: 80px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - .bid_row .w2{ - width: 100px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - - .bid_row .w3 { - width: 150px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - .bid_row .w4 { - width: 160px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - .bid_row .w6 { - width: 200px; - //height: @bid_height; - line-height:@bid_height ; - border: 1px solid #e4e4e4; - } - .bid_row .w4 p{ - line-height: 2; - } - .bid_row .w3 .over{ - pointer-events: none; - opacity: 0.5; - } - .state{ - font-size: 14px; - } - .zzjj{ - color: #d84848; - } - .offer_btn{ - width: 90px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; - } -} - -@number_height:25px; -.goods_number { - width: auto; - position: relative; - padding: 0 20px; - overflow: hidden; - display: inline-block; - vertical-align: middle; - .num_reduce { - width: 20px; - height: @number_height; - line-height: @number_height; - text-align: center; - font-size:14px; - position: absolute; - left: 0; - top: 0; - border: 1px solid #333333; - } - - .num_plus { - width: 20px; - height: @number_height; - line-height: @number_height; - text-align: center; - font-size: 14px; - position: absolute; - right: 0; - top: 0; - - border: 1px solid #333333; - - } - - .number { - width: auto; - max-width: 60px; - min-height: @number_height; - line-height: @number_height; - text-align: center; - font-size: 14px; - margin: auto 10px; - padding: 0 10px; - border: 1px solid #333333; - word-break:break-all;word-wrap:break-word - } - -} \ No newline at end of file diff --git a/public/static/css/personal/real_name.css b/public/static/css/personal/real_name.css deleted file mode 100644 index 82f3b80..0000000 --- a/public/static/css/personal/real_name.css +++ /dev/null @@ -1,69 +0,0 @@ -.user_id_container .bond_input { - height: 45px; - text-indent: 20px; - font-size: 16px; - margin: 30px auto; -} -.user_id_container .bond_input .label { - width: 150px; - text-align: center; - height: 45px; - line-height: 45px; - float: left; -} -.user_id_container .bond_input .input_div { - width: 350px; - height: 45px; - text-indent: 20px; - font-size: 16px; - color: #666666; - display: inline-block; - background: #f5f5f5; -} -.user_id_container .bond_input .input_div .text_input { - width: 290px; - height: 45px; - line-height: 45px; - text-indent: 20px; - font-size: 16px; - color: #666666; - display: block; - float: left; - background: #f5f5f5; -} -.user_id_container .add_card { - width: 250px; - height: 45px; - line-height: 45px; - border: 1px solid #d84848; - text-align: center; - font-size: 18px; - color: #d84848; - margin: 30px auto 30px 30px; -} -.give_bond_container { - width: 850px; - padding: 20px; - background: #f4f4f4; - margin: 20px auto; -} -.give_bond_container .bond_input .input_div, -.give_bond_container .bond_input .input_div .text_input { - background: white; -} -.give_bond_container .layui-input, -.give_bond_container .layui-select { - height: 45px; -} -.give_bond_container .bond_return_btn { - width: 120px; - height: 40px; - line-height: 40px; - text-align: center; - color: white; - background: #d84848; - display: inline-block; - margin-left: 50px; - text-indent: 0; -} -/*# sourceMappingURL=real_name.css.map */ \ No newline at end of file diff --git a/public/static/css/personal/real_name.css.map b/public/static/css/personal/real_name.css.map deleted file mode 100644 index 9673013..0000000 --- a/public/static/css/personal/real_name.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["real_name.less"],"names":[],"mappings":"AACA,kBAGE;EACE,YAAA;EAEA,iBAAA;EACA,eAAA;EACA,iBAAA;;AARJ,kBAUE,YAAY;EACV,YAAA;EACA,kBAAA;EACA,YAAA;EACA,iBAAA;EACA,WAAA;;AAfJ,kBAiBE,YAAY;EACV,YAAA;EACA,YAAA;EAEA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,qBAAA;EACA,mBAAA;;AAzBJ,kBA4BE,YAAY,WAAW;EACrB,YAAA;EACA,YAAA;EACA,iBAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,cAAA;EACA,WAAA;EACA,mBAAA;;AArCJ,kBAuCE;EACE,YAAA;EACA,YAAA;EACA,iBAAA;EACA,yBAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,4BAAA;;AAKJ;EACE,YAAA;EACA,aAAA;EACA,mBAAA;EACA,iBAAA;;AAJF,oBAKE,YAAY;AALd,oBAK0B,CAAA,WAAY,WAAW;EAC7C,iBAAA;;AANJ,oBASE;AATF,oBASgB;EACZ,YAAA;;AAVJ,oBAaC;EACG,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,YAAA;EACA,mBAAA;EACA,qBAAA;EACA,iBAAA;EACA,cAAA","file":"real_name.css"} \ No newline at end of file diff --git a/public/static/css/personal/real_name.less b/public/static/css/personal/real_name.less deleted file mode 100644 index e00f970..0000000 --- a/public/static/css/personal/real_name.less +++ /dev/null @@ -1,79 +0,0 @@ -@bond_input_height: 45px; -.user_id_container { - - - .bond_input { - height: @bond_input_height; - - text-indent: 20px; - font-size: 16px; - margin:30px auto; - } - .bond_input .label { - width: 150px; - text-align: center; - height: @bond_input_height; - line-height: @bond_input_height; - float: left; - } - .bond_input .input_div { - width: 350px; - height: @bond_input_height; - - text-indent: 20px; - font-size: 16px; - color: #666666; - display: inline-block; - background: #f5f5f5; - } - - .bond_input .input_div .text_input { - width: 290px; - height: @bond_input_height; - line-height: @bond_input_height; - text-indent: 20px; - font-size: 16px; - color: #666666; - display: block; - float: left; - background: #f5f5f5; - } - .add_card{ - width: 250px; - height: 45px; - line-height: 45px; - border: 1px solid #d84848; - text-align: center; - font-size: 18px; - color:#d84848 ; - margin: 30px auto 30px 30px; - } - - -} -.give_bond_container{ - width: 850px; - padding: 20px; - background: #f4f4f4; - margin: 20px auto; - .bond_input .input_div ,.bond_input .input_div .text_input { - background: white; - } - - .layui-input, .layui-select{ - height: 45px; - } - - .bond_return_btn { - width: 120px; - height: 40px; - line-height: 40px; - text-align: center; - color: white; - background: #d84848; - display: inline-block; - margin-left: 50px; - text-indent: 0; - } - -} \ No newline at end of file diff --git a/public/static/css/personal/shopping_cart.css b/public/static/css/personal/shopping_cart.css deleted file mode 100644 index cc69188..0000000 --- a/public/static/css/personal/shopping_cart.css +++ /dev/null @@ -1,257 +0,0 @@ -.list_title .time_msg { - margin-left: 10px; - font-size: 14px; - color: #d84848; -} -.winning_the_bid { - width: 880px; - margin: 30px auto; -} -.winning_the_bid .bid_row { - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; -} -.winning_the_bid .bid_row > div { - display: table-cell; - font-size: 14px; -} -.winning_the_bid .bid_row .w1 { - width: 140px; - line-height: 100px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w2 { - width: 150px; - line-height: 100px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w3 { - width: 230px; - line-height: 100px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .bid_row .w4 { - width: 60px; - font-size: 18px; - line-height: 100px; - border: 1px solid #e4e4e4; -} -.winning_the_bid .title div { - background: #ededed; - line-height: 50px !important; -} -.winning_the_bid .bid_row .money { - font-size: 24px; - line-height: 50px; - display: inline-block; - vertical-align: middle; - color: #a42b2b; - word-break: break-all; - word-wrap: break-word; -} -.winning_the_bid .bid_row .time { - font-size: 28px; - line-height: 50px; - display: inline-block; - vertical-align: middle; - color: #a42b2b; - word-break: break-all; - word-wrap: break-word; -} -.winning_the_bid .bid_row .w3 p { - line-height: 2; - display: inline-block; - vertical-align: middle; -} -.winning_the_bid .product_img { - width: 80px; -} -.winning_the_bid .state { - font-size: 14px; -} -.winning_the_bid .zzjj { - color: #d84848; -} -.winning_the_bid .offer_btn { - width: 90px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; -} -.goods_number { - width: auto; - position: relative; - padding: 0 20px; - overflow: hidden; - display: inline-block; - vertical-align: middle; -} -.goods_number .num_reduce { - width: 20px; - height: 25px; - line-height: 25px; - text-align: center; - font-size: 14px; - position: absolute; - left: 0; - top: 0; - border: 1px solid #333333; -} -.goods_number .num_plus { - width: 20px; - height: 25px; - line-height: 25px; - text-align: center; - font-size: 14px; - position: absolute; - right: 0; - top: 0; - border: 1px solid #333333; -} -.goods_number .number { - width: auto; - height: 25px; - line-height: 25px; - text-align: center; - font-size: 14px; - margin: auto 10px; - padding: 0 10px; - border: 1px solid #333333; -} -input[type="radio"], -input[type="checkbox"] { - display: none; -} -input[type="radio"] + span, -input[type="checkbox"] + span { - width: 15px; - height: 15px; - display: inline-block; - vertical-align: middle; - background: url("/static/images/personal/login_03.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; -} -input[type="radio"]:checked + span, -input[type="checkbox"]:checked + span { - background: url("/static/images/personal/login_03_2.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; -} -.total_row { - width: 880px; - height: 50px; - margin: 30px auto; - text-align: right; -} -.total_row .delete { - color: #d84848; - margin: auto 15px; -} -.total_row .product_count, -.total_row .total_money { - font-size: 22px; - color: #d84848; -} -.total_row .pay_btn { - width: 150px; - height: 60px; - line-height: 60px; - text-align: center; - font-size: 20px; - background: #d84848; - color: white; - display: inline-block; - vertical-align: middle; - margin-left: 20px; -} -.reorder_container { - width: 880px; - padding: 20px 0; - margin: 30px auto; -} -.reorder_container .reorder_msg { - font-size: 18px; - color: #d84848; - font-weight: bold; -} -.producr_list_row { - width: 880px; - padding: 0; - margin: 30px auto; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; -} -.producr_list_row .product { - width: 430px; - height: 230px; - background: white; - border-radius: 5px; -} -.producr_list_row .product .p_border_div { - width: 430px; - height: 150px; - padding: 40px 0; - transition: 0.5s all; -} -.producr_list_row .product .product_img { - width: 120px; - height: 150px; - line-height: 150px; - text-align: center; - float: left; -} -.producr_list_row .product .product_img img { - width: auto; - height: auto; - max-width: 100px; - max-height: 100%; - display: inline-block; - vertical-align: middle; - margin: auto; -} -.producr_list_row .product .product_name { - width: 280px; - padding: 10px; - float: right; -} -.producr_list_row .product .product_name .name { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.producr_list_row .product .value { - width: 300px; - height: 40px; - line-height: 40px; - margin-top: 10px; - font-size: 22px; - color: #a42b2b; -} -.producr_list_row .product .reorder_btn { - width: 120px; - height: 35px; - line-height: 35px; - margin-top: 10px; - font-size: 18px; - color: #d84848; - border: 1px solid #d84848; - text-align: center; - border-radius: 20px; -} -/*# sourceMappingURL=shopping_cart.css.map */ \ No newline at end of file diff --git a/public/static/css/personal/shopping_cart.css.map b/public/static/css/personal/shopping_cart.css.map deleted file mode 100644 index c59b118..0000000 --- a/public/static/css/personal/shopping_cart.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["shopping_cart.less"],"names":[],"mappings":"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","file":"shopping_cart.css"} \ No newline at end of file diff --git a/public/static/css/personal/shopping_cart.less b/public/static/css/personal/shopping_cart.less deleted file mode 100644 index b775c94..0000000 --- a/public/static/css/personal/shopping_cart.less +++ /dev/null @@ -1,303 +0,0 @@ -.list_title .time_msg { - margin-left: 10px; - font-size: 14px; - color: #d84848 -} - -// -.winning_the_bid { - width: 880px; - margin: 30px auto; - - @bid_height: 100px; - - .bid_row { - //height: @bid_height; - display: flex; - flex-wrap: nowrap; - justify-content: flex-start; - flex-direction: row; - text-align: center; - } - - .bid_row > div { - display: table-cell; - font-size: 14px; - - } - - .bid_row .w1 { - width: 140px; - line-height: @bid_height; - border: 1px solid #e4e4e4; - } - - .bid_row .w2 { - width: 150px; - line-height: @bid_height; - border: 1px solid #e4e4e4; - } - - .bid_row .w3 { - width: 230px; - line-height: @bid_height; - border: 1px solid #e4e4e4; - } - .bid_row .w4 { - width: 60px; - font-size: 18px; - line-height: @bid_height; - border: 1px solid #e4e4e4; - } - - - .title div { - background: #ededed; - line-height: 50px !important; - } - - .bid_row .money { - font-size: 24px; - line-height: 50px; - display: inline-block; - vertical-align: middle; - color: #a42b2b; - word-break: break-all; - word-wrap: break-word - } - .bid_row .time { - font-size: 28px; - line-height: 50px; - display: inline-block; - vertical-align: middle; - color: #a42b2b; - word-break: break-all; - word-wrap: break-word - } - - .bid_row .w3 p { - line-height: 2; - display: inline-block; - vertical-align: middle; - } - - .product_img { - width: 80px; - - } - - .state { - font-size: 14px; - } - - .zzjj { - color: #d84848; - } - - .offer_btn { - width: 90px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 14px; - color: #333333; - border: 1px solid #e8e8e8; - border-radius: 5px; - background: #ededed; - display: inline-block; - vertical-align: middle; - } -} - -@number_height: 25px; -.goods_number { - width: auto; - position: relative; - padding: 0 20px; - overflow: hidden; - display: inline-block; - vertical-align: middle; - - .num_reduce { - width: 20px; - height: @number_height; - line-height: @number_height; - text-align: center; - font-size: 14px; - position: absolute; - left: 0; - top: 0; - border: 1px solid #333333; - } - - .num_plus { - width: 20px; - height: @number_height; - line-height: @number_height; - text-align: center; - font-size: 14px; - position: absolute; - right: 0; - top: 0; - - border: 1px solid #333333; - - } - - .number { - width: auto; - height: @number_height; - line-height: @number_height; - text-align: center; - font-size: 14px; - margin: auto 10px; - padding: 0 10px; - border: 1px solid #333333; - } -} - - -// - input[type="radio"], input[type="checkbox"] { - display: none; -} - input[type="radio"] + span, - input[type="checkbox"] + span { - width: 15px; - height: 15px; - display: inline-block; - vertical-align: middle; - background: url("/static/images/personal/login_03.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; -} - input[type="radio"]:checked + span, - input[type="checkbox"]:checked + span { - background: url("/static/images/personal/login_03_2.jpg"); - background-repeat: no-repeat; - background-size: 100% 100%; -} -// -.total_row{ - width: 880px; - height: 50px; - margin: 30px auto; - text-align: right; - .delete{ - color: #d84848; - margin: auto 15px; - } - .product_count ,.total_money{ - font-size: 22px; - color: #d84848; - } - .pay_btn{ - width: 150px; - height: 60px; - line-height: 60px; - text-align: center; - font-size: 20px; - background: #d84848; - color: white; - display: inline-block; - vertical-align: middle; - margin-left: 20px; - } -} - -// -.reorder_container{ - width: 880px; - padding: 20px 0; - margin: 30px auto; - .reorder_msg{ - font-size: 18px; - color: #d84848; - font-weight: bold; - } -} -.producr_list_row { - width: 880px; - padding: 0; - margin: 30px auto; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - - .product { - width: 430px; - height: 230px; - background: white; - //background-color: #00F7DE; - border-radius: 5px; - } - - .product .p_border_div { - width: 430px; - height: 150px; - padding: 40px 0; - transition: 0.5s all; - } - - - - .product .product_img { - width: 120px; - height: 150px; - line-height: 150px; - text-align: center; - float: left; - } - - .product .product_img img { - width: auto; - height: auto; - max-width: 100px; - max-height: 100%; - display: inline-block; - vertical-align: middle; - margin: auto; - } - - .product .product_name { - width: 280px; - padding: 10px; - float: right; - } - - - .product .product_name .name { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - - .product .value { - width: 300px; - height: 40px; - line-height: 40px; - margin-top: 10px; - font-size: 22px; - color: #a42b2b; - } - .product .reorder_btn { - width: 120px; - height: 35px; - line-height: 35px; - margin-top: 10px; - font-size: 18px; - color: #d84848; - border: 1px solid #d84848 ; - text-align: center; - border-radius: 20px; - } - - - -} - - diff --git a/public/static/css/public.css b/public/static/css/public.css deleted file mode 100644 index c92b89d..0000000 --- a/public/static/css/public.css +++ /dev/null @@ -1,229 +0,0 @@ -body, -ul, -ol, -h1, -h2, -h4, -p { - margin: 0; - padding: 0; -} -body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 16px; - color: #000; - min-width: 1200px; - max-width: 1920px; - margin: auto; - background: white; -} -img { - border: 0px; -} -.inline_img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; -} -ul, -ol { - list-style-type: none; -} -a { - width: auto; - height: auto; - text-decoration: none; -} -input { - outline: none; - border: none; -} -.clear:after, -.clear:before { - content: ""; - display: block; - clear: both; -} -.w1200 { - width: 1200px; - margin: auto; -} -.w100 { - width: 100%; - margin: auto; -} -.head_title { - height: 80px; - padding: 30px 0; - /*修改提示文字的颜色*/ -} -.head_title .logo { - height: 80px; - float: left; - display: block; -} -.head_title .search_row { - width: 525px; - height: 80px; - float: left; - margin-left: 75px; -} -.head_title .search_row .btn_row { - width: 525px; - height: 33px; -} -.head_title .search_row .btn_row .btn { - width: 100px; - height: 33px; - line-height: 33px; - text-align: center; - font-size: 22px; - color: #d84848; - border-top-left-radius: 5px; - border-top-right-radius: 5px; - float: left; -} -.head_title .search_row .btn_row .on { - color: white; - background: #d84848; -} -.head_title .input_div { - width: 521px; - height: 43px; - border: 2px #d84848 solid; - position: relative; -} -.head_title .input_div input { - width: 390px; - height: 43px; - background: url("/static/images/index_11.jpg") no-repeat; - background-size: 20px 20px; - background-position: left 10px center; - background-color: white; - text-indent: 40px; - font-size: 22px; - color: #333333; - position: absolute; - top: 0; - left: 0; -} -.head_title .input_div input::-webkit-input-placeholder { - /* WebKit browsers */ - color: #dedede; -} -.head_title .input_div input:-moz-placeholder { - /* Mozilla Firefox 4 to 18 */ - color: #dedede; -} -.head_title .input_div input::-moz-placeholder { - /* Mozilla Firefox 19+ */ - color: #dedede; -} -.head_title .input_div input:-ms-input-placeholder { - /* Internet Explorer 10+ */ - color: #dedede; -} -.head_title .input_div .search_submit { - width: 130px; - height: 43px; - line-height: 43px; - text-align: center; - font-size: 22px; - color: white; - background-color: #d84848; - position: absolute; - top: 0; - right: 0; -} -.head_title .login_register { - width: auto; - height: 80px; - line-height: 80px; - float: right; -} -.head_title .login_register div { - width: auto; - height: 50px; - line-height: 50px; - display: inline-block; - vertical-align: middle; - font-size: 18px; - color: #6f6f6f; - margin: auto 15px; - letter-spacing: 2px; -} -.head_title .login_register img { - margin-right: 5px; -} -.menu_row { - background-color: #d84848; - height: 60px; -} -.menu_row .w1200 { - height: 60px; -} -.menu_row .w1200 a { - display: block; - width: 132px; - height: 60px; - line-height: 60px; - text-align: center; - font-size: 18px; - color: white; - float: left; -} -.menu_row .w1200 a:hover { - background-color: #9e2525; -} -.menu_row .w1200 .on { - background-color: #9e2525; -} -.footer_div { - background-color: #000000; - padding: 50px 0; -} -.footer .footer_list_row { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; -} -.footer .footer_list { - width: 172px; -} -.footer .footer_list p, -.footer .footer_list .qrmsg { - font-size: 14px; - color: #666666; - text-align: center; -} -.footer .footer_list .title { - font-size: 18px; - color: #666666; - text-align: center; - margin-bottom: 10px; -} -.footer .footer_list .qr_img { - width: 92px; - display: block; - margin: auto; -} -.footer .footer_p { - line-height: 1.5; - font-size: 14px; - color: #666666; - text-align: center; - margin: 30px auto; -} -.site_location { - font-size: 18px; - color: #333333; - margin: 30px auto; -} -.move_hand { - cursor: pointer; -} -/*# sourceMappingURL=public.css.map */ \ No newline at end of file diff --git a/public/static/css/public.css.map b/public/static/css/public.css.map deleted file mode 100644 index e2c1bca..0000000 --- a/public/static/css/public.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["public.less"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;EACE,SAAA;EACA,UAAA;;AAGF;EACE,aAAa,8CAAb;EACA,eAAA;EACA,WAAA;EAEA,iBAAA;EACA,iBAAA;EACA,YAAA;EACA,iBAAA;;AAGF;EACE,WAAA;;AAGF;EACE,WAAA;EACA,YAAA;EACA,eAAA;EACA,gBAAA;EACA,qBAAA;EACA,sBAAA;;AAGF;AACA;EACE,qBAAA;;AAGF;EACE,WAAA;EACA,YAAA;EACA,qBAAA;;AAGF;EACE,aAAA;EACA,YAAA;;AAIF,MAAM;AAAQ,MAAM;EAClB,SAAS,EAAT;EACA,cAAA;EACA,WAAA;;AAGF;EACE,aAAA;EACA,YAAA;;AAGF;EACE,WAAA;EACA,YAAA;;AAIF;EACE,YAAA;EACA,eAAA;;;AAFF,WAIE;EACE,YAAA;EACA,WAAA;EACA,cAAA;;AAPJ,WAUE;EACE,YAAA;EACA,YAAA;EACA,WAAA;EACA,iBAAA;;AAdJ,WAiBE,YAAY;EACV,YAAA;EACA,YAAA;;AAnBJ,WAsBE,YAAY,SAAS;EACnB,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,cAAA;EACA,2BAAA;EACA,4BAAA;EACA,WAAA;;AA/BJ,WAkCE,YAAY,SAAS;EACnB,YAAA;EACA,mBAAA;;AApCJ,WAuCE;EACE,YAAA;EACA,YAAA;EACA,yBAAA;EACA,kBAAA;;AA3CJ,WA8CE,WAAW;EACT,YAAA;EACA,YAAA;EACA,gBAAgB,wCAAhB;EACA,0BAAA;EACA,qCAAA;EACA,uBAAA;EACA,iBAAA;EACA,eAAA;EACA,cAAA;EACA,kBAAA;EACA,MAAA;EACA,OAAA;;AA1DJ,WA+DE,WAAW,MAAK;;EAEd,cAAA;;AAjEJ,WAqEE,WAAW,MAAK;;EAEd,cAAA;;AAvEJ,WA2EE,WAAW,MAAK;;EAEd,cAAA;;AA7EJ,WAiFE,WAAW,MAAK;;EAEd,cAAA;;AAnFJ,WAuFE,WAAW;EACT,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,YAAA;EACA,yBAAA;EACA,kBAAA;EACA,MAAA;EACA,QAAA;;AAjGJ,WAoGE;EACE,WAAA;EACA,YAAA;EACA,iBAAA;EACA,YAAA;;AAxGJ,WA2GE,gBAAgB;EACd,WAAA;EACA,YAAA;EACA,iBAAA;EACA,qBAAA;EACA,sBAAA;EACA,eAAA;EACA,cAAA;EACA,iBAAA;EACA,mBAAA;;AApHJ,WAuHE,gBAAgB;EACd,iBAAA;;AAKJ;EACE,yBAAA;EACA,YAAA;;AAFF,SAIE;EACE,YAAA;;AALJ,SAQE,OAAO;EACL,cAAA;EACA,YAAA;EACA,YAAA;EACA,iBAAA;EACA,kBAAA;EACA,eAAA;EACA,YAAA;EACA,WAAA;;AAhBJ,SAmBE,OAAO,EAAC;EACN,yBAAA;;AApBJ,SAuBE,OAAO;EACL,yBAAA;;AAKJ;EACE,yBAAA;EACA,eAAA;;AAIF,OACE;EACE,aAAA;EACA,mBAAA;EACA,eAAA;EACA,8BAAA;;AALJ,OAOE;EACE,YAAA;;AARJ,OAWE,aAAa;AAXf,OAWkB,aAAa;EAC3B,eAAA;EACA,cAAA;EACA,kBAAA;;AAdJ,OAgBE,aAAa;EACX,eAAA;EACA,cAAA;EACA,kBAAA;EACA,mBAAA;;AApBJ,OAsBE,aAAa;EACX,WAAA;EACA,cAAA;EACA,YAAA;;AAzBJ,OA2BE;EACE,gBAAA;EACA,eAAA;EACA,cAAA;EACA,kBAAA;EACA,iBAAA;;AAOJ;EACE,eAAA;EACA,cAAA;EACA,iBAAA","file":"public.css"} \ No newline at end of file diff --git a/public/static/css/public.less b/public/static/css/public.less deleted file mode 100644 index b0442ed..0000000 --- a/public/static/css/public.less +++ /dev/null @@ -1,273 +0,0 @@ -body, -ul, -ol, -h1, -h2, -h4, -p { - margin: 0; - padding: 0; -} - -body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 16px; - color: #000; - background: white; - min-width: 1200px; - max-width: 1920px; - margin: auto; - background: white; -} - -img { - border: 0px; -} - -.inline_img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; -} - -ul, -ol { - list-style-type: none; -} - -a { - width: auto; - height: auto; - text-decoration: none; -} - -input { - outline: none; - border: none; -} - -// -.clear:after, .clear:before { - content: ""; - display: block; - clear: both; -} - -.w1200 { - width: 1200px; - margin: auto; -} - -.w100 { - width: 100%; - margin: auto; -} - -//菜单 -.head_title { - height: 80px; - padding: 30px 0; - - .logo { - height: 80px; - float: left; - display: block; - } - - .search_row { - width: 525px; - height: 80px; - float: left; - margin-left: 75px; - } - - .search_row .btn_row { - width: 525px; - height: 33px; - } - - .search_row .btn_row .btn { - width: 100px; - height: 33px; - line-height: 33px; - text-align: center; - font-size: 22px; - color: #d84848; - border-top-left-radius: 5px; - border-top-right-radius: 5px; - float: left; - } - - .search_row .btn_row .on { - color: white; - background: #d84848; - } - - .input_div { - width: 521px; - height: 43px; - border: 2px #d84848 solid; - position: relative; - } - - .input_div input { - width: 390px; - height: 43px; - background: url("/static/images/index_11.jpg") no-repeat; - background-size: 20px 20px; - background-position: left 10px center; - background-color: white; - text-indent: 40px; - font-size: 22px; - color: #333333; - position: absolute; - top: 0; - left: 0; - } - - /*修改提示文字的颜色*/ - - .input_div input::-webkit-input-placeholder { /* WebKit browsers */ - - color: #dedede; - - } - - .input_div input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ - - color: #dedede; - - } - - .input_div input::-moz-placeholder { /* Mozilla Firefox 19+ */ - - color: #dedede; - - } - - .input_div input:-ms-input-placeholder { /* Internet Explorer 10+ */ - - color: #dedede; - - } - - .input_div .search_submit { - width: 130px; - height: 43px; - line-height: 43px; - text-align: center; - font-size: 22px; - color: white; - background-color: #d84848; - position: absolute; - top: 0; - right: 0; - } - - .login_register { - width: auto; - height: 80px; - line-height: 80px; - float: right; - } - - .login_register div { - width: auto; - height: 50px; - line-height: 50px; - display: inline-block; - vertical-align: middle; - font-size: 18px; - color: #6f6f6f; - margin: auto 15px; - letter-spacing: 2px; - } - - .login_register img { - margin-right: 5px; - } -} - -@menu_height: 60px; -.menu_row { - background-color: #d84848; - height: @menu_height; - - .w1200 { - height: @menu_height; - } - - .w1200 a { - display: block; - width: 132px; - height: @menu_height; - line-height: @menu_height; - text-align: center; - font-size: 18px; - color: white; - float: left; - } - - .w1200 a:hover { - background-color: #9e2525; - } - - .w1200 .on { - background-color: #9e2525; - } -} - -//底部 -.footer_div { - background-color: #000000; - padding: 50px 0; - -} - -.footer { - .footer_list_row{ - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - } - .footer_list { - width: 172px; - //float: left; - } - .footer_list p, .footer_list .qrmsg { - font-size: 14px; - color: #666666; - text-align: center; - } - .footer_list .title { - font-size: 18px; - color: #666666; - text-align: center; - margin-bottom: 10px; - } - .footer_list .qr_img{ - width: 92px; - display: block; - margin: auto; - } - .footer_p{ - line-height: 1.5; - font-size: 14px; - color: #666666; - text-align: center; - margin: 30px auto; - } -} - - - -// -.site_location{ - font-size: 18px; - color: #333333; - margin: 30px auto; -} \ No newline at end of file diff --git a/public/static/css/purchase.css b/public/static/css/purchase.css deleted file mode 100644 index d9a588a..0000000 --- a/public/static/css/purchase.css +++ /dev/null @@ -1,137 +0,0 @@ -.title_img { - height: 184px; - overflow: hidden; - position: relative; -} -.title_img img { - width: 1920px; - height: 184px; - display: block; - position: absolute; - top: 0; - left: 50%; - margin-left: -980px; -} -.order_info { - margin: 100px auto; -} -.order_info .confirm { - text-indent: 15px; - color: #d84848; - font-size: 20px; - font-weight: bold; -} -.order_info .user_address { - padding-left: 60px; - font-size: 16px; - color: #333333; - line-height: 30px; - margin: 30px auto; -} -.product_row { - margin: 30px auto; -} -.product_row .table_title { - background: #eeeeee; -} -.product_row .product_list { - display: flex; - flex-direction: row; - flex-wrap: nowrap; - justify-content: space-between; - margin: 30px auto; -} -.product_row .product_list div { - min-height: 60px; - line-height: 60px; - text-align: center; - display: table-cell; -} -.product_row .img { - width: 200px; -} -.product_row .img img { - max-width: 100px; - max-height: 60px; -} -.product_row .title { - width: 190px; - padding: 0 5px; -} -.product_row .title p, -.product_row .money p { - line-height: 1.5; - display: inline-block; - vertical-align: middle; -} -.product_row .money { - width: 190px; - padding: 0 5px; -} -.product_row .number { - width: 190px; - padding: 0 5px; -} -.product_row .total { - width: 190px; - padding: 0 5px; -} -.product_row .paytime { - width: 200px; -} -.payment_method { - width: 800px; - height: auto; - float: right; - margin: 50px auto 150px auto; -} -.payment_method .p { - font-size: 22px; - color: #333333; - margin: 20px auto; - text-align: right; -} -.payment_method .p .total { - color: #d84848; - font-size: 24px; -} -.payment_method .method { - height: 60px; - line-height: 60px; - text-align: right; -} -.payment_method .method label { - margin: auto 20px; -} -.payment_method .method .pay_btn { - width: 160px; - height: 60px; - line-height: 60px; - background: #f74d4d; - color: white; - font-size: 18px; - text-align: center; - border-radius: 5px; - display: inline-block; -} -.method input[type="radio"], -.user_address input[type="radio"] { - display: none; -} -.method input[type="radio"] + span, -.user_address input[type="radio"] + span { - width: 15px; - height: 15px; - display: inline-block; - vertical-align: middle; - background: url("/static/images/ico2_12.png"); - background-repeat: no-repeat; - background-size: 100% 100%; -} -.method input[type="radio"]:checked + span, -.user_address input[type="radio"]:checked + span { - background: url("/static/images/ico2_10.png"); - background-repeat: no-repeat; - background-size: 100% 100%; -} -/*# sourceMappingURL=purchase.css.map */ \ No newline at end of file diff --git a/public/static/css/purchase.css.map b/public/static/css/purchase.css.map deleted file mode 100644 index 10e6d1b..0000000 --- a/public/static/css/purchase.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["purchase.less"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,gBAAA;EACA,kBAAA;;AAHF,UAKE;EACE,aAAA;EACA,aAAA;EACA,cAAA;EACA,kBAAA;EACA,MAAA;EACA,SAAA;EACA,mBAAA;;AAKJ;EACE,kBAAA;;AADF,WAGE;EACE,iBAAA;EACA,cAAA;EACA,eAAA;EACA,iBAAA;;AAPJ,WAUE;EACE,kBAAA;EACA,eAAA;EACA,cAAA;EACA,iBAAA;EACA,iBAAA;;AAKJ;EAEE,iBAAA;;AAFF,YAIE;EACE,mBAAA;;AALJ,YAQE;EACE,aAAA;EACA,mBAAA;EACA,iBAAA;EACA,8BAAA;EACA,iBAAA;;AAbJ,YAgBE,cAAc;EACZ,gBAAA;EACA,iBAAA;EACA,kBAAA;EACA,mBAAA;;AApBJ,YAuBE;EACE,YAAA;;AAxBJ,YA2BE,KAAK;EACH,gBAAA;EACA,gBAAA;;AA7BJ,YAgCE;EACE,YAAA;EACA,cAAA;;AAlCJ,YAqCE,OAAO;AArCT,YAqCY,OAAO;EACf,gBAAA;EACA,qBAAA;EACA,sBAAA;;AAxCJ,YA2CE;EACE,YAAA;EACA,cAAA;;AA7CJ,YAgDE;EACE,YAAA;EACA,cAAA;;AAlDJ,YAqDE;EACE,YAAA;EACA,cAAA;;AAvDJ,YA0DE;EACE,YAAA;;AAKJ;EACE,YAAA;EACA,YAAA;EACA,YAAA;EACA,4BAAA;;AAJF,eAME;EACE,eAAA;EACA,cAAA;EACA,iBAAA;EACA,iBAAA;;AAVJ,eAaE,GAAG;EACD,cAAA;EACA,eAAA;;AAfJ,eAkBE;EACE,YAAA;EACA,iBAAA;EACA,iBAAA;;AArBJ,eAwBE,QAAQ;EACN,iBAAA;;AAzBJ,eA4BE,QAAQ;EACN,YAAA;EACA,YAAA;EACA,iBAAA;EACA,mBAAA;EACA,YAAA;EACA,eAAA;EACA,kBAAA;EACA,kBAAA;EACA,qBAAA;;AAIJ,OAAQ,MAAK;AAAgB,aAAc,MAAK;EAC9C,aAAA;;AAGF,OAAQ,MAAK,cAAe;AAAO,aAAc,MAAK,cAAe;EACnE,WAAA;EACA,YAAA;EACA,qBAAA;EACA,sBAAA;EACA,gBAAgB,6BAAhB;EACA,4BAAA;EACA,0BAAA;;AAGF,OAAQ,MAAK,cAAc,QAAS;AAAS,aAAc,MAAK,cAAc,QAAS;EACrF,gBAAgB,6BAAhB;EACA,4BAAA;EACA,0BAAA","file":"purchase.css"} \ No newline at end of file diff --git a/public/static/css/purchase.less b/public/static/css/purchase.less deleted file mode 100644 index 2052012..0000000 --- a/public/static/css/purchase.less +++ /dev/null @@ -1,165 +0,0 @@ -.title_img { - height: 184px; - overflow: hidden; - position: relative; - - img { - width: 1920px; - height: 184px; - display: block; - position: absolute; - top: 0; - left: 50%; - margin-left: -980px; - } -} - -// -.order_info { - margin: 100px auto; - - .confirm { - text-indent: 15px; - color: #d84848; - font-size: 20px; - font-weight: bold; - } - - .user_address { - padding-left: 60px; - font-size: 16px; - color: #333333; - line-height: 30px; - margin: 30px auto; - - } -} - -.product_row { - - margin: 30px auto; - - .table_title { - background: #eeeeee; - } - - .product_list { - display: flex; - flex-direction: row; - flex-wrap: nowrap; - justify-content: space-between; - margin: 30px auto; - } - - .product_list div { - min-height: 60px; - line-height: 60px; - text-align: center; - display: table-cell; - } - - .img { - width: 200px; - } - - .img img { - max-width: 100px; - max-height: 60px; - } - - .title { - width: 190px; - padding: 0 5px; - } - - .title p, .money p { - line-height: 1.5; - display: inline-block; - vertical-align: middle; - } - - .money { - width: 190px; - padding: 0 5px; - } - - .number { - width: 190px; - padding: 0 5px; - } - - .total { - width: 190px; - padding: 0 5px; - } - - .paytime { - width: 200px; - } -} - -// -.payment_method { - width: 800px; - height: auto; - float: right; - margin: 50px auto 150px auto; - - .p { - font-size: 22px; - color: #333333; - margin: 20px auto; - text-align: right; - } - - .p .total { - color: #d84848; - font-size: 24px; - } - - .method { - height: 60px; - line-height: 60px; - text-align: right; - } - - .method label { - margin: auto 20px; - } - - .method .pay_btn { - width: 160px; - height: 60px; - line-height: 60px; - background: #f74d4d; - color: white; - font-size: 18px; - text-align: center; - border-radius: 5px; - display: inline-block; - } -} - -.method input[type="radio"] ,.user_address input[type="radio"] { - display: none; -} - -.method input[type="radio"] + span,.user_address input[type="radio"] + span { - width: 15px; - height: 15px; - display: inline-block; - vertical-align: middle; - background: url("/static/images/ico2_12.png"); - background-repeat: no-repeat; - background-size: 100% 100%; -} - -.method input[type="radio"]:checked + span , .user_address input[type="radio"]:checked + span { - background: url("/static/images/ico2_10.png"); - background-repeat: no-repeat; - background-size: 100% 100%; -} - - - - diff --git a/public/static/css/special_session.css b/public/static/css/special_session.css deleted file mode 100644 index affd98a..0000000 --- a/public/static/css/special_session.css +++ /dev/null @@ -1,293 +0,0 @@ -.banner { - margin: auto; - min-width: 1200px; -} -.banner .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: #000000 !important; - border-radius: 0; -} -.banner .banner_img { - width: 100%; - display: block; -} -.banner .swiper-button-next { - width: 44px; - height: 88px; - background: url("/static/images/personal_04_06.png") no-repeat; - background-size: 11px 21px; - background-position: center center; - background-color: rgba(255, 255, 255, 0.3); -} -.banner .swiper-button-prev { - width: 44px; - height: 88px; - background: url("/static/images/personal_04_06_1.png") no-repeat; - background-size: 11px 21px; - background-position: center center; - background-color: rgba(255, 255, 255, 0.3); -} -.banner .swiper-button-prev:after, -.banner .swiper-container-rtl .swiper-button-next:after, -.banner .swiper-button-next:after, -.banner .swiper-container-rtl .swiper-button-prev:after { - content: ""; - display: none !important; -} -.session_row { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; -} -.session_row .zc_list { - width: 595px; - height: 345px; - margin: 30px 0; - background: #00F7DE; - position: relative; -} -.session_row .zc_list:nth-child(odd) { - background: url("/static/images/index_47.jpg"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; -} -.session_row .zc_list:nth-child(even) { - background: url("/static/images/index_47_1.jpg"); - background-size: auto; - background-repeat: no-repeat; - background-position: center center; -} -.session_row .zc_list .ks_btn { - width: 100px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 16px; - color: white; - background: #d84848; - border-radius: 15px; - position: absolute; - top: 20px; - right: 20px; -} -.session_row .zc_list .zc_img { - width: 160px; - height: 345px; - line-height: 345px; - text-align: center; - float: left; - margin-left: 40px; -} -.session_row .zc_list .zc_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; -} -.session_row .zc_title { - width: 360px; - height: 345px; - float: right; - margin-right: 10px; - color: white; -} -.session_row .zc_title .z_title { - font-size: 35px; - margin-top: 80px; - text-align: center; -} -.session_row .zc_title .z_info { - font-size: 22px; - margin-top: 30px; - text-align: center; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; -} -.session_row .zc_title .z_time { - font-size: 22px; - margin-top: 30px; - text-align: center; -} -/* -page -*/ -#page { - margin: 20px auto; - color: #666; - display: block; - text-align: center; -} -#page li { - display: inline-block; - height: 35px; - width: 35px; - cursor: pointer; - color: #666; - font-size: 14px; - line-height: 35px; - background-color: white; - /*border: 1px solid #dce0e0;*/ - text-align: center; - margin: 0 4px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border: 1px #efefef solid; -} -.xl-nextPage, -.xl-prevPage { - min-width: 60px; - color: #0073A9; - height: 28px; -} -#page li.xl-disabled { - opacity: 0.5; - cursor: no-drop; - min-width: 50px; -} -#page li.xl-disabled:hover { - background-color: #f9f9f9 !important; - /*border: 1px solid #dce0e0 !important;*/ - color: #666 !important; -} -#page li.xl-active { - background-color: #d84848; - /*border-color: #0073A9;*/ - color: #FFF; -} -#page li:hover { - background-color: #d84848 !important; - /*border-color: #0073A9;*/ - color: #FFF; -} -#page li.xl-jumpText { - display: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(0, 0, 0, 0); - opacity: 1; - width: auto; -} -#page li.xl-jumpText:hover { - background-color: rgba(0, 0, 0, 0) !important; - border-color: rgba(0, 0, 0, 0) !important; -} -#page li.xl-jumpButton { - padding: 0 5px; - display: none; -} -#xlJumpNum { - width: 35px; - margin: 0 3px; -} -input::-webkit-outer-spin-button, -input::-webkit-inner-spin-button { - -webkit-appearance: none !important; -} -input[type="number"] { - -moz-appearance: textfield; -} -.session_title { - margin: 50px auto; - font-size: 30px; - font-weight: bold; - text-align: center; - color: #333333; -} -.session_body { - padding: 30px 20px; - margin: 30px auto; - border: 1px solid #eeeeee; - font-size: 14px; - line-height: 2; -} -.producr_list_row { - width: 1200px; - padding: 0; - margin: 30px auto; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; -} -.producr_list_row .product { - width: 580px; - height: 230px; - padding: 30px 0; - background: white; - border-radius: 5px; -} -.producr_list_row .product .border_div { - width: 580px; - height: 150px; - padding: 40px 0; - transition: 0.5s all; - position: relative; -} -.producr_list_row .product .border_div .follow { - width: 100px; - height: 30px; - line-height: 30px; - font-size: 14px; - position: absolute; - top: 0; - right: 0; - text-align: center; -} -.producr_list_row .product .border_div:hover { - -moz-box-shadow: 0px 0px 20px #999999; - -webkit-box-shadow: 0px 0px 20px #999999; - box-shadow: 0px 0px 20px #999999; -} -.producr_list_row .product .product_img { - width: 250px; - height: 150px; - line-height: 150px; - text-align: center; - float: left; -} -.producr_list_row .product .product_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - margin: auto; -} -.producr_list_row .product .product_name { - width: 300px; - padding: 10px; - float: right; -} -.producr_list_row .product .product_name .name { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; -} -.producr_list_row .product .value { - width: 300px; - height: 40px; - line-height: 40px; - margin-top: 40px; - font-size: 22px; - color: #a42b2b; -} -.producr_list_row .product .value .shopping_car { - width: auto; - height: 25px; - float: right; - margin-top: 7.5px; - margin-left: 10px; -} -/*# sourceMappingURL=special_session.css.map */ \ No newline at end of file diff --git a/public/static/css/special_session.css.map b/public/static/css/special_session.css.map deleted file mode 100644 index d28e8f7..0000000 --- a/public/static/css/special_session.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["special_session.less"],"names":[],"mappings":"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","file":"special_session.css"} \ No newline at end of file diff --git a/public/static/css/special_session.less b/public/static/css/special_session.less deleted file mode 100644 index 2547ae2..0000000 --- a/public/static/css/special_session.less +++ /dev/null @@ -1,348 +0,0 @@ -.banner { - margin: auto; - min-width: 1200px; - - .swiper-pagination-bullet { - width: 30px; - height: 3px; - background: #000000 !important; - border-radius: 0; - } - - .banner_img { - width: 100%; - display: block; - } - - .swiper-button-next { - width: 44px; - height: 88px; - - background: url("/static/images/personal_04_06.png") no-repeat; - background-size: 11px 21px; - background-position: center center; - background-color: rgba(255, 255, 255, 0.3); - } - - .swiper-button-prev { - width: 44px; - height: 88px; - - background: url("/static/images/personal_04_06_1.png") no-repeat; - background-size: 11px 21px; - background-position: center center; - background-color: rgba(255, 255, 255, 0.3); - - } - - .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { - content: ""; - display: none !important; - } -} - -// -.session_row{ - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - - @list_height: 345px; - - .zc_list { - width: 595px; - height: @list_height; - margin: 30px 0; - background: #00F7DE; - position: relative; - } - - .zc_list:nth-child(odd) { - background: url("/static/images/index_47.jpg"); - background-size: 100% 100%; - background-repeat: no-repeat; - background-position: center center; - } - .zc_list:nth-child(even) { - background: url("/static/images/index_47_1.jpg"); - background-size: auto; - background-repeat: no-repeat; - background-position: center center; - } - - .zc_list .ks_btn{ - width: 100px; - height: 30px; - line-height: 30px; - text-align: center; - font-size: 16px; - color: white; - background: #d84848; - border-radius: 15px; - position: absolute; - top: 20px; - right: 20px; - } - .zc_list .zc_img { - width: 160px; - height: @list_height; - line-height: @list_height; - text-align: center; - float: left; - margin-left: 40px; - } - - .zc_list .zc_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - } - - .zc_title { - width: 360px; - height: @list_height; - float: right; - margin-right: 10px; - color: white; - } - - .zc_title .z_title { - font-size: 35px; - margin-top: 80px; - text-align: center; - } - - .zc_title .z_info { - font-size: 22px; - margin-top: 30px; - text-align: center; - - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - } - - .zc_title .z_time { - font-size: 22px; - margin-top: 30px; - text-align: center; - } - - -} - - -//page - - -/* -page -*/ -#page { - margin: 20px auto; - color: #666; - display: block; - text-align: center; -} - -#page li { - display: inline-block; - //min-width: 50px; - height: 35px; - width: 35px; - cursor: pointer; - color: #666; - font-size: 14px; - line-height: 35px; - background-color: white; - /*border: 1px solid #dce0e0;*/ - text-align: center; - margin: 0 4px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - //border-radius: 18px; - border: 1px #efefef solid; - -} - -.xl-nextPage, -.xl-prevPage { - min-width: 60px; - color: #0073A9; - height: 28px; -} - -#page li.xl-disabled { - opacity: .5; - cursor: no-drop; - min-width: 50px; -} - -#page li.xl-disabled:hover { - background-color: #f9f9f9 !important; - /*border: 1px solid #dce0e0 !important;*/ - color: #666 !important; -} - -#page li.xl-active { - background-color: #d84848; - /*border-color: #0073A9;*/ - color: #FFF; -} - -#page li:hover { - background-color: #d84848 !important; - /*border-color: #0073A9;*/ - color: #FFF -} - -#page li.xl-jumpText { - display: none; - background-color: rgba(0, 0, 0, 0); - border-color: rgba(0, 0, 0, 0); - opacity: 1; - width: auto; -} - -#page li.xl-jumpText:hover { - background-color: rgba(0, 0, 0, 0) !important; - border-color: rgba(0, 0, 0, 0) !important; -} - -#page li.xl-jumpButton { - padding: 0 5px; - display: none; -} - -#xlJumpNum { - width: 35px; - margin: 0 3px; -} - -input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { - -webkit-appearance: none !important; -} - -input[type="number"] { - -moz-appearance: textfield; -} - -//info -.session_title{ - margin: 50px auto; - font-size: 30px; - font-weight: bold; - text-align: center; - color: #333333; -} -.session_body{ - padding: 30px 20px; - margin: 30px auto; - border: 1px solid #eeeeee; - font-size: 14px; - line-height: 2; -} - -// -.producr_list_row { - width: 1200px; - padding: 0; - margin: 30px auto; - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: space-between; - - .product { - width: 580px; - height: 230px; - padding: 30px 0; - background: white; - //background-color: #00F7DE; - border-radius: 5px; - } - - .product .border_div { - width: 580px; - height: 150px; - padding: 40px 0; - transition: 0.5s all; - position: relative; - } - .product .border_div .follow{ - width: 100px; - height: 30px; - line-height: 30px; - font-size: 14px; - position: absolute; - top: 0; - right: 0; - text-align: center; - } - - .product .border_div:hover { - -moz-box-shadow: 0px 0px 20px #999999; - -webkit-box-shadow: 0px 0px 20px #999999; - box-shadow: 0px 0px 20px #999999; - } - - .product .product_img { - width: 250px; - height: 150px; - line-height: 150px; - text-align: center; - float: left; - } - - .product .product_img img { - width: auto; - height: auto; - max-width: 100%; - max-height: 100%; - display: inline-block; - vertical-align: middle; - margin: auto; - } - - .product .product_name { - width: 300px; - padding: 10px; - float: right; - } - - - .product .product_name .name { - font-size: 18px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - } - - .product .value { - width: 300px; - height: 40px; - line-height: 40px; - margin-top: 40px; - font-size: 22px; - color: #a42b2b; - } - - .product .value .shopping_car { - width: auto; - height: 25px; - float: right; - margin-top: 7.5px; - margin-left: 10px; - } -} - diff --git a/public/static/css/style.css b/public/static/css/style.css new file mode 100644 index 0000000..54a1302 --- /dev/null +++ b/public/static/css/style.css @@ -0,0 +1,76 @@ +.head-box{ + position: sticky; + z-index: 100; + top: 0;left: 0;right: 0; + background-color: red; + height: 200px; + /* overflow: hidden; */ +} +.head-box img{ + width: 100%; + object-fit: contain; +} +/* 轮播样式 start */ +.banner-swiper { + width: 880px; + overflow-x: hidden; + position: fixed; + left: 0; + right: 0; + background-color: #FFFFFF; + padding: 0 30px; + margin: 0 auto; + height: calc(360*4px); + /* max-width: 880px; */ +} +.banner-swiper::-webkit-scrollbar{ + display: none; +} +.banner-swiper .swiper-slide { + position: relative; + display: flex; + justify-content: space-between; + flex-direction: column; + border-radius: 20px; + overflow: hidden; + border: 1px solid #999; + height: 360px!important; +} +.banner-swiper .swiper-slide h1{ + position: absolute; + color: #FFFFFF; + text-shadow: 2px 3px 10px rgba(0,0,0,.8); +} +/* 指示点默认样式 */ +.banner-swiper .swiper-pagination-bullet { + width: 20px; + height: 20px; + line-height: 20px; + text-align: center; +} +/* 鼠标悬浮样式、当前选中指示点样式 */ +.banner-swiper .swiper-pagination-bullet:hover,.banner-swiper .swiper-pagination-bullet-active { + background-color: rgba(0,0,0,.8); + color: #FFFFFF; + opacity: 1; +} +/* 轮播样式 end */ +.content-box{display: flex;justify-content: space-between;padding: 20px 20px;color: #666;font-size: 20px;} +.coupon{height: 280px;width: calc(100% - 230px);} +.content-head{display: flex;} +.content-head-right{width: 230px;flex-shrink: 0; position: relative; display: flex;align-items: center;background-color: #f0dfed; flex-direction: column;justify-content: center;padding: 0px 10px;} +.qrcode{box-shadow: 0px 0px 10px rgba(0,0,0,.9);margin-top: 10px;z-index: 1;} +.content-head-right > span {margin-top: 10px;font-size: 20px;color: rgba(255,255,255,.6);text-shadow: 0px 0px 10px rgba(0,0,0,.8);} +.content-head-bol{position: absolute;left: -6px;display: flex;flex-direction: column;height: 280px;overflow: hidden;} +.content-head-bol span{width: 20px;height: 20px;background-color: #f0dfed;border-radius: 100%;} + +.random-color1,.random-color1 .span{background-color: #00AADC;} +.random-color2,.random-color2 .span{background-color: #00aa7f;} +.random-color3,.random-color3 .span{background-color: #5500ff;} +.random-color4,.random-color4 .span{background-color: #ffaa7f;} +.random-color5,.random-color5 .span{background-color: #005500;} +.random-color6,.random-color6 .span{background-color: #000c10;} +.random-color7,.random-color7 .span{background-color: #aa00ff;} +.random-color8,.random-color8 .span{background-color: #ff557f;} +.random-color9,.random-color9 .span{background-color: #00ffff;} +.random-color0,.random-color0 .span{background-color: #003c4d;} diff --git a/public/static/css/swiper.min.css b/public/static/css/swiper.min.css index 54c3757..5abd277 100644 --- a/public/static/css/swiper.min.css +++ b/public/static/css/swiper.min.css @@ -1,13 +1,12 @@ -/** - * Swiper 5.3.7 - * Most modern mobile touch slider and framework with hardware accelerated transitions - * http://swiperjs.com - * - * Copyright 2014-2020 Vladimir Kharlampidi - * - * Released under the MIT License - * - * Released on: April 10, 2020 - */ - -@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{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{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:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{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:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;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-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.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;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.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-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content: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-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;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-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.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-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.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;backface-visibility:hidden} \ No newline at end of file +/** + * Swiper 4.4.1 + * Most modern mobile touch slider and framework with hardware accelerated transitions + * http://www.idangero.us/swiper/ + * + * Copyright 2014-2018 Vladimir Kharlampidi + * + * Released under the MIT License + * + * Released on: September 14, 2018 + */ +.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-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-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-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;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,right top,left 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:-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,left top,right 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:-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 bottom,left top,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:-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 top,left bottom,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:-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-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-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;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-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-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-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-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-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-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-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-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.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;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.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-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align: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%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{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%;-ms-transform-origin:50%;transform-origin:50%;-webkit-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%;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);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-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;-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-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.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-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.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;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px} \ No newline at end of file diff --git a/public/static/js/javascript.js b/public/static/js/javascript.js new file mode 100644 index 0000000..2a8a43a --- /dev/null +++ b/public/static/js/javascript.js @@ -0,0 +1,75 @@ +jQuery(function($){ + monitorWindow(); + // 窗体改变 + $(window).resize(function(){//监听窗口大小的改变 + monitorWindow(); + }) + // banner轮播 + var bannerSwiper = new Swiper('.banner-swiper',{ + loop:false,//开启循环播放 + autoplay: {//开启自动播放 + delay:3000, + disableOnInteraction: false,//触摸后不会停止自动滚动 + pauseOnMouseEnter: true,//鼠标置于swiper时暂停自动切换,鼠标离开时恢复自动切换。 + }, + direction : 'vertical',//轮播切换方向默认向左:horizontal、向右:vertical + // height: 400,//slide高度 + autoHeight: true, //高度随内容变化 + slidesPerView:4,//显示个数 + pagination: {//分页器 + el: '.swiper-pagination', + type: 'bullets',//指示点样式 bullets:圆点(默认)、fraction:分式、progressbar:进度条、custom:自定义 + progressbarOpposite: false,//水平方向切换的swiper显示的是垂直进度条而垂直方向切换的swiper显示水平进度条 + dynamicBullets: false,//当slide很多时,分页器小点的数量会部分隐藏。针对bullets + dynamicMainBullets: 2,//主展示的数量 + hideOnClick :true,//点击时隐藏分页器 + clickable :true,//点击分页器的指示点控制Swiper切换 + // bulletClass : 'my-bullet',//需设置.my-bullet样式 + // bulletActiveClass: 'my-bullet-active',//当前活动块的指示小点的类名。需设置.my-bullet-active样式 + renderBullet: function (index, className) { + switch(index){ + case 0:text='壹';break; + case 1:text='贰';break; + case 2:text='叁';break; + case 3:text='肆';break; + case 4:text='伍';break; + case 5:text='六';break; + case 6:text='柒';break; + case 7:text='捌';break; + case 8:text='玖';break; + case 9:text='拾';break; + } + return '' + text + ''; + }, + }, + effect : 'slide',//轮播的动效 默认为"slide"(普通位移切换),还可设置为"fade"(淡入)、"cube"(方块)、"coverflow"(3d流)、"flip"(3d翻转)、"cards"(卡片式)、"creative"(创意性)。 + fadeEffect: { + crossFade: true, + }, + on:{ + init: function(){ + swiperAnimateCache(this); //隐藏动画元素 + swiperAnimate(this); //初始化完成开始动画 + }, + slideChangeTransitionEnd: function(){ + swiperAnimate(this); //每个slide切换结束时也运行当前slide动画 + // this.slides.eq(this.activeIndex).find('.ani').removeClass('ani'); 动画只展现一次,去除ani类名 + }, + slideChangeTransitionStart: function(){ + + }, + } + }) +}) +function monitorWindow(){ + let slideHeight = ''; + // 获取视图窗口的高度 + let clientHeight = $(window).height(); + // 获取头部的高度 + let headHeight = $('.head-box img').height(); + // 底部内容高度 + let contentHeight = clientHeight-headHeight; + $('.banner-swiper').height(contentHeight); + $('.banner-swiper').css({top:headHeight+'px'}); + $('.banner-swiper .swiper-slide').height(contentHeight / 4); +} \ No newline at end of file diff --git a/public/static/js/jquery.min.js b/public/static/js/jquery.min.js new file mode 100644 index 0000000..0e13070 --- /dev/null +++ b/public/static/js/jquery.min.js @@ -0,0 +1,3652 @@ +/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ ! function(e, t) { + "use strict"; + "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function( + e) { + if (!e.document) throw new Error("jQuery requires a window with a document"); + return t(e) + } : t(e) +}("undefined" != typeof window ? window : this, function(C, e) { + "use strict"; + var t = [], + r = Object.getPrototypeOf, + s = t.slice, + g = t.flat ? function(e) { + return t.flat.call(e) + } : function(e) { + return t.concat.apply([], e) + }, + u = t.push, + i = t.indexOf, + n = {}, + o = n.toString, + v = n.hasOwnProperty, + a = v.toString, + l = a.call(Object), + y = {}, + m = function(e) { + return "function" == typeof e && "number" != typeof e.nodeType && "function" != typeof e.item + }, + x = function(e) { + return null != e && e === e.window + }, + E = C.document, + c = { + type: !0, + src: !0, + nonce: !0, + noModule: !0 + }; + + function b(e, t, n) { + var r, i, o = (n = n || E).createElement("script"); + if (o.text = e, t) + for (r in c)(i = t[r] || t.getAttribute && t.getAttribute(r)) && o.setAttribute(r, i); + n.head.appendChild(o).parentNode.removeChild(o) + } + + function w(e) { + return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? n[o.call(e)] || "object" : + typeof e + } + var f = "3.6.0", + S = function(e, t) { + return new S.fn.init(e, t) + }; + + function p(e) { + var t = !!e && "length" in e && e.length, + n = w(e); + return !m(e) && !x(e) && ("array" === n || 0 === t || "number" == typeof t && 0 < t && t - 1 in e) + } + S.fn = S.prototype = { + jquery: f, + constructor: S, + length: 0, + toArray: function() { + return s.call(this) + }, + get: function(e) { + return null == e ? s.call(this) : e < 0 ? this[e + this.length] : this[e] + }, + pushStack: function(e) { + var t = S.merge(this.constructor(), e); + return t.prevObject = this, t + }, + each: function(e) { + return S.each(this, e) + }, + map: function(n) { + return this.pushStack(S.map(this, function(e, t) { + return n.call(e, t, e) + })) + }, + slice: function() { + return this.pushStack(s.apply(this, arguments)) + }, + first: function() { + return this.eq(0) + }, + last: function() { + return this.eq(-1) + }, + even: function() { + return this.pushStack(S.grep(this, function(e, t) { + return (t + 1) % 2 + })) + }, + odd: function() { + return this.pushStack(S.grep(this, function(e, t) { + return t % 2 + })) + }, + eq: function(e) { + var t = this.length, + n = +e + (e < 0 ? t : 0); + return this.pushStack(0 <= n && n < t ? [this[n]] : []) + }, + end: function() { + return this.prevObject || this.constructor() + }, + push: u, + sort: t.sort, + splice: t.splice + }, S.extend = S.fn.extend = function() { + var e, t, n, r, i, o, a = arguments[0] || {}, + s = 1, + u = arguments.length, + l = !1; + for ("boolean" == typeof a && (l = a, a = arguments[s] || {}, s++), "object" == typeof a || m(a) || ( + a = {}), s === u && (a = this, s--); s < u; s++) + if (null != (e = arguments[s])) + for (t in e) r = e[t], "__proto__" !== t && a !== r && (l && r && (S.isPlainObject(r) || (i = + Array.isArray(r))) ? (n = a[t], o = i && !Array.isArray(n) ? [] : i || S + .isPlainObject(n) ? n : {}, i = !1, a[t] = S.extend(l, o, r)) : void 0 !== r && (a[ + t] = r)); + return a + }, S.extend({ + expando: "jQuery" + (f + Math.random()).replace(/\D/g, ""), + isReady: !0, + error: function(e) { + throw new Error(e) + }, + noop: function() {}, + isPlainObject: function(e) { + var t, n; + return !(!e || "[object Object]" !== o.call(e)) && (!(t = r(e)) || "function" == typeof(n = + v.call(t, "constructor") && t.constructor) && a.call(n) === l) + }, + isEmptyObject: function(e) { + var t; + for (t in e) return !1; + return !0 + }, + globalEval: function(e, t, n) { + b(e, { + nonce: t && t.nonce + }, n) + }, + each: function(e, t) { + var n, r = 0; + if (p(e)) { + for (n = e.length; r < n; r++) + if (!1 === t.call(e[r], r, e[r])) break + } else + for (r in e) + if (!1 === t.call(e[r], r, e[r])) break; + return e + }, + makeArray: function(e, t) { + var n = t || []; + return null != e && (p(Object(e)) ? S.merge(n, "string" == typeof e ? [e] : e) : u.call(n, + e)), n + }, + inArray: function(e, t, n) { + return null == t ? -1 : i.call(t, e, n) + }, + merge: function(e, t) { + for (var n = +t.length, r = 0, i = e.length; r < n; r++) e[i++] = t[r]; + return e.length = i, e + }, + grep: function(e, t, n) { + for (var r = [], i = 0, o = e.length, a = !n; i < o; i++) !t(e[i], i) !== a && r.push(e[i]); + return r + }, + map: function(e, t, n) { + var r, i, o = 0, + a = []; + if (p(e)) + for (r = e.length; o < r; o++) null != (i = t(e[o], o, n)) && a.push(i); + else + for (o in e) null != (i = t(e[o], o, n)) && a.push(i); + return g(a) + }, + guid: 1, + support: y + }), "function" == typeof Symbol && (S.fn[Symbol.iterator] = t[Symbol.iterator]), S.each( + "Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), + function(e, t) { + n["[object " + t + "]"] = t.toLowerCase() + }); + var d = function(n) { + var e, d, b, o, i, h, f, g, w, u, l, T, C, a, E, v, s, c, y, S = "sizzle" + 1 * new Date, + p = n.document, + k = 0, + r = 0, + m = ue(), + x = ue(), + A = ue(), + N = ue(), + j = function(e, t) { + return e === t && (l = !0), 0 + }, + D = {}.hasOwnProperty, + t = [], + q = t.pop, + L = t.push, + H = t.push, + O = t.slice, + P = function(e, t) { + for (var n = 0, r = e.length; n < r; n++) + if (e[n] === t) return n; + return -1 + }, + R = + "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + M = "[\\x20\\t\\r\\n\\f]", + I = "(?:\\\\[\\da-fA-F]{1,6}" + M + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", + W = "\\[" + M + "*(" + I + ")(?:" + M + "*([*^$|!~]?=)" + M + + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + I + "))|)" + M + "*\\]", + F = ":(" + I + + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + W + + ")*)|.*)\\)|)", + B = new RegExp(M + "+", "g"), + $ = new RegExp("^" + M + "+|((?:^|[^\\\\])(?:\\\\.)*)" + M + "+$", "g"), + _ = new RegExp("^" + M + "*," + M + "*"), + z = new RegExp("^" + M + "*([>+~]|" + M + ")" + M + "*"), + U = new RegExp(M + "|>"), + X = new RegExp(F), + V = new RegExp("^" + I + "$"), + G = { + ID: new RegExp("^#(" + I + ")"), + CLASS: new RegExp("^\\.(" + I + ")"), + TAG: new RegExp("^(" + I + "|[*])"), + ATTR: new RegExp("^" + W), + PSEUDO: new RegExp("^" + F), + CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + M + + "*(even|odd|(([+-]|)(\\d*)n|)" + M + "*(?:([+-]|)" + M + "*(\\d+)|))" + M + "*\\)|)", + "i"), + bool: new RegExp("^(?:" + R + ")$", "i"), + needsContext: new RegExp("^" + M + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + M + + "*((?:-\\d)?\\d*)" + M + "*\\)|)(?=[^-]|$)", "i") + }, + Y = /HTML$/i, + Q = /^(?:input|select|textarea|button)$/i, + J = /^h\d$/i, + K = /^[^{]+\{\s*\[native \w/, + Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + ee = /[+~]/, + te = new RegExp("\\\\[\\da-fA-F]{1,6}" + M + "?|\\\\([^\\r\\n\\f])", "g"), + ne = function(e, t) { + var n = "0x" + e.slice(1) - 65536; + return t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode(n >> 10 | 55296, + 1023 & n | 56320)) + }, + re = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, + ie = function(e, t) { + return t ? "\0" === e ? "\ufffd" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString( + 16) + " " : "\\" + e + }, + oe = function() { + T() + }, + ae = be(function(e) { + return !0 === e.disabled && "fieldset" === e.nodeName.toLowerCase() + }, { + dir: "parentNode", + next: "legend" + }); + try { + H.apply(t = O.call(p.childNodes), p.childNodes), t[p.childNodes.length].nodeType + } catch (e) { + H = { + apply: t.length ? function(e, t) { + L.apply(e, O.call(t)) + } : function(e, t) { + var n = e.length, + r = 0; + while (e[n++] = t[r++]); + e.length = n - 1 + } + } + } + + function se(t, e, n, r) { + var i, o, a, s, u, l, c, f = e && e.ownerDocument, + p = e ? e.nodeType : 9; + if (n = n || [], "string" != typeof t || !t || 1 !== p && 9 !== p && 11 !== p) return n; + if (!r && (T(e), e = e || C, E)) { + if (11 !== p && (u = Z.exec(t))) + if (i = u[1]) { + if (9 === p) { + if (!(a = e.getElementById(i))) return n; + if (a.id === i) return n.push(a), n + } else if (f && (a = f.getElementById(i)) && y(e, a) && a.id === i) return n.push(a), n + } else { + if (u[2]) return H.apply(n, e.getElementsByTagName(t)), n; + if ((i = u[3]) && d.getElementsByClassName && e.getElementsByClassName) return H.apply( + n, e.getElementsByClassName(i)), n + } if (d.qsa && !N[t + " "] && (!v || !v.test(t)) && (1 !== p || "object" !== e.nodeName + .toLowerCase())) { + if (c = t, f = e, 1 === p && (U.test(t) || z.test(t))) { + (f = ee.test(t) && ye(e.parentNode) || e) === e && d.scope || ((s = e.getAttribute( + "id")) ? s = s.replace(re, ie) : e.setAttribute("id", s = S)), o = (l = h(t)) + .length; + while (o--) l[o] = (s ? "#" + s : ":scope") + " " + xe(l[o]); + c = l.join(",") + } + try { + return H.apply(n, f.querySelectorAll(c)), n + } catch (e) { + N(t, !0) + } finally { + s === S && e.removeAttribute("id") + } + } + } + return g(t.replace($, "$1"), e, n, r) + } + + function ue() { + var r = []; + return function e(t, n) { + return r.push(t + " ") > b.cacheLength && delete e[r.shift()], e[t + " "] = n + } + } + + function le(e) { + return e[S] = !0, e + } + + function ce(e) { + var t = C.createElement("fieldset"); + try { + return !!e(t) + } catch (e) { + return !1 + } finally { + t.parentNode && t.parentNode.removeChild(t), t = null + } + } + + function fe(e, t) { + var n = e.split("|"), + r = n.length; + while (r--) b.attrHandle[n[r]] = t + } + + function pe(e, t) { + var n = t && e, + r = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex; + if (r) return r; + if (n) + while (n = n.nextSibling) + if (n === t) return -1; + return e ? 1 : -1 + } + + function de(t) { + return function(e) { + return "input" === e.nodeName.toLowerCase() && e.type === t + } + } + + function he(n) { + return function(e) { + var t = e.nodeName.toLowerCase(); + return ("input" === t || "button" === t) && e.type === n + } + } + + function ge(t) { + return function(e) { + return "form" in e ? e.parentNode && !1 === e.disabled ? "label" in e ? "label" in e + .parentNode ? e.parentNode.disabled === t : e.disabled === t : e.isDisabled === t || e + .isDisabled !== !t && ae(e) === t : e.disabled === t : "label" in e && e.disabled === t + } + } + + function ve(a) { + return le(function(o) { + return o = +o, le(function(e, t) { + var n, r = a([], e.length, o), + i = r.length; + while (i--) e[n = r[i]] && (e[n] = !(t[n] = e[n])) + }) + }) + } + + function ye(e) { + return e && "undefined" != typeof e.getElementsByTagName && e + } + for (e in d = se.support = {}, i = se.isXML = function(e) { + var t = e && e.namespaceURI, + n = e && (e.ownerDocument || e).documentElement; + return !Y.test(t || n && n.nodeName || "HTML") + }, T = se.setDocument = function(e) { + var t, n, r = e ? e.ownerDocument || e : p; + return r != C && 9 === r.nodeType && r.documentElement && (a = (C = r).documentElement, E = !i( + C), p != C && (n = C.defaultView) && n.top !== n && (n.addEventListener ? n + .addEventListener("unload", oe, !1) : n.attachEvent && n.attachEvent("onunload", oe) + ), d.scope = ce(function(e) { + return a.appendChild(e).appendChild(C.createElement("div")), "undefined" != + typeof e.querySelectorAll && !e.querySelectorAll(":scope fieldset div") + .length + }), d.attributes = ce(function(e) { + return e.className = "i", !e.getAttribute("className") + }), d.getElementsByTagName = ce(function(e) { + return e.appendChild(C.createComment("")), !e.getElementsByTagName("*").length + }), d.getElementsByClassName = K.test(C.getElementsByClassName), d.getById = ce( + function(e) { + return a.appendChild(e).id = S, !C.getElementsByName || !C.getElementsByName(S) + .length + }), d.getById ? (b.filter.ID = function(e) { + var t = e.replace(te, ne); + return function(e) { + return e.getAttribute("id") === t + } + }, b.find.ID = function(e, t) { + if ("undefined" != typeof t.getElementById && E) { + var n = t.getElementById(e); + return n ? [n] : [] + } + }) : (b.filter.ID = function(e) { + var n = e.replace(te, ne); + return function(e) { + var t = "undefined" != typeof e.getAttributeNode && e.getAttributeNode( + "id"); + return t && t.value === n + } + }, b.find.ID = function(e, t) { + if ("undefined" != typeof t.getElementById && E) { + var n, r, i, o = t.getElementById(e); + if (o) { + if ((n = o.getAttributeNode("id")) && n.value === e) return [o]; + i = t.getElementsByName(e), r = 0; + while (o = i[r++]) + if ((n = o.getAttributeNode("id")) && n.value === e) return [o] + } + return [] + } + }), b.find.TAG = d.getElementsByTagName ? function(e, t) { + return "undefined" != typeof t.getElementsByTagName ? t.getElementsByTagName(e) : d + .qsa ? t.querySelectorAll(e) : void 0 + } : function(e, t) { + var n, r = [], + i = 0, + o = t.getElementsByTagName(e); + if ("*" === e) { + while (n = o[i++]) 1 === n.nodeType && r.push(n); + return r + } + return o + }, b.find.CLASS = d.getElementsByClassName && function(e, t) { + if ("undefined" != typeof t.getElementsByClassName && E) return t + .getElementsByClassName(e) + }, s = [], v = [], (d.qsa = K.test(C.querySelectorAll)) && (ce(function(e) { + var t; + a.appendChild(e).innerHTML = "", e + .querySelectorAll("[msallowcapture^='']").length && v.push("[*^$]=" + + M + "*(?:''|\"\")"), e.querySelectorAll("[selected]").length || v + .push("\\[" + M + "*(?:value|" + R + ")"), e.querySelectorAll("[id~=" + + S + "-]").length || v.push("~="), (t = C.createElement("input")) + .setAttribute("name", ""), e.appendChild(t), e.querySelectorAll( + "[name='']").length || v.push("\\[" + M + "*name" + M + "*=" + M + + "*(?:''|\"\")"), e.querySelectorAll(":checked").length || v.push( + ":checked"), e.querySelectorAll("a#" + S + "+*").length || v.push( + ".#.+[+~]"), e.querySelectorAll("\\\f"), v.push("[\\r\\n\\f]") + }), ce(function(e) { + e.innerHTML = + ""; + var t = C.createElement("input"); + t.setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", + "D"), e.querySelectorAll("[name=d]").length && v.push("name" + M + + "*[*^$|!~]?="), 2 !== e.querySelectorAll(":enabled").length && v + .push(":enabled", ":disabled"), a.appendChild(e).disabled = !0, 2 !== e + .querySelectorAll(":disabled").length && v.push(":enabled", + ":disabled"), e.querySelectorAll("*,:x"), v.push(",.*:") + })), (d.matchesSelector = K.test(c = a.matches || a.webkitMatchesSelector || a + .mozMatchesSelector || a.oMatchesSelector || a.msMatchesSelector)) && ce(function( + e) { + d.disconnectedMatch = c.call(e, "*"), c.call(e, "[s!='']:x"), s.push("!=", F) + }), v = v.length && new RegExp(v.join("|")), s = s.length && new RegExp(s.join("|")), + t = K.test(a.compareDocumentPosition), y = t || K.test(a.contains) ? function(e, t) { + var n = 9 === e.nodeType ? e.documentElement : e, + r = t && t.parentNode; + return e === r || !(!r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : e + .compareDocumentPosition && 16 & e.compareDocumentPosition(r))) + } : function(e, t) { + if (t) + while (t = t.parentNode) + if (t === e) return !0; + return !1 + }, j = t ? function(e, t) { + if (e === t) return l = !0, 0; + var n = !e.compareDocumentPosition - !t.compareDocumentPosition; + return n || (1 & (n = (e.ownerDocument || e) == (t.ownerDocument || t) ? e + .compareDocumentPosition(t) : 1) || !d.sortDetached && t + .compareDocumentPosition(e) === n ? e == C || e.ownerDocument == p && y(p, + e) ? -1 : t == C || t.ownerDocument == p && y(p, t) ? 1 : u ? P(u, e) - + P(u, t) : 0 : 4 & n ? -1 : 1) + } : function(e, t) { + if (e === t) return l = !0, 0; + var n, r = 0, + i = e.parentNode, + o = t.parentNode, + a = [e], + s = [t]; + if (!i || !o) return e == C ? -1 : t == C ? 1 : i ? -1 : o ? 1 : u ? P(u, e) - P(u, + t) : 0; + if (i === o) return pe(e, t); + n = e; + while (n = n.parentNode) a.unshift(n); + n = t; + while (n = n.parentNode) s.unshift(n); + while (a[r] === s[r]) r++; + return r ? pe(a[r], s[r]) : a[r] == p ? -1 : s[r] == p ? 1 : 0 + }), C + }, se.matches = function(e, t) { + return se(e, null, null, t) + }, se.matchesSelector = function(e, t) { + if (T(e), d.matchesSelector && E && !N[t + " "] && (!s || !s.test(t)) && (!v || !v.test(t))) + try { + var n = c.call(e, t); + if (n || d.disconnectedMatch || e.document && 11 !== e.document.nodeType) return n + } catch (e) { + N(t, !0) + } + return 0 < se(t, C, null, [e]).length + }, se.contains = function(e, t) { + return (e.ownerDocument || e) != C && T(e), y(e, t) + }, se.attr = function(e, t) { + (e.ownerDocument || e) != C && T(e); + var n = b.attrHandle[t.toLowerCase()], + r = n && D.call(b.attrHandle, t.toLowerCase()) ? n(e, t, !E) : void 0; + return void 0 !== r ? r : d.attributes || !E ? e.getAttribute(t) : (r = e.getAttributeNode( + t)) && r.specified ? r.value : null + }, se.escape = function(e) { + return (e + "").replace(re, ie) + }, se.error = function(e) { + throw new Error("Syntax error, unrecognized expression: " + e) + }, se.uniqueSort = function(e) { + var t, n = [], + r = 0, + i = 0; + if (l = !d.detectDuplicates, u = !d.sortStable && e.slice(0), e.sort(j), l) { + while (t = e[i++]) t === e[i] && (r = n.push(i)); + while (r--) e.splice(n[r], 1) + } + return u = null, e + }, o = se.getText = function(e) { + var t, n = "", + r = 0, + i = e.nodeType; + if (i) { + if (1 === i || 9 === i || 11 === i) { + if ("string" == typeof e.textContent) return e.textContent; + for (e = e.firstChild; e; e = e.nextSibling) n += o(e) + } else if (3 === i || 4 === i) return e.nodeValue + } else + while (t = e[r++]) n += o(t); + return n + }, (b = se.selectors = { + cacheLength: 50, + createPseudo: le, + match: G, + attrHandle: {}, + find: {}, + relative: { + ">": { + dir: "parentNode", + first: !0 + }, + " ": { + dir: "parentNode" + }, + "+": { + dir: "previousSibling", + first: !0 + }, + "~": { + dir: "previousSibling" + } + }, + preFilter: { + ATTR: function(e) { + return e[1] = e[1].replace(te, ne), e[3] = (e[3] || e[4] || e[5] || "").replace( + te, ne), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4) + }, + CHILD: function(e) { + return e[1] = e[1].toLowerCase(), "nth" === e[1].slice(0, 3) ? (e[3] || se + .error(e[0]), e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ("even" === e[ + 3] || "odd" === e[3])), e[5] = +(e[7] + e[8] || "odd" === e[3])) : + e[3] && se.error(e[0]), e + }, + PSEUDO: function(e) { + var t, n = !e[6] && e[2]; + return G.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && X + .test(n) && (t = h(n, !0)) && (t = n.indexOf(")", n.length - t) - n + .length) && (e[0] = e[0].slice(0, t), e[2] = n.slice(0, t)), e + .slice(0, 3)) + } + }, + filter: { + TAG: function(e) { + var t = e.replace(te, ne).toLowerCase(); + return "*" === e ? function() { + return !0 + } : function(e) { + return e.nodeName && e.nodeName.toLowerCase() === t + } + }, + CLASS: function(e) { + var t = m[e + " "]; + return t || (t = new RegExp("(^|" + M + ")" + e + "(" + M + "|$)")) && m(e, + function(e) { + return t.test("string" == typeof e.className && e.className || + "undefined" != typeof e.getAttribute && e.getAttribute( + "class") || "") + }) + }, + ATTR: function(n, r, i) { + return function(e) { + var t = se.attr(e, n); + return null == t ? "!=" === r : !r || (t += "", "=" === r ? t === i : + "!=" === r ? t !== i : "^=" === r ? i && 0 === t.indexOf(i) : + "*=" === r ? i && -1 < t.indexOf(i) : "$=" === r ? i && t.slice( + -i.length) === i : "~=" === r ? -1 < (" " + t.replace(B, + " ") + " ").indexOf(i) : "|=" === r && (t === i || t.slice( + 0, i.length + 1) === i + "-")) + } + }, + CHILD: function(h, e, t, g, v) { + var y = "nth" !== h.slice(0, 3), + m = "last" !== h.slice(-4), + x = "of-type" === e; + return 1 === g && 0 === v ? function(e) { + return !!e.parentNode + } : function(e, t, n) { + var r, i, o, a, s, u, l = y !== m ? "nextSibling" : "previousSibling", + c = e.parentNode, + f = x && e.nodeName.toLowerCase(), + p = !n && !x, + d = !1; + if (c) { + if (y) { + while (l) { + a = e; + while (a = a[l]) + if (x ? a.nodeName.toLowerCase() === f : 1 === a + .nodeType) return !1; + u = l = "only" === h && !u && "nextSibling" + } + return !0 + } + if (u = [m ? c.firstChild : c.lastChild], m && p) { + d = (s = (r = (i = (o = (a = c)[S] || (a[S] = {}))[a + .uniqueID] || (o[a.uniqueID] = {}))[h] || [])[0] === + k && r[1]) && r[2], a = s && c.childNodes[s]; + while (a = ++s && a && a[l] || (d = s = 0) || u.pop()) + if (1 === a.nodeType && ++d && a === e) { + i[h] = [k, s, d]; + break + } + } else if (p && (d = s = (r = (i = (o = (a = e)[S] || (a[S] = {}))[a + .uniqueID] || (o[a.uniqueID] = {}))[h] || [])[0] === + k && r[1]), !1 === d) + while (a = ++s && a && a[l] || (d = s = 0) || u.pop()) + if ((x ? a.nodeName.toLowerCase() === f : 1 === a + .nodeType) && ++d && (p && ((i = (o = a[S] || (a[ + S] = {}))[a.uniqueID] || (o[a + .uniqueID] = {}))[h] = [k, d]), a === e)) break; + return (d -= v) === g || d % g == 0 && 0 <= d / g + } + } + }, + PSEUDO: function(e, o) { + var t, a = b.pseudos[e] || b.setFilters[e.toLowerCase()] || se.error( + "unsupported pseudo: " + e); + return a[S] ? a(o) : 1 < a.length ? (t = [e, e, "", o], b.setFilters + .hasOwnProperty(e.toLowerCase()) ? le(function(e, t) { + var n, r = a(e, o), + i = r.length; + while (i--) e[n = P(e, r[i])] = !(t[n] = r[i]) + }) : function(e) { + return a(e, 0, t) + }) : a + } + }, + pseudos: { + not: le(function(e) { + var r = [], + i = [], + s = f(e.replace($, "$1")); + return s[S] ? le(function(e, t, n, r) { + var i, o = s(e, null, r, []), + a = e.length; + while (a--)(i = o[a]) && (e[a] = !(t[a] = i)) + }) : function(e, t, n) { + return r[0] = e, s(r, null, n, i), r[0] = null, !i.pop() + } + }), + has: le(function(t) { + return function(e) { + return 0 < se(t, e).length + } + }), + contains: le(function(t) { + return t = t.replace(te, ne), + function(e) { + return -1 < (e.textContent || o(e)).indexOf(t) + } + }), + lang: le(function(n) { + return V.test(n || "") || se.error("unsupported lang: " + n), n = n.replace( + te, ne).toLowerCase(), + function(e) { + var t; + do { + if (t = E ? e.lang : e.getAttribute("xml:lang") || e + .getAttribute("lang")) return (t = t.toLowerCase()) === n || + 0 === t.indexOf(n + "-") + } while ((e = e.parentNode) && 1 === e.nodeType); + return !1 + } + }), + target: function(e) { + var t = n.location && n.location.hash; + return t && t.slice(1) === e.id + }, + root: function(e) { + return e === a + }, + focus: function(e) { + return e === C.activeElement && (!C.hasFocus || C.hasFocus()) && !!(e.type || e + .href || ~e.tabIndex) + }, + enabled: ge(!1), + disabled: ge(!0), + checked: function(e) { + var t = e.nodeName.toLowerCase(); + return "input" === t && !!e.checked || "option" === t && !!e.selected + }, + selected: function(e) { + return e.parentNode && e.parentNode.selectedIndex, !0 === e.selected + }, + empty: function(e) { + for (e = e.firstChild; e; e = e.nextSibling) + if (e.nodeType < 6) return !1; + return !0 + }, + parent: function(e) { + return !b.pseudos.empty(e) + }, + header: function(e) { + return J.test(e.nodeName) + }, + input: function(e) { + return Q.test(e.nodeName) + }, + button: function(e) { + var t = e.nodeName.toLowerCase(); + return "input" === t && "button" === e.type || "button" === t + }, + text: function(e) { + var t; + return "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == ( + t = e.getAttribute("type")) || "text" === t.toLowerCase()) + }, + first: ve(function() { + return [0] + }), + last: ve(function(e, t) { + return [t - 1] + }), + eq: ve(function(e, t, n) { + return [n < 0 ? n + t : n] + }), + even: ve(function(e, t) { + for (var n = 0; n < t; n += 2) e.push(n); + return e + }), + odd: ve(function(e, t) { + for (var n = 1; n < t; n += 2) e.push(n); + return e + }), + lt: ve(function(e, t, n) { + for (var r = n < 0 ? n + t : t < n ? t : n; 0 <= --r;) e.push(r); + return e + }), + gt: ve(function(e, t, n) { + for (var r = n < 0 ? n + t : n; ++r < t;) e.push(r); + return e + }) + } + }).pseudos.nth = b.pseudos.eq, { + radio: !0, + checkbox: !0, + file: !0, + password: !0, + image: !0 + }) b.pseudos[e] = de(e); + for (e in { + submit: !0, + reset: !0 + }) b.pseudos[e] = he(e); + + function me() {} + + function xe(e) { + for (var t = 0, n = e.length, r = ""; t < n; t++) r += e[t].value; + return r + } + + function be(s, e, t) { + var u = e.dir, + l = e.next, + c = l || u, + f = t && "parentNode" === c, + p = r++; + return e.first ? function(e, t, n) { + while (e = e[u]) + if (1 === e.nodeType || f) return s(e, t, n); + return !1 + } : function(e, t, n) { + var r, i, o, a = [k, p]; + if (n) { + while (e = e[u]) + if ((1 === e.nodeType || f) && s(e, t, n)) return !0 + } else + while (e = e[u]) + if (1 === e.nodeType || f) + if (i = (o = e[S] || (e[S] = {}))[e.uniqueID] || (o[e.uniqueID] = {}), l && + l === e.nodeName.toLowerCase()) e = e[u] || e; + else { + if ((r = i[c]) && r[0] === k && r[1] === p) return a[2] = r[2]; + if ((i[c] = a)[2] = s(e, t, n)) return !0 + } return !1 + } + } + + function we(i) { + return 1 < i.length ? function(e, t, n) { + var r = i.length; + while (r--) + if (!i[r](e, t, n)) return !1; + return !0 + } : i[0] + } + + function Te(e, t, n, r, i) { + for (var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++)(o = e[s]) && (n && !n(o, r, + i) || (a.push(o), l && t.push(s))); + return a + } + + function Ce(d, h, g, v, y, e) { + return v && !v[S] && (v = Ce(v)), y && !y[S] && (y = Ce(y, e)), le(function(e, t, n, r) { + var i, o, a, s = [], + u = [], + l = t.length, + c = e || function(e, t, n) { + for (var r = 0, i = t.length; r < i; r++) se(e, t[r], n); + return n + }(h || "*", n.nodeType ? [n] : n, []), + f = !d || !e && h ? c : Te(c, s, d, n, r), + p = g ? y || (e ? d : l || v) ? [] : t : f; + if (g && g(f, p, n, r), v) { + i = Te(p, u), v(i, [], n, r), o = i.length; + while (o--)(a = i[o]) && (p[u[o]] = !(f[u[o]] = a)) + } + if (e) { + if (y || d) { + if (y) { + i = [], o = p.length; + while (o--)(a = p[o]) && i.push(f[o] = a); + y(null, p = [], i, r) + } + o = p.length; + while (o--)(a = p[o]) && -1 < (i = y ? P(e, a) : s[o]) && (e[i] = !(t[i] = a)) + } + } else p = Te(p === t ? p.splice(l, p.length) : p), y ? y(null, t, p, r) : H.apply(t, p) + }) + } + + function Ee(e) { + for (var i, t, n, r = e.length, o = b.relative[e[0].type], a = o || b.relative[" "], s = o ? 1 : 0, + u = be(function(e) { + return e === i + }, a, !0), l = be(function(e) { + return -1 < P(i, e) + }, a, !0), c = [function(e, t, n) { + var r = !o && (n || t !== w) || ((i = t).nodeType ? u(e, t, n) : l(e, t, n)); + return i = null, r + }]; s < r; s++) + if (t = b.relative[e[s].type]) c = [be(we(c), t)]; + else { + if ((t = b.filter[e[s].type].apply(null, e[s].matches))[S]) { + for (n = ++s; n < r; n++) + if (b.relative[e[n].type]) break; + return Ce(1 < s && we(c), 1 < s && xe(e.slice(0, s - 1).concat({ + value: " " === e[s - 2].type ? "*" : "" + })).replace($, "$1"), t, s < n && Ee(e.slice(s, n)), n < r && Ee(e = e.slice( + n)), n < r && xe(e)) + } + c.push(t) + } return we(c) + } + return me.prototype = b.filters = b.pseudos, b.setFilters = new me, h = se.tokenize = function(e, t) { + var n, r, i, o, a, s, u, l = x[e + " "]; + if (l) return t ? 0 : l.slice(0); + a = e, s = [], u = b.preFilter; + while (a) { + for (o in n && !(r = _.exec(a)) || (r && (a = a.slice(r[0].length) || a), s.push(i = [])), + n = !1, (r = z.exec(a)) && (n = r.shift(), i.push({ + value: n, + type: r[0].replace($, " ") + }), a = a.slice(n.length)), b.filter) !(r = G[o].exec(a)) || u[o] && !(r = u[o](r)) || ( + n = r.shift(), i.push({ + value: n, + type: o, + matches: r + }), a = a.slice(n.length)); + if (!n) break + } + return t ? a.length : a ? se.error(e) : x(e, s).slice(0) + }, f = se.compile = function(e, t) { + var n, v, y, m, x, r, i = [], + o = [], + a = A[e + " "]; + if (!a) { + t || (t = h(e)), n = t.length; + while (n--)(a = Ee(t[n]))[S] ? i.push(a) : o.push(a); + (a = A(e, (v = o, m = 0 < (y = i).length, x = 0 < v.length, r = function(e, t, n, r, i) { + var o, a, s, u = 0, + l = "0", + c = e && [], + f = [], + p = w, + d = e || x && b.find.TAG("*", i), + h = k += null == p ? 1 : Math.random() || .1, + g = d.length; + for (i && (w = t == C || t || i); l !== g && null != (o = d[l]); l++) { + if (x && o) { + a = 0, t || o.ownerDocument == C || (T(o), n = !E); + while (s = v[a++]) + if (s(o, t || C, n)) { + r.push(o); + break + } i && (k = h) + } + m && ((o = !s && o) && u--, e && c.push(o)) + } + if (u += l, m && l !== u) { + a = 0; + while (s = y[a++]) s(c, f, t, n); + if (e) { + if (0 < u) + while (l--) c[l] || f[l] || (f[l] = q.call(r)); + f = Te(f) + } + H.apply(r, f), i && !e && 0 < f.length && 1 < u + y.length && se + .uniqueSort(r) + } + return i && (k = h, w = p), c + }, m ? le(r) : r))).selector = e + } + return a + }, g = se.select = function(e, t, n, r) { + var i, o, a, s, u, l = "function" == typeof e && e, + c = !r && h(e = l.selector || e); + if (n = n || [], 1 === c.length) { + if (2 < (o = c[0] = c[0].slice(0)).length && "ID" === (a = o[0]).type && 9 === t.nodeType && + E && b.relative[o[1].type]) { + if (!(t = (b.find.ID(a.matches[0].replace(te, ne), t) || [])[0])) return n; + l && (t = t.parentNode), e = e.slice(o.shift().value.length) + } + i = G.needsContext.test(e) ? 0 : o.length; + while (i--) { + if (a = o[i], b.relative[s = a.type]) break; + if ((u = b.find[s]) && (r = u(a.matches[0].replace(te, ne), ee.test(o[0].type) && ye(t + .parentNode) || t))) { + if (o.splice(i, 1), !(e = r.length && xe(o))) return H.apply(n, r), n; + break + } + } + } + return (l || f(e, c))(r, t, !E, n, !t || ee.test(e) && ye(t.parentNode) || t), n + }, d.sortStable = S.split("").sort(j).join("") === S, d.detectDuplicates = !!l, T(), d + .sortDetached = ce(function(e) { + return 1 & e.compareDocumentPosition(C.createElement("fieldset")) + }), ce(function(e) { + return e.innerHTML = "", "#" === e.firstChild.getAttribute("href") + }) || fe("type|href|height|width", function(e, t, n) { + if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2) + }), d.attributes && ce(function(e) { + return e.innerHTML = "", e.firstChild.setAttribute("value", ""), "" === e.firstChild + .getAttribute("value") + }) || fe("value", function(e, t, n) { + if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue + }), ce(function(e) { + return null == e.getAttribute("disabled") + }) || fe(R, function(e, t, n) { + var r; + if (!n) return !0 === e[t] ? t.toLowerCase() : (r = e.getAttributeNode(t)) && r.specified ? + r.value : null + }), se + }(C); + S.find = d, S.expr = d.selectors, S.expr[":"] = S.expr.pseudos, S.uniqueSort = S.unique = d.uniqueSort, S.text = + d.getText, S.isXMLDoc = d.isXML, S.contains = d.contains, S.escapeSelector = d.escape; + var h = function(e, t, n) { + var r = [], + i = void 0 !== n; + while ((e = e[t]) && 9 !== e.nodeType) + if (1 === e.nodeType) { + if (i && S(e).is(n)) break; + r.push(e) + } return r + }, + T = function(e, t) { + for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); + return n + }, + k = S.expr.match.needsContext; + + function A(e, t) { + return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() + } + var N = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; + + function j(e, n, r) { + return m(n) ? S.grep(e, function(e, t) { + return !!n.call(e, t, e) !== r + }) : n.nodeType ? S.grep(e, function(e) { + return e === n !== r + }) : "string" != typeof n ? S.grep(e, function(e) { + return -1 < i.call(n, e) !== r + }) : S.filter(n, e, r) + } + S.filter = function(e, t, n) { + var r = t[0]; + return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? S.find.matchesSelector(r, e) ? + [r] : [] : S.find.matches(e, S.grep(t, function(e) { + return 1 === e.nodeType + })) + }, S.fn.extend({ + find: function(e) { + var t, n, r = this.length, + i = this; + if ("string" != typeof e) return this.pushStack(S(e).filter(function() { + for (t = 0; t < r; t++) + if (S.contains(i[t], this)) return !0 + })); + for (n = this.pushStack([]), t = 0; t < r; t++) S.find(e, i[t], n); + return 1 < r ? S.uniqueSort(n) : n + }, + filter: function(e) { + return this.pushStack(j(this, e || [], !1)) + }, + not: function(e) { + return this.pushStack(j(this, e || [], !0)) + }, + is: function(e) { + return !!j(this, "string" == typeof e && k.test(e) ? S(e) : e || [], !1).length + } + }); + var D, q = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; + (S.fn.init = function(e, t, n) { + var r, i; + if (!e) return this; + if (n = n || D, "string" == typeof e) { + if (!(r = "<" === e[0] && ">" === e[e.length - 1] && 3 <= e.length ? [null, e, null] : q.exec(e)) || + !r[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); + if (r[1]) { + if (t = t instanceof S ? t[0] : t, S.merge(this, S.parseHTML(r[1], t && t.nodeType ? t + .ownerDocument || t : E, !0)), N.test(r[1]) && S.isPlainObject(t)) + for (r in t) m(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); + return this + } + return (i = E.getElementById(r[2])) && (this[0] = i, this.length = 1), this + } + return e.nodeType ? (this[0] = e, this.length = 1, this) : m(e) ? void 0 !== n.ready ? n.ready(e) : e( + S) : S.makeArray(e, this) + }).prototype = S.fn, D = S(E); + var L = /^(?:parents|prev(?:Until|All))/, + H = { + children: !0, + contents: !0, + next: !0, + prev: !0 + }; + + function O(e, t) { + while ((e = e[t]) && 1 !== e.nodeType); + return e + } + S.fn.extend({ + has: function(e) { + var t = S(e, this), + n = t.length; + return this.filter(function() { + for (var e = 0; e < n; e++) + if (S.contains(this, t[e])) return !0 + }) + }, + closest: function(e, t) { + var n, r = 0, + i = this.length, + o = [], + a = "string" != typeof e && S(e); + if (!k.test(e)) + for (; r < i; r++) + for (n = this[r]; n && n !== t; n = n.parentNode) + if (n.nodeType < 11 && (a ? -1 < a.index(n) : 1 === n.nodeType && S.find + .matchesSelector(n, e))) { + o.push(n); + break + } return this.pushStack(1 < o.length ? S.uniqueSort(o) : o) + }, + index: function(e) { + return e ? "string" == typeof e ? i.call(S(e), this[0]) : i.call(this, e.jquery ? e[0] : + e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 + }, + add: function(e, t) { + return this.pushStack(S.uniqueSort(S.merge(this.get(), S(e, t)))) + }, + addBack: function(e) { + return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) + } + }), S.each({ + parent: function(e) { + var t = e.parentNode; + return t && 11 !== t.nodeType ? t : null + }, + parents: function(e) { + return h(e, "parentNode") + }, + parentsUntil: function(e, t, n) { + return h(e, "parentNode", n) + }, + next: function(e) { + return O(e, "nextSibling") + }, + prev: function(e) { + return O(e, "previousSibling") + }, + nextAll: function(e) { + return h(e, "nextSibling") + }, + prevAll: function(e) { + return h(e, "previousSibling") + }, + nextUntil: function(e, t, n) { + return h(e, "nextSibling", n) + }, + prevUntil: function(e, t, n) { + return h(e, "previousSibling", n) + }, + siblings: function(e) { + return T((e.parentNode || {}).firstChild, e) + }, + children: function(e) { + return T(e.firstChild) + }, + contents: function(e) { + return null != e.contentDocument && r(e.contentDocument) ? e.contentDocument : (A(e, + "template") && (e = e.content || e), S.merge([], e.childNodes)) + } + }, function(r, i) { + S.fn[r] = function(e, t) { + var n = S.map(this, i, e); + return "Until" !== r.slice(-5) && (t = e), t && "string" == typeof t && (n = S.filter(t, + n)), 1 < this.length && (H[r] || S.uniqueSort(n), L.test(r) && n.reverse()), this + .pushStack(n) + } + }); + var P = /[^\x20\t\r\n\f]+/g; + + function R(e) { + return e + } + + function M(e) { + throw e + } + + function I(e, t, n, r) { + var i; + try { + e && m(i = e.promise) ? i.call(e).done(t).fail(n) : e && m(i = e.then) ? i.call(e, t, n) : t.apply( + void 0, [e].slice(r)) + } catch (e) { + n.apply(void 0, [e]) + } + } + S.Callbacks = function(r) { + var e, n; + r = "string" == typeof r ? (e = r, n = {}, S.each(e.match(P) || [], function(e, t) { + n[t] = !0 + }), n) : S.extend({}, r); + var i, t, o, a, s = [], + u = [], + l = -1, + c = function() { + for (a = a || r.once, o = i = !0; u.length; l = -1) { + t = u.shift(); + while (++l < s.length) !1 === s[l].apply(t[0], t[1]) && r.stopOnFalse && (l = s.length, + t = !1) + } + r.memory || (t = !1), i = !1, a && (s = t ? [] : "") + }, + f = { + add: function() { + return s && (t && !i && (l = s.length - 1, u.push(t)), function n(e) { + S.each(e, function(e, t) { + m(t) ? r.unique && f.has(t) || s.push(t) : t && t.length && + "string" !== w(t) && n(t) + }) + }(arguments), t && !i && c()), this + }, + remove: function() { + return S.each(arguments, function(e, t) { + var n; + while (-1 < (n = S.inArray(t, s, n))) s.splice(n, 1), n <= l && l-- + }), this + }, + has: function(e) { + return e ? -1 < S.inArray(e, s) : 0 < s.length + }, + empty: function() { + return s && (s = []), this + }, + disable: function() { + return a = u = [], s = t = "", this + }, + disabled: function() { + return !s + }, + lock: function() { + return a = u = [], t || i || (s = t = ""), this + }, + locked: function() { + return !!a + }, + fireWith: function(e, t) { + return a || (t = [e, (t = t || []).slice ? t.slice() : t], u.push(t), i || c()), this + }, + fire: function() { + return f.fireWith(this, arguments), this + }, + fired: function() { + return !!o + } + }; + return f + }, S.extend({ + Deferred: function(e) { + var o = [ + ["notify", "progress", S.Callbacks("memory"), S.Callbacks("memory"), 2], + ["resolve", "done", S.Callbacks("once memory"), S.Callbacks("once memory"), 0, + "resolved" + ], + ["reject", "fail", S.Callbacks("once memory"), S.Callbacks("once memory"), 1, + "rejected" + ] + ], + i = "pending", + a = { + state: function() { + return i + }, + always: function() { + return s.done(arguments).fail(arguments), this + }, + "catch": function(e) { + return a.then(null, e) + }, + pipe: function() { + var i = arguments; + return S.Deferred(function(r) { + S.each(o, function(e, t) { + var n = m(i[t[4]]) && i[t[4]]; + s[t[1]](function() { + var e = n && n.apply(this, arguments); + e && m(e.promise) ? e.promise() + .progress(r.notify).done(r.resolve) + .fail(r.reject) : r[t[0] + "With"]( + this, n ? [e] : arguments) + }) + }), i = null + }).promise() + }, + then: function(t, n, r) { + var u = 0; + + function l(i, o, a, s) { + return function() { + var n = this, + r = arguments, + e = function() { + var e, t; + if (!(i < u)) { + if ((e = a.apply(n, r)) === o.promise()) + throw new TypeError("Thenable self-resolution"); + t = e && ("object" == typeof e || "function" == + typeof e) && e.then, m(t) ? s ? t.call(e, l( + u, o, R, s), l(u, o, M, s)) : (u++, t.call( + e, l(u, o, R, s), l(u, o, M, s), l(u, o, + R, o.notifyWith))) : (a !== R && (n = + void 0, r = [e]), (s || o.resolveWith)( + n, r)) + } + }, + t = s ? e : function() { + try { + e() + } catch (e) { + S.Deferred.exceptionHook && S.Deferred + .exceptionHook(e, t.stackTrace), u <= i + 1 && ( + a !== M && (n = void 0, r = [e]), o + .rejectWith(n, r)) + } + }; + i ? t() : (S.Deferred.getStackHook && (t.stackTrace = S.Deferred + .getStackHook()), C.setTimeout(t)) + } + } + return S.Deferred(function(e) { + o[0][3].add(l(0, e, m(r) ? r : R, e.notifyWith)), o[1][3].add(l( + 0, e, m(t) ? t : R)), o[2][3].add(l(0, e, m(n) ? n : M)) + }).promise() + }, + promise: function(e) { + return null != e ? S.extend(e, a) : a + } + }, + s = {}; + return S.each(o, function(e, t) { + var n = t[2], + r = t[5]; + a[t[1]] = n.add, r && n.add(function() { + i = r + }, o[3 - e][2].disable, o[3 - e][3].disable, o[0][2].lock, o[0][3].lock), n + .add(t[3].fire), s[t[0]] = function() { + return s[t[0] + "With"](this === s ? void 0 : this, arguments), this + }, s[t[0] + "With"] = n.fireWith + }), a.promise(s), e && e.call(s, s), s + }, + when: function(e) { + var n = arguments.length, + t = n, + r = Array(t), + i = s.call(arguments), + o = S.Deferred(), + a = function(t) { + return function(e) { + r[t] = this, i[t] = 1 < arguments.length ? s.call(arguments) : e, --n || o + .resolveWith(r, i) + } + }; + if (n <= 1 && (I(e, o.done(a(t)).resolve, o.reject, !n), "pending" === o.state() || m(i[ + t] && i[t].then))) return o.then(); + while (t--) I(i[t], a(t), o.reject); + return o.promise() + } + }); + var W = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; + S.Deferred.exceptionHook = function(e, t) { + C.console && C.console.warn && e && W.test(e.name) && C.console.warn("jQuery.Deferred exception: " + e + .message, e.stack, t) + }, S.readyException = function(e) { + C.setTimeout(function() { + throw e + }) + }; + var F = S.Deferred(); + + function B() { + E.removeEventListener("DOMContentLoaded", B), C.removeEventListener("load", B), S.ready() + } + S.fn.ready = function(e) { + return F.then(e)["catch"](function(e) { + S.readyException(e) + }), this + }, S.extend({ + isReady: !1, + readyWait: 1, + ready: function(e) { + (!0 === e ? --S.readyWait : S.isReady) || (S.isReady = !0) !== e && 0 < --S.readyWait || F + .resolveWith(E, [S]) + } + }), S.ready.then = F.then, "complete" === E.readyState || "loading" !== E.readyState && !E.documentElement + .doScroll ? C.setTimeout(S.ready) : (E.addEventListener("DOMContentLoaded", B), C.addEventListener("load", + B)); + var $ = function(e, t, n, r, i, o, a) { + var s = 0, + u = e.length, + l = null == n; + if ("object" === w(n)) + for (s in i = !0, n) $(e, t, s, n[s], !0, o, a); + else if (void 0 !== r && (i = !0, m(r) || (a = !0), l && (a ? (t.call(e, r), t = null) : (l = t, t = + function(e, t, n) { + return l.call(S(e), n) + })), t)) + for (; s < u; s++) t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n))); + return i ? e : l ? t.call(e) : u ? t(e[0], n) : o + }, + _ = /^-ms-/, + z = /-([a-z])/g; + + function U(e, t) { + return t.toUpperCase() + } + + function X(e) { + return e.replace(_, "ms-").replace(z, U) + } + var V = function(e) { + return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType + }; + + function G() { + this.expando = S.expando + G.uid++ + } + G.uid = 1, G.prototype = { + cache: function(e) { + var t = e[this.expando]; + return t || (t = {}, V(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this + .expando, { + value: t, + configurable: !0 + }))), t + }, + set: function(e, t, n) { + var r, i = this.cache(e); + if ("string" == typeof t) i[X(t)] = n; + else + for (r in t) i[X(r)] = t[r]; + return i + }, + get: function(e, t) { + return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][X(t)] + }, + access: function(e, t, n) { + return void 0 === t || t && "string" == typeof t && void 0 === n ? this.get(e, t) : (this.set(e, + t, n), void 0 !== n ? n : t) + }, + remove: function(e, t) { + var n, r = e[this.expando]; + if (void 0 !== r) { + if (void 0 !== t) { + n = (t = Array.isArray(t) ? t.map(X) : (t = X(t)) in r ? [t] : t.match(P) || []).length; + while (n--) delete r[t[n]] + }(void 0 === t || S.isEmptyObject(r)) && (e.nodeType ? e[this.expando] = void 0 : delete e[ + this.expando]) + } + }, + hasData: function(e) { + var t = e[this.expando]; + return void 0 !== t && !S.isEmptyObject(t) + } + }; + var Y = new G, + Q = new G, + J = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + K = /[A-Z]/g; + + function Z(e, t, n) { + var r, i; + if (void 0 === n && 1 === e.nodeType) + if (r = "data-" + t.replace(K, "-$&").toLowerCase(), "string" == typeof(n = e.getAttribute(r))) { + try { + n = "true" === (i = n) || "false" !== i && ("null" === i ? null : i === +i + "" ? +i : J.test( + i) ? JSON.parse(i) : i) + } catch (e) {} + Q.set(e, t, n) + } else n = void 0; + return n + } + S.extend({ + hasData: function(e) { + return Q.hasData(e) || Y.hasData(e) + }, + data: function(e, t, n) { + return Q.access(e, t, n) + }, + removeData: function(e, t) { + Q.remove(e, t) + }, + _data: function(e, t, n) { + return Y.access(e, t, n) + }, + _removeData: function(e, t) { + Y.remove(e, t) + } + }), S.fn.extend({ + data: function(n, e) { + var t, r, i, o = this[0], + a = o && o.attributes; + if (void 0 === n) { + if (this.length && (i = Q.get(o), 1 === o.nodeType && !Y.get(o, "hasDataAttrs"))) { + t = a.length; + while (t--) a[t] && 0 === (r = a[t].name).indexOf("data-") && (r = X(r.slice(5)), Z( + o, r, i[r])); + Y.set(o, "hasDataAttrs", !0) + } + return i + } + return "object" == typeof n ? this.each(function() { + Q.set(this, n) + }) : $(this, function(e) { + var t; + if (o && void 0 === e) return void 0 !== (t = Q.get(o, n)) ? t : void 0 !== (t = + Z(o, n)) ? t : void 0; + this.each(function() { + Q.set(this, n, e) + }) + }, null, e, 1 < arguments.length, null, !0) + }, + removeData: function(e) { + return this.each(function() { + Q.remove(this, e) + }) + } + }), S.extend({ + queue: function(e, t, n) { + var r; + if (e) return t = (t || "fx") + "queue", r = Y.get(e, t), n && (!r || Array.isArray(n) ? r = + Y.access(e, t, S.makeArray(n)) : r.push(n)), r || [] + }, + dequeue: function(e, t) { + t = t || "fx"; + var n = S.queue(e, t), + r = n.length, + i = n.shift(), + o = S._queueHooks(e, t); + "inprogress" === i && (i = n.shift(), r--), i && ("fx" === t && n.unshift("inprogress"), + delete o.stop, i.call(e, function() { + S.dequeue(e, t) + }, o)), !r && o && o.empty.fire() + }, + _queueHooks: function(e, t) { + var n = t + "queueHooks"; + return Y.get(e, n) || Y.access(e, n, { + empty: S.Callbacks("once memory").add(function() { + Y.remove(e, [t + "queue", n]) + }) + }) + } + }), S.fn.extend({ + queue: function(t, n) { + var e = 2; + return "string" != typeof t && (n = t, t = "fx", e--), arguments.length < e ? S.queue(this[ + 0], t) : void 0 === n ? this : this.each(function() { + var e = S.queue(this, t, n); + S._queueHooks(this, t), "fx" === t && "inprogress" !== e[0] && S.dequeue(this, + t) + }) + }, + dequeue: function(e) { + return this.each(function() { + S.dequeue(this, e) + }) + }, + clearQueue: function(e) { + return this.queue(e || "fx", []) + }, + promise: function(e, t) { + var n, r = 1, + i = S.Deferred(), + o = this, + a = this.length, + s = function() { + --r || i.resolveWith(o, [o]) + }; + "string" != typeof e && (t = e, e = void 0), e = e || "fx"; + while (a--)(n = Y.get(o[a], e + "queueHooks")) && n.empty && (r++, n.empty.add(s)); + return s(), i.promise(t) + } + }); + var ee = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, + te = new RegExp("^(?:([+-])=|)(" + ee + ")([a-z%]*)$", "i"), + ne = ["Top", "Right", "Bottom", "Left"], + re = E.documentElement, + ie = function(e) { + return S.contains(e.ownerDocument, e) + }, + oe = { + composed: !0 + }; + re.getRootNode && (ie = function(e) { + return S.contains(e.ownerDocument, e) || e.getRootNode(oe) === e.ownerDocument + }); + var ae = function(e, t) { + return "none" === (e = t || e).style.display || "" === e.style.display && ie(e) && "none" === S.css(e, + "display") + }; + + function se(e, t, n, r) { + var i, o, a = 20, + s = r ? function() { + return r.cur() + } : function() { + return S.css(e, t, "") + }, + u = s(), + l = n && n[3] || (S.cssNumber[t] ? "" : "px"), + c = e.nodeType && (S.cssNumber[t] || "px" !== l && +u) && te.exec(S.css(e, t)); + if (c && c[3] !== l) { + u /= 2, l = l || c[3], c = +u || 1; + while (a--) S.style(e, t, c + l), (1 - o) * (1 - (o = s() / u || .5)) <= 0 && (a = 0), c /= o; + c *= 2, S.style(e, t, c + l), n = n || [] + } + return n && (c = +c || +u || 0, i = n[1] ? c + (n[1] + 1) * n[2] : +n[2], r && (r.unit = l, r.start = c, r + .end = i)), i + } + var ue = {}; + + function le(e, t) { + for (var n, r, i, o, a, s, u, l = [], c = 0, f = e.length; c < f; c++)(r = e[c]).style && (n = r.style + .display, t ? ("none" === n && (l[c] = Y.get(r, "display") || null, l[c] || (r.style.display = "")), + "" === r.style.display && ae(r) && (l[c] = (u = a = o = void 0, a = (i = r).ownerDocument, s = i + .nodeName, (u = ue[s]) || (o = a.body.appendChild(a.createElement(s)), u = S.css(o, + "display"), o.parentNode.removeChild(o), "none" === u && (u = "block"), ue[s] = + u)))) : "none" !== n && (l[c] = "none", Y.set(r, "display", n))); + for (c = 0; c < f; c++) null != l[c] && (e[c].style.display = l[c]); + return e + } + S.fn.extend({ + show: function() { + return le(this, !0) + }, + hide: function() { + return le(this) + }, + toggle: function(e) { + return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function() { + ae(this) ? S(this).show() : S(this).hide() + }) + } + }); + var ce, fe, pe = /^(?:checkbox|radio)$/i, + de = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, + he = /^$|^module$|\/(?:java|ecma)script/i; + ce = E.createDocumentFragment().appendChild(E.createElement("div")), (fe = E.createElement("input")) + .setAttribute("type", "radio"), fe.setAttribute("checked", "checked"), fe.setAttribute("name", "t"), ce + .appendChild(fe), y.checkClone = ce.cloneNode(!0).cloneNode(!0).lastChild.checked, ce.innerHTML = + "", y.noCloneChecked = !!ce.cloneNode(!0).lastChild.defaultValue, ce.innerHTML = + "", y.option = !!ce.lastChild; + var ge = { + thead: [1, "", "
"], + col: [2, "", "
"], + tr: [2, "", "
"], + td: [3, "", "
"], + _default: [0, "", ""] + }; + + function ve(e, t) { + var n; + return n = "undefined" != typeof e.getElementsByTagName ? e.getElementsByTagName(t || "*") : "undefined" != + typeof e.querySelectorAll ? e.querySelectorAll(t || "*") : [], void 0 === t || t && A(e, t) ? S.merge([ + e], n) : n + } + + function ye(e, t) { + for (var n = 0, r = e.length; n < r; n++) Y.set(e[n], "globalEval", !t || Y.get(t[n], "globalEval")) + } + ge.tbody = ge.tfoot = ge.colgroup = ge.caption = ge.thead, ge.th = ge.td, y.option || (ge.optgroup = ge + .option = [1, ""]); + var me = /<|&#?\w+;/; + + function xe(e, t, n, r, i) { + for (var o, a, s, u, l, c, f = t.createDocumentFragment(), p = [], d = 0, h = e.length; d < h; d++) + if ((o = e[d]) || 0 === o) + if ("object" === w(o)) S.merge(p, o.nodeType ? [o] : o); + else if (me.test(o)) { + a = a || f.appendChild(t.createElement("div")), s = (de.exec(o) || ["", ""])[1].toLowerCase(), u = ge[ + s] || ge._default, a.innerHTML = u[1] + S.htmlPrefilter(o) + u[2], c = u[0]; + while (c--) a = a.lastChild; + S.merge(p, a.childNodes), (a = f.firstChild).textContent = "" + } else p.push(t.createTextNode(o)); + f.textContent = "", d = 0; + while (o = p[d++]) + if (r && -1 < S.inArray(o, r)) i && i.push(o); + else if (l = ie(o), a = ve(f.appendChild(o), "script"), l && ye(a), n) { + c = 0; + while (o = a[c++]) he.test(o.type || "") && n.push(o) + } + return f + } + var be = /^([^.]*)(?:\.(.+)|)/; + + function we() { + return !0 + } + + function Te() { + return !1 + } + + function Ce(e, t) { + return e === function() { + try { + return E.activeElement + } catch (e) {} + }() == ("focus" === t) + } + + function Ee(e, t, n, r, i, o) { + var a, s; + if ("object" == typeof t) { + for (s in "string" != typeof n && (r = r || n, n = void 0), t) Ee(e, s, n, r, t[s], o); + return e + } + if (null == r && null == i ? (i = n, r = n = void 0) : null == i && ("string" == typeof n ? (i = r, r = + void 0) : (i = r, r = n, n = void 0)), !1 === i) i = Te; + else if (!i) return e; + return 1 === o && (a = i, (i = function(e) { + return S().off(e), a.apply(this, arguments) + }).guid = a.guid || (a.guid = S.guid++)), e.each(function() { + S.event.add(this, t, i, r, n) + }) + } + + function Se(e, i, o) { + o ? (Y.set(e, i, !1), S.event.add(e, i, { + namespace: !1, + handler: function(e) { + var t, n, r = Y.get(this, i); + if (1 & e.isTrigger && this[i]) { + if (r.length)(S.event.special[i] || {}).delegateType && e.stopPropagation(); + else if (r = s.call(arguments), Y.set(this, i, r), t = o(this, i), this[i](), + r !== (n = Y.get(this, i)) || t ? Y.set(this, i, !1) : n = {}, r !== n) + return e.stopImmediatePropagation(), e.preventDefault(), n && n.value + } else r.length && (Y.set(this, i, { + value: S.event.trigger(S.extend(r[0], S.Event.prototype), r.slice( + 1), this) + }), e.stopImmediatePropagation()) + } + })) : void 0 === Y.get(e, i) && S.event.add(e, i, we) + } + S.event = { + global: {}, + add: function(t, e, n, r, i) { + var o, a, s, u, l, c, f, p, d, h, g, v = Y.get(t); + if (V(t)) { + n.handler && (n = (o = n).handler, i = o.selector), i && S.find.matchesSelector(re, i), n + .guid || (n.guid = S.guid++), (u = v.events) || (u = v.events = Object.create(null)), ( + a = v.handle) || (a = v.handle = function(e) { + return "undefined" != typeof S && S.event.triggered !== e.type ? S.event + .dispatch.apply(t, arguments) : void 0 + }), l = (e = (e || "").match(P) || [""]).length; + while (l--) d = g = (s = be.exec(e[l]) || [])[1], h = (s[2] || "").split(".").sort(), d && ( + f = S.event.special[d] || {}, d = (i ? f.delegateType : f.bindType) || d, f = S + .event.special[d] || {}, c = S.extend({ + type: d, + origType: g, + data: r, + handler: n, + guid: n.guid, + selector: i, + needsContext: i && S.expr.match.needsContext.test(i), + namespace: h.join(".") + }, o), (p = u[d]) || ((p = u[d] = []).delegateCount = 0, f.setup && !1 !== f.setup + .call(t, r, h, a) || t.addEventListener && t.addEventListener(d, a)), f.add && ( + f.add.call(t, c), c.handler.guid || (c.handler.guid = n.guid)), i ? p.splice(p + .delegateCount++, 0, c) : p.push(c), S.event.global[d] = !0) + } + }, + remove: function(e, t, n, r, i) { + var o, a, s, u, l, c, f, p, d, h, g, v = Y.hasData(e) && Y.get(e); + if (v && (u = v.events)) { + l = (t = (t || "").match(P) || [""]).length; + while (l--) + if (d = g = (s = be.exec(t[l]) || [])[1], h = (s[2] || "").split(".").sort(), d) { + f = S.event.special[d] || {}, p = u[d = (r ? f.delegateType : f.bindType) || d] || + [], s = s[2] && new RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)"), a = + o = p.length; + while (o--) c = p[o], !i && g !== c.origType || n && n.guid !== c.guid || s && !s + .test(c.namespace) || r && r !== c.selector && ("**" !== r || !c.selector) || (p + .splice(o, 1), c.selector && p.delegateCount--, f.remove && f.remove.call(e, + c)); + a && !p.length && (f.teardown && !1 !== f.teardown.call(e, h, v.handle) || S + .removeEvent(e, d, v.handle), delete u[d]) + } else + for (d in u) S.event.remove(e, d + t[l], n, r, !0); + S.isEmptyObject(u) && Y.remove(e, "handle events") + } + }, + dispatch: function(e) { + var t, n, r, i, o, a, s = new Array(arguments.length), + u = S.event.fix(e), + l = (Y.get(this, "events") || Object.create(null))[u.type] || [], + c = S.event.special[u.type] || {}; + for (s[0] = u, t = 1; t < arguments.length; t++) s[t] = arguments[t]; + if (u.delegateTarget = this, !c.preDispatch || !1 !== c.preDispatch.call(this, u)) { + a = S.event.handlers.call(this, u, l), t = 0; + while ((i = a[t++]) && !u.isPropagationStopped()) { + u.currentTarget = i.elem, n = 0; + while ((o = i.handlers[n++]) && !u.isImmediatePropagationStopped()) u.rnamespace && ! + 1 !== o.namespace && !u.rnamespace.test(o.namespace) || (u.handleObj = o, u.data = o + .data, void 0 !== (r = ((S.event.special[o.origType] || {}).handle || o.handler) + .apply(i.elem, s)) && !1 === (u.result = r) && (u.preventDefault(), u + .stopPropagation())) + } + return c.postDispatch && c.postDispatch.call(this, u), u.result + } + }, + handlers: function(e, t) { + var n, r, i, o, a, s = [], + u = t.delegateCount, + l = e.target; + if (u && l.nodeType && !("click" === e.type && 1 <= e.button)) + for (; l !== this; l = l.parentNode || this) + if (1 === l.nodeType && ("click" !== e.type || !0 !== l.disabled)) { + for (o = [], a = {}, n = 0; n < u; n++) void 0 === a[i = (r = t[n]).selector + + " "] && (a[i] = r.needsContext ? -1 < S(i, this).index(l) : S.find(i, this, + null, [l]).length), a[i] && o.push(r); + o.length && s.push({ + elem: l, + handlers: o + }) + } return l = this, u < t.length && s.push({ + elem: l, + handlers: t.slice(u) + }), s + }, + addProp: function(t, e) { + Object.defineProperty(S.Event.prototype, t, { + enumerable: !0, + configurable: !0, + get: m(e) ? function() { + if (this.originalEvent) return e(this.originalEvent) + } : function() { + if (this.originalEvent) return this.originalEvent[t] + }, + set: function(e) { + Object.defineProperty(this, t, { + enumerable: !0, + configurable: !0, + writable: !0, + value: e + }) + } + }) + }, + fix: function(e) { + return e[S.expando] ? e : new S.Event(e) + }, + special: { + load: { + noBubble: !0 + }, + click: { + setup: function(e) { + var t = this || e; + return pe.test(t.type) && t.click && A(t, "input") && Se(t, "click", we), !1 + }, + trigger: function(e) { + var t = this || e; + return pe.test(t.type) && t.click && A(t, "input") && Se(t, "click"), !0 + }, + _default: function(e) { + var t = e.target; + return pe.test(t.type) && t.click && A(t, "input") && Y.get(t, "click") || A(t, "a") + } + }, + beforeunload: { + postDispatch: function(e) { + void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result) + } + } + } + }, S.removeEvent = function(e, t, n) { + e.removeEventListener && e.removeEventListener(t, n) + }, S.Event = function(e, t) { + if (!(this instanceof S.Event)) return new S.Event(e, t); + e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e + .defaultPrevented || void 0 === e.defaultPrevented && !1 === e.returnValue ? we : Te, this + .target = e.target && 3 === e.target.nodeType ? e.target.parentNode : e.target, this + .currentTarget = e.currentTarget, this.relatedTarget = e.relatedTarget) : this.type = e, t && S + .extend(this, t), this.timeStamp = e && e.timeStamp || Date.now(), this[S.expando] = !0 + }, S.Event.prototype = { + constructor: S.Event, + isDefaultPrevented: Te, + isPropagationStopped: Te, + isImmediatePropagationStopped: Te, + isSimulated: !1, + preventDefault: function() { + var e = this.originalEvent; + this.isDefaultPrevented = we, e && !this.isSimulated && e.preventDefault() + }, + stopPropagation: function() { + var e = this.originalEvent; + this.isPropagationStopped = we, e && !this.isSimulated && e.stopPropagation() + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + this.isImmediatePropagationStopped = we, e && !this.isSimulated && e.stopImmediatePropagation(), + this.stopPropagation() + } + }, S.each({ + altKey: !0, + bubbles: !0, + cancelable: !0, + changedTouches: !0, + ctrlKey: !0, + detail: !0, + eventPhase: !0, + metaKey: !0, + pageX: !0, + pageY: !0, + shiftKey: !0, + view: !0, + "char": !0, + code: !0, + charCode: !0, + key: !0, + keyCode: !0, + button: !0, + buttons: !0, + clientX: !0, + clientY: !0, + offsetX: !0, + offsetY: !0, + pointerId: !0, + pointerType: !0, + screenX: !0, + screenY: !0, + targetTouches: !0, + toElement: !0, + touches: !0, + which: !0 + }, S.event.addProp), S.each({ + focus: "focusin", + blur: "focusout" + }, function(e, t) { + S.event.special[e] = { + setup: function() { + return Se(this, e, Ce), !1 + }, + trigger: function() { + return Se(this, e), !0 + }, + _default: function() { + return !0 + }, + delegateType: t + } + }), S.each({ + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" + }, function(e, i) { + S.event.special[e] = { + delegateType: i, + bindType: i, + handle: function(e) { + var t, n = e.relatedTarget, + r = e.handleObj; + return n && (n === this || S.contains(this, n)) || (e.type = r.origType, t = r + .handler.apply(this, arguments), e.type = i), t + } + } + }), S.fn.extend({ + on: function(e, t, n, r) { + return Ee(this, e, t, n, r) + }, + one: function(e, t, n, r) { + return Ee(this, e, t, n, r, 1) + }, + off: function(e, t, n) { + var r, i; + if (e && e.preventDefault && e.handleObj) return r = e.handleObj, S(e.delegateTarget).off(r + .namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler + ), this; + if ("object" == typeof e) { + for (i in e) this.off(i, t, e[i]); + return this + } + return !1 !== t && "function" != typeof t || (n = t, t = void 0), !1 === n && (n = Te), this + .each(function() { + S.event.remove(this, e, n, t) + }) + } + }); + var ke = /\s*$/g; + + function je(e, t) { + return A(e, "table") && A(11 !== t.nodeType ? t : t.firstChild, "tr") && S(e).children("tbody")[0] || e + } + + function De(e) { + return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e + } + + function qe(e) { + return "true/" === (e.type || "").slice(0, 5) ? e.type = e.type.slice(5) : e.removeAttribute("type"), e + } + + function Le(e, t) { + var n, r, i, o, a, s; + if (1 === t.nodeType) { + if (Y.hasData(e) && (s = Y.get(e).events)) + for (i in Y.remove(t, "handle events"), s) + for (n = 0, r = s[i].length; n < r; n++) S.event.add(t, i, s[i][n]); + Q.hasData(e) && (o = Q.access(e), a = S.extend({}, o), Q.set(t, a)) + } + } + + function He(n, r, i, o) { + r = g(r); + var e, t, a, s, u, l, c = 0, + f = n.length, + p = f - 1, + d = r[0], + h = m(d); + if (h || 1 < f && "string" == typeof d && !y.checkClone && Ae.test(d)) return n.each(function(e) { + var t = n.eq(e); + h && (r[0] = d.call(this, e, t.html())), He(t, r, i, o) + }); + if (f && (t = (e = xe(r, n[0].ownerDocument, !1, n, o)).firstChild, 1 === e.childNodes.length && (e = t), + t || o)) { + for (s = (a = S.map(ve(e, "script"), De)).length; c < f; c++) u = e, c !== p && (u = S.clone(u, !0, !0), + s && S.merge(a, ve(u, "script"))), i.call(n[c], u, c); + if (s) + for (l = a[a.length - 1].ownerDocument, S.map(a, qe), c = 0; c < s; c++) u = a[c], he.test(u.type || + "") && !Y.access(u, "globalEval") && S.contains(l, u) && (u.src && "module" !== (u.type || + "").toLowerCase() ? S._evalUrl && !u.noModule && S._evalUrl(u.src, { + nonce: u.nonce || u.getAttribute("nonce") + }, l) : b(u.textContent.replace(Ne, ""), u, l)) + } + return n + } + + function Oe(e, t, n) { + for (var r, i = t ? S.filter(t, e) : e, o = 0; null != (r = i[o]); o++) n || 1 !== r.nodeType || S + .cleanData(ve(r)), r.parentNode && (n && ie(r) && ye(ve(r, "script")), r.parentNode.removeChild(r)); + return e + } + S.extend({ + htmlPrefilter: function(e) { + return e + }, + clone: function(e, t, n) { + var r, i, o, a, s, u, l, c = e.cloneNode(!0), + f = ie(e); + if (!(y.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || S.isXMLDoc(e))) + for (a = ve(c), r = 0, i = (o = ve(e)).length; r < i; r++) s = o[r], u = a[r], void 0, + "input" === (l = u.nodeName.toLowerCase()) && pe.test(s.type) ? u.checked = s + .checked : "input" !== l && "textarea" !== l || (u.defaultValue = s.defaultValue); + if (t) + if (n) + for (o = o || ve(e), a = a || ve(c), r = 0, i = o.length; r < i; r++) Le(o[r], a[ + r]); + else Le(e, c); + return 0 < (a = ve(c, "script")).length && ye(a, !f && ve(e, "script")), c + }, + cleanData: function(e) { + for (var t, n, r, i = S.event.special, o = 0; void 0 !== (n = e[o]); o++) + if (V(n)) { + if (t = n[Y.expando]) { + if (t.events) + for (r in t.events) i[r] ? S.event.remove(n, r) : S.removeEvent(n, r, t + .handle); + n[Y.expando] = void 0 + } + n[Q.expando] && (n[Q.expando] = void 0) + } + } + }), S.fn.extend({ + detach: function(e) { + return Oe(this, e, !0) + }, + remove: function(e) { + return Oe(this, e) + }, + text: function(e) { + return $(this, function(e) { + return void 0 === e ? S.text(this) : this.empty().each(function() { + 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this + .nodeType || (this.textContent = e) + }) + }, null, e, arguments.length) + }, + append: function() { + return He(this, arguments, function(e) { + 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || je(this, + e).appendChild(e) + }) + }, + prepend: function() { + return He(this, arguments, function(e) { + if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { + var t = je(this, e); + t.insertBefore(e, t.firstChild) + } + }) + }, + before: function() { + return He(this, arguments, function(e) { + this.parentNode && this.parentNode.insertBefore(e, this) + }) + }, + after: function() { + return He(this, arguments, function(e) { + this.parentNode && this.parentNode.insertBefore(e, this.nextSibling) + }) + }, + empty: function() { + for (var e, t = 0; null != (e = this[t]); t++) 1 === e.nodeType && (S.cleanData(ve(e, !1)), + e.textContent = ""); + return this + }, + clone: function(e, t) { + return e = null != e && e, t = null == t ? e : t, this.map(function() { + return S.clone(this, e, t) + }) + }, + html: function(e) { + return $(this, function(e) { + var t = this[0] || {}, + n = 0, + r = this.length; + if (void 0 === e && 1 === t.nodeType) return t.innerHTML; + if ("string" == typeof e && !ke.test(e) && !ge[(de.exec(e) || ["", ""])[1] + .toLowerCase()]) { + e = S.htmlPrefilter(e); + try { + for (; n < r; n++) 1 === (t = this[n] || {}).nodeType && (S.cleanData( + ve(t, !1)), t.innerHTML = e); + t = 0 + } catch (e) {} + } + t && this.empty().append(e) + }, null, e, arguments.length) + }, + replaceWith: function() { + var n = []; + return He(this, arguments, function(e) { + var t = this.parentNode; + S.inArray(this, n) < 0 && (S.cleanData(ve(this)), t && t.replaceChild(e, this)) + }, n) + } + }), S.each({ + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" + }, function(e, a) { + S.fn[e] = function(e) { + for (var t, n = [], r = S(e), i = r.length - 1, o = 0; o <= i; o++) t = o === i ? this : + this.clone(!0), S(r[o])[a](t), u.apply(n, t.get()); + return this.pushStack(n) + } + }); + var Pe = new RegExp("^(" + ee + ")(?!px)[a-z%]+$", "i"), + Re = function(e) { + var t = e.ownerDocument.defaultView; + return t && t.opener || (t = C), t.getComputedStyle(e) + }, + Me = function(e, t, n) { + var r, i, o = {}; + for (i in t) o[i] = e.style[i], e.style[i] = t[i]; + for (i in r = n.call(e), t) e.style[i] = o[i]; + return r + }, + Ie = new RegExp(ne.join("|"), "i"); + + function We(e, t, n) { + var r, i, o, a, s = e.style; + return (n = n || Re(e)) && ("" !== (a = n.getPropertyValue(t) || n[t]) || ie(e) || (a = S.style(e, t)), !y + .pixelBoxStyles() && Pe.test(a) && Ie.test(t) && (r = s.width, i = s.minWidth, o = s.maxWidth, s + .minWidth = s.maxWidth = s.width = a, a = n.width, s.width = r, s.minWidth = i, s.maxWidth = o) + ), void 0 !== a ? a + "" : a + } + + function Fe(e, t) { + return { + get: function() { + if (!e()) return (this.get = t).apply(this, arguments); + delete this.get + } + } + }! function() { + function e() { + if (l) { + u.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0", l + .style.cssText = + "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%", + re.appendChild(u).appendChild(l); + var e = C.getComputedStyle(l); + n = "1%" !== e.top, s = 12 === t(e.marginLeft), l.style.right = "60%", o = 36 === t(e.right), r = + 36 === t(e.width), l.style.position = "absolute", i = 12 === t(l.offsetWidth / 3), re + .removeChild(u), l = null + } + } + + function t(e) { + return Math.round(parseFloat(e)) + } + var n, r, i, o, a, s, u = E.createElement("div"), + l = E.createElement("div"); + l.style && (l.style.backgroundClip = "content-box", l.cloneNode(!0).style.backgroundClip = "", y + .clearCloneStyle = "content-box" === l.style.backgroundClip, S.extend(y, { + boxSizingReliable: function() { + return e(), r + }, + pixelBoxStyles: function() { + return e(), o + }, + pixelPosition: function() { + return e(), n + }, + reliableMarginLeft: function() { + return e(), s + }, + scrollboxSize: function() { + return e(), i + }, + reliableTrDimensions: function() { + var e, t, n, r; + return null == a && (e = E.createElement("table"), t = E.createElement("tr"), n = E + .createElement("div"), e.style.cssText = + "position:absolute;left:-11111px;border-collapse:separate", t.style + .cssText = "border:1px solid", t.style.height = "1px", n.style.height = + "9px", n.style.display = "block", re.appendChild(e).appendChild(t) + .appendChild(n), r = C.getComputedStyle(t), a = parseInt(r.height, 10) + + parseInt(r.borderTopWidth, 10) + parseInt(r.borderBottomWidth, 10) === t + .offsetHeight, re.removeChild(e)), a + } + })) + }(); + var Be = ["Webkit", "Moz", "ms"], + $e = E.createElement("div").style, + _e = {}; + + function ze(e) { + var t = S.cssProps[e] || _e[e]; + return t || (e in $e ? e : _e[e] = function(e) { + var t = e[0].toUpperCase() + e.slice(1), + n = Be.length; + while (n--) + if ((e = Be[n] + t) in $e) return e + }(e) || e) + } + var Ue = /^(none|table(?!-c[ea]).+)/, + Xe = /^--/, + Ve = { + position: "absolute", + visibility: "hidden", + display: "block" + }, + Ge = { + letterSpacing: "0", + fontWeight: "400" + }; + + function Ye(e, t, n) { + var r = te.exec(t); + return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : t + } + + function Qe(e, t, n, r, i, o) { + var a = "width" === t ? 1 : 0, + s = 0, + u = 0; + if (n === (r ? "border" : "content")) return 0; + for (; a < 4; a += 2) "margin" === n && (u += S.css(e, n + ne[a], !0, i)), r ? ("content" === n && (u -= S + .css(e, "padding" + ne[a], !0, i)), "margin" !== n && (u -= S.css(e, "border" + ne[a] + "Width", + !0, i))) : (u += S.css(e, "padding" + ne[a], !0, i), "padding" !== n ? u += S.css(e, "border" + ne[ + a] + "Width", !0, i) : s += S.css(e, "border" + ne[a] + "Width", !0, i)); + return !r && 0 <= o && (u += Math.max(0, Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - o - u - + s - .5)) || 0), u + } + + function Je(e, t, n) { + var r = Re(e), + i = (!y.boxSizingReliable() || n) && "border-box" === S.css(e, "boxSizing", !1, r), + o = i, + a = We(e, t, r), + s = "offset" + t[0].toUpperCase() + t.slice(1); + if (Pe.test(a)) { + if (!n) return a; + a = "auto" + } + return (!y.boxSizingReliable() && i || !y.reliableTrDimensions() && A(e, "tr") || "auto" === a || ! + parseFloat(a) && "inline" === S.css(e, "display", !1, r)) && e.getClientRects().length && (i = + "border-box" === S.css(e, "boxSizing", !1, r), (o = s in e) && (a = e[s])), (a = parseFloat(a) || + 0) + Qe(e, t, n || (i ? "border" : "content"), o, r, a) + "px" + } + + function Ke(e, t, n, r, i) { + return new Ke.prototype.init(e, t, n, r, i) + } + S.extend({ + cssHooks: { + opacity: { + get: function(e, t) { + if (t) { + var n = We(e, "opacity"); + return "" === n ? "1" : n + } + } + } + }, + cssNumber: { + animationIterationCount: !0, + columnCount: !0, + fillOpacity: !0, + flexGrow: !0, + flexShrink: !0, + fontWeight: !0, + gridArea: !0, + gridColumn: !0, + gridColumnEnd: !0, + gridColumnStart: !0, + gridRow: !0, + gridRowEnd: !0, + gridRowStart: !0, + lineHeight: !0, + opacity: !0, + order: !0, + orphans: !0, + widows: !0, + zIndex: !0, + zoom: !0 + }, + cssProps: {}, + style: function(e, t, n, r) { + if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { + var i, o, a, s = X(t), + u = Xe.test(t), + l = e.style; + if (u || (t = ze(s)), a = S.cssHooks[t] || S.cssHooks[s], void 0 === n) return a && + "get" in a && void 0 !== (i = a.get(e, !1, r)) ? i : l[t]; + "string" === (o = typeof n) && (i = te.exec(n)) && i[1] && (n = se(e, t, i), o = + "number"), null != n && n == n && ("number" !== o || u || (n += i && i[3] || (S + .cssNumber[s] ? "" : "px")), y.clearCloneStyle || "" !== n || 0 !== t + .indexOf("background") || (l[t] = "inherit"), a && "set" in a && void 0 === (n = + a.set(e, n, r)) || (u ? l.setProperty(t, n) : l[t] = n)) + } + }, + css: function(e, t, n, r) { + var i, o, a, s = X(t); + return Xe.test(t) || (t = ze(s)), (a = S.cssHooks[t] || S.cssHooks[s]) && "get" in a && (i = + a.get(e, !0, n)), void 0 === i && (i = We(e, t, r)), "normal" === i && t in Ge && ( + i = Ge[t]), "" === n || n ? (o = parseFloat(i), !0 === n || isFinite(o) ? o || 0 : + i) : i + } + }), S.each(["height", "width"], function(e, u) { + S.cssHooks[u] = { + get: function(e, t, n) { + if (t) return !Ue.test(S.css(e, "display")) || e.getClientRects().length && e + .getBoundingClientRect().width ? Je(e, u, n) : Me(e, Ve, function() { + return Je(e, u, n) + }) + }, + set: function(e, t, n) { + var r, i = Re(e), + o = !y.scrollboxSize() && "absolute" === i.position, + a = (o || n) && "border-box" === S.css(e, "boxSizing", !1, i), + s = n ? Qe(e, u, n, a, i) : 0; + return a && o && (s -= Math.ceil(e["offset" + u[0].toUpperCase() + u.slice(1)] - + parseFloat(i[u]) - Qe(e, u, "border", !1, i) - .5)), s && (r = te.exec( + t)) && "px" !== (r[3] || "px") && (e.style[u] = t, t = S.css(e, u)), Ye(0, t, s) + } + } + }), S.cssHooks.marginLeft = Fe(y.reliableMarginLeft, function(e, t) { + if (t) return (parseFloat(We(e, "marginLeft")) || e.getBoundingClientRect().left - Me(e, { + marginLeft: 0 + }, function() { + return e.getBoundingClientRect().left + })) + "px" + }), S.each({ + margin: "", + padding: "", + border: "Width" + }, function(i, o) { + S.cssHooks[i + o] = { + expand: function(e) { + for (var t = 0, n = {}, r = "string" == typeof e ? e.split(" ") : [e]; t < 4; t++) + n[i + ne[t] + o] = r[t] || r[t - 2] || r[0]; + return n + } + }, "margin" !== i && (S.cssHooks[i + o].set = Ye) + }), S.fn.extend({ + css: function(e, t) { + return $(this, function(e, t, n) { + var r, i, o = {}, + a = 0; + if (Array.isArray(t)) { + for (r = Re(e), i = t.length; a < i; a++) o[t[a]] = S.css(e, t[a], !1, r); + return o + } + return void 0 !== n ? S.style(e, t, n) : S.css(e, t) + }, e, t, 1 < arguments.length) + } + }), ((S.Tween = Ke).prototype = { + constructor: Ke, + init: function(e, t, n, r, i, o) { + this.elem = e, this.prop = n, this.easing = i || S.easing._default, this.options = t, this + .start = this.now = this.cur(), this.end = r, this.unit = o || (S.cssNumber[n] ? "" : + "px") + }, + cur: function() { + var e = Ke.propHooks[this.prop]; + return e && e.get ? e.get(this) : Ke.propHooks._default.get(this) + }, + run: function(e) { + var t, n = Ke.propHooks[this.prop]; + return this.options.duration ? this.pos = t = S.easing[this.easing](e, this.options + .duration * e, 0, 1, this.options.duration) : this.pos = t = e, this.now = (this + .end - this.start) * t + this.start, this.options.step && this.options.step.call( + this.elem, this.now, this), n && n.set ? n.set(this) : Ke.propHooks._default.set( + this), this + } + }).init.prototype = Ke.prototype, (Ke.propHooks = { + _default: { + get: function(e) { + var t; + return 1 !== e.elem.nodeType || null != e.elem[e.prop] && null == e.elem.style[e.prop] ? + e.elem[e.prop] : (t = S.css(e.elem, e.prop, "")) && "auto" !== t ? t : 0 + }, + set: function(e) { + S.fx.step[e.prop] ? S.fx.step[e.prop](e) : 1 !== e.elem.nodeType || !S.cssHooks[e + .prop] && null == e.elem.style[ze(e.prop)] ? e.elem[e.prop] = e.now : S.style(e + .elem, e.prop, e.now + e.unit) + } + } + }).scrollTop = Ke.propHooks.scrollLeft = { + set: function(e) { + e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now) + } + }, S.easing = { + linear: function(e) { + return e + }, + swing: function(e) { + return .5 - Math.cos(e * Math.PI) / 2 + }, + _default: "swing" + }, S.fx = Ke.prototype.init, S.fx.step = {}; + var Ze, et, tt, nt, rt = /^(?:toggle|show|hide)$/, + it = /queueHooks$/; + + function ot() { + et && (!1 === E.hidden && C.requestAnimationFrame ? C.requestAnimationFrame(ot) : C.setTimeout(ot, S.fx + .interval), S.fx.tick()) + } + + function at() { + return C.setTimeout(function() { + Ze = void 0 + }), Ze = Date.now() + } + + function st(e, t) { + var n, r = 0, + i = { + height: e + }; + for (t = t ? 1 : 0; r < 4; r += 2 - t) i["margin" + (n = ne[r])] = i["padding" + n] = e; + return t && (i.opacity = i.width = e), i + } + + function ut(e, t, n) { + for (var r, i = (lt.tweeners[t] || []).concat(lt.tweeners["*"]), o = 0, a = i.length; o < a; o++) + if (r = i[o].call(n, t, e)) return r + } + + function lt(o, e, t) { + var n, a, r = 0, + i = lt.prefilters.length, + s = S.Deferred().always(function() { + delete u.elem + }), + u = function() { + if (a) return !1; + for (var e = Ze || at(), t = Math.max(0, l.startTime + l.duration - e), n = 1 - (t / l.duration || + 0), r = 0, i = l.tweens.length; r < i; r++) l.tweens[r].run(n); + return s.notifyWith(o, [l, n, t]), n < 1 && i ? t : (i || s.notifyWith(o, [l, 1, 0]), s.resolveWith( + o, [l]), !1) + }, + l = s.promise({ + elem: o, + props: S.extend({}, e), + opts: S.extend(!0, { + specialEasing: {}, + easing: S.easing._default + }, t), + originalProperties: e, + originalOptions: t, + startTime: Ze || at(), + duration: t.duration, + tweens: [], + createTween: function(e, t) { + var n = S.Tween(o, l.opts, e, t, l.opts.specialEasing[e] || l.opts.easing); + return l.tweens.push(n), n + }, + stop: function(e) { + var t = 0, + n = e ? l.tweens.length : 0; + if (a) return this; + for (a = !0; t < n; t++) l.tweens[t].run(1); + return e ? (s.notifyWith(o, [l, 1, 0]), s.resolveWith(o, [l, e])) : s.rejectWith(o, [l, + e + ]), this + } + }), + c = l.props; + for (! function(e, t) { + var n, r, i, o, a; + for (n in e) + if (i = t[r = X(n)], o = e[n], Array.isArray(o) && (i = o[1], o = e[n] = o[0]), n !== r && (e[ + r] = o, delete e[n]), (a = S.cssHooks[r]) && "expand" in a) + for (n in o = a.expand(o), delete e[r], o) n in e || (e[n] = o[n], t[n] = i); + else t[r] = i + }(c, l.opts.specialEasing); r < i; r++) + if (n = lt.prefilters[r].call(l, o, c, l.opts)) return m(n.stop) && (S._queueHooks(l.elem, l.opts.queue) + .stop = n.stop.bind(n)), n; + return S.map(c, ut, l), m(l.opts.start) && l.opts.start.call(o, l), l.progress(l.opts.progress).done(l.opts + .done, l.opts.complete).fail(l.opts.fail).always(l.opts.always), S.fx.timer(S.extend(u, { + elem: o, + anim: l, + queue: l.opts.queue + })), l + } + S.Animation = S.extend(lt, { + tweeners: { + "*": [function(e, t) { + var n = this.createTween(e, t); + return se(n.elem, e, te.exec(t), n), n + }] + }, + tweener: function(e, t) { + m(e) ? (t = e, e = ["*"]) : e = e.match(P); + for (var n, r = 0, i = e.length; r < i; r++) n = e[r], lt.tweeners[n] = lt.tweeners[n] || + [], lt.tweeners[n].unshift(t) + }, + prefilters: [function(e, t, n) { + var r, i, o, a, s, u, l, c, f = "width" in t || "height" in t, + p = this, + d = {}, + h = e.style, + g = e.nodeType && ae(e), + v = Y.get(e, "fxshow"); + for (r in n.queue || (null == (a = S._queueHooks(e, "fx")).unqueued && (a.unqueued = 0, + s = a.empty.fire, a.empty.fire = function() { + a.unqueued || s() + }), a.unqueued++, p.always(function() { + p.always(function() { + a.unqueued--, S.queue(e, "fx").length || a.empty.fire() + }) + })), t) + if (i = t[r], rt.test(i)) { + if (delete t[r], o = o || "toggle" === i, i === (g ? "hide" : "show")) { + if ("show" !== i || !v || void 0 === v[r]) continue; + g = !0 + } + d[r] = v && v[r] || S.style(e, r) + } if ((u = !S.isEmptyObject(t)) || !S.isEmptyObject(d)) + for (r in f && 1 === e.nodeType && (n.overflow = [h.overflow, h.overflowX, h + .overflowY + ], null == (l = v && v.display) && (l = Y.get(e, "display")), "none" === ( + c = S.css(e, "display")) && (l ? c = l : (le([e], !0), l = e.style + .display || l, c = S.css(e, "display"), le([e]))), ("inline" === c || + "inline-block" === c && null != l) && "none" === S.css(e, "float") && ( + u || (p.done(function() { + h.display = l + }), null == l && (c = h.display, l = "none" === c ? "" : c)), h + .display = "inline-block")), n.overflow && (h.overflow = "hidden", p.always( + function() { + h.overflow = n.overflow[0], h.overflowX = n.overflow[1], h + .overflowY = n.overflow[2] + })), u = !1, d) u || (v ? "hidden" in v && (g = v.hidden) : v = Y.access(e, + "fxshow", { + display: l + }), o && (v.hidden = !g), g && le([e], !0), p.done(function() { + for (r in g || le([e]), Y.remove(e, "fxshow"), d) S.style(e, r, d[ + r]) + })), u = ut(g ? v[r] : 0, r, p), r in v || (v[r] = u.start, g && (u.end = u + .start, u.start = 0)) + }], + prefilter: function(e, t) { + t ? lt.prefilters.unshift(e) : lt.prefilters.push(e) + } + }), S.speed = function(e, t, n) { + var r = e && "object" == typeof e ? S.extend({}, e) : { + complete: n || !n && t || m(e) && e, + duration: e, + easing: n && t || t && !m(t) && t + }; + return S.fx.off ? r.duration = 0 : "number" != typeof r.duration && (r.duration in S.fx.speeds ? r + .duration = S.fx.speeds[r.duration] : r.duration = S.fx.speeds._default), null != r.queue && ! + 0 !== r.queue || (r.queue = "fx"), r.old = r.complete, r.complete = function() { + m(r.old) && r.old.call(this), r.queue && S.dequeue(this, r.queue) + }, r + }, S.fn.extend({ + fadeTo: function(e, t, n, r) { + return this.filter(ae).css("opacity", 0).show().end().animate({ + opacity: t + }, e, n, r) + }, + animate: function(t, e, n, r) { + var i = S.isEmptyObject(t), + o = S.speed(e, n, r), + a = function() { + var e = lt(this, S.extend({}, t), o); + (i || Y.get(this, "finish")) && e.stop(!0) + }; + return a.finish = a, i || !1 === o.queue ? this.each(a) : this.queue(o.queue, a) + }, + stop: function(i, e, o) { + var a = function(e) { + var t = e.stop; + delete e.stop, t(o) + }; + return "string" != typeof i && (o = e, e = i, i = void 0), e && this.queue(i || "fx", []), + this.each(function() { + var e = !0, + t = null != i && i + "queueHooks", + n = S.timers, + r = Y.get(this); + if (t) r[t] && r[t].stop && a(r[t]); + else + for (t in r) r[t] && r[t].stop && it.test(t) && a(r[t]); + for (t = n.length; t--;) n[t].elem !== this || null != i && n[t].queue !== i || + (n[t].anim.stop(o), e = !1, n.splice(t, 1)); + !e && o || S.dequeue(this, i) + }) + }, + finish: function(a) { + return !1 !== a && (a = a || "fx"), this.each(function() { + var e, t = Y.get(this), + n = t[a + "queue"], + r = t[a + "queueHooks"], + i = S.timers, + o = n ? n.length : 0; + for (t.finish = !0, S.queue(this, a, []), r && r.stop && r.stop.call(this, !0), + e = i.length; e--;) i[e].elem === this && i[e].queue === a && (i[e].anim + .stop(!0), i.splice(e, 1)); + for (e = 0; e < o; e++) n[e] && n[e].finish && n[e].finish.call(this); + delete t.finish + }) + } + }), S.each(["toggle", "show", "hide"], function(e, r) { + var i = S.fn[r]; + S.fn[r] = function(e, t, n) { + return null == e || "boolean" == typeof e ? i.apply(this, arguments) : this.animate(st(r, ! + 0), e, t, n) + } + }), S.each({ + slideDown: st("show"), + slideUp: st("hide"), + slideToggle: st("toggle"), + fadeIn: { + opacity: "show" + }, + fadeOut: { + opacity: "hide" + }, + fadeToggle: { + opacity: "toggle" + } + }, function(e, r) { + S.fn[e] = function(e, t, n) { + return this.animate(r, e, t, n) + } + }), S.timers = [], S.fx.tick = function() { + var e, t = 0, + n = S.timers; + for (Ze = Date.now(); t < n.length; t++)(e = n[t])() || n[t] !== e || n.splice(t--, 1); + n.length || S.fx.stop(), Ze = void 0 + }, S.fx.timer = function(e) { + S.timers.push(e), S.fx.start() + }, S.fx.interval = 13, S.fx.start = function() { + et || (et = !0, ot()) + }, S.fx.stop = function() { + et = null + }, S.fx.speeds = { + slow: 600, + fast: 200, + _default: 400 + }, S.fn.delay = function(r, e) { + return r = S.fx && S.fx.speeds[r] || r, e = e || "fx", this.queue(e, function(e, t) { + var n = C.setTimeout(e, r); + t.stop = function() { + C.clearTimeout(n) + } + }) + }, tt = E.createElement("input"), nt = E.createElement("select").appendChild(E.createElement("option")), tt + .type = "checkbox", y.checkOn = "" !== tt.value, y.optSelected = nt.selected, (tt = E.createElement( + "input")).value = "t", tt.type = "radio", y.radioValue = "t" === tt.value; + var ct, ft = S.expr.attrHandle; + S.fn.extend({ + attr: function(e, t) { + return $(this, S.attr, e, t, 1 < arguments.length) + }, + removeAttr: function(e) { + return this.each(function() { + S.removeAttr(this, e) + }) + } + }), S.extend({ + attr: function(e, t, n) { + var r, i, o = e.nodeType; + if (3 !== o && 8 !== o && 2 !== o) return "undefined" == typeof e.getAttribute ? S.prop(e, + t, n) : (1 === o && S.isXMLDoc(e) || (i = S.attrHooks[t.toLowerCase()] || (S + .expr.match.bool.test(t) ? ct : void 0)), void 0 !== n ? null === n ? void S + .removeAttr(e, t) : i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : (e + .setAttribute(t, n + ""), n) : i && "get" in i && null !== (r = i.get(e, + t)) ? r : null == (r = S.find.attr(e, t)) ? void 0 : r) + }, + attrHooks: { + type: { + set: function(e, t) { + if (!y.radioValue && "radio" === t && A(e, "input")) { + var n = e.value; + return e.setAttribute("type", t), n && (e.value = n), t + } + } + } + }, + removeAttr: function(e, t) { + var n, r = 0, + i = t && t.match(P); + if (i && 1 === e.nodeType) + while (n = i[r++]) e.removeAttribute(n) + } + }), ct = { + set: function(e, t, n) { + return !1 === t ? S.removeAttr(e, n) : e.setAttribute(n, n), n + } + }, S.each(S.expr.match.bool.source.match(/\w+/g), function(e, t) { + var a = ft[t] || S.find.attr; + ft[t] = function(e, t, n) { + var r, i, o = t.toLowerCase(); + return n || (i = ft[o], ft[o] = r, r = null != a(e, t, n) ? o : null, ft[o] = i), r + } + }); + var pt = /^(?:input|select|textarea|button)$/i, + dt = /^(?:a|area)$/i; + + function ht(e) { + return (e.match(P) || []).join(" ") + } + + function gt(e) { + return e.getAttribute && e.getAttribute("class") || "" + } + + function vt(e) { + return Array.isArray(e) ? e : "string" == typeof e && e.match(P) || [] + } + S.fn.extend({ + prop: function(e, t) { + return $(this, S.prop, e, t, 1 < arguments.length) + }, + removeProp: function(e) { + return this.each(function() { + delete this[S.propFix[e] || e] + }) + } + }), S.extend({ + prop: function(e, t, n) { + var r, i, o = e.nodeType; + if (3 !== o && 8 !== o && 2 !== o) return 1 === o && S.isXMLDoc(e) || (t = S.propFix[t] || + t, i = S.propHooks[t]), void 0 !== n ? i && "set" in i && void 0 !== (r = i.set( + e, n, t)) ? r : e[t] = n : i && "get" in i && null !== (r = i.get(e, t)) ? r : + e[t] + }, + propHooks: { + tabIndex: { + get: function(e) { + var t = S.find.attr(e, "tabindex"); + return t ? parseInt(t, 10) : pt.test(e.nodeName) || dt.test(e.nodeName) && e.href ? + 0 : -1 + } + } + }, + propFix: { + "for": "htmlFor", + "class": "className" + } + }), y.optSelected || (S.propHooks.selected = { + get: function(e) { + var t = e.parentNode; + return t && t.parentNode && t.parentNode.selectedIndex, null + }, + set: function(e) { + var t = e.parentNode; + t && (t.selectedIndex, t.parentNode && t.parentNode.selectedIndex) + } + }), S.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", + "useMap", "frameBorder", "contentEditable" + ], function() { + S.propFix[this.toLowerCase()] = this + }), S.fn.extend({ + addClass: function(t) { + var e, n, r, i, o, a, s, u = 0; + if (m(t)) return this.each(function(e) { + S(this).addClass(t.call(this, e, gt(this))) + }); + if ((e = vt(t)).length) + while (n = this[u++]) + if (i = gt(n), r = 1 === n.nodeType && " " + ht(i) + " ") { + a = 0; + while (o = e[a++]) r.indexOf(" " + o + " ") < 0 && (r += o + " "); + i !== (s = ht(r)) && n.setAttribute("class", s) + } return this + }, + removeClass: function(t) { + var e, n, r, i, o, a, s, u = 0; + if (m(t)) return this.each(function(e) { + S(this).removeClass(t.call(this, e, gt(this))) + }); + if (!arguments.length) return this.attr("class", ""); + if ((e = vt(t)).length) + while (n = this[u++]) + if (i = gt(n), r = 1 === n.nodeType && " " + ht(i) + " ") { + a = 0; + while (o = e[a++]) + while (-1 < r.indexOf(" " + o + " ")) r = r.replace(" " + o + " ", " "); + i !== (s = ht(r)) && n.setAttribute("class", s) + } return this + }, + toggleClass: function(i, t) { + var o = typeof i, + a = "string" === o || Array.isArray(i); + return "boolean" == typeof t && a ? t ? this.addClass(i) : this.removeClass(i) : m(i) ? this + .each(function(e) { + S(this).toggleClass(i.call(this, e, gt(this), t), t) + }) : this.each(function() { + var e, t, n, r; + if (a) { + t = 0, n = S(this), r = vt(i); + while (e = r[t++]) n.hasClass(e) ? n.removeClass(e) : n.addClass(e) + } else void 0 !== i && "boolean" !== o || ((e = gt(this)) && Y.set(this, + "__className__", e), this.setAttribute && this.setAttribute("class", + e || !1 === i ? "" : Y.get(this, "__className__") || "")) + }) + }, + hasClass: function(e) { + var t, n, r = 0; + t = " " + e + " "; + while (n = this[r++]) + if (1 === n.nodeType && -1 < (" " + ht(gt(n)) + " ").indexOf(t)) return !0; + return !1 + } + }); + var yt = /\r/g; + S.fn.extend({ + val: function(n) { + var r, e, i, t = this[0]; + return arguments.length ? (i = m(n), this.each(function(e) { + var t; + 1 === this.nodeType && (null == (t = i ? n.call(this, e, S(this).val()) : + n) ? t = "" : "number" == typeof t ? t += "" : Array.isArray(t) && ( + t = S.map(t, function(e) { + return null == e ? "" : e + "" + })), (r = S.valHooks[this.type] || S.valHooks[this.nodeName + .toLowerCase()]) && "set" in r && void 0 !== r.set(this, t, + "value") || (this.value = t)) + })) : t ? (r = S.valHooks[t.type] || S.valHooks[t.nodeName.toLowerCase()]) && "get" in + r && void 0 !== (e = r.get(t, "value")) ? e : "string" == typeof(e = t.value) ? e + .replace(yt, "") : null == e ? "" : e : void 0 + } + }), S.extend({ + valHooks: { + option: { + get: function(e) { + var t = S.find.attr(e, "value"); + return null != t ? t : ht(S.text(e)) + } + }, + select: { + get: function(e) { + var t, n, r, i = e.options, + o = e.selectedIndex, + a = "select-one" === e.type, + s = a ? null : [], + u = a ? o + 1 : i.length; + for (r = o < 0 ? u : a ? o : 0; r < u; r++) + if (((n = i[r]).selected || r === o) && !n.disabled && (!n.parentNode + .disabled || !A(n.parentNode, "optgroup"))) { + if (t = S(n).val(), a) return t; + s.push(t) + } return s + }, + set: function(e, t) { + var n, r, i = e.options, + o = S.makeArray(t), + a = i.length; + while (a--)((r = i[a]).selected = -1 < S.inArray(S.valHooks.option.get(r), o)) && ( + n = !0); + return n || (e.selectedIndex = -1), o + } + } + } + }), S.each(["radio", "checkbox"], function() { + S.valHooks[this] = { + set: function(e, t) { + if (Array.isArray(t)) return e.checked = -1 < S.inArray(S(e).val(), t) + } + }, y.checkOn || (S.valHooks[this].get = function(e) { + return null === e.getAttribute("value") ? "on" : e.value + }) + }), y.focusin = "onfocusin" in C; + var mt = /^(?:focusinfocus|focusoutblur)$/, + xt = function(e) { + e.stopPropagation() + }; + S.extend(S.event, { + trigger: function(e, t, n, r) { + var i, o, a, s, u, l, c, f, p = [n || E], + d = v.call(e, "type") ? e.type : e, + h = v.call(e, "namespace") ? e.namespace.split(".") : []; + if (o = f = a = n = n || E, 3 !== n.nodeType && 8 !== n.nodeType && !mt.test(d + S.event + .triggered) && (-1 < d.indexOf(".") && (d = (h = d.split(".")).shift(), h.sort()), + u = d.indexOf(":") < 0 && "on" + d, (e = e[S.expando] ? e : new S.Event(d, + "object" == typeof e && e)).isTrigger = r ? 2 : 3, e.namespace = h.join("."), e + .rnamespace = e.namespace ? new RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + + "(\\.|$)") : null, e.result = void 0, e.target || (e.target = n), t = null == + t ? [e] : S.makeArray(t, [e]), c = S.event.special[d] || {}, r || !c.trigger || ! + 1 !== c.trigger.apply(n, t))) { + if (!r && !c.noBubble && !x(n)) { + for (s = c.delegateType || d, mt.test(s + d) || (o = o.parentNode); o; o = o + .parentNode) p.push(o), a = o; + a === (n.ownerDocument || E) && p.push(a.defaultView || a.parentWindow || C) + } + i = 0; + while ((o = p[i++]) && !e.isPropagationStopped()) f = o, e.type = 1 < i ? s : c + .bindType || d, (l = (Y.get(o, "events") || Object.create(null))[e.type] && Y.get(o, + "handle")) && l.apply(o, t), (l = u && o[u]) && l.apply && V(o) && (e.result = l + .apply(o, t), !1 === e.result && e.preventDefault()); + return e.type = d, r || e.isDefaultPrevented() || c._default && !1 !== c._default.apply( + p.pop(), t) || !V(n) || u && m(n[d]) && !x(n) && ((a = n[u]) && (n[u] = null), S + .event.triggered = d, e.isPropagationStopped() && f.addEventListener(d, xt), n[ + d](), e.isPropagationStopped() && f.removeEventListener(d, xt), S.event + .triggered = void 0, a && (n[u] = a)), e.result + } + }, + simulate: function(e, t, n) { + var r = S.extend(new S.Event, n, { + type: e, + isSimulated: !0 + }); + S.event.trigger(r, null, t) + } + }), S.fn.extend({ + trigger: function(e, t) { + return this.each(function() { + S.event.trigger(e, t, this) + }) + }, + triggerHandler: function(e, t) { + var n = this[0]; + if (n) return S.event.trigger(e, t, n, !0) + } + }), y.focusin || S.each({ + focus: "focusin", + blur: "focusout" + }, function(n, r) { + var i = function(e) { + S.event.simulate(r, e.target, S.event.fix(e)) + }; + S.event.special[r] = { + setup: function() { + var e = this.ownerDocument || this.document || this, + t = Y.access(e, r); + t || e.addEventListener(n, i, !0), Y.access(e, r, (t || 0) + 1) + }, + teardown: function() { + var e = this.ownerDocument || this.document || this, + t = Y.access(e, r) - 1; + t ? Y.access(e, r, t) : (e.removeEventListener(n, i, !0), Y.remove(e, r)) + } + } + }); + var bt = C.location, + wt = { + guid: Date.now() + }, + Tt = /\?/; + S.parseXML = function(e) { + var t, n; + if (!e || "string" != typeof e) return null; + try { + t = (new C.DOMParser).parseFromString(e, "text/xml") + } catch (e) {} + return n = t && t.getElementsByTagName("parsererror")[0], t && !n || S.error("Invalid XML: " + (n ? S + .map(n.childNodes, function(e) { + return e.textContent + }).join("\n") : e)), t + }; + var Ct = /\[\]$/, + Et = /\r?\n/g, + St = /^(?:submit|button|image|reset|file)$/i, + kt = /^(?:input|select|textarea|keygen)/i; + + function At(n, e, r, i) { + var t; + if (Array.isArray(e)) S.each(e, function(e, t) { + r || Ct.test(n) ? i(n, t) : At(n + "[" + ("object" == typeof t && null != t ? e : "") + "]", t, + r, i) + }); + else if (r || "object" !== w(e)) i(n, e); + else + for (t in e) At(n + "[" + t + "]", e[t], r, i) + } + S.param = function(e, t) { + var n, r = [], + i = function(e, t) { + var n = m(t) ? t() : t; + r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n) + }; + if (null == e) return ""; + if (Array.isArray(e) || e.jquery && !S.isPlainObject(e)) S.each(e, function() { + i(this.name, this.value) + }); + else + for (n in e) At(n, e[n], t, i); + return r.join("&") + }, S.fn.extend({ + serialize: function() { + return S.param(this.serializeArray()) + }, + serializeArray: function() { + return this.map(function() { + var e = S.prop(this, "elements"); + return e ? S.makeArray(e) : this + }).filter(function() { + var e = this.type; + return this.name && !S(this).is(":disabled") && kt.test(this.nodeName) && !St + .test(e) && (this.checked || !pe.test(e)) + }).map(function(e, t) { + var n = S(this).val(); + return null == n ? null : Array.isArray(n) ? S.map(n, function(e) { + return { + name: t.name, + value: e.replace(Et, "\r\n") + } + }) : { + name: t.name, + value: n.replace(Et, "\r\n") + } + }).get() + } + }); + var Nt = /%20/g, + jt = /#.*$/, + Dt = /([?&])_=[^&]*/, + qt = /^(.*?):[ \t]*([^\r\n]*)$/gm, + Lt = /^(?:GET|HEAD)$/, + Ht = /^\/\//, + Ot = {}, + Pt = {}, + Rt = "*/".concat("*"), + Mt = E.createElement("a"); + + function It(o) { + return function(e, t) { + "string" != typeof e && (t = e, e = "*"); + var n, r = 0, + i = e.toLowerCase().match(P) || []; + if (m(t)) + while (n = i[r++]) "+" === n[0] ? (n = n.slice(1) || "*", (o[n] = o[n] || []).unshift(t)) : (o[ + n] = o[n] || []).push(t) + } + } + + function Wt(t, i, o, a) { + var s = {}, + u = t === Pt; + + function l(e) { + var r; + return s[e] = !0, S.each(t[e] || [], function(e, t) { + var n = t(i, o, a); + return "string" != typeof n || u || s[n] ? u ? !(r = n) : void 0 : (i.dataTypes.unshift(n), + l(n), !1) + }), r + } + return l(i.dataTypes[0]) || !s["*"] && l("*") + } + + function Ft(e, t) { + var n, r, i = S.ajaxSettings.flatOptions || {}; + for (n in t) void 0 !== t[n] && ((i[n] ? e : r || (r = {}))[n] = t[n]); + return r && S.extend(!0, e, r), e + } + Mt.href = bt.href, S.extend({ + active: 0, + lastModified: {}, + etag: {}, + ajaxSettings: { + url: bt.href, + type: "GET", + isLocal: /^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(bt.protocol), + global: !0, + processData: !0, + async: !0, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + accepts: { + "*": Rt, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + converters: { + "* text": String, + "text html": !0, + "text json": JSON.parse, + "text xml": S.parseXML + }, + flatOptions: { + url: !0, + context: !0 + } + }, + ajaxSetup: function(e, t) { + return t ? Ft(Ft(e, S.ajaxSettings), t) : Ft(S.ajaxSettings, e) + }, + ajaxPrefilter: It(Ot), + ajaxTransport: It(Pt), + ajax: function(e, t) { + "object" == typeof e && (t = e, e = void 0), t = t || {}; + var c, f, p, n, d, r, h, g, i, o, v = S.ajaxSetup({}, t), + y = v.context || v, + m = v.context && (y.nodeType || y.jquery) ? S(y) : S.event, + x = S.Deferred(), + b = S.Callbacks("once memory"), + w = v.statusCode || {}, + a = {}, + s = {}, + u = "canceled", + T = { + readyState: 0, + getResponseHeader: function(e) { + var t; + if (h) { + if (!n) { + n = {}; + while (t = qt.exec(p)) n[t[1].toLowerCase() + " "] = (n[t[1] + .toLowerCase() + " "] || []).concat(t[2]) + } + t = n[e.toLowerCase() + " "] + } + return null == t ? null : t.join(", ") + }, + getAllResponseHeaders: function() { + return h ? p : null + }, + setRequestHeader: function(e, t) { + return null == h && (e = s[e.toLowerCase()] = s[e.toLowerCase()] || e, a[ + e] = t), this + }, + overrideMimeType: function(e) { + return null == h && (v.mimeType = e), this + }, + statusCode: function(e) { + var t; + if (e) + if (h) T.always(e[T.status]); + else + for (t in e) w[t] = [w[t], e[t]]; + return this + }, + abort: function(e) { + var t = e || u; + return c && c.abort(t), l(0, t), this + } + }; + if (x.promise(T), v.url = ((e || v.url || bt.href) + "").replace(Ht, bt.protocol + "//"), v + .type = t.method || t.type || v.method || v.type, v.dataTypes = (v.dataType || "*") + .toLowerCase().match(P) || [""], null == v.crossDomain) { + r = E.createElement("a"); + try { + r.href = v.url, r.href = r.href, v.crossDomain = Mt.protocol + "//" + Mt.host != r + .protocol + "//" + r.host + } catch (e) { + v.crossDomain = !0 + } + } + if (v.data && v.processData && "string" != typeof v.data && (v.data = S.param(v.data, v + .traditional)), Wt(Ot, v, t, T), h) return T; + for (i in (g = S.event && v.global) && 0 == S.active++ && S.event.trigger("ajaxStart"), v + .type = v.type.toUpperCase(), v.hasContent = !Lt.test(v.type), f = v.url.replace(jt, + ""), v.hasContent ? v.data && v.processData && 0 === (v.contentType || "").indexOf( + "application/x-www-form-urlencoded") && (v.data = v.data.replace(Nt, "+")) : (o = v + .url.slice(f.length), v.data && (v.processData || "string" == typeof v.data) && ( + f += (Tt.test(f) ? "&" : "?") + v.data, delete v.data), !1 === v.cache && (f = f + .replace(Dt, "$1"), o = (Tt.test(f) ? "&" : "?") + "_=" + wt.guid++ + o), v + .url = f + o), v.ifModified && (S.lastModified[f] && T.setRequestHeader( + "If-Modified-Since", S.lastModified[f]), S.etag[f] && T.setRequestHeader( + "If-None-Match", S.etag[f])), (v.data && v.hasContent && !1 !== v.contentType || t + .contentType) && T.setRequestHeader("Content-Type", v.contentType), T + .setRequestHeader("Accept", v.dataTypes[0] && v.accepts[v.dataTypes[0]] ? v.accepts[v + .dataTypes[0]] + ("*" !== v.dataTypes[0] ? ", " + Rt + "; q=0.01" : "") : v + .accepts["*"]), v.headers) T.setRequestHeader(i, v.headers[i]); + if (v.beforeSend && (!1 === v.beforeSend.call(y, T, v) || h)) return T.abort(); + if (u = "abort", b.add(v.complete), T.done(v.success), T.fail(v.error), c = Wt(Pt, v, t, + T)) { + if (T.readyState = 1, g && m.trigger("ajaxSend", [T, v]), h) return T; + v.async && 0 < v.timeout && (d = C.setTimeout(function() { + T.abort("timeout") + }, v.timeout)); + try { + h = !1, c.send(a, l) + } catch (e) { + if (h) throw e; + l(-1, e) + } + } else l(-1, "No Transport"); + + function l(e, t, n, r) { + var i, o, a, s, u, l = t; + h || (h = !0, d && C.clearTimeout(d), c = void 0, p = r || "", T.readyState = 0 < e ? + 4 : 0, i = 200 <= e && e < 300 || 304 === e, n && (s = function(e, t, n) { + var r, i, o, a, s = e.contents, + u = e.dataTypes; + while ("*" === u[0]) u.shift(), void 0 === r && (r = e.mimeType || t + .getResponseHeader("Content-Type")); + if (r) + for (i in s) + if (s[i] && s[i].test(r)) { + u.unshift(i); + break + } if (u[0] in n) o = u[0]; + else { + for (i in n) { + if (!u[0] || e.converters[i + " " + u[0]]) { + o = i; + break + } + a || (a = i) + } + o = o || a + } + if (o) return o !== u[0] && u.unshift(o), n[o] + }(v, T, n)), !i && -1 < S.inArray("script", v.dataTypes) && S.inArray("json", v + .dataTypes) < 0 && (v.converters["text script"] = function() {}), s = + function(e, t, n, r) { + var i, o, a, s, u, l = {}, + c = e.dataTypes.slice(); + if (c[1]) + for (a in e.converters) l[a.toLowerCase()] = e.converters[a]; + o = c.shift(); + while (o) + if (e.responseFields[o] && (n[e.responseFields[o]] = t), !u && r && e + .dataFilter && (t = e.dataFilter(t, e.dataType)), u = o, o = c + .shift()) + if ("*" === o) o = u; + else if ("*" !== u && u !== o) { + if (!(a = l[u + " " + o] || l["* " + o])) + for (i in l) + if ((s = i.split(" "))[1] === o && (a = l[u + " " + s[0]] || l[ + "* " + s[0]])) { + !0 === a ? a = l[i] : !0 !== l[i] && (o = s[0], c.unshift(s[ + 1])); + break + } if (!0 !== a) + if (a && e["throws"]) t = a(t); + else try { + t = a(t) + } catch (e) { + return { + state: "parsererror", + error: a ? e : "No conversion from " + u + " to " + o + } + } + } + return { + state: "success", + data: t + } + }(v, s, T, i), i ? (v.ifModified && ((u = T.getResponseHeader( + "Last-Modified")) && (S.lastModified[f] = u), (u = T.getResponseHeader( + "etag")) && (S.etag[f] = u)), 204 === e || "HEAD" === v.type ? l = + "nocontent" : 304 === e ? l = "notmodified" : (l = s.state, o = s.data, + i = !(a = s.error))) : (a = l, !e && l || (l = "error", e < 0 && (e = + 0))), T.status = e, T.statusText = (t || l) + "", i ? x.resolveWith(y, [o, + l, T + ]) : x.rejectWith(y, [T, l, a]), T.statusCode(w), w = void 0, g && m.trigger(i ? + "ajaxSuccess" : "ajaxError", [T, v, i ? o : a]), b.fireWith(y, [T, l]), g && + (m.trigger("ajaxComplete", [T, v]), --S.active || S.event.trigger("ajaxStop"))) + } + return T + }, + getJSON: function(e, t, n) { + return S.get(e, t, n, "json") + }, + getScript: function(e, t) { + return S.get(e, void 0, t, "script") + } + }), S.each(["get", "post"], function(e, i) { + S[i] = function(e, t, n, r) { + return m(t) && (r = r || n, n = t, t = void 0), S.ajax(S.extend({ + url: e, + type: i, + dataType: r, + data: t, + success: n + }, S.isPlainObject(e) && e)) + } + }), S.ajaxPrefilter(function(e) { + var t; + for (t in e.headers) "content-type" === t.toLowerCase() && (e.contentType = e.headers[t] || "") + }), S._evalUrl = function(e, t, n) { + return S.ajax({ + url: e, + type: "GET", + dataType: "script", + cache: !0, + async: !1, + global: !1, + converters: { + "text script": function() {} + }, + dataFilter: function(e) { + S.globalEval(e, t, n) + } + }) + }, S.fn.extend({ + wrapAll: function(e) { + var t; + return this[0] && (m(e) && (e = e.call(this[0])), t = S(e, this[0].ownerDocument).eq(0) + .clone(!0), this[0].parentNode && t.insertBefore(this[0]), t.map(function() { + var e = this; + while (e.firstElementChild) e = e.firstElementChild; + return e + }).append(this)), this + }, + wrapInner: function(n) { + return m(n) ? this.each(function(e) { + S(this).wrapInner(n.call(this, e)) + }) : this.each(function() { + var e = S(this), + t = e.contents(); + t.length ? t.wrapAll(n) : e.append(n) + }) + }, + wrap: function(t) { + var n = m(t); + return this.each(function(e) { + S(this).wrapAll(n ? t.call(this, e) : t) + }) + }, + unwrap: function(e) { + return this.parent(e).not("body").each(function() { + S(this).replaceWith(this.childNodes) + }), this + } + }), S.expr.pseudos.hidden = function(e) { + return !S.expr.pseudos.visible(e) + }, S.expr.pseudos.visible = function(e) { + return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length) + }, S.ajaxSettings.xhr = function() { + try { + return new C.XMLHttpRequest + } catch (e) {} + }; + var Bt = { + 0: 200, + 1223: 204 + }, + $t = S.ajaxSettings.xhr(); + y.cors = !!$t && "withCredentials" in $t, y.ajax = $t = !!$t, S.ajaxTransport(function(i) { + var o, a; + if (y.cors || $t && !i.crossDomain) return { + send: function(e, t) { + var n, r = i.xhr(); + if (r.open(i.type, i.url, i.async, i.username, i.password), i.xhrFields) + for (n in i.xhrFields) r[n] = i.xhrFields[n]; + for (n in i.mimeType && r.overrideMimeType && r.overrideMimeType(i.mimeType), i + .crossDomain || e["X-Requested-With"] || (e["X-Requested-With"] = + "XMLHttpRequest"), e) r.setRequestHeader(n, e[n]); + o = function(e) { + return function() { + o && (o = a = r.onload = r.onerror = r.onabort = r.ontimeout = r + .onreadystatechange = null, "abort" === e ? r.abort() : + "error" === e ? "number" != typeof r.status ? t(0, + "error") : t(r.status, r.statusText) : t(Bt[r.status] || r + .status, r.statusText, "text" !== (r.responseType || + "text") || "string" != typeof r.responseText ? { + binary: r.response + } : { + text: r.responseText + }, r.getAllResponseHeaders())) + } + }, r.onload = o(), a = r.onerror = r.ontimeout = o("error"), void 0 !== r + .onabort ? r.onabort = a : r.onreadystatechange = function() { + 4 === r.readyState && C.setTimeout(function() { + o && a() + }) + }, o = o("abort"); + try { + r.send(i.hasContent && i.data || null) + } catch (e) { + if (o) throw e + } + }, + abort: function() { + o && o() + } + } + }), S.ajaxPrefilter(function(e) { + e.crossDomain && (e.contents.script = !1) + }), S.ajaxSetup({ + accepts: { + script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function(e) { + return S.globalEval(e), e + } + } + }), S.ajaxPrefilter("script", function(e) { + void 0 === e.cache && (e.cache = !1), e.crossDomain && (e.type = "GET") + }), S.ajaxTransport("script", function(n) { + var r, i; + if (n.crossDomain || n.scriptAttrs) return { + send: function(e, t) { + r = S(" diff --git a/view/page/screen.html b/view/page/screen.html index be35f93..3ab1d27 100644 --- a/view/page/screen.html +++ b/view/page/screen.html @@ -1,17 +1,137 @@ - + + - - Title + + + + + + + + + + + + + + + + + + + + + + + + + + + seo框架 + + + + + + + + + + + + + + + + - -{foreach $couponMain as $item} -
- -
{$item['id']}|{$item['business_code']}
+ +
+
-{/foreach} + + + + + +
+ +
- \ No newline at end of file +