diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/cityList.html" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/cityList.html" new file mode 100644 index 0000000..b0475f1 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/cityList.html" @@ -0,0 +1,71 @@ + + + + + Document + + + + + + + + + +
+ +

城市列表

+
+ +
+ +
+
+ 当前位置 +
+
+ 深圳 +
+
+ +
+ +
+

请选择商业区

+
+ +
+
+ + +
+ +
+ +
+ + \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/clickApply.html" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/clickApply.html" new file mode 100644 index 0000000..908d9e0 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/clickApply.html" @@ -0,0 +1,115 @@ + + + + + Document + + + + + + + + + +
+ +

套餐申请

+
+ + + + + +
+

请选择您先吃饭后付款的套餐

+
+

+ 您只需填好下面的表格,工作人员将会和您取得联系,我们会上门让您填好相应的信息,即可先吃菜后付款,以后每次吃完菜,按月扣水电费一样扣款啦! +

+

+ 本业务由深圳银联机构提供代扣支持! +

+
+
+ +
+ +
+

A类素菜套餐

+ +
+ +
+ +
+

B类素菜套餐

+ +
+ +
+ +
+

C类素菜套餐

+ +
+ +
+ +
+
+

提交申请

+
+
姓      名:
+
联系方式:
+
地      址:
+
+ +
+
+
+

成功提交后,我们会在3个工作日内联系您!

+ 客服电话:18503094768 +
+
+
+ + \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/base.css" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/base.css" new file mode 100644 index 0000000..3dcef88 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/base.css" @@ -0,0 +1,12 @@ +*{margin:0; padding:0;} +h1,h2,h3,h4,h5,h6{font-weight:normal; font-size:16px;} +a{text-decoration:none;} +b,strong{font-weight:normal; } +i,em{font-style:normal;} +li{list-style:none;} +.fl{float:left;} +.fr{float:right;} +.clearfix:after{display:block; content:''; clear:both;} +.clearfix{zoom:1;} + + diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/cityList.css" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/cityList.css" new file mode 100644 index 0000000..e8c1fae --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/cityList.css" @@ -0,0 +1,88 @@ +.cityListHeader { + height: 2.25rem; + background: #fdfffc; + border-bottom: 0.025rem solid #c6c6c6; + box-sizing: border-box; + display: flex; + align-items: center; +} + +.cityListHeader a { + flex: 1; + width: 0.4rem; + height: 0.8rem; + margin-left: 0.55rem; +} + +.cityListHeader a img { + width: 0.4rem; + height: 0.8rem; + vertical-align: top; +} + +.cityListHeader h1 { + flex: 2; + font-size: 0.9rem; + color: #5ca32d; + font-weight: bold; +} + +.cityListLine { + height: 0.475rem; + background: url(../img/cityList-line.png) repeat-X; +} + +.cityListNowAddress { + align-items: center; +} + +.cityListNowAddress .nowaddress { + flex: 1; + height: 2rem; + display: block; + border-bottom: 0.025rem solid #e4e6e3; + padding-left: 0.5rem; +} + +.cityListNowAddress .nowaddress a { + font-size: 0.55rem; + color: #676767; +} + +.cityListChoose h2 { + height: 2.0rem; + line-height: 2.0rem; + padding-left: 0.5rem; + border-bottom: 0.025rem solid #e4e6e3; + box-sizing: border-box; + font-size: 0.55rem; + color: #636363; +} + +.cityListChoose .cityListChooseBox ul { + height: 3.75rem; + padding-bottom: 1.5rem; +} + +.cityListChoose .cityListChooseBox ul li { + width: 3.2rem; + height: 1.375rem; + text-align: center; + margin-left: 0.5rem; + margin-right: 0.25rem; + margin-top: 0.525rem; + background: #dcdcdc; + border-radius: 0.25rem; + font-size: 0.5rem; + line-height: 1.375rem; + color: #363636; +} + +.cityListLineProvince ul li { + height: 2.0rem; + line-height: 2.0rem; + border-bottom: 0.025rem solid #e4e6e3; + font-size: 0.55rem; + color: #363634; + padding-left: 0.5rem; +} \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/clickApply.css" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/clickApply.css" new file mode 100644 index 0000000..3b7b01e --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/clickApply.css" @@ -0,0 +1,172 @@ +.clickApplyHeader { + height: 2.25rem; + background: #fdfffc; + border-bottom: 0.025rem solid #c6c6c6; + box-sizing: border-box; + display: flex; + align-items: center; +} + +.clickApplyHeader a { + flex: 1; + width: 0.4rem; + height: 0.8rem; + margin-left: 0.55rem; +} + +.clickApplyHeader a img { + width: 0.4rem; + height: 0.8rem; + vertical-align: top; +} + +.clickApplyHeader h1 { + flex: 2; + font-size: 0.9rem; + color: #5ca32d; + font-weight: bold; +} + +.clickApplyBanner img { + width: 100%; +} + +.clickApplyChoose h2 { + height: 2.0rem; + line-height: 2.0rem; + padding-left: 0.5rem; + font-size: 0.6rem; + color: #363636; + border-bottom: 0.025rem solid #e4e6e3; +} + +.clickApplyChoose .clickApplyChooseTxt { + border-bottom: 0.025rem solid #e4e6e3; + margin-top: 0.25rem; +} + +.clickApplyChoose .clickApplyChooseTxt p { + color: #31312f; + font-size: 0.5rem; + line-height: 0.8rem; + margin-left: 0.5rem; + margin-bottom: 0.7rem; +} + +.clickApplyLine { + height: 0.475rem; + background: url(../img/cityList-line.png) repeat-X; +} + +.clickApplyPackage h2 { + height: 2.0rem; + line-height: 2.0rem; + padding-left: 0.5rem; + font-size: 0.6rem; + color: #353533; + border-bottom: 0.025rem solid #e4e6e3; +} + +.clickApplyPackage ul { + margin-top: 0.65rem; +} + +.clickApplyPackage ul li { + margin-left: 0.5rem; +} + +.clickApplyPackage ul li .clickApplyPackageOne { + margin-bottom: 1rem; +} + +.clickApplyPackage ul li .clickApplyPackageTwo { + margin-bottom: 1.35rem; +} + +.clickApplyPackage ul li .clickApplyPackageThree { + margin-bottom: 1.65rem; +} + +.clickApplyPackage ul li p { + font-size: 0.55rem; + color: #333331; + display: inline-block; +} + +.clickApplyPackage ul li p span { + width: 0.85rem; + margin-right: 0.375rem; + height: 0.85rem; + border: 0.025rem solid #949693; + display: inline-block; +} + +.clickApplySubmitApplication { + width: 100%; +} + +.clickApplySubmitApplication .clickApplySubmit { + width: 14.75rem; + height: 13.75rem; + margin: 0.625rem auto 2.25rem; + background: #f5f5f5; + border: 0.025rem solid #dadada; + border-radius: 0.2rem; +} + +.clickApplySubmitApplication .clickApplySubmit h2 { + width: 4.125rem; + height: 0.9rem; + margin: 0.5rem auto; + text-align: center; + font-size: 0.45rem; + color: #fd403c; + background: #fdfdfd; + border: 0.025rem solid #dcdcdc; + border-radius: 0.2rem; +} + +.clickApplySubmitApplication .clickApplySubmit .clickApplyInput div { + width: 12.175rem; + height: 1.675rem; + line-height: 1.675rem; + margin: 0 auto; + padding-left: 0.375rem; + border: 0.025rem solid #e2e2e2; + border-radius: 0.2rem; + background: #fff; + font-size: 0.45rem; + color: #343434; + margin-bottom: 0.5rem; +} + +.clickApplySubmitApplication .clickApplySubmit .clickApplyInput div input { + border: none; + outline: none; +} + +.clickApplySubmitApplication .clickApplySubmit .clickApplyInput .clickApplyInputLast { + background: #ff3d3d; + text-align: center; +} + +.clickApplySubmitApplication .clickApplySubmit .clickApplyInput .clickApplyInputLast input { + font-size: 0.6rem; + color: #fff; + background: #ff3d3d; + margin: 0 auto; +} + +.clickApplySubmitApplication .clickApplySubmit .clickApplyInputTxt { + margin-left: 1.5rem; +} + +.clickApplySubmitApplication .clickApplySubmit .clickApplyInputTxt p { + font-size: 0.45rem; + color: #646464; +} + +.clickApplySubmitApplication .clickApplySubmit .clickApplyInputTxt span { + color: #f94230; + font-size: 0.45rem; +} \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/packageIng.css" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/packageIng.css" new file mode 100644 index 0000000..dc67c8f --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/packageIng.css" @@ -0,0 +1,161 @@ +.packagePaymentHeader { + height: 2.25rem; + background: #fdfffc; + border-bottom: 0.025rem solid #c6c6c6; + box-sizing: border-box; + display: flex; + align-items: center; +} + +.packagePaymentHeader a { + flex: 1; + width: 0.4rem; + height: 0.8rem; + margin-left: 0.55rem; +} + +.packagePaymentHeader a img { + width: 0.4rem; + height: 0.8rem; + vertical-align: top; +} + +.packagePaymentHeader h1 { + flex: 2; + font-size: 0.9rem; + color: #5ca32d; + font-weight: bold; +} + +.packagePaymentList ul { + height: 2.0rem; + line-height: 2.0rem; + padding-left: 0.5rem; + border-bottom: 0.025rem solid #c6c6c6; +} + +.packagePaymentList ul li { + width: 2.25rem; + margin-right: 0.875rem; + text-align: center; + font-size: 0.7rem; + color: #696969; +} + +.packagePaymentLine { + height: 0.475rem; + background: url(../img/cityList-line.png) repeat-X; +} + +.packagePaymentBigLuxury { + height: 6.0rem; + background: #fdfffc; + margin-top: 0.65rem; +} + +.packagePaymentBigLuxury a img { + width: 4.9rem; + border: 0.025rem solid #e4e4e2; + padding: 0.125rem; + margin-left: 0.5rem; + margin-right: 0.425rem; +} + +.packagePaymentBigLuxury .packagePaymentTxt { + width: 9.375rem; + height: 4.375rem; + display: inline-block; +} + +.packagePaymentBigLuxury .packagePaymentTxt .PaymentMoney { + width: 100%; +} + +.packagePaymentBigLuxury .packagePaymentTxt .PaymentMoney h2 { + font-size: 0.7rem; + color: #373735; + font-weight: bold; +} + +.packagePaymentBigLuxury .packagePaymentTxt .PaymentMoney span { + font-size: 0.4rem; + color: #656563; +} + +.packagePaymentBigLuxury .packagePaymentTxt p { + width: 100%; + font-size: 0.55rem; + color: #5c5c5a; +} + +.packagePaymentBigLuxury .packagePaymentTxt .PaymentMoney2 { + width: 100%; +} + +.packagePaymentBigLuxury .packagePaymentTxt .PaymentMoney2 i { + font-size: 0.5rem; + color: #636361; +} + +.packagePaymentBigLuxury .packagePaymentTxt .PaymentMoney2 strong { + font-size: 0.55rem; + color: #609e31; +} + +.packagePaymentBigLuxury .packagePaymentTxt .packagePaymentBtn { + margin-top: 0.25rem; + width: 100%; +} + +.packagePaymentBigLuxury .packagePaymentTxt .packagePaymentBtn .packagePaymentBtnLeft { + width: 5.375rem; + display: inline-block; + color: #333; + font-size: 0.65rem; +} + +.packagePaymentBigLuxury .packagePaymentTxt .packagePaymentBtn .packagePaymentBtnLeft input { + width: 1.95rem; + height: 1.15rem; + background: #e5e5e5; + color: #666666; +} + +.packagePaymentBigLuxury .packagePaymentTxt .packagePaymentBtn input { + width: 3rem; + height: 1.25rem; + font-size: 0.55rem; + background: #666; + color: #fff; + border-radius: 0.2rem; + border: none; + margin-right: 0.125rem; +} + +.packageIngImg { + background: #fff; +} + +.packageIngImg ul li { + margin-left: 0.125rem; + margin-right: 0.125rem; +} + +.packageIngImg ul li a img { + width: 3.75rem; +} + +.packageIngImg input { + width: 5.225rem; + height: 1.575rem; + margin-top: 1.125rem; + margin-left: 5.5rem; + margin-bottom: 1.125rem; + background: #60a42b; + color: #fff; +} + +.packagePaymentBack { + height: 20rem; + background: #eeeeee; +} \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/packagePayment.css" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/packagePayment.css" new file mode 100644 index 0000000..4409341 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/packagePayment.css" @@ -0,0 +1,111 @@ +.packagePaymentHeader { + height: 2.25rem; + background: #fdfffc; + border-bottom: 0.025rem solid #c6c6c6; + box-sizing: border-box; + display: flex; + align-items: center; +} + +.packagePaymentHeader a { + flex: 1; + width: 0.4rem; + height: 0.8rem; + margin-left: 0.55rem; +} + +.packagePaymentHeader a img { + width: 0.4rem; + height: 0.8rem; + vertical-align: top; +} + +.packagePaymentHeader h1 { + flex: 2; + font-size: 0.9rem; + color: #5ca32d; + font-weight: bold; +} + +.packagePaymentList ul { + height: 2.0rem; + line-height: 2.0rem; + padding-left: 0.5rem; + border-bottom: 0.025rem solid #c6c6c6; +} + +.packagePaymentList ul li { + width: 2.25rem; + margin-right: 0.875rem; + text-align: center; + font-size: 0.7rem; + color: #696969; +} + +.packagePaymentLine { + height: 0.475rem; + background: url(../img/cityList-line.png) repeat-X; +} + +.packagePaymentBigLuxury { + height: 6.0rem; + background: #fdfffc; + margin-top: 0.65rem; + border-bottom: 0.025rem solid #c6c6c6; +} + +.packagePaymentBigLuxury a img { + width: 4.9rem; + border: 0.025rem solid #e4e4e2; + padding: 0.125rem; + margin-left: 0.5rem; + margin-right: 0.425rem; +} + +.packagePaymentBigLuxury .packagePaymentTxt { + width: 9.375rem; + display: inline-block; +} + +.packagePaymentBigLuxury .packagePaymentTxt h2 { + font-size: 0.7rem; + color: #373735; + font-weight: bold; +} + +.packagePaymentBigLuxury .packagePaymentTxt span { + font-size: 0.4rem; + color: #656563; +} + +.packagePaymentBigLuxury .packagePaymentTxt p { + width: 100%; + font-size: 0.55rem; + color: #5c5c5a; +} + +.packagePaymentBigLuxury .packagePaymentTxt i { + font-size: 0.5rem; + color: #636361; +} + +.packagePaymentBigLuxury .packagePaymentTxt strong { + font-size: 0.55rem; + color: #609e31; +} + +.packagePaymentBigLuxury .packagePaymentTxt .packagePaymentBtn input { + width: 3rem; + height: 1.25rem; + font-size: 0.55rem; + background: #666; + color: #fff; + border-radius: 0.2rem; + border: none; + margin-right: 0.125rem; +} + +.packagePaymentBack { + height: 20rem; + background: #eeeeee; +} \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/packageStart.css" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/packageStart.css" new file mode 100644 index 0000000..c801b65 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/css/packageStart.css" @@ -0,0 +1,110 @@ +.packagePaymentHeader { + height: 2.25rem; + background: #fdfffc; + border-bottom: 0.025rem solid #c6c6c6; + box-sizing: border-box; + display: flex; + align-items: center; +} + +.packagePaymentHeader a { + flex: 1; + width: 0.4rem; + height: 0.8rem; + margin-left: 0.55rem; +} + +.packagePaymentHeader a img { + width: 0.4rem; + height: 0.8rem; + vertical-align: top; +} + +.packagePaymentHeader h1 { + flex: 2; + font-size: 0.9rem; + color: #5ca32d; + font-weight: bold; +} + +.packagePaymentList ul { + height: 2.0rem; + line-height: 2.0rem; + padding-left: 0.5rem; + border-bottom: 0.025rem solid #c6c6c6; +} + +.packagePaymentList ul li { + width: 2.25rem; + margin-right: 0.875rem; + text-align: center; + font-size: 0.7rem; + color: #696969; +} + +.packagePaymentLine { + height: 0.475rem; + background: url(../img/cityList-line.png) repeat-X; +} + +.packagePaymentBigLuxury { + height: 6.0rem; + background: #fdfffc; + margin-top: 0.65rem; +} + +.packagePaymentBigLuxury a img { + width: 4.9rem; + border: 0.025rem solid #e4e4e2; + padding: 0.125rem; + margin-left: 0.5rem; + margin-right: 0.425rem; +} + +.packagePaymentBigLuxury .packagePaymentTxt { + width: 9.375rem; + height: 4.375rem; + display: inline-block; +} + +.packagePaymentBigLuxury .packagePaymentTxt h2 { + font-size: 0.7rem; + color: #373735; + font-weight: bold; +} + +.packagePaymentBigLuxury .packagePaymentTxt span { + font-size: 0.4rem; + color: #656563; +} + +.packagePaymentBigLuxury .packagePaymentTxt p { + width: 100%; + font-size: 0.55rem; + color: #5c5c5a; +} + +.packagePaymentBigLuxury .packagePaymentTxt i { + font-size: 0.5rem; + color: #636361; +} + +.packagePaymentBigLuxury .packagePaymentTxt strong { + font-size: 0.55rem; + color: #609e31; +} + +.packagePaymentBigLuxury .packagePaymentTxt .packagePaymentBtn { + margin-top: 0.25rem; +} + +.packagePaymentBigLuxury .packagePaymentTxt .packagePaymentBtn input { + width: 3rem; + height: 1.25rem; + font-size: 0.55rem; + background: #666; + color: #fff; + border-radius: 0.2rem; + border: none; + margin-right: 0.125rem; +} \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/gulpfile.js" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/gulpfile.js" new file mode 100644 index 0000000..beb46c3 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/gulpfile.js" @@ -0,0 +1,25 @@ +const gulp = require('gulp'); +const less = require('gulp-less'); +const px2rem = require('gulp-px3rem'); +const rename = require('gulp-rename'); + +gulp.task('less', function() { + gulp.src('less/*.less') + .pipe(less()) + .pipe(px2rem({ + remUnit: 40, + remPrecision: 6 + })) + .pipe(rename(function(path) { + var s = path.basename.replace('.debug', ''); + + path.basename = s; + })) + .pipe(gulp.dest('css')) +}); + +gulp.task('watch', function() { + gulp.watch('less/*.less', ['less']); +}); + +gulp.task('default', ['watch', 'less']); \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/cityList-line.png" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/cityList-line.png" new file mode 100644 index 0000000..2a37d5f Binary files /dev/null and "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/cityList-line.png" differ diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/clickApplyBanner.png" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/clickApplyBanner.png" new file mode 100644 index 0000000..17a5a4f Binary files /dev/null and "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/clickApplyBanner.png" differ diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/packageIng-img.png" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/packageIng-img.png" new file mode 100644 index 0000000..856ecd6 Binary files /dev/null and "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/packageIng-img.png" differ diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/packagePayment-vegetables.png" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/packagePayment-vegetables.png" new file mode 100644 index 0000000..c0b2991 Binary files /dev/null and "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/packagePayment-vegetables.png" differ diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/sanjiao.png" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/sanjiao.png" new file mode 100644 index 0000000..75c715b Binary files /dev/null and "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/sanjiao.png" differ diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\345\237\216\345\270\202\345\210\227\350\241\250.jpg" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\345\237\216\345\270\202\345\210\227\350\241\250.jpg" new file mode 100644 index 0000000..396f9c6 Binary files /dev/null and "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\345\237\216\345\270\202\345\210\227\350\241\250.jpg" differ diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\345\245\227\351\244\220\347\224\263\350\257\267\357\274\210\347\202\271\345\207\273\347\224\263\350\257\267).jpg" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\345\245\227\351\244\220\347\224\263\350\257\267\357\274\210\347\202\271\345\207\273\347\224\263\350\257\267).jpg" new file mode 100644 index 0000000..e032e25 Binary files /dev/null and "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\345\245\227\351\244\220\347\224\263\350\257\267\357\274\210\347\202\271\345\207\273\347\224\263\350\257\267).jpg" differ diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\346\210\221\347\232\204\345\245\227\351\244\220\357\274\210\345\276\205\344\273\230\346\254\276\357\274\211.jpg" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\346\210\221\347\232\204\345\245\227\351\244\220\357\274\210\345\276\205\344\273\230\346\254\276\357\274\211.jpg" new file mode 100644 index 0000000..63b7c0c Binary files /dev/null and "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\346\210\221\347\232\204\345\245\227\351\244\220\357\274\210\345\276\205\344\273\230\346\254\276\357\274\211.jpg" differ diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\346\210\221\347\232\204\345\245\227\351\244\220\357\274\210\345\276\205\345\274\200\345\247\213\357\274\211.jpg" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\346\210\221\347\232\204\345\245\227\351\244\220\357\274\210\345\276\205\345\274\200\345\247\213\357\274\211.jpg" new file mode 100644 index 0000000..9ce5fe5 Binary files /dev/null and "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\346\210\221\347\232\204\345\245\227\351\244\220\357\274\210\345\276\205\345\274\200\345\247\213\357\274\211.jpg" differ diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\346\210\221\347\232\204\345\245\227\351\244\220\357\274\210\350\277\233\350\241\214\344\270\255\357\274\211.jpg" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\346\210\221\347\232\204\345\245\227\351\244\220\357\274\210\350\277\233\350\241\214\344\270\255\357\274\211.jpg" new file mode 100644 index 0000000..35ad18a Binary files /dev/null and "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/img/\346\210\221\347\232\204\345\245\227\351\244\220\357\274\210\350\277\233\350\241\214\344\270\255\357\274\211.jpg" differ diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/cityList.less" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/cityList.less" new file mode 100644 index 0000000..dc68a0e --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/cityList.less" @@ -0,0 +1,93 @@ +// +.cityListHeader{ + height:2.25rem; + background:#fdfffc; + border-bottom:1px solid #c6c6c6; + box-sizing:border-box; + display: flex; + align-items:center; + a{ + flex:1; + width:0.4rem; + height:0.8rem; + margin-left:22px; + img{ + width:0.4rem; + height:0.8rem; + vertical-align: top; + } + } + h1{ + flex:2; + font-size: 36px; + color:#5ca32d; + font-weight:bold; + } +} +// +.cityListLine{ + height:0.475rem; + background:url(../img/cityList-line.png) repeat-X; +} +// +.cityListNowAddress{ + align-items:center; + .nowaddress{ + flex:1; + height:80px; + display: block; + border-bottom:1px solid #e4e6e3; + padding-left:20px; + a{ + font-size: 22px; + color:#676767; + } + } + +} +// +.cityListChoose{ + h2{ + height:2.0rem; + line-height: 2.0rem; + padding-left:20px; + border-bottom:1px solid #e4e6e3; + box-sizing:border-box; + font-size: 22px; + color:#636363; + } + .cityListChooseBox{ + ul{ + height:150px; + padding-bottom: 1.5rem; + li{ + width:3.2rem; + height:1.375rem; + text-align: center; + margin-left:20px; + margin-right:10px; + margin-top:21px; + background:#dcdcdc; + border-radius:10px; + font-size: 20px; + line-height: 1.375rem; + color:#363636; + + } + } + } +} + +// +.cityListLineProvince{ + ul{ + li{ + height:2.0rem; + line-height: 2.0rem; + border-bottom:1px solid #e4e6e3; + font-size: 22px; + color:#363634; + padding-left:20px; + } + } +} \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/clickApply.less" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/clickApply.less" new file mode 100644 index 0000000..5189f66 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/clickApply.less" @@ -0,0 +1,162 @@ +// +.clickApplyHeader{ + height:2.25rem; + background:#fdfffc; + border-bottom:1px solid #c6c6c6; + box-sizing:border-box; + display: flex; + align-items:center; + a{ + flex:1; + width:0.4rem; + height:0.8rem; + margin-left:22px; + img{ + width:0.4rem; + height:0.8rem; + vertical-align: top; + } + } + h1{ + flex:2; + font-size: 36px; + color:#5ca32d; + font-weight:bold; + } +} + +// +.clickApplyBanner{ + img{ + width:100%; + } +} +// +.clickApplyChoose{ + h2{ + height:2.0rem; + line-height: 2.0rem; + padding-left:0.5rem; + font-size: 24px; + color:#363636; + border-bottom: 1px solid #e4e6e3; + } + .clickApplyChooseTxt{ + border-bottom: 1px solid #e4e6e3; + margin-top:10px; + p{ + color:#31312f; + font-size: 20px; + line-height: 0.8rem; + margin-left:0.5rem; + margin-bottom:0.7rem; + } + } +} +// +.clickApplyLine{ + height:0.475rem; + background:url(../img/cityList-line.png) repeat-X; +} +// +.clickApplyPackage{ + h2{ + height:2.0rem; + line-height: 2.0rem; + padding-left:0.5rem; + font-size: 24px; + color:#353533; + border-bottom: 1px solid #e4e6e3; + } + ul{ + margin-top:26px; + li{ + margin-left:20px; + .clickApplyPackageOne{ + margin-bottom:40px; + } + .clickApplyPackageTwo{ + margin-bottom:54px; + } + .clickApplyPackageThree{ + margin-bottom:66px; + } + p{ + font-size: 22px; + color:#333331; + display: inline-block; + span{ + width:0.85rem; + margin-right:15px; + height:0.85rem; + border:1px solid #949693; + display: inline-block; + } + } + } + } +} +// +.clickApplySubmitApplication{ + width:100%; + .clickApplySubmit{ + width:590px; + height:550px; + margin:25px auto 90px; + background:#f5f5f5; + border:1px solid #dadada; + border-radius: 8px; + h2{ + width:165px; + height:36px; + margin:20px auto; + text-align: center; + font-size: 18px; + color:#fd403c; + background:#fdfdfd; + border:1px solid #dcdcdc; + border-radius: 8px; + } + .clickApplyInput{ + div{ + width:487px; + height:67px; + line-height: 67px; + margin:0 auto; + padding-left:15px; + border:1px solid #e2e2e2; + border-radius: 8px; + background:#fff; + font-size: 18px; + color:#343434; + margin-bottom:20px; + input{ + border:none; + outline: none; + } + } + .clickApplyInputLast{ + background:#ff3d3d; + text-align: center; + input{ + font-size: 24px; + color:#fff; + background:#ff3d3d; + margin:0 auto; + } + + } + } + .clickApplyInputTxt{ + margin-left:60px; + p{ + font-size: 18px; + color:#646464; + } + span{ + color:#f94230; + font-size: 18px; + } + } + } +} \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/packageIng.less" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/packageIng.less" new file mode 100644 index 0000000..f325316 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/packageIng.less" @@ -0,0 +1,150 @@ +// +.packagePaymentHeader{ + height:2.25rem; + background:#fdfffc; + border-bottom:1px solid #c6c6c6; + box-sizing:border-box; + display: flex; + align-items:center; + a{ + flex:1; + width:0.4rem; + height:0.8rem; + margin-left:22px; + img{ + width:0.4rem; + height:0.8rem; + vertical-align: top; + } + } + h1{ + flex:2; + font-size: 36px; + color:#5ca32d; + font-weight:bold; + } +} +// +.packagePaymentList{ + ul{ + height:2.0rem; + line-height: 2.0rem; + padding-left:20px; + border-bottom:1px solid #c6c6c6; + li{ + width:90px; + margin-right:35px; + text-align: center; + font-size: 28px; + color:#696969; + } + } +} + +// +.packagePaymentLine{ + height:0.475rem; + background:url(../img/cityList-line.png) repeat-X; +} +// +.packagePaymentBigLuxury{ + height:6.0rem; + background:#fdfffc; + margin-top:26px; + a{ + img{ + width:196px; + border:1px solid #e4e4e2; + padding:5px; + margin-left:0.5rem; + margin-right:0.425rem; + } + } + .packagePaymentTxt{ + width:375px; + height:4.375rem; + display: inline-block; + .PaymentMoney{ + width:100%; + h2{ + font-size: 28px; + color:#373735; + font-weight: bold; + } + span{ + font-size: 16px; + color:#656563; + } + } + p{ + width:100%; + font-size: 22px; + color:#5c5c5a; + } + .PaymentMoney2{ + width:100%; + i{ + font-size: 20px; + color:#636361; + } + strong{ + font-size: 22px; + color:#609e31; + } + } + .packagePaymentBtn{ + margin-top:10px; + width:100%; + .packagePaymentBtnLeft{ + width:215px; + display: inline-block; + color:#333; + font-size: 26px; + input{ + width:78px; + height:46px; + background:#e5e5e5; + color:#666666; + } + } + input{ + width:120px; + height:50px; + font-size: 22px; + background:#666; + color:#fff; + border-radius: 8px; + border:none; + margin-right: 5px; + } + } + } +} + +.packageIngImg{ + background:#fff; + ul{ + li{ + margin-left:5px; + margin-right:5px; + a{ + img{ + width:150px; + } + } + } + } + input{ + width:209px; + height:63px; + margin-top:45px; + margin-left:220px; + margin-bottom:45px; + background:#60a42b; + color:#fff; + } +} +.packagePaymentBack{ + height:800px; + background:#eeeeee; +} \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/packagePayment.less" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/packagePayment.less" new file mode 100644 index 0000000..53ed85f --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/packagePayment.less" @@ -0,0 +1,107 @@ +// +.packagePaymentHeader{ + height:2.25rem; + background:#fdfffc; + border-bottom:1px solid #c6c6c6; + box-sizing:border-box; + display: flex; + align-items:center; + a{ + flex:1; + width:0.4rem; + height:0.8rem; + margin-left:22px; + img{ + width:0.4rem; + height:0.8rem; + vertical-align: top; + } + } + h1{ + flex:2; + font-size: 36px; + color:#5ca32d; + font-weight:bold; + } +} +// +.packagePaymentList{ + ul{ + height:2.0rem; + line-height: 2.0rem; + padding-left:20px; + border-bottom:1px solid #c6c6c6; + li{ + width:90px; + margin-right:35px; + text-align: center; + font-size: 28px; + color:#696969; + } + } +} + +// +.packagePaymentLine{ + height:0.475rem; + background:url(../img/cityList-line.png) repeat-X; +} +// +.packagePaymentBigLuxury{ + height:6.0rem; + background:#fdfffc; + margin-top:26px; + border-bottom: 1px solid #c6c6c6; + a{ + img{ + width:196px; + border:1px solid #e4e4e2; + padding:5px; + margin-left:0.5rem; + margin-right:0.425rem; + } + } + .packagePaymentTxt{ + width:375px; + display: inline-block; + h2{ + font-size: 28px; + color:#373735; + font-weight: bold; + } + span{ + font-size: 16px; + color:#656563; + } + p{ + width:100%; + font-size: 22px; + color:#5c5c5a; + } + i{ + font-size: 20px; + color:#636361; + } + strong{ + font-size: 22px; + color:#609e31; + } + .packagePaymentBtn{ + input{ + width:120px; + height:50px; + font-size: 22px; + background:#666; + color:#fff; + border-radius: 8px; + border:none; + margin-right: 5px; + } + } + } +} + +.packagePaymentBack{ + height:800px; + background:#eeeeee; +} \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/packageStart.less" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/packageStart.less" new file mode 100644 index 0000000..4054761 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/less/packageStart.less" @@ -0,0 +1,103 @@ +// +.packagePaymentHeader{ + height:2.25rem; + background:#fdfffc; + border-bottom:1px solid #c6c6c6; + box-sizing:border-box; + display: flex; + align-items:center; + a{ + flex:1; + width:0.4rem; + height:0.8rem; + margin-left:22px; + img{ + width:0.4rem; + height:0.8rem; + vertical-align: top; + } + } + h1{ + flex:2; + font-size: 36px; + color:#5ca32d; + font-weight:bold; + } +} +// +.packagePaymentList{ + ul{ + height:2.0rem; + line-height: 2.0rem; + padding-left:20px; + border-bottom:1px solid #c6c6c6; + li{ + width:90px; + margin-right:35px; + text-align: center; + font-size: 28px; + color:#696969; + } + } +} + +// +.packagePaymentLine{ + height:0.475rem; + background:url(../img/cityList-line.png) repeat-X; +} +// +.packagePaymentBigLuxury{ + height:6.0rem; + background:#fdfffc; + margin-top:26px; + a{ + img{ + width:196px; + border:1px solid #e4e4e2; + padding:5px; + margin-left:0.5rem; + margin-right:0.425rem; + } + } + .packagePaymentTxt{ + width:375px; + height:4.375rem; + display: inline-block; + h2{ + font-size: 28px; + color:#373735; + font-weight: bold; + } + span{ + font-size: 16px; + color:#656563; + } + p{ + width:100%; + font-size: 22px; + color:#5c5c5a; + } + i{ + font-size: 20px; + color:#636361; + } + strong{ + font-size: 22px; + color:#609e31; + } + .packagePaymentBtn{ + margin-top:10px; + input{ + width:120px; + height:50px; + font-size: 22px; + background:#666; + color:#fff; + border-radius: 8px; + border:none; + margin-right: 5px; + } + } + } +} \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/package.json" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/package.json" new file mode 100644 index 0000000..c21ef3f --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/package.json" @@ -0,0 +1,18 @@ +{ + "name": "farm", + "version": "1.0.0", + "description": "", + "main": "gulpfile.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "devDependencies": { + "gulp": "^3.9.1", + "gulp-less": "^3.3.0", + "gulp-px3rem": "^0.3.0", + "gulp-rename": "^1.2.2" + } +} diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/packageIng.html" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/packageIng.html" new file mode 100644 index 0000000..d9a2777 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/packageIng.html" @@ -0,0 +1,85 @@ + + + + + Document + + + + + + + + + +
+ +

我的套餐

+
+ +
+ +
+ +
+ +
+ + + +
+
+

蔬菜豪华套餐

+ X1 +
+

西红柿 西兰花 白菜 土豆

+
+ 农场一 + ¥30.00 +
+
+
+ 1 + +
+ +
+
+ +
+ + +
+ + +
+ +
+ +
+ + \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/packagePayment.html" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/packagePayment.html" new file mode 100644 index 0000000..0f99616 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/packagePayment.html" @@ -0,0 +1,60 @@ + + + + + Document + + + + + + + + + +
+ +

我的套餐

+
+ +
+ +
+ +
+ +
+ + + +
+

蔬菜豪华套餐

+ X1 +

西红柿 西兰花 白菜 土豆

+ 农场一 + ¥30.00 +
+ +
+
+ +
+
+ +
+ + \ No newline at end of file diff --git "a/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/packageStart.html" "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/packageStart.html" new file mode 100644 index 0000000..f21b1d8 --- /dev/null +++ "b/2017-3-9/\350\200\277\346\226\207\344\270\275-farm/packageStart.html" @@ -0,0 +1,60 @@ + + + + + Document + + + + + + + + + +
+ +

我的套餐

+
+ +
+ +
+ +
+ +
+ + + +
+

蔬菜豪华套餐

+ X1 +

西红柿 西兰花 白菜 土豆

+ 农场一 + ¥30.00 +
+ +
+
+ +
+
+ +
+ + \ No newline at end of file