diff --git a/2017-3-9/teamA/city.html b/2017-3-9/teamA/city.html new file mode 100644 index 0000000..c584e9f --- /dev/null +++ b/2017-3-9/teamA/city.html @@ -0,0 +1,86 @@ + + + + + Document + + + + + + + + +
+ +
+ return +

城市列表

+
+ +
+ + + + + + + +
+ + +
+ +
+
+ + + \ No newline at end of file diff --git a/2017-3-9/teamA/css/base.css b/2017-3-9/teamA/css/base.css new file mode 100644 index 0000000..581c5f9 --- /dev/null +++ b/2017-3-9/teamA/css/base.css @@ -0,0 +1,21 @@ +/**清除默认边框**/ +*{margin:0; padding:0;} +h1,h2,h3,h4,h5,h6{font-weight:normal; font-size:16px;} +a{color:#000; text-decoration:none;} +b,strong{font-weight:normal; } +i,em{font-style:normal;} +li{list-style:none;} +p{line-height:100%;} +/**清浮动**/ +.clearfix:after(display:block; content:''; clear:both;) +.clearfix{zoom:1} +/**浮动**/ +.fl{ float:left;} +.fr{ float:right;} +/**垂直头部**/ +img{ vertical-align:top;} +input{ background:none; border:none; outline:none; border:1px solid #ccc; padding:0;} +/*文本域*/ +textarea{ resize:none;} +/**/ +table{ border-collapse:collapse;} diff --git a/2017-3-9/teamA/css/city.css b/2017-3-9/teamA/css/city.css new file mode 100644 index 0000000..d4b85db --- /dev/null +++ b/2017-3-9/teamA/css/city.css @@ -0,0 +1,155 @@ +* { + margin: 0; + padding: 0; + list-style: none; +} + +a { + color: #323431; + text-decoration: none; +} + +/*city-box css*/ + +.city-box { + width: 18.75rem; + background: #eee; + /*header css*/ + /*当前位置cur-pos css*/ + /*商业区sowntown css*/ + /*地址列表locationlist-box css*/ +} + +.city-box header { + width: 100%; + height: 2.225rem; + background: #fdfffc; + display: flex; + align-items: center; + padding-left: 0.5rem; + border-bottom: 0.025rem solid #bec0bd; + box-sizing: border-box; +} + +.city-box header .return { + width: 0.475rem; + height: 0.8rem; + background: url(../img/return.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -9999rem; +} + +.city-box header h4 { + font-size: 0.925rem; + color: #5ca32b; + font-weight: normal; + margin-left: 6.45rem; + box-sizing: border-box; +} + +.city-box .cur-pos { + height: 4.05rem; + background: #fdfffc; + border-bottom: 0.025rem solid #c7c7c5; + margin-top: 0.45rem; + box-sizing: border-box; +} + +.city-box .cur-pos li { + height: 2.025rem; + line-height: 2.025rem; + border-bottom: 0.025rem solid #e4e6e3; + box-sizing: border-box; + padding-left: 0.5rem; +} + +.city-box .cur-pos li a { + font-size: 0.575rem; + color: #696967; +} + +.city-box .cur-pos li .sitecolor { + color: #31312f; +} + +.city-box .sowntown { + height: 7.35rem; + background: #fdfffc; + margin-top: 0.45rem; + border-bottom: 0.025rem solid #c6c6c6; + box-sizing: border-box; +} + +.city-box .sowntown .select { + height: 2rem; + line-height: 2rem; + padding-left: 0.5rem; + border-bottom: 0.025rem solid #e4e6e3; + box-sizing: border-box; +} + +.city-box .sowntown .select h4 { + font-size: 0.55rem; + color: #626262; + font-weight: normal; +} + +.city-box .sowntown .retail-centre { + height: 5.325rem; + display: flex; + justify-content: space-between; + flex-wrap: wrap; + padding: 0.5rem 0.5rem; + box-sizing: border-box; +} + +.city-box .sowntown .retail-centre li { + width: 3.975rem; + height: 1.375rem; + text-align: center; + background: #dcdcdc; + border-radius: 0.2rem; +} + +.city-box .sowntown .retail-centre li a { + display: block; + height: 1.375rem; + line-height: 1.375rem; + font-size: 0.55rem; +} + +.city-box .locationlist-box { + height: 17.35rem; + background: #fdfffc; +} + +.city-box .locationlist-box .location-title { + height: 2.025rem; + padding-left: 0.5rem; + border-bottom: 0.025rem solid #e4e6e3; + box-sizing: border-box; +} + +.city-box .locationlist-box .location-title a { + display: block; + line-height: 2.025rem; + font-size: 0.55rem; + color: #636363; +} + +.city-box .locationlist-box .location-list { + height: 2.025rem; +} + +.city-box .locationlist-box .location-list li { + height: 2.025rem; + line-height: 2.025rem; + border-bottom: 0.025rem solid #e4e6e3; + box-sizing: border-box; +} + +.city-box .locationlist-box .location-list li a { + font-size: 0.55rem; + display: block; + padding-left: 0.5rem; +} \ No newline at end of file diff --git a/2017-3-9/teamA/css/farm.css b/2017-3-9/teamA/css/farm.css new file mode 100644 index 0000000..ca0b4c7 --- /dev/null +++ b/2017-3-9/teamA/css/farm.css @@ -0,0 +1,176 @@ +* { + margin: 0; + padding: 0; + list-style: none; + text-decoration: none; +} + +body { + background: #eeeeee; +} + +/* 头部 start */ + +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #5ea52d; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: 600; + flex: 1; + font-size: 0.85rem; +} + +header a { + margin-right: 6.45rem; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; +} + +/* 头部 end */ + +/* 导航 start */ + +.lcl-nav { + height: 2rem; + width: 100%; + background: #fff; + border-bottom: 0.025rem solid #c6c6c6; + padding: 0 1.7rem; + box-sizing: border-box; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.lcl-nav a { + font-size: 0.75rem; + color: #646464; + text-align: center; + width: 2.275rem; + height: 1.95rem; + line-height: 1.975rem; +} + +.lcl-nav .active { + color: #62a532; + border-bottom: 0.05rem solid #60a62c; +} + +/* 导航 end*/ + +/* 彩椒 白菜 start*/ + +.lcl-chili { + height: 6rem; + margin-top: 0.5rem; + background: #fff; + width: 100%; + border-top: 0.025rem solid #e8e8e8; + border-bottom: 0.025rem solid #c6c6c6; + display: flex; + padding: 0 0.5rem; + justify-content: space-between; + box-sizing: border-box; + padding-top: 0.7rem; +} + +.lcl-chili img { + width: 5.8rem; + height: 4.475rem; + border: 0.025rem solid #e8e8e8; + margin-right: 0.5rem; +} + +.lcl-chili .lcl-info ul { + width: 11.525rem; + height: 4.475rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-txt1 span { + color: #343434; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-name { + font-size: 0.7rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-num { + font-size: 0.45rem; +} + +.lcl-chili .lcl-info ul .lcl-txt2 { + font-size: 0.55rem; + color: #636361; + margin-top: 0.3rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 { + display: flex; + justify-content: space-between; + margin-top: 0.25rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-adr { + font-size: 0.45rem; + color: #757573; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price { + font-size: 0.45rem; + color: #6ca43f; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price b { + font-weight: normal; + font-size: 0.75rem; +} + +.lcl-chili .lcl-info ul .lcl-btn { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-btn a { + width: 3.5rem; + height: 1.25rem; + border-radius: 0.25rem; + background: #959595; + font-size: 0.55rem; + color: #e8e6e7; + text-align: center; + line-height: 1.25rem; + margin-right: 0; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-log { + width: 3.25rem; + height: 1.25rem; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-log2 { + width: 3.25rem; + height: 1.25rem; +} + +/* 彩椒 白菜 end*/ \ No newline at end of file diff --git a/2017-3-9/teamA/css/farm10.css b/2017-3-9/teamA/css/farm10.css new file mode 100644 index 0000000..e1f46af --- /dev/null +++ b/2017-3-9/teamA/css/farm10.css @@ -0,0 +1,249 @@ +* { + margin: 0; + padding: 0; + list-style: none; + text-decoration: none; +} + +body { + background: #eeeeee; +} + +/* 头部 start */ + +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #a6c987; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: 600; + flex: 1; + font-size: 0.85rem; +} + +header a { + margin-right: 6.45rem; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; +} + +/* 头部 end */ + +/* 内容 start */ + +/* 蔬菜套餐 start*/ + +.lcl-chili { + height: 6rem; + width: 100%; + margin-top: 0.5rem; + background: #fff; + display: flex; + padding: 0 0.5rem; + border-top: 0.025rem solid #e8e8e8; + border-bottom: 0.025rem solid #c6c6c6; + justify-content: space-between; + align-items: center; + box-sizing: border-box; + padding-top: 0.7rem; +} + +.lcl-chili .lcl-ring { + width: 0.575rem; + height: 0.575rem; +} + +.lcl-chili .lcl-pic { + width: 5.8rem; + height: 4.475rem; + border: 0.025rem solid #e8e8e8; + margin-right: 0.5rem; +} + +.lcl-chili .lcl-info ul { + width: 10.325rem; + height: 4.475rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-txt1 span { + color: #343434; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-name { + font-size: 0.7rem; + font-weight: 600; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-price { + font-size: 0.45rem; + color: #6ca43f; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-price b { + font-weight: normal; + font-size: 0.75rem; +} + +.lcl-chili .lcl-info ul .lcl-txt2 { + font-size: 0.55rem; + color: #636361; + margin-top: 0.3rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 { + display: flex; + justify-content: space-between; + margin-top: 0.25rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-adr { + font-size: 0.45rem; + color: #757573; +} + +.lcl-chili .lcl-info ul .lcl-btn { + display: flex; + justify-content: flex-end; +} + +.lcl-chili .lcl-info ul .lcl-btn a { + width: 3.25rem; + height: 1.25rem; + border-radius: 0.25rem; + background: #959595; + font-size: 0.55rem; + color: #e8e6e7; + text-align: center; + line-height: 1.25rem; + margin-right: 0; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-add-delete { + width: 5.375rem; + height: 1.1rem; + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-add, +.lcl-chili .lcl-info ul .lcl-btn .lcl-delete, +.lcl-chili .lcl-info ul .lcl-btn .lcl-dispaly-box { + width: 2rem; + height: 100%; + background: #e5e5e5; + border-radius: 0; + color: #000; + font-size: 0.9rem; + text-align: center; + line-height: 1.1rem; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-dispaly-box { + width: 1.4rem; + background: #fff; + font-size: 0.7rem; +} + +.lcl-chili .lcl-info ul .lcl-btn .on { + background: #fa932c; +} + +/* 彩椒 白菜 end*/ + +/* 确定按钮 start */ + +.lcl-btn-ensure { + width: 100%; + height: 3.75rem; + display: flex; + justify-content: center; + align-items: center; +} + +.lcl-btn-ensure p { + width: 5.25rem; + height: 1.55rem; + border-radius: 0.125rem; + background: #60a42d; + color: #fdfdff; + text-align: center; + line-height: 1.55rem; + font-size: 0.65rem; +} + +/* 确定按钮 end */ + +/* 内容 start */ + +/*尾部*/ + +footer { + width: 18.75rem; + height: 2.45rem; + display: flex; + align-items: center; +} + +footer .money { + width: 9.35rem; +} + +footer div h6 { + font-size: 0.5rem; + color: #727272; + display: block; + margin-left: 0.5rem; +} + +footer div h6 span { + width: 0.5rem; + height: 0.5rem; + background: url(../img/radus.png) no-repeat; + background-size: 0.5rem; + text-indent: -999em; + display: block; + float: left; + margin-top: 0.1rem; +} + +footer div p { + font-size: 0.7rem; + color: #656565; + margin-left: 1.7rem; +} + +footer div p span { + font-size: 0.8rem; + color: #f8940a; +} + +footer div a { + width: 7.125rem; + height: 2.45rem; + background: #60a42b; + color: #fff; + font-size: 0.85rem; + line-height: 2.45rem; + text-align: center; + float: right; +} \ No newline at end of file diff --git a/2017-3-9/teamA/css/farm2.css b/2017-3-9/teamA/css/farm2.css new file mode 100644 index 0000000..e1518aa --- /dev/null +++ b/2017-3-9/teamA/css/farm2.css @@ -0,0 +1,175 @@ +* { + margin: 0; + padding: 0; + list-style: none; + text-decoration: none; +} + +body { + background: #eeeeee; +} + +/* 头部 start */ + +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #5ea52d; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: 600; + flex: 1; + font-size: 0.85rem; +} + +header a { + margin-right: 6.45rem; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; +} + +/* 头部 end */ + +/* 导航 start */ + +.lcl-nav { + height: 2rem; + width: 100%; + background: #fff; + border-bottom: 0.025rem solid #c6c6c6; + padding: 0 1.7rem; + box-sizing: border-box; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.lcl-nav a { + font-size: 0.75rem; + color: #646464; + text-align: center; + width: 2.275rem; + height: 1.95rem; + line-height: 1.975rem; +} + +.lcl-nav .active { + color: #62a532; + border-bottom: 0.05rem solid #60a62c; +} + +/* 导航 end */ + +/* 彩椒 白菜 start */ + +.lcl-chili { + height: 6rem; + margin-top: 0.5rem; + background: #fff; + width: 100%; + border-top: 0.025rem solid #e8e8e8; + border-bottom: 0.025rem solid #c6c6c6; + display: flex; + padding: 0 0.5rem; + justify-content: space-between; + box-sizing: border-box; + padding-top: 0.7rem; +} + +.lcl-chili img { + width: 5.8rem; + height: 4.475rem; + border: 0.025rem solid #e8e8e8; + margin-right: 0.5rem; +} + +.lcl-chili .lcl-info ul { + width: 11.525rem; + height: 4.475rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-txt1 span { + color: #343434; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-name { + font-size: 0.7rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-num { + font-size: 0.45rem; +} + +.lcl-chili .lcl-info ul .lcl-txt2 { + font-size: 0.55rem; + color: #636361; + margin-top: 0.3rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 { + display: flex; + justify-content: space-between; + margin-top: 0.25rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-adr { + font-size: 0.45rem; + color: #757573; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price { + font-size: 0.45rem; + color: #6ca43f; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price b { + font-weight: normal; + font-size: 0.75rem; +} + +.lcl-chili .lcl-info ul .lcl-btn { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-btn a { + width: 3.25rem; + height: 1.25rem; + border-radius: 0.25rem; + background: #959595; + font-size: 0.55rem; + color: #e8e6e7; + text-align: center; + line-height: 1.25rem; + margin-right: 0; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-log2 { + width: 3.25rem; + height: 1.25rem; +} + +.lcl-chili .lcl-info ul .lcl-btn .on { + background: #fa932c; +} + +/* 彩椒 白菜 end */ \ No newline at end of file diff --git a/2017-3-9/teamA/css/farm3.css b/2017-3-9/teamA/css/farm3.css new file mode 100644 index 0000000..adf0323 --- /dev/null +++ b/2017-3-9/teamA/css/farm3.css @@ -0,0 +1,188 @@ +* { + margin: 0; + padding: 0; + list-style: none; + text-decoration: none; +} + +body { + background: #eeeeee; +} + +/* 头部 start */ + +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #5ea52d; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: 600; + flex: 1; + font-size: 0.85rem; +} + +header a { + margin-right: 6.45rem; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; +} + +/* 头部 end */ + +/* 导航 start */ + +.lcl-nav { + height: 2rem; + width: 100%; + background: #fff; + border-bottom: 0.025rem solid #c6c6c6; + padding: 0 1.7rem; + box-sizing: border-box; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.lcl-nav a { + font-size: 0.75rem; + color: #646464; + text-align: center; + width: 2.275rem; + height: 1.95rem; + line-height: 1.975rem; +} + +.lcl-nav .active { + color: #62a532; + border-bottom: 0.05rem solid #60a62c; +} + +/* 导航 end*/ + +/* 彩椒 白菜 start*/ + +.lcl-chili { + height: 6rem; + margin-top: 0.5rem; + background: #fff; + width: 100%; + border-top: 0.025rem solid #e8e8e8; + border-bottom: 0.025rem solid #c6c6c6; + display: flex; + padding: 0 0.5rem; + justify-content: space-between; + box-sizing: border-box; + padding-top: 0.7rem; +} + +.lcl-chili .lcl-bg, +.lcl-chili .lcl-bg2 { + width: 5.8rem; + height: 4.475rem; + background: url(../img/lcl-chili.png) no-repeat; + background-size: 5.8rem 4.475rem; + border: 0.025rem solid #e8e8e8; + margin-right: 0.5rem; +} + +.lcl-chili .lcl-bg2 { + background: url(../img/lcl-cabbage.png) no-repeat; + background-size: 5.8rem 4.475rem; +} + +.lcl-chili .lcl-info ul { + width: 11.525rem; + height: 4.475rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-txt1 span { + color: #343434; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-name { + font-size: 0.7rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-num { + font-size: 0.45rem; +} + +.lcl-chili .lcl-info ul .lcl-txt2 { + font-size: 0.55rem; + color: #636361; + margin-top: 0.3rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 { + display: flex; + justify-content: space-between; + margin-top: 0.25rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-adr { + font-size: 0.45rem; + color: #757573; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price { + font-size: 0.45rem; + color: #6ca43f; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price b { + font-weight: normal; + font-size: 0.75rem; +} + +.lcl-chili .lcl-info ul .lcl-btn { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-btn a { + width: 3.25rem; + height: 1.25rem; + border-radius: 0.25rem; + background: #959595; + font-size: 0.55rem; + color: #e8e6e7; + text-align: center; + line-height: 1.25rem; + margin-right: 0; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-log { + width: 3.25rem; + height: 1.25rem; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-log2 { + width: 3.25rem; + height: 1.25rem; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-log3 { + background: #fa932c; +} + +/* 彩椒 白菜 end*/ \ No newline at end of file diff --git a/2017-3-9/teamA/css/farm4.css b/2017-3-9/teamA/css/farm4.css new file mode 100644 index 0000000..908064f --- /dev/null +++ b/2017-3-9/teamA/css/farm4.css @@ -0,0 +1,167 @@ +* { + margin: 0; + padding: 0; + list-style: none; + text-decoration: none; +} + +body { + background: #eeeeee; +} + +/* 头部 start */ + +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #5ea52d; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: 600; + flex: 1; + font-size: 0.85rem; +} + +header a { + margin-right: 6.45rem; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; +} + +/* 头部 end */ + +/* 导航 start*/ + +.lcl-nav { + height: 2rem; + width: 100%; + background: #fff; + border-bottom: 0.025rem solid #c6c6c6; + padding: 0 1.7rem; + box-sizing: border-box; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.lcl-nav a { + font-size: 0.75rem; + color: #646464; + text-align: center; + width: 2.275rem; + height: 1.95rem; + line-height: 1.975rem; +} + +.lcl-nav .active { + color: #62a532; + border-bottom: 0.05rem solid #60a62c; +} + +/* 导航 end */ + +/* 彩椒 白菜start */ + +.lcl-chili { + height: 6rem; + margin-top: 0.5rem; + background: #fff; + width: 100%; + border-top: 0.025rem solid #e8e8e8; + border-bottom: 0.025rem solid #c6c6c6; + display: flex; + padding: 0 0.5rem; + justify-content: space-between; + box-sizing: border-box; + padding-top: 0.7rem; +} + +.lcl-chili img { + width: 5.8rem; + height: 4.475rem; + border: 0.025rem solid #e8e8e8; + margin-right: 0.5rem; +} + +.lcl-chili .lcl-info ul { + width: 11.525rem; + height: 4.475rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-txt1 span { + color: #343434; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-cabbage { + font-size: 0.75rem; + font-weight: 7.5rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-apprise { + font-size: 0.5rem; + color: #ff9b12; +} + +.lcl-chili .lcl-info ul .lcl-txt2 { + display: flex; + justify-content: space-between; + margin-top: 0.25rem; + box-sizing: border-box; +} + +.lcl-chili .lcl-info ul .lcl-txt2 span { + color: #919191; + font-size: 0.6rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 { + display: flex; + justify-content: flex-end; + margin-top: 0.75rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price { + font-size: 0.45rem; + color: #6ca43f; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price b { + font-weight: normal; + font-size: 0.75rem; +} + +.lcl-chili .lcl-info ul .lcl-completed { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-completed .lcl-adr { + font-size: 0.45rem; + color: #757573; +} + +.lcl-chili .lcl-info ul .lcl-completed .lcl-finish { + font-size: 0.55rem; + color: #5b5b5b; +} + +/* 彩椒 白菜end */ \ No newline at end of file diff --git a/2017-3-9/teamA/css/farm5.css b/2017-3-9/teamA/css/farm5.css new file mode 100644 index 0000000..0cc7df1 --- /dev/null +++ b/2017-3-9/teamA/css/farm5.css @@ -0,0 +1,171 @@ +* { + margin: 0; + padding: 0; + list-style: none; + text-decoration: none; +} + +body { + background: #eeeeee; +} + +/* 头部 start */ + +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #5ea52d; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: 600; + flex: 1; + font-size: 0.85rem; +} + +header a { + margin-right: 6.45rem; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; +} + +/* 头部 end */ + +/* 导航 start */ + +.lcl-nav { + height: 2rem; + width: 100%; + background: #fff; + border-bottom: 0.025rem solid #c6c6c6; + padding: 0 0.5rem; + box-sizing: border-box; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.lcl-nav a { + font-size: 0.75rem; + color: #646464; + text-align: center; + width: 2.275rem; + height: 1.95rem; + line-height: 1.975rem; +} + +.lcl-nav .active { + color: #62a532; + border-bottom: 0.05rem solid #60a62c; +} + +/* 导航 end*/ + +/* 蔬菜套餐 start*/ + +.lcl-chili { + height: 6rem; + margin-top: 0.5rem; + background: #fff; + width: 100%; + border-top: 0.025rem solid #e8e8e8; + border-bottom: 0.025rem solid #c6c6c6; + display: flex; + padding: 0 0.5rem; + justify-content: space-between; + box-sizing: border-box; + padding-top: 0.7rem; +} + +.lcl-chili img { + width: 5.8rem; + height: 4.475rem; + border: 0.025rem solid #e8e8e8; + margin-right: 0.5rem; +} + +.lcl-chili .lcl-info ul { + width: 11.525rem; + height: 4.475rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-txt1 span { + color: #343434; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-name { + font-size: 0.7rem; + font-weight: 600; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-num { + font-size: 0.45rem; +} + +.lcl-chili .lcl-info ul .lcl-txt2 { + font-size: 0.55rem; + color: #636361; + margin-top: 0.3rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 { + display: flex; + justify-content: space-between; + margin-top: 0.25rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-adr { + font-size: 0.45rem; + color: #757573; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price { + font-size: 0.45rem; + color: #6ca43f; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price b { + font-weight: normal; + font-size: 0.75rem; +} + +.lcl-chili .lcl-info ul .lcl-btn { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-btn a { + width: 3.25rem; + height: 1.25rem; + border-radius: 0.25rem; + background: #959595; + font-size: 0.55rem; + color: #e8e6e7; + text-align: center; + line-height: 1.25rem; + margin-right: 0; +} + +.lcl-chili .lcl-info ul .lcl-btn .on { + background: #fa932c; +} + +/* 彩椒 白菜 end*/ \ No newline at end of file diff --git a/2017-3-9/teamA/css/farm6.css b/2017-3-9/teamA/css/farm6.css new file mode 100644 index 0000000..18fa0b8 --- /dev/null +++ b/2017-3-9/teamA/css/farm6.css @@ -0,0 +1,176 @@ +* { + margin: 0; + padding: 0; + list-style: none; + text-decoration: none; +} + +body { + background: #eeeeee; +} + +/* 头部 start */ + +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #a6c987; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: 600; + flex: 1; + font-size: 0.85rem; +} + +header a { + margin-right: 6.45rem; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; +} + +/* 头部 end */ + +/* 导航 start */ + +.lcl-nav { + height: 2rem; + width: 100%; + background: #fff; + border-bottom: 0.025rem solid #c6c6c6; + padding: 0 0.5rem; + box-sizing: border-box; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.lcl-nav a { + font-size: 0.75rem; + color: #646464; + text-align: center; + width: 2.275rem; + height: 1.95rem; + line-height: 1.975rem; +} + +.lcl-nav .active { + color: #62a532; + border-bottom: 0.05rem solid #60a62c; +} + +/* 导航 end*/ + +/* 蔬菜套餐 start*/ + +.lcl-chili { + height: 6rem; + margin-top: 0.5rem; + background: #fff; + width: 100%; + border-top: 0.025rem solid #e8e8e8; + border-bottom: 0.025rem solid #c6c6c6; + display: flex; + padding: 0 0.5rem; + justify-content: space-between; + box-sizing: border-box; + padding-top: 0.7rem; +} + +.lcl-chili img { + width: 5.8rem; + height: 4.475rem; + border: 0.025rem solid #e8e8e8; + margin-right: 0.5rem; +} + +.lcl-chili .lcl-info ul { + width: 11.525rem; + height: 4.475rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-txt1 span { + color: #343434; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-name { + font-size: 0.7rem; + font-weight: 600; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-num { + font-size: 0.45rem; +} + +.lcl-chili .lcl-info ul .lcl-txt2 { + font-size: 0.55rem; + color: #636361; + margin-top: 0.3rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 { + display: flex; + justify-content: space-between; + margin-top: 0.25rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-adr { + font-size: 0.45rem; + color: #757573; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price { + font-size: 0.45rem; + color: #6ca43f; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price b { + font-weight: normal; + font-size: 0.75rem; +} + +.lcl-chili .lcl-info ul .lcl-btn { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-btn a { + width: 3.25rem; + height: 1.25rem; + border-radius: 0.25rem; + background: #959595; + font-size: 0.55rem; + color: #e8e6e7; + text-align: center; + line-height: 1.25rem; + margin-right: 0; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-log2 { + width: 3.25rem; + height: 1.25rem; +} + +.lcl-chili .lcl-info ul .lcl-btn .on { + background: #fa932c; +} + +/* 彩椒 白菜 end*/ \ No newline at end of file diff --git a/2017-3-9/teamA/css/farm7.css b/2017-3-9/teamA/css/farm7.css new file mode 100644 index 0000000..a7ad12d --- /dev/null +++ b/2017-3-9/teamA/css/farm7.css @@ -0,0 +1,225 @@ +* { + margin: 0; + padding: 0; + list-style: none; + text-decoration: none; +} + +body { + background: #eeeeee; +} + +/* 头部 start */ + +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #a6c987; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: 600; + flex: 1; + font-size: 0.85rem; +} + +header a { + margin-right: 6.45rem; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; +} + +/* 头部 end */ + +/* 导航 start */ + +.lcl-nav { + height: 2rem; + width: 100%; + background: #fff; + border-bottom: 0.025rem solid #c6c6c6; + padding: 0 0.5rem; + box-sizing: border-box; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.lcl-nav a { + font-size: 0.75rem; + color: #646464; + text-align: center; + width: 2.275rem; + height: 1.95rem; + line-height: 1.975rem; +} + +.lcl-nav .active { + color: #62a532; + border-bottom: 0.05rem solid #60a62c; +} + +/* 导航 end*/ + +/* 内容 start */ + +.lcl-content { + height: 17.625rem; + margin-top: 0.5rem; + background: #fff; + width: 100%; + border-top: 0.025rem solid #e8e8e8; + border-bottom: 0.025rem solid #c6c6c6; + /* 蔬菜套餐 start*/ + /* 彩椒 白菜 end*/ + /* 确定按钮 start */ + /* 确定按钮 end */ +} + +.lcl-content .lcl-chili { + height: 6rem; + width: 100%; + display: flex; + padding: 0 0.5rem; + justify-content: space-between; + box-sizing: border-box; + padding-top: 0.7rem; +} + +.lcl-content .lcl-chili img { + width: 5.8rem; + height: 4.475rem; + border: 0.025rem solid #e8e8e8; + margin-right: 0.5rem; +} + +.lcl-content .lcl-chili .lcl-info ul { + width: 11.525rem; + height: 4.475rem; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-txt1 { + display: flex; + justify-content: space-between; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-txt1 span { + color: #343434; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-txt1 .lcl-name { + font-size: 0.7rem; + font-weight: 600; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-txt1 .lcl-num { + font-size: 0.45rem; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-txt2 { + font-size: 0.55rem; + color: #636361; + margin-top: 0.3rem; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-txt3 { + display: flex; + justify-content: space-between; + margin-top: 0.25rem; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-txt3 .lcl-adr { + font-size: 0.45rem; + color: #757573; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-txt3 .lcl-price { + font-size: 0.45rem; + color: #6ca43f; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-txt3 .lcl-price b { + font-weight: normal; + font-size: 0.75rem; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-btn { + display: flex; + justify-content: space-between; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-btn a { + width: 3.25rem; + height: 1.25rem; + border-radius: 0.25rem; + background: #959595; + font-size: 0.55rem; + color: #e8e6e7; + text-align: center; + line-height: 1.25rem; + margin-right: 0; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-btn .lcl-add-delete { + width: 5.375rem; + height: 1.1rem; + display: flex; + justify-content: space-between; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-btn .lcl-add, +.lcl-content .lcl-chili .lcl-info ul .lcl-btn .lcl-delete, +.lcl-content .lcl-chili .lcl-info ul .lcl-btn .lcl-dispaly-box { + width: 2rem; + height: 100%; + background: #e5e5e5; + border-radius: 0; + color: #000; + font-size: 0.9rem; + text-align: center; + line-height: 1.1rem; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-btn .lcl-dispaly-box { + width: 1.4rem; + background: #fff; + font-size: 0.7rem; +} + +.lcl-content .lcl-chili .lcl-info ul .lcl-btn .on { + background: #fa932c; +} + +.lcl-content .lcl-btn-ensure { + width: 100%; + height: 3.75rem; + display: flex; + justify-content: center; + align-items: center; +} + +.lcl-content .lcl-btn-ensure p { + width: 5.25rem; + height: 1.55rem; + border-radius: 0.125rem; + background: #60a42d; + color: #fdfdff; + text-align: center; + line-height: 1.55rem; + font-size: 0.65rem; +} + +/* 内容 start */ \ No newline at end of file diff --git a/2017-3-9/teamA/css/farm8.css b/2017-3-9/teamA/css/farm8.css new file mode 100644 index 0000000..87f9974 --- /dev/null +++ b/2017-3-9/teamA/css/farm8.css @@ -0,0 +1,176 @@ +* { + margin: 0; + padding: 0; + list-style: none; + text-decoration: none; +} + +body { + background: #eeeeee; +} + +/* 头部 start */ + +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #a6c987; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: 600; + flex: 1; + font-size: 0.85rem; +} + +header a { + margin-right: 6.45rem; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; +} + +/* 头部 end */ + +/* 导航 start */ + +.lcl-nav { + height: 2rem; + width: 100%; + background: #fff; + border-bottom: 0.025rem solid #c6c6c6; + padding: 0 0.5rem; + box-sizing: border-box; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.lcl-nav a { + font-size: 0.75rem; + color: #646464; + text-align: center; + width: 2.275rem; + height: 1.95rem; + line-height: 1.975rem; +} + +.lcl-nav .active { + color: #62a532; + border-bottom: 0.05rem solid #60a62c; +} + +/* 导航 end*/ + +/* 蔬菜套餐 start*/ + +.lcl-chili { + height: 6rem; + margin-top: 0.5rem; + background: #fff; + width: 100%; + border-top: 0.025rem solid #e8e8e8; + border-bottom: 0.025rem solid #c6c6c6; + display: flex; + padding: 0 0.5rem; + justify-content: space-between; + box-sizing: border-box; + padding-top: 0.7rem; +} + +.lcl-chili img { + width: 5.8rem; + height: 4.475rem; + border: 0.025rem solid #e8e8e8; + margin-right: 0.5rem; +} + +.lcl-chili .lcl-info ul { + width: 11.525rem; + height: 4.475rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-txt1 span { + color: #343434; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-name { + font-size: 0.7rem; + font-weight: 600; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-num { + font-size: 0.45rem; +} + +.lcl-chili .lcl-info ul .lcl-txt2 { + font-size: 0.55rem; + color: #636361; + margin-top: 0.3rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 { + display: flex; + justify-content: space-between; + margin-top: 0.25rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-adr { + font-size: 0.45rem; + color: #757573; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price { + font-size: 0.45rem; + color: #6ca43f; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price b { + font-weight: normal; + font-size: 0.75rem; +} + +.lcl-chili .lcl-info ul .lcl-btn { + display: flex; + justify-content: flex-end; +} + +.lcl-chili .lcl-info ul .lcl-btn a { + width: 3.5rem; + height: 1.25rem; + border-radius: 0.25rem; + background: #959595; + font-size: 0.55rem; + color: #ffeadc; + text-align: center; + line-height: 1.25rem; + margin-right: 0; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-log2 { + width: 3.25rem; + height: 1.25rem; +} + +.lcl-chili .lcl-info ul .lcl-btn .on { + background: #fa932c; +} + +/* 彩椒 白菜 end*/ \ No newline at end of file diff --git a/2017-3-9/teamA/css/farm9.css b/2017-3-9/teamA/css/farm9.css new file mode 100644 index 0000000..8ce278b --- /dev/null +++ b/2017-3-9/teamA/css/farm9.css @@ -0,0 +1,216 @@ +* { + margin: 0; + padding: 0; + list-style: none; + text-decoration: none; +} + +body { + background: #eeeeee; +} + +/* 头部 start */ + +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #5ea52d; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: 600; + flex: 1; + font-size: 0.85rem; +} + +header a { + margin-right: 6.45rem; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; +} + +/* 头部 end */ + +/* 导航 start */ + +.lcl-nav { + height: 2rem; + width: 100%; + background: #fff; + border-bottom: 0.025rem solid #c6c6c6; + padding: 0 0.5rem; + box-sizing: border-box; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.lcl-nav a { + font-size: 0.75rem; + color: #646464; + text-align: center; + width: 2.275rem; + height: 1.95rem; + line-height: 1.975rem; +} + +.lcl-nav .active { + color: #62a532; + border-bottom: 0.05rem solid #60a62c; +} + +/* 导航 end*/ + +/* 蔬菜套餐 start*/ + +.lcl-chili { + height: 6rem; + margin-top: 0.5rem; + width: 100%; + background: #fff; + display: flex; + padding: 0 0.5rem; + border-top: 0.025rem solid #e8e8e8; + border-bottom: 0.025rem solid #c6c6c6; + justify-content: space-between; + box-sizing: border-box; + padding-top: 0.7rem; +} + +.lcl-chili img { + width: 5.8rem; + height: 4.475rem; + border: 0.025rem solid #e8e8e8; + margin-right: 0.5rem; +} + +.lcl-chili .lcl-info ul { + width: 11.525rem; + height: 4.475rem; +} + +.lcl-chili .lcl-info ul .lcl-txt1 { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-txt1 span { + color: #343434; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-name { + font-size: 0.7rem; + font-weight: 600; +} + +.lcl-chili .lcl-info ul .lcl-txt1 .lcl-num { + font-size: 0.45rem; +} + +.lcl-chili .lcl-info ul .lcl-txt2 { + font-size: 0.55rem; + color: #636361; + margin-top: 0.3rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 { + display: flex; + justify-content: space-between; + margin-top: 0.25rem; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-adr { + font-size: 0.45rem; + color: #757573; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price { + font-size: 0.45rem; + color: #6ca43f; +} + +.lcl-chili .lcl-info ul .lcl-txt3 .lcl-price b { + font-weight: normal; + font-size: 0.75rem; +} + +.lcl-chili .lcl-info ul .lcl-btn { + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-btn a { + width: 3.5rem; + height: 1.25rem; + border-radius: 0.25rem; + background: #959595; + font-size: 0.55rem; + color: #e8e6e7; + text-align: center; + line-height: 1.25rem; + margin-right: 0; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-add-delete { + width: 5.375rem; + height: 1.1rem; + display: flex; + justify-content: space-between; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-add, +.lcl-chili .lcl-info ul .lcl-btn .lcl-delete, +.lcl-chili .lcl-info ul .lcl-btn .lcl-dispaly-box { + width: 2rem; + height: 100%; + background: #e5e5e5; + border-radius: 0; + color: #000; + font-size: 0.9rem; + text-align: center; + line-height: 1.1rem; +} + +.lcl-chili .lcl-info ul .lcl-btn .lcl-dispaly-box { + width: 1.4rem; + background: #fff; + font-size: 0.7rem; +} + +.lcl-chili .lcl-info ul .lcl-btn .on { + background: #60a42b; +} + +.lcl-btn-ensure { + height: 3.875rem; + width: 100%; + justify-content: center; + display: flex; + line-height: 3.875rem; + align-items: center; +} + +.lcl-btn-ensure p { + width: 5.25rem; + height: 1.6rem; + border-radius: 0.125rem; + text-align: center; + line-height: 1.6rem; + color: #fffdfe; + background: #60a42b; +} + +/* 彩椒 白菜 end*/ \ No newline at end of file diff --git a/2017-3-9/teamA/css/news_address.css b/2017-3-9/teamA/css/news_address.css new file mode 100644 index 0000000..e2f7184 --- /dev/null +++ b/2017-3-9/teamA/css/news_address.css @@ -0,0 +1,154 @@ +* { + margin: 0; + padding: 0; + list-style: none; +} + +a { + color: #323431; + text-decoration: none; +} + +/*city-box css*/ + +.news_address-box { + width: 18.75rem; + height: 33.35rem; + background: #eee; + /*header css*/ + /*地址列表address-list css*/ + /*设为默认set css*/ +} + +.news_address-box header { + height: 2.225rem; + background: #fdfffc; + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 0.5rem; + border-bottom: 0.025rem solid #bec0bd; + box-sizing: border-box; +} + +.news_address-box header .return { + width: 0.475rem; + height: 0.8rem; + background: url(../img/return.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -9999rem; +} + +.news_address-box header h4 { + font-size: 0.925rem; + color: #5ca32b; + font-weight: normal; + box-sizing: border-box; +} + +.news_address-box header .save { + font-size: 0.55rem; + color: #676767; + padding-top: 0.125rem; + box-sizing: border-box; +} + +.news_address-box .address-list { + height: 12.35rem; + background: #fdfffc; + border-bottom: 0.025rem solid #c7c7c5; + margin-top: 0.45rem; + box-sizing: border-box; +} + +.news_address-box .address-list li { + height: 2.025rem; + line-height: 2.025rem; + display: flex; + border-bottom: 0.025rem solid #e4e6e3; + align-items: center; + box-sizing: border-box; + padding-left: 0.5rem; +} + +.news_address-box .address-list li span { + font-size: 0.55rem; +} + +.news_address-box .address-list li input { + width: 10rem; + height: 1.5rem; + background: none; + border: none; + outline: none; + margin-left: 0.5rem; +} + +.news_address-box .address-list .choice { + height: 2.025rem; + display: flex; + justify-content: space-between; + padding-right: 0.5rem; + box-sizing: border-box; +} + +.news_address-box .address-list .choice a { + height: 2.025rem; + line-height: 2.025rem; + font-size: 0.55rem; + display: block; + color: #686868; + float: left; +} + +.news_address-box .address-list .choice a .option { + width: 0.275rem; + height: 0.55rem; + background: url(../img/option.png) no-repeat; + display: block; + float: right; + margin-top: 0.75rem; + margin-left: 0.225rem; + background-size: 0.275rem 0.55rem; + text-indent: -999rem; +} + +.news_address-box .address-list .detail { + width: 100%; + height: 4.25rem; + border-bottom: none; +} + +.news_address-box .address-list .detail .detail-txt { + background: none; + border: none; + outline: none; + resize: none; +} + +.news_address-box .set { + height: 2rem; + line-height: 2rem; + background: #fdfffc; + display: flex; + justify-content: space-between; + align-items: center; + padding: 0 0.5rem; + margin-top: 0.45rem; + border-bottom: 0.025rem solid #e4e6e3; + box-sizing: border-box; +} + +.news_address-box .set h4 { + font-size: 0.55rem; + color: #626262; + font-weight: normal; +} + +.news_address-box .set .on-off { + width: 2.25rem; + height: 1.4rem; + background: url(../img/on-off.png) no-repeat; + background-size: 2.25rem 1.4rem; + text-indent: -99rem; +} \ No newline at end of file diff --git a/2017-3-9/teamA/css/sitemanage.css b/2017-3-9/teamA/css/sitemanage.css new file mode 100644 index 0000000..b1d31ff --- /dev/null +++ b/2017-3-9/teamA/css/sitemanage.css @@ -0,0 +1,169 @@ +* { + margin: 0; + padding: 0; + list-style: none; +} + +a { + color: #323431; + text-decoration: none; +} + +/*sitemanage-box css*/ + +.sitemanage-box { + width: 18.75rem; + height: 33.35rem; + background: #eee; + /*header css*/ +} + +.sitemanage-box header { + width: 100%; + height: 2.225rem; + background: #fdfffc; + display: flex; + align-items: center; + padding-left: 0.5rem; + border-bottom: 0.025rem solid #bec0bd; + box-sizing: border-box; +} + +.sitemanage-box header .return { + width: 0.475rem; + height: 0.8rem; + background: url(../img/return.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -9999rem; +} + +.sitemanage-box header h4 { + font-size: 0.925rem; + color: #5ca32b; + font-weight: normal; + margin-left: 6.45rem; + box-sizing: border-box; +} + +.sitemanage-box .info-box { + height: 6.025rem; + background: #fdfffc; + margin-top: 0.45rem; + border-bottom: 0.025rem solid #c6c6c6; + box-sizing: border-box; +} + +.sitemanage-box .info-box .info { + height: 3.7rem; + border-bottom: 0.025rem solid #e4e6e3; + box-sizing: border-box; +} + +.sitemanage-box .info-box .info .detalied-info { + height: 1.8rem; + display: flex; + justify-content: space-between; + padding: 0 0.5rem; + align-items: center; + box-sizing: border-box; +} + +.sitemanage-box .info-box .info .detalied-info span { + font-size: 0.6rem; + color: #2d2d2d; +} + +.sitemanage-box .info-box .info li { + height: 1.6rem; + line-height: 1.6rem; + padding: 0 0.5rem; +} + +.sitemanage-box .info-box .info li span { + font-size: 0.625rem; + color: #353535; +} + +.sitemanage-box .info-box .default { + height: 2.35rem; + line-height: 2.35rem; + display: flex; + align-items: center; + padding: 0 0.5rem; + justify-content: space-between; + box-sizing: border-box; +} + +.sitemanage-box .info-box .default .sitel { + display: flex; + align-items: center; + height: 0.5rem; + line-height: 0.5rem; +} + +.sitemanage-box .info-box .default .sitel a { + font-size: 0.475rem; + color: #343432; + padding-left: 0.75rem; +} + +.sitemanage-box .info-box .default .sitel .siter { + background: url(../img/radus.png) no-repeat; + background-size: 0.5rem 0.5rem; +} + +.sitemanage-box .info-box .default .editl { + display: flex; + align-items: center; + height: 0.75rem; + padding-left: 8rem; + line-height: 0.75rem; +} + +.sitemanage-box .info-box .default .editl a { + font-size: 0.475rem; + color: #343432; + padding-left: 0.9rem; +} + +.sitemanage-box .info-box .default .editl .edit { + background: url(../img/edit.png) no-repeat; + background-size: 0.75rem 0.75rem; +} + +.sitemanage-box .info-box .default .deletel { + display: flex; + align-items: center; + height: 0.75rem; + line-height: 0.75rem; +} + +.sitemanage-box .info-box .default .deletel a { + font-size: 0.475rem; + color: #343432; + padding-left: 0.9rem; +} + +.sitemanage-box .info-box .default .deletel .delete { + background: url(../img/delete.png) no-repeat; + background-size: 0.625rem 0.675rem; +} + +.sitemanage-box .newsite { + height: 1.875rem; + padding-top: 1.2rem; + padding-left: 4.825rem; + box-sizing: border-box; +} + +.sitemanage-box .newsite a { + width: 9.05rem; + height: 1.875rem; + line-height: 1.875rem; + font-size: 0.55rem; + display: block; + background: #dcdcdc; + border: 0.025rem solid #bebebe; + border-radius: 0.25rem; + text-align: center; +} \ No newline at end of file diff --git a/2017-3-9/teamA/css/zjkc.css b/2017-3-9/teamA/css/zjkc.css new file mode 100644 index 0000000..aa6b2b9 --- /dev/null +++ b/2017-3-9/teamA/css/zjkc.css @@ -0,0 +1,39 @@ + +.t-header{height:59px;} +.t-first{border-right:2px solid #f9f9f9; font-size:17px; color:#444; + line-height:59px; padding-left:20px; } +.t-second{background:url(img/dian.png) no-repeat ; width:92px; height:59px; +display: block;} +.one,.two,.three,.four{width:282px; height:296px; border-top:1px solid #f4f6f8; +border-bottom:1px solid #f4f6f8;} + + + +.one-A{margin-top:13px;} +.it{width:52px; height:21px;background:#c6d0d8; border-radius:3px; font-size:10px; color:#fff; +display:block; line-height: 21px; text-align: center; float:left;} +h3{font-size:12px; color:#444; margin-left:57px; line-height:21px; font-weight:bold;} +.one-B{font-size:12px; color:#d6d2d8; margin-top:-3px;} + +.one,.two,.three,.four{border-right:1px solid #f4f6f8;} +.row{-margin-left:10px;} + + +/* +.one,.two,.three,.four{margin-top:10px;} + */ +@media(max-width:960px){ + .one{padding-top:10px; margin-left:10px;} + .two{padding-top:10px;} + .three{padding-top:10px;} + .four{padding-top:10px; margin-left:10px;} +} +@media(max-width:768px){ + .one{padding-top:10px; margin-left:10px;} + .two{padding-top:10px;} + .three{padding-top:10px;} + .four{padding-top:10px; margin-left:10px;} +} +@media(max-width:400px){ + .one{} +} diff --git "a/2017-3-9/teamA/css/\345\210\206\347\261\273.css" "b/2017-3-9/teamA/css/\345\210\206\347\261\273.css" new file mode 100644 index 0000000..0055fad --- /dev/null +++ "b/2017-3-9/teamA/css/\345\210\206\347\261\273.css" @@ -0,0 +1,43 @@ +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #a6c987; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header div { + flex: 1; + display: flex; +} + +header div a { + font-size: 0.625rem; + color: #a6c987; +} + +header div .shopping-che { + width: 1.25rem; + height: 0.875rem; + text-indent: -999rem; + background: url(../img/zy-shopping.png) no-repeat; + background-size: 1.25rem 0.875rem; +} + +header .shopping { + justify-content: flex-end; +} + +header .classify { + justify-content: center; +} + +header .classify a { + font-size: 0.9rem; + font-weight: bolder; +} \ No newline at end of file diff --git "a/2017-3-9/teamA/css/\345\237\216\345\270\202\345\210\227\350\241\250.css" "b/2017-3-9/teamA/css/\345\237\216\345\270\202\345\210\227\350\241\250.css" new file mode 100644 index 0000000..d542d05 --- /dev/null +++ "b/2017-3-9/teamA/css/\345\237\216\345\270\202\345\210\227\350\241\250.css" @@ -0,0 +1,31 @@ +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #a6c987; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: bold; + flex: 1; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; + margin-right: 6.45rem; +} + +header .have { + margin-left: 5.225rem; + color: #a6c987; +} \ No newline at end of file diff --git "a/2017-3-9/teamA/css/\345\237\216\345\270\202\345\210\227\350\241\250\346\234\211\344\277\235\345\255\230.css" "b/2017-3-9/teamA/css/\345\237\216\345\270\202\345\210\227\350\241\250\346\234\211\344\277\235\345\255\230.css" new file mode 100644 index 0000000..f9c1c7f --- /dev/null +++ "b/2017-3-9/teamA/css/\345\237\216\345\270\202\345\210\227\350\241\250\346\234\211\344\277\235\345\255\230.css" @@ -0,0 +1,31 @@ +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #a6c987; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: bold; + flex: 1; +} + +header a h2 { + width: 0.475rem; + height: 0.8rem; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 0.475rem 0.8rem; + text-indent: -999em; + margin-right: 6.45rem; +} + +header .save { + font-size: 0.55rem; + color: #676966; +} \ No newline at end of file diff --git "a/2017-3-9/teamA/css/\345\260\276\351\203\250.css" "b/2017-3-9/teamA/css/\345\260\276\351\203\250.css" new file mode 100644 index 0000000..95b8011 --- /dev/null +++ "b/2017-3-9/teamA/css/\345\260\276\351\203\250.css" @@ -0,0 +1,48 @@ +footer { + width: 18.75rem; + height: 2.5rem; + margin-top: 0.55rem; + display: flex; + justify-content: center; + align-items: center; + background: #fcfcfc; +} + +footer ul { + width: 100%; + display: flex; + justify-content: center; + align-items: center; +} + +footer ul li h6 { + width: 1.2rem; + height: 1.025rem; + margin: 0 auto; +} + +footer ul li .zy-home { + background: url(../img/zy-home.png) no-repeat; + background-size: 1.2rem 1.025rem; +} + +footer ul li .zy-classfiy { + background: url(../img/zy-classfiy.png) no-repeat; + background-size: 1.2rem 1.025rem; +} + +footer ul li .zy-mine { + background: url(../img/zy-mine.png) no-repeat; + background-size: 1.2rem 1.025rem; +} + +footer ul li a { + font-size: 0.5rem; + color: #676767; + display: block; +} + +footer ul .classfiy { + margin-left: 5.425rem; + margin-right: 5.675rem; +} \ No newline at end of file diff --git "a/2017-3-9/teamA/css/\346\210\221\347\232\204.css" "b/2017-3-9/teamA/css/\346\210\221\347\232\204.css" new file mode 100644 index 0000000..a1385a0 --- /dev/null +++ "b/2017-3-9/teamA/css/\346\210\221\347\232\204.css" @@ -0,0 +1,17 @@ +header { + width: 18.75rem; + height: 2.225rem; + background: #fdfffc; + border-bottom: 0.025rem solid #bec0bd; + display: flex; + align-items: center; + color: #60a727; + padding: 0 0.5rem; + box-sizing: border-box; + justify-content: center; +} + +header h1 { + font-weight: bold; + font-size: 0.9rem; +} \ No newline at end of file diff --git "a/2017-3-9/teamA/css/\347\273\223\347\256\227\345\260\276\351\203\250.css" "b/2017-3-9/teamA/css/\347\273\223\347\256\227\345\260\276\351\203\250.css" new file mode 100644 index 0000000..3bc2d4c --- /dev/null +++ "b/2017-3-9/teamA/css/\347\273\223\347\256\227\345\260\276\351\203\250.css" @@ -0,0 +1,50 @@ +footer { + width: 18.75rem; + height: 2.45rem; + display: flex; + align-items: center; +} + +footer .money { + width: 9.35rem; +} + +footer div h6 { + font-size: 0.5rem; + color: #727272; + display: block; + margin-left: 0.5rem; +} + +footer div h6 span { + width: 0.5rem; + height: 0.5rem; + background: url(../img/radus.png) no-repeat; + background-size: 0.5rem; + text-indent: -999em; + display: block; + float: left; + margin-top: 0.1rem; +} + +footer div p { + font-size: 0.7rem; + color: #656565; + margin-left: 1.7rem; +} + +footer div p span { + font-size: 0.8rem; + color: #f8940a; +} + +footer div a { + width: 7.125rem; + height: 2.45rem; + background: #60a42b; + color: #fff; + font-size: 0.85rem; + line-height: 2.45rem; + text-align: center; + float: right; +} \ No newline at end of file diff --git a/2017-3-9/teamA/gulpfile.js b/2017-3-9/teamA/gulpfile.js new file mode 100644 index 0000000..beb46c3 --- /dev/null +++ b/2017-3-9/teamA/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/teamA/img/1.png b/2017-3-9/teamA/img/1.png new file mode 100644 index 0000000..0749e10 Binary files /dev/null and b/2017-3-9/teamA/img/1.png differ diff --git a/2017-3-9/teamA/img/2.png b/2017-3-9/teamA/img/2.png new file mode 100644 index 0000000..6a4648f Binary files /dev/null and b/2017-3-9/teamA/img/2.png differ diff --git a/2017-3-9/teamA/img/3.png b/2017-3-9/teamA/img/3.png new file mode 100644 index 0000000..48f7ce9 Binary files /dev/null and b/2017-3-9/teamA/img/3.png differ diff --git a/2017-3-9/teamA/img/4.png b/2017-3-9/teamA/img/4.png new file mode 100644 index 0000000..9afcae9 Binary files /dev/null and b/2017-3-9/teamA/img/4.png differ diff --git a/2017-3-9/teamA/img/daosanjiao.png b/2017-3-9/teamA/img/daosanjiao.png new file mode 100644 index 0000000..c1e87ec Binary files /dev/null and b/2017-3-9/teamA/img/daosanjiao.png differ diff --git a/2017-3-9/teamA/img/daosanjiao2.png b/2017-3-9/teamA/img/daosanjiao2.png new file mode 100644 index 0000000..6acdc90 Binary files /dev/null and b/2017-3-9/teamA/img/daosanjiao2.png differ diff --git a/2017-3-9/teamA/img/datu.png b/2017-3-9/teamA/img/datu.png new file mode 100644 index 0000000..bd8f2c9 Binary files /dev/null and b/2017-3-9/teamA/img/datu.png differ diff --git a/2017-3-9/teamA/img/delete.png b/2017-3-9/teamA/img/delete.png new file mode 100644 index 0000000..4d36c46 Binary files /dev/null and b/2017-3-9/teamA/img/delete.png differ diff --git a/2017-3-9/teamA/img/dian.png b/2017-3-9/teamA/img/dian.png new file mode 100644 index 0000000..3f08171 Binary files /dev/null and b/2017-3-9/teamA/img/dian.png differ diff --git a/2017-3-9/teamA/img/edit.png b/2017-3-9/teamA/img/edit.png new file mode 100644 index 0000000..aac341e Binary files /dev/null and b/2017-3-9/teamA/img/edit.png differ diff --git a/2017-3-9/teamA/img/fdj.png b/2017-3-9/teamA/img/fdj.png new file mode 100644 index 0000000..3805d54 Binary files /dev/null and b/2017-3-9/teamA/img/fdj.png differ diff --git a/2017-3-9/teamA/img/lcl-cabbage.png b/2017-3-9/teamA/img/lcl-cabbage.png new file mode 100644 index 0000000..66be508 Binary files /dev/null and b/2017-3-9/teamA/img/lcl-cabbage.png differ diff --git a/2017-3-9/teamA/img/lcl-chili.png b/2017-3-9/teamA/img/lcl-chili.png new file mode 100644 index 0000000..6edc70a Binary files /dev/null and b/2017-3-9/teamA/img/lcl-chili.png differ diff --git a/2017-3-9/teamA/img/lcl-onions.png b/2017-3-9/teamA/img/lcl-onions.png new file mode 100644 index 0000000..8db3156 Binary files /dev/null and b/2017-3-9/teamA/img/lcl-onions.png differ diff --git a/2017-3-9/teamA/img/lcl-package.png b/2017-3-9/teamA/img/lcl-package.png new file mode 100644 index 0000000..5aa8c94 Binary files /dev/null and b/2017-3-9/teamA/img/lcl-package.png differ diff --git a/2017-3-9/teamA/img/lcl-ring.png b/2017-3-9/teamA/img/lcl-ring.png new file mode 100644 index 0000000..0fbb5f7 Binary files /dev/null and b/2017-3-9/teamA/img/lcl-ring.png differ diff --git a/2017-3-9/teamA/img/logo.png b/2017-3-9/teamA/img/logo.png new file mode 100644 index 0000000..3f9a643 Binary files /dev/null and b/2017-3-9/teamA/img/logo.png differ diff --git a/2017-3-9/teamA/img/on-off.png b/2017-3-9/teamA/img/on-off.png new file mode 100644 index 0000000..2c7eaef Binary files /dev/null and b/2017-3-9/teamA/img/on-off.png differ diff --git a/2017-3-9/teamA/img/option.png b/2017-3-9/teamA/img/option.png new file mode 100644 index 0000000..ec71ab6 Binary files /dev/null and b/2017-3-9/teamA/img/option.png differ diff --git a/2017-3-9/teamA/img/phone.png b/2017-3-9/teamA/img/phone.png new file mode 100644 index 0000000..d2bb3e0 Binary files /dev/null and b/2017-3-9/teamA/img/phone.png differ diff --git a/2017-3-9/teamA/img/radus.png b/2017-3-9/teamA/img/radus.png new file mode 100644 index 0000000..9c3cea8 Binary files /dev/null and b/2017-3-9/teamA/img/radus.png differ diff --git a/2017-3-9/teamA/img/return.png b/2017-3-9/teamA/img/return.png new file mode 100644 index 0000000..31390b4 Binary files /dev/null and b/2017-3-9/teamA/img/return.png differ diff --git a/2017-3-9/teamA/img/zns.png b/2017-3-9/teamA/img/zns.png new file mode 100644 index 0000000..105da7f Binary files /dev/null and b/2017-3-9/teamA/img/zns.png differ diff --git a/2017-3-9/teamA/img/zns2.png b/2017-3-9/teamA/img/zns2.png new file mode 100644 index 0000000..cc29f76 Binary files /dev/null and b/2017-3-9/teamA/img/zns2.png differ diff --git a/2017-3-9/teamA/img/zy-classfiy.png b/2017-3-9/teamA/img/zy-classfiy.png new file mode 100644 index 0000000..e8aa4e0 Binary files /dev/null and b/2017-3-9/teamA/img/zy-classfiy.png differ diff --git a/2017-3-9/teamA/img/zy-home.png b/2017-3-9/teamA/img/zy-home.png new file mode 100644 index 0000000..93260a9 Binary files /dev/null and b/2017-3-9/teamA/img/zy-home.png differ diff --git a/2017-3-9/teamA/img/zy-mine.png b/2017-3-9/teamA/img/zy-mine.png new file mode 100644 index 0000000..33fe865 Binary files /dev/null and b/2017-3-9/teamA/img/zy-mine.png differ diff --git a/2017-3-9/teamA/img/zy-shopping.png b/2017-3-9/teamA/img/zy-shopping.png new file mode 100644 index 0000000..b0af91c Binary files /dev/null and b/2017-3-9/teamA/img/zy-shopping.png differ diff --git a/2017-3-9/teamA/img/zy-zuo.png b/2017-3-9/teamA/img/zy-zuo.png new file mode 100644 index 0000000..7bd7a2d Binary files /dev/null and b/2017-3-9/teamA/img/zy-zuo.png differ diff --git a/2017-3-9/teamA/lcl-dingdan-fukuan.html b/2017-3-9/teamA/lcl-dingdan-fukuan.html new file mode 100644 index 0000000..bd24afb --- /dev/null +++ b/2017-3-9/teamA/lcl-dingdan-fukuan.html @@ -0,0 +1,93 @@ + + + + + 我的订单待付款 + + + + + + + + + +
+

返回

+

我的订单

+
+ + + +
+ 待付款 + 待服务 + 已完成 + 已取消 +
+ + +
+ + + +
+ + +
+ +
+ + +
+ + + +
+ + +
+ +
+ + \ No newline at end of file diff --git a/2017-3-9/teamA/lcl-dingdan-fuwu.html b/2017-3-9/teamA/lcl-dingdan-fuwu.html new file mode 100644 index 0000000..b1f274e --- /dev/null +++ b/2017-3-9/teamA/lcl-dingdan-fuwu.html @@ -0,0 +1,93 @@ + + + + + 我的订单待服务 + + + + + + + + + +
+

返回

+

我的订单

+
+ + + +
+ 待付款 + 待服务 + 已完成 + 已取消 +
+ + +
+ + + +
+ + +
+ +
+ + +
+ + + +
+ + +
+ +
+ + \ No newline at end of file diff --git a/2017-3-9/teamA/lcl-dingdan-quxiao.html b/2017-3-9/teamA/lcl-dingdan-quxiao.html new file mode 100644 index 0000000..6ebf4cb --- /dev/null +++ b/2017-3-9/teamA/lcl-dingdan-quxiao.html @@ -0,0 +1,88 @@ + + + + + 我订单已取消的 + + + + + + + + + +
+

返回

+

我的订单

+
+ + + +
+ 待付款 + 待服务 + 已完成 + 已取消 +
+ + +
+ +
+ + +
+ +
+ +
+ +
+ + +
+ +
+ + \ No newline at end of file diff --git a/2017-3-9/teamA/lcl-dingdan-wancheng.html b/2017-3-9/teamA/lcl-dingdan-wancheng.html new file mode 100644 index 0000000..7d0b65b --- /dev/null +++ b/2017-3-9/teamA/lcl-dingdan-wancheng.html @@ -0,0 +1,97 @@ + + + + + 我的订单已完成 + + + + + + + + + +
+

返回

+

我的订单

+
+ + +
+ 待付款 + 待服务 + 已完成 + 已取消 +
+ + +
+ + + +
+ + +
+ +
+ + + +
+ + + +
+ + +
+ +
+ + \ No newline at end of file diff --git a/2017-3-9/teamA/lcl-gouwuche.html b/2017-3-9/teamA/lcl-gouwuche.html new file mode 100644 index 0000000..758b3e8 --- /dev/null +++ b/2017-3-9/teamA/lcl-gouwuche.html @@ -0,0 +1,126 @@ + + + + + 购物车 + + + + + + + + + +
+

返回

+

购物车

+
+ + + + + + +
+ + + + + + +
+ + +
+ +
+ + +
+ + + + + + +
+ + +
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/2017-3-9/teamA/lcl-taocan-fukuan.html b/2017-3-9/teamA/lcl-taocan-fukuan.html new file mode 100644 index 0000000..1f14654 --- /dev/null +++ b/2017-3-9/teamA/lcl-taocan-fukuan.html @@ -0,0 +1,69 @@ + + + + + 我的套餐待付款 + + + + + + + + + + +
+

返回

+

我的套餐

+
+ + + +
+ 待付款 + 待开始 + 进行中 + 已完成 + 已取消 +
+ + +
+ + + +
+ + +
+ +
+ + + \ No newline at end of file diff --git a/2017-3-9/teamA/lcl-taocan-ing.html b/2017-3-9/teamA/lcl-taocan-ing.html new file mode 100644 index 0000000..6dd6474 --- /dev/null +++ b/2017-3-9/teamA/lcl-taocan-ing.html @@ -0,0 +1,91 @@ + + + + + 我的套餐进行中 + + + + + + + + + +
+

返回

+

我的套餐

+
+ + + + +
+ 待付款 + 待开始 + 进行中 + 已完成 + 已取消 +
+ + +
+ +
+ + + +
+ + +
+ +
+ + + + + + +
+

+ 确定 +

+
+ +
+ + \ No newline at end of file diff --git a/2017-3-9/teamA/lcl-taocan-kaishi.html b/2017-3-9/teamA/lcl-taocan-kaishi.html new file mode 100644 index 0000000..b352090 --- /dev/null +++ b/2017-3-9/teamA/lcl-taocan-kaishi.html @@ -0,0 +1,69 @@ + + + + + 我的套餐待开始 + + + + + + + + + +
+

返回

+

我的套餐

+
+ + + + +
+ 待付款 + 待开始 + 进行中 + 已完成 + 已取消 +
+ + +
+ + + +
+ + +
+ +
+ + + \ No newline at end of file diff --git a/2017-3-9/teamA/lcl-taocan-quxiao.html b/2017-3-9/teamA/lcl-taocan-quxiao.html new file mode 100644 index 0000000..49278fa --- /dev/null +++ b/2017-3-9/teamA/lcl-taocan-quxiao.html @@ -0,0 +1,68 @@ + + + + + 我的套餐已取消 + + + + + + + + + +
+

返回

+

我的套餐

+
+ + + + +
+ 待付款 + 待开始 + 进行中 + 已完成 + 已取消 +
+ + +
+ + + +
+ + +
+ +
+ + + \ No newline at end of file diff --git a/2017-3-9/teamA/lcl-taocan-wancheng.html b/2017-3-9/teamA/lcl-taocan-wancheng.html new file mode 100644 index 0000000..de6dbda --- /dev/null +++ b/2017-3-9/teamA/lcl-taocan-wancheng.html @@ -0,0 +1,69 @@ + + + + + 我的套餐已完成 + + + + + + + + + +
+

返回

+

我的套餐

+
+ + + + +
+ 待付款 + 待开始 + 进行中 + 已完成 + 已取消 +
+ + +
+ + + +
+ + +
+ +
+ + + \ No newline at end of file diff --git a/2017-3-9/teamA/less/city.less b/2017-3-9/teamA/less/city.less new file mode 100644 index 0000000..19ee81c --- /dev/null +++ b/2017-3-9/teamA/less/city.less @@ -0,0 +1,150 @@ +*{ + margin: 0; + padding: 0; + list-style: none; +} + +a{ + color: #323431; + text-decoration: none; +} +/*city-box css*/ +.city-box{ + width: 750px; + background: #eee; + + /*header css*/ + header{ + width: 100%; + height: 89px; + background: #fdfffc; + display: flex; + align-items:center; + padding-left: 20px; + border-bottom: 1px solid #bec0bd; + box-sizing: border-box; + + .return{ + width: 19px; + height: 32px; + background: url(../img/return.png) no-repeat; + background-size: 19px 32px; + text-indent: -9999rem; + } + + h4{ + font-size: 37px; + color: #5ca32b; + font-weight: normal; + margin-left:258px; + box-sizing: border-box; + } + } + /*当前位置cur-pos css*/ + .cur-pos{ + height: 162px; + background: #fdfffc; + border-bottom: 1px solid #c7c7c5; + margin-top:18px; + box-sizing: border-box; + + li{ + height: 81px; + line-height: 81px; + border-bottom: 1px solid #e4e6e3; + box-sizing: border-box; + padding-left: 20px; + + a{ + font-size: 23px; + color: #696967; + } + + .sitecolor{ + color: #31312f; + } + } + } + /*商业区sowntown css*/ + .sowntown{ + height: 294px; + background: #fdfffc; + margin-top:18px; + border-bottom: 1px solid #c6c6c6; + box-sizing: border-box; + + .select{ + height: 80px; + line-height: 80px; + padding-left: 20px; + border-bottom: 1px solid #e4e6e3; + box-sizing: border-box; + + h4{ + font-size: 22px; + color: #626262; + font-weight: normal; + } + } + + .retail-centre{ + height: 213px; + display: flex; + justify-content:space-between; + flex-wrap:wrap; + padding:20px 20px; + box-sizing: border-box; + + li{ + width: 159px; + height: 55px; + text-align: center; + background: #dcdcdc; + border-radius: 8px; + + a{ + display: block; + height: 55px; + line-height: 55px; + font-size: 22px; + } + } + } + } + /*地址列表locationlist-box css*/ + .locationlist-box{ + height: 694px; + background: #fdfffc; + + .location-title{ + height: 81px; + padding-left: 20px; + border-bottom: 1px solid #e4e6e3; + box-sizing: border-box; + + a{ + display: block; + line-height: 81px; + font-size: 22px; + color: #636363; + } + } + + .location-list{ + height: 81px; + + li{ + height: 81px; + line-height: 81px; + border-bottom: 1px solid #e4e6e3; + box-sizing: border-box; + + a{ + font-size: 22px; + display: block; + padding-left: 20px; + } + } + } + } +} diff --git a/2017-3-9/teamA/less/farm.less b/2017-3-9/teamA/less/farm.less new file mode 100644 index 0000000..7f6bc16 --- /dev/null +++ b/2017-3-9/teamA/less/farm.less @@ -0,0 +1,159 @@ +*{ + margin:0; + padding:0; + list-style: none; + text-decoration: none; +} +body{ + background: #eeeeee; +} + +/* 头部 start */ + +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #5ea52d; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: 600; + flex:1; + font-size: 34px; + } + a{ + margin-right: 258px; + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + } + } +} +/* 头部 end */ + + +/* 导航 start */ +.lcl-nav{ + height: 80px; + width: 100%; + background: #fff; + border-bottom: 1px solid #c6c6c6; + padding:0px 68px; + box-sizing: border-box; + display: flex; + flex-direction:row; + justify-content:space-between; + + a{ + font-size: 30px; + color: #646464; + + text-align: center; + width: 91px; + height: 78px; + line-height: 79px; + + } + .active{ + color: #62a532; + border-bottom: 2px solid #60a62c; + } +} +/* 导航 end*/ +/* 彩椒 白菜 start*/ +.lcl-chili{ + height: 240px; + margin-top: 20px; + background: #fff; + width: 100%; + border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #c6c6c6; + display: flex; + padding:0 20px; + justify-content:space-between; + box-sizing: border-box; + padding-top: 28px; + img{ + width: 232px; + height: 179px; + border:1px solid #e8e8e8; + margin-right: 20px; + } + + + .lcl-info{ + ul{ + width: 461px; + height: 179px; + .lcl-txt1{ + display: flex; + justify-content:space-between; + span{ + color: #343434; + } + .lcl-name{ + font-size: 28px; + } + .lcl-num{ + font-size: 18px; + } + } + .lcl-txt2{ + font-size: 22px; + color:#636361; + margin-top: 12px; + } + .lcl-txt3{ + display: flex; + justify-content:space-between; + margin-top: 10px; + .lcl-adr{ + font-size: 18px; + color:#757573; + } + .lcl-price{ + font-size: 18px; + color: #6ca43f; + b{ + font-weight: normal; + font-size: 30px; + } + } + } + .lcl-btn{ + display: flex; + justify-content:space-between; + a{ + width: 140px; + height: 50px; + border-radius: 10px; + background: #959595; + font-size: 22px; + color:#e8e6e7; + text-align: center; + line-height: 50px; + margin-right: 0px; + } + .lcl-log{ + width: 130px; + height: 50px; + } + .lcl-log2{ + width: 130px; + height: 50px; + } + } + } + + } +} +/* 彩椒 白菜 end*/ diff --git a/2017-3-9/teamA/less/farm10.less b/2017-3-9/teamA/less/farm10.less new file mode 100644 index 0000000..dec7789 --- /dev/null +++ b/2017-3-9/teamA/less/farm10.less @@ -0,0 +1,226 @@ +*{ + margin:0; + padding:0; + list-style: none; + text-decoration: none; +} +body{ + background: #eeeeee; +} +/* 头部 start */ + +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #a6c987; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: 600; + flex:1; + font-size: 34px; + } + a{ + margin-right: 258px; + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + } + } +} +/* 头部 end */ + + +/* 内容 start */ + /* 蔬菜套餐 start*/ +.lcl-chili{ + height: 240px; + width: 100%; + margin-top: 20px; + background: #fff; + display: flex; + padding:0 20px; + border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #c6c6c6; + justify-content:space-between; + align-items:center; + box-sizing: border-box; + padding-top: 28px; + .lcl-ring{ + width: 23px; + height: 23px; + + } + .lcl-pic{ + width: 232px; + height: 179px; + border:1px solid #e8e8e8; + margin-right: 20px; + } + + + .lcl-info{ + ul{ + width: 413px; + height: 179px; + .lcl-txt1{ + display: flex; + justify-content:space-between; + span{ + color: #343434; + } + .lcl-name{ + font-size: 28px; + font-weight: 600; + } + .lcl-price{ + font-size: 18px; + color: #6ca43f; + b{ + font-weight: normal; + font-size: 30px; + } + } + } + .lcl-txt2{ + font-size: 22px; + color:#636361; + margin-top: 12px; + + } + .lcl-txt3{ + display: flex; + justify-content:space-between; + margin-top: 10px; + .lcl-adr{ + font-size: 18px; + color:#757573; + } + } + .lcl-btn{ + display: flex; + justify-content:flex-end; + a{ + width: 130px; + height: 50px; + border-radius: 10px; + background: #959595; + font-size: 22px; + color:#e8e6e7; + text-align: center; + line-height: 50px; + margin-right: 0px; + } + .lcl-add-delete{ + width: 215px; + height: 44px; + display: flex; + justify-content:space-between; + } + .lcl-add,.lcl-delete,.lcl-dispaly-box{ + width: 80px; + height: 100%; + background: #e5e5e5; + border-radius: 0px; + color:#000; + font-size: 36px; + text-align: center; + line-height: 44px; + } + .lcl-dispaly-box{ + width: 56px; + background: #fff; + font-size: 28px; + + + + } + .on{ + background: #fa932c; + } + + } + } + + } +} +/* 彩椒 白菜 end*/ +/* 确定按钮 start */ + .lcl-btn-ensure{ + width: 100%; + height: 150px; + + display: flex; + justify-content:center; + align-items:center; + p{ + width: 210px; + height: 62px; + border-radius: 5px; + background: #60a42d; + color:#fdfdff; + text-align: center; + line-height: 62px; + font-size: 26px; + } + } + /* 确定按钮 end */ + +/* 内容 start */ +/*尾部*/ +footer{ + width: 750px; + height: 98px; + display: flex; + align-items:center; + .money{ + width: 374px; + } + div{ + h6{ + font-size: 20px; + color: #727272; + display: block; + margin-left: 20px; + span{ + width: 20px; + height: 20px; + background: url(../img/radus.png) no-repeat; + background-size: 20px; + text-indent: -999em; + display: block; + float: left; + margin-top: 4px; + } + } + p{ + font-size: 28px; + color: #656565; + margin-left: 68px; + span{ + font-size: 32px; + color: #f8940a; + } + + } + a{ + width: 285px; + height: 98px; + background: #60a42b; + color: #fff; + font-size: 34px; + line-height: 98px; + text-align: center; + float: right; + } + } +} \ No newline at end of file diff --git a/2017-3-9/teamA/less/farm2.less b/2017-3-9/teamA/less/farm2.less new file mode 100644 index 0000000..34636f9 --- /dev/null +++ b/2017-3-9/teamA/less/farm2.less @@ -0,0 +1,159 @@ +*{ + margin:0; + padding:0; + list-style: none; + text-decoration: none; +} +body{ + background: #eeeeee; +} + + +/* 头部 start */ + +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #5ea52d; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: 600; + flex:1; + font-size: 34px; + } + a{ + margin-right: 258px; + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + } + } +} +/* 头部 end */ + +/* 导航 start */ +.lcl-nav{ + height: 80px; + width: 100%; + background: #fff; + border-bottom: 1px solid #c6c6c6; + padding:0px 68px; + box-sizing: border-box; + display: flex; + flex-direction:row; + justify-content:space-between; + + a{ + font-size: 30px; + color: #646464; + + text-align: center; + width: 91px; + height: 78px; + line-height: 79px; + + } + .active{ + color: #62a532; + border-bottom: 2px solid #60a62c; + } +} +/* 导航 end */ +/* 彩椒 白菜 start */ +.lcl-chili{ + height: 240px; + margin-top: 20px; + background: #fff; + width: 100%; + border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #c6c6c6; + display: flex; + padding:0 20px; + justify-content:space-between; + box-sizing: border-box; + padding-top: 28px; + + img{ + width: 232px; + height: 179px; + border:1px solid #e8e8e8; + margin-right: 20px; + } + + + .lcl-info{ + ul{ + width: 461px; + height: 179px; + .lcl-txt1{ + display: flex; + justify-content:space-between; + span{ + color: #343434; + } + .lcl-name{ + font-size: 28px; + } + .lcl-num{ + font-size: 18px; + } + } + .lcl-txt2{ + font-size: 22px; + color:#636361; + margin-top: 12px; + } + .lcl-txt3{ + display: flex; + justify-content:space-between; + margin-top: 10px; + .lcl-adr{ + font-size: 18px; + color:#757573; + } + .lcl-price{ + font-size: 18px; + color: #6ca43f; + b{ + font-weight: normal; + font-size: 30px; + } + } + } + .lcl-btn{ + display: flex; + justify-content:space-between; + a{ + width: 130px; + height: 50px; + border-radius: 10px; + background: #959595; + font-size: 22px; + color:#e8e6e7; + text-align: center; + line-height: 50px; + margin-right: 0px; + } + .lcl-log2{ + width: 130px; + height: 50px; + } + .on{ + background: #fa932c; + } + } + } + + } +} +/* 彩椒 白菜 end */ \ No newline at end of file diff --git a/2017-3-9/teamA/less/farm3.less b/2017-3-9/teamA/less/farm3.less new file mode 100644 index 0000000..0c5b819 --- /dev/null +++ b/2017-3-9/teamA/less/farm3.less @@ -0,0 +1,169 @@ +*{ + margin:0; + padding:0; + list-style: none; + text-decoration: none; +} +body{ + background: #eeeeee; +} + +/* 头部 start */ + +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #5ea52d; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: 600; + flex:1; + font-size: 34px; + } + a{ + margin-right: 258px; + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + } + } +} +/* 头部 end */ +/* 导航 start */ + +.lcl-nav{ + height: 80px; + width: 100%; + background: #fff; + border-bottom: 1px solid #c6c6c6; + padding:0px 68px; + box-sizing: border-box; + display: flex; + flex-direction:row; + justify-content:space-between; + + a{ + font-size: 30px; + color: #646464; + + text-align: center; + width: 91px; + height: 78px; + line-height: 79px; + + } + .active{ + color: #62a532; + border-bottom: 2px solid #60a62c; + } +} +/* 导航 end*/ +/* 彩椒 白菜 start*/ +.lcl-chili{ + height: 240px; + margin-top: 20px; + background: #fff; + width: 100%; + border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #c6c6c6; + display: flex; + padding:0 20px; + justify-content:space-between; + box-sizing: border-box; + padding-top: 28px; + .lcl-bg,.lcl-bg2{ + width: 232px; + height: 179px; + background: url(../img/lcl-chili.png)no-repeat; + background-size: 232px 179px; + border:1px solid #e8e8e8; + margin-right: 20px; + + } + .lcl-bg2{ + background: url(../img/lcl-cabbage.png)no-repeat; + background-size: 232px 179px; + + } + + + .lcl-info{ + ul{ + width: 461px; + height: 179px; + .lcl-txt1{ + display: flex; + justify-content:space-between; + span{ + color: #343434; + } + .lcl-name{ + font-size: 28px; + } + .lcl-num{ + font-size: 18px; + } + } + .lcl-txt2{ + font-size: 22px; + color:#636361; + margin-top: 12px; + } + .lcl-txt3{ + display: flex; + justify-content:space-between; + margin-top: 10px; + .lcl-adr{ + font-size: 18px; + color:#757573; + } + .lcl-price{ + font-size: 18px; + color: #6ca43f; + b{ + font-weight: normal; + font-size: 30px; + } + } + } + .lcl-btn{ + display: flex; + justify-content:space-between; + a{ + width: 130px; + height: 50px; + border-radius: 10px; + background: #959595; + font-size: 22px; + color:#e8e6e7; + text-align: center; + line-height: 50px; + margin-right: 0px; + } + .lcl-log{ + width: 130px; + height: 50px; + } + .lcl-log2{ + width: 130px; + height: 50px; + } + .lcl-log3{ + background: #fa932c; + } + } + } + + } +} +/* 彩椒 白菜 end*/ \ No newline at end of file diff --git a/2017-3-9/teamA/less/farm4.less b/2017-3-9/teamA/less/farm4.less new file mode 100644 index 0000000..0d60ad8 --- /dev/null +++ b/2017-3-9/teamA/less/farm4.less @@ -0,0 +1,151 @@ +*{ + margin:0; + padding:0; + list-style: none; + text-decoration: none; +} +body{ + background: #eeeeee; +} + +/* 头部 start */ + +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #5ea52d; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: 600; + flex:1; + font-size: 34px; + } + a{ + margin-right: 258px; + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + } + } +} +/* 头部 end */ + +/* 导航 start*/ +.lcl-nav{ + height: 80px; + width: 100%; + background: #fff; + border-bottom: 1px solid #c6c6c6; + padding:0px 68px; + box-sizing: border-box; + display: flex; + flex-direction:row; + justify-content:space-between; + + a{ + font-size: 30px; + color: #646464; + + text-align: center; + width: 91px; + height: 78px; + line-height: 79px; + + } + .active{ + color: #62a532; + border-bottom: 2px solid #60a62c; + } +} +/* 导航 end */ +/* 彩椒 白菜start */ +.lcl-chili{ + height: 240px; + margin-top: 20px; + background: #fff; + width: 100%; + border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #c6c6c6; + display: flex; + padding:0 20px; + justify-content:space-between; + box-sizing: border-box; + padding-top: 28px; + img{ + width: 232px; + height: 179px; + border:1px solid #e8e8e8; + margin-right: 20px; + } + .lcl-info{ + ul{ + width: 461px; + height: 179px; + .lcl-txt1{ + display: flex; + justify-content:space-between; + span{ + color: #343434; + } + .lcl-cabbage{ + font-size: 30px; + font-weight: 300px; + } + .lcl-apprise{ + font-size: 20px; + color: #ff9b12; + } + + } + .lcl-txt2{ + display: flex; + justify-content:space-between; + margin-top:10px; + box-sizing: border-box; + span{ + color: #919191; + font-size: 24px; + } + } + .lcl-txt3{ + display: flex; + justify-content:flex-end; + margin-top: 30px; + + .lcl-price{ + font-size: 18px; + color: #6ca43f; + b{ + font-weight: normal; + font-size: 30px; + } + } + } + .lcl-completed{ + display: flex; + justify-content:space-between; + + .lcl-adr{ + font-size: 18px; + color:#757573; + } + .lcl-finish{ + font-size: 22px; + color:#5b5b5b; + } + } + } + + } +} +/* 彩椒 白菜end */ diff --git a/2017-3-9/teamA/less/farm5.less b/2017-3-9/teamA/less/farm5.less new file mode 100644 index 0000000..039dfe7 --- /dev/null +++ b/2017-3-9/teamA/less/farm5.less @@ -0,0 +1,155 @@ +*{ + margin:0; + padding:0; + list-style: none; + text-decoration: none; +} +body{ + background: #eeeeee; +} + +/* 头部 start */ + +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #5ea52d; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: 600; + flex:1; + font-size: 34px; + } + a{ + margin-right: 258px; + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + } + } +} +/* 头部 end */ + +/* 导航 start */ +.lcl-nav{ + height: 80px; + width: 100%; + background: #fff; + border-bottom: 1px solid #c6c6c6; + padding:0px 20px; + box-sizing: border-box; + display: flex; + flex-direction:row; + justify-content:space-between; + + a{ + font-size: 30px; + color: #646464; + + text-align: center; + width: 91px; + height: 78px; + line-height: 79px; + + } + .active{ + color: #62a532; + border-bottom: 2px solid #60a62c; + } +} +/* 导航 end*/ +/* 蔬菜套餐 start*/ +.lcl-chili{ + height: 240px; + margin-top: 20px; + background: #fff; + width: 100%; + border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #c6c6c6; + display: flex; + padding:0 20px; + justify-content:space-between; + box-sizing: border-box; + padding-top: 28px; + img{ + width: 232px; + height: 179px; + border:1px solid #e8e8e8; + margin-right: 20px; + } + + + .lcl-info{ + ul{ + width: 461px; + height: 179px; + .lcl-txt1{ + display: flex; + justify-content:space-between; + span{ + color: #343434; + } + .lcl-name{ + font-size: 28px; + font-weight: 600; + } + .lcl-num{ + font-size: 18px; + } + } + .lcl-txt2{ + font-size: 22px; + color:#636361; + margin-top: 12px; + } + .lcl-txt3{ + display: flex; + justify-content:space-between; + margin-top: 10px; + .lcl-adr{ + font-size: 18px; + color:#757573; + } + .lcl-price{ + font-size: 18px; + color: #6ca43f; + b{ + font-weight: normal; + font-size: 30px; + } + } + } + .lcl-btn{ + display: flex; + justify-content:space-between; + a{ + width: 130px; + height: 50px; + border-radius: 10px; + background: #959595; + font-size: 22px; + color:#e8e6e7; + text-align: center; + line-height: 50px; + margin-right: 0px; + } + .on{ + background: #fa932c; + } + + } + } + + } +} +/* 彩椒 白菜 end*/ diff --git a/2017-3-9/teamA/less/farm6.less b/2017-3-9/teamA/less/farm6.less new file mode 100644 index 0000000..cb52a7c --- /dev/null +++ b/2017-3-9/teamA/less/farm6.less @@ -0,0 +1,159 @@ +*{ + margin:0; + padding:0; + list-style: none; + text-decoration: none; +} +body{ + background: #eeeeee; +} +/* 头部 start */ + +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #a6c987; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: 600; + flex:1; + font-size: 34px; + } + a{ + margin-right: 258px; + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + } + } +} +/* 头部 end */ + + +/* 导航 start */ +.lcl-nav{ + height: 80px; + width: 100%; + background: #fff; + border-bottom: 1px solid #c6c6c6; + padding:0px 20px; + box-sizing: border-box; + display: flex; + flex-direction:row; + justify-content:space-between; + + a{ + font-size: 30px; + color: #646464; + + text-align: center; + width: 91px; + height: 78px; + line-height: 79px; + + } + .active{ + color: #62a532; + border-bottom: 2px solid #60a62c; + } +} +/* 导航 end*/ +/* 蔬菜套餐 start*/ +.lcl-chili{ + height: 240px; + margin-top: 20px; + background: #fff; + width: 100%; + border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #c6c6c6; + display: flex; + padding:0 20px; + justify-content:space-between; + box-sizing: border-box; + padding-top: 28px; + img{ + width: 232px; + height: 179px; + border:1px solid #e8e8e8; + margin-right: 20px; + } + + + .lcl-info{ + ul{ + width: 461px; + height: 179px; + .lcl-txt1{ + display: flex; + justify-content:space-between; + span{ + color: #343434; + } + .lcl-name{ + font-size: 28px; + font-weight: 600; + } + .lcl-num{ + font-size: 18px; + } + } + .lcl-txt2{ + font-size: 22px; + color:#636361; + margin-top: 12px; + } + .lcl-txt3{ + display: flex; + justify-content:space-between; + margin-top: 10px; + .lcl-adr{ + font-size: 18px; + color:#757573; + } + .lcl-price{ + font-size: 18px; + color: #6ca43f; + b{ + font-weight: normal; + font-size: 30px; + } + } + } + .lcl-btn{ + display: flex; + justify-content:space-between; + a{ + width: 130px; + height: 50px; + border-radius: 10px; + background: #959595; + font-size: 22px; + color:#e8e6e7; + text-align: center; + line-height: 50px; + margin-right: 0px; + } + .lcl-log2{ + width: 130px; + height: 50px; + } + .on{ + background: #fa932c; + } + + } + } + + } +} +/* 彩椒 白菜 end*/ diff --git a/2017-3-9/teamA/less/farm7.less b/2017-3-9/teamA/less/farm7.less new file mode 100644 index 0000000..1037422 --- /dev/null +++ b/2017-3-9/teamA/less/farm7.less @@ -0,0 +1,210 @@ +*{ + margin:0; + padding:0; + list-style: none; + text-decoration: none; +} +body{ + background: #eeeeee; +} +/* 头部 start */ + +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #a6c987; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: 600; + flex:1; + font-size: 34px; + } + a{ + margin-right: 258px; + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + } + } +} +/* 头部 end */ + + +/* 导航 start */ + +.lcl-nav{ + height: 80px; + width: 100%; + background: #fff; + border-bottom: 1px solid #c6c6c6; + padding:0px 20px; + box-sizing: border-box; + display: flex; + flex-direction:row; + justify-content:space-between; + + a{ + font-size: 30px; + color: #646464; + + text-align: center; + width: 91px; + height: 78px; + line-height: 79px; + + } + .active{ + color: #62a532; + border-bottom: 2px solid #60a62c; + } +} +/* 导航 end*/ + + + +/* 内容 start */ +.lcl-content{ + height: 705px; + margin-top: 20px; + background: #fff; + width: 100%; + border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #c6c6c6; + /* 蔬菜套餐 start*/ +.lcl-chili{ + height: 240px; + width: 100%; + display: flex; + padding:0 20px; + justify-content:space-between; + box-sizing: border-box; + padding-top: 28px; + img{ + width: 232px; + height: 179px; + border:1px solid #e8e8e8; + margin-right: 20px; + } + + + .lcl-info{ + ul{ + width: 461px; + height: 179px; + .lcl-txt1{ + display: flex; + justify-content:space-between; + span{ + color: #343434; + } + .lcl-name{ + font-size: 28px; + font-weight: 600; + } + .lcl-num{ + font-size: 18px; + } + } + .lcl-txt2{ + font-size: 22px; + color:#636361; + margin-top: 12px; + } + .lcl-txt3{ + display: flex; + justify-content:space-between; + margin-top: 10px; + .lcl-adr{ + font-size: 18px; + color:#757573; + } + .lcl-price{ + font-size: 18px; + color: #6ca43f; + b{ + font-weight: normal; + font-size: 30px; + } + } + } + .lcl-btn{ + display: flex; + justify-content:space-between; + a{ + width: 130px; + height: 50px; + border-radius: 10px; + background: #959595; + font-size: 22px; + color:#e8e6e7; + text-align: center; + line-height: 50px; + margin-right: 0px; + } + .lcl-add-delete{ + width: 215px; + height: 44px; + display: flex; + justify-content:space-between; + } + .lcl-add,.lcl-delete,.lcl-dispaly-box{ + width: 80px; + height: 100%; + background: #e5e5e5; + border-radius: 0px; + color:#000; + font-size: 36px; + text-align: center; + line-height: 44px; + } + .lcl-dispaly-box{ + width: 56px; + background: #fff; + font-size: 28px; + + + + } + .on{ + background: #fa932c; + } + + } + } + + } +} +/* 彩椒 白菜 end*/ +/* 确定按钮 start */ + .lcl-btn-ensure{ + width: 100%; + height: 150px; + + display: flex; + justify-content:center; + align-items:center; + p{ + width: 210px; + height: 62px; + border-radius: 5px; + background: #60a42d; + color:#fdfdff; + text-align: center; + line-height: 62px; + font-size: 26px; + } + } + /* 确定按钮 end */ +} + +/* 内容 start */ \ No newline at end of file diff --git a/2017-3-9/teamA/less/farm8.less b/2017-3-9/teamA/less/farm8.less new file mode 100644 index 0000000..e1c520c --- /dev/null +++ b/2017-3-9/teamA/less/farm8.less @@ -0,0 +1,159 @@ +*{ + margin:0; + padding:0; + list-style: none; + text-decoration: none; +} +body{ + background: #eeeeee; +} +/* 头部 start */ + +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #a6c987; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: 600; + flex:1; + font-size: 34px; + } + a{ + margin-right: 258px; + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + } + } +} +/* 头部 end */ + + +/* 导航 start */ +.lcl-nav{ + height: 80px; + width: 100%; + background: #fff; + border-bottom: 1px solid #c6c6c6; + padding:0px 20px; + box-sizing: border-box; + display: flex; + flex-direction:row; + justify-content:space-between; + + a{ + font-size: 30px; + color: #646464; + + text-align: center; + width: 91px; + height: 78px; + line-height: 79px; + + } + .active{ + color: #62a532; + border-bottom: 2px solid #60a62c; + } +} +/* 导航 end*/ +/* 蔬菜套餐 start*/ +.lcl-chili{ + height: 240px; + margin-top: 20px; + background: #fff; + width: 100%; + border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #c6c6c6; + display: flex; + padding:0 20px; + justify-content:space-between; + box-sizing: border-box; + padding-top: 28px; + img{ + width: 232px; + height: 179px; + border:1px solid #e8e8e8; + margin-right: 20px; + } + + + .lcl-info{ + ul{ + width: 461px; + height: 179px; + .lcl-txt1{ + display: flex; + justify-content:space-between; + span{ + color: #343434; + } + .lcl-name{ + font-size: 28px; + font-weight: 600; + } + .lcl-num{ + font-size: 18px; + } + } + .lcl-txt2{ + font-size: 22px; + color:#636361; + margin-top: 12px; + } + .lcl-txt3{ + display: flex; + justify-content:space-between; + margin-top: 10px; + .lcl-adr{ + font-size: 18px; + color:#757573; + } + .lcl-price{ + font-size: 18px; + color: #6ca43f; + b{ + font-weight: normal; + font-size: 30px; + } + } + } + .lcl-btn{ + display: flex; + justify-content:flex-end; + a{ + width: 140px; + height: 50px; + border-radius: 10px; + background: #959595; + font-size: 22px; + color:#ffeadc; + text-align: center; + line-height: 50px; + margin-right: 0px; + } + .lcl-log2{ + width: 130px; + height: 50px; + } + .on{ + background: #fa932c; + } + + } + } + + } +} +/* 彩椒 白菜 end*/ diff --git a/2017-3-9/teamA/less/farm9.less b/2017-3-9/teamA/less/farm9.less new file mode 100644 index 0000000..b8fccdd --- /dev/null +++ b/2017-3-9/teamA/less/farm9.less @@ -0,0 +1,194 @@ +*{ + margin:0; + padding:0; + list-style: none; + text-decoration: none; +} +body{ + background: #eeeeee; +} +/* 头部 start */ + +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #5ea52d; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: 600; + flex:1; + font-size: 34px; + } + a{ + margin-right: 258px; + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + } + } +} +/* 头部 end */ + + +/* 导航 start */ +.lcl-nav{ + height: 80px; + width: 100%; + background: #fff; + border-bottom: 1px solid #c6c6c6; + padding:0px 20px; + box-sizing: border-box; + display: flex; + flex-direction:row; + justify-content:space-between; + + a{ + font-size: 30px; + color: #646464; + + text-align: center; + width: 91px; + height: 78px; + line-height: 79px; + + } + .active{ + color: #62a532; + border-bottom: 2px solid #60a62c; + } +} +/* 导航 end*/ +/* 蔬菜套餐 start*/ +.lcl-chili{ + height: 240px; + margin-top: 20px; + width: 100%; + background: #fff; + display: flex; + padding:0 20px; + border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #c6c6c6; + justify-content:space-between; + box-sizing: border-box; + padding-top: 28px; + img{ + width: 232px; + height: 179px; + border:1px solid #e8e8e8; + margin-right: 20px; + } + + + .lcl-info{ + ul{ + width: 461px; + height: 179px; + .lcl-txt1{ + display: flex; + justify-content:space-between; + span{ + color: #343434; + } + .lcl-name{ + font-size: 28px; + font-weight: 600; + } + .lcl-num{ + font-size: 18px; + } + } + .lcl-txt2{ + font-size: 22px; + color:#636361; + margin-top: 12px; + } + .lcl-txt3{ + display: flex; + justify-content:space-between; + margin-top: 10px; + .lcl-adr{ + font-size: 18px; + color:#757573; + } + .lcl-price{ + font-size: 18px; + color: #6ca43f; + b{ + font-weight: normal; + font-size: 30px; + } + } + } + .lcl-btn{ + display: flex; + justify-content:space-between; + a{ + width: 140px; + height: 50px; + border-radius: 10px; + background: #959595; + font-size: 22px; + color:#e8e6e7; + text-align: center; + line-height: 50px; + margin-right: 0px; + } + .lcl-add-delete{ + width: 215px; + height: 44px; + display: flex; + justify-content:space-between; + } + .lcl-add,.lcl-delete,.lcl-dispaly-box{ + width: 80px; + height: 100%; + background: #e5e5e5; + border-radius: 0px; + color:#000; + font-size: 36px; + text-align: center; + line-height: 44px; + } + .lcl-dispaly-box{ + width: 56px; + background: #fff; + font-size: 28px; + } + .on{ + background: #60a42b; + } + + } + } + + } +} +.lcl-btn-ensure{ + height: 155px; + + width: 100%; + justify-content:center; + display: flex; + line-height: 155px; + align-items:center; + p{ + width: 210px; + height: 64px; + border-radius: 5px; + text-align: center; + line-height: 64px; + color:#fffdfe; + background: #60a42b; + } +} +/* 彩椒 白菜 end*/ \ No newline at end of file diff --git a/2017-3-9/teamA/less/news_address.less b/2017-3-9/teamA/less/news_address.less new file mode 100644 index 0000000..d20f5cd --- /dev/null +++ b/2017-3-9/teamA/less/news_address.less @@ -0,0 +1,150 @@ +*{ + margin: 0; + padding: 0; + list-style: none; +} + +a{ + color: #323431; + text-decoration: none; +} +/*city-box css*/ +.news_address-box{ + width: 750px; + height: 1334px; + background: #eee; + + /*header css*/ + header{ + height: 89px; + background: #fdfffc; + display: flex; + align-items:center; + justify-content:space-between; + padding: 0 20px; + border-bottom: 1px solid #bec0bd; + box-sizing: border-box; + + .return{ + width: 19px; + height: 32px; + background: url(../img/return.png) no-repeat; + background-size: 19px 32px; + text-indent: -9999rem; + } + + h4{ + font-size: 37px; + color: #5ca32b; + font-weight: normal; + box-sizing: border-box; + } + + .save{ + font-size: 22px; + color: #676767; + padding-top: 5px; + box-sizing: border-box; + } + } + /*地址列表address-list css*/ + .address-list{ + height: 494px; + background: #fdfffc; + border-bottom: 1px solid #c7c7c5; + margin-top:18px; + box-sizing: border-box; + + li{ + height: 81px; + line-height: 81px; + display: flex; + border-bottom: 1px solid #e4e6e3; + align-items:center; + box-sizing: border-box; + padding-left: 20px; + + span{ + font-size: 22px; + } + + input{ + width: 400px; + height: 60px; + background:none; + border:none; + outline:none; + margin-left:20px; + } + } + + .choice{ + height: 81px; + display: flex; + justify-content:space-between; + padding-right: 20px; + box-sizing: border-box; + + a{ + height: 81px; + line-height: 81px; + font-size: 22px; + display: block; + color: #686868; + float: left; + + .option{ + width: 11px; + height: 22px; + background: url(../img/option.png) no-repeat; + display: block; + float: right; + margin-top:30px; + margin-left:9px; + background-size: 11px 22px; + text-indent: -999rem; + } + } + } + + .detail{ + width: 100%; + height: 170px; + border-bottom: none; + + .detail-txt{ + background:none; + border:none; + outline:none; + resize:none; + } + } + } + /*设为默认set css*/ + .set{ + height: 80px; + line-height: 80px; + background: #fdfffc; + display: flex; + justify-content:space-between; + align-items:center; + padding:0 20px; + margin-top:18px; + border-bottom: 1px solid #e4e6e3; + box-sizing: border-box; + + h4{ + font-size: 22px; + color: #626262; + font-weight: normal; + } + + .on-off{ + width: 90px; + height: 56px; + background: url(../img/on-off.png) no-repeat; + background-size:90px 56px; + text-indent: -99rem; + } + } +} diff --git a/2017-3-9/teamA/less/sitemanage.less b/2017-3-9/teamA/less/sitemanage.less new file mode 100644 index 0000000..8467910 --- /dev/null +++ b/2017-3-9/teamA/less/sitemanage.less @@ -0,0 +1,170 @@ +*{ + margin: 0; + padding: 0; + list-style: none; +} + +a{ + color: #323431; + text-decoration: none; +} +/*sitemanage-box css*/ +.sitemanage-box{ + width: 750px; + height:1334px; + background: #eee; + /*header css*/ + header{ + width: 100%; + height: 89px; + background: #fdfffc; + display: flex; + align-items:center; + padding-left: 20px; + border-bottom: 1px solid #bec0bd; + box-sizing: border-box; + + .return{ + width: 19px; + height: 32px; + background: url(../img/return.png) no-repeat; + background-size: 19px 32px; + text-indent: -9999rem; + } + + h4{ + font-size: 37px; + color: #5ca32b; + font-weight: normal; + margin-left:258px; + box-sizing: border-box; + } + } + + .info-box{ + height: 241px; + background: #fdfffc; + margin-top: 18px; + border-bottom: 1px solid #c6c6c6; + box-sizing: border-box; + + .info{ + height: 148px; + border-bottom: 1px solid #e4e6e3; + box-sizing: border-box; + + .detalied-info{ + height: 72px; + display: flex; + justify-content:space-between; + padding:0 20px; + align-items:center; + box-sizing: border-box; + + span{ + font-size: 24px; + color: #2d2d2d; + } + } + + li{ + height: 64px; + line-height: 64px; + padding: 0 20px; + + span{ + font-size: 25px; + color: #353535; + } + } + } + + .default{ + height: 94px; + line-height: 94px; + display: flex; + align-items:center; + padding: 0 20px; + justify-content:space-between; + box-sizing: border-box; + + .sitel{ + align-items:center; + display: flex; + align-items:center; + height: 20px; + line-height: 20px; + + a{ + font-size: 19px; + color: #343432; + padding-left: 30px; + } + + .siter{ + background: url(../img/radus.png) no-repeat; + background-size: 20px 20px; + } + } + + .editl{ + align-items:center; + display: flex; + align-items:center; + height: 30px; + padding-left: 320px; + line-height: 30px; + + a{ + font-size: 19px; + color: #343432; + padding-left: 36px; + } + + .edit{ + background: url(../img/edit.png) no-repeat; + background-size:30px 30px; + } + } + + .deletel{ + align-items:center; + display: flex; + align-items:center; + height: 30px; + line-height: 30px; + + a{ + font-size: 19px; + color: #343432; + padding-left: 36px; + } + + .delete{ + background: url(../img/delete.png) no-repeat; + background-size:25px 27px; + } + } + + } + } + + .newsite{ + height: 75px; + padding-top: 48px; + padding-left: 193px; + box-sizing: border-box; + + a{ + width: 362px; + height: 75px; + line-height: 75px; + font-size: 22px; + display: block; + background: #dcdcdc; + border:1px solid #bebebe; + border-radius: 10px; + text-align: center; + } + } +} diff --git "a/2017-3-9/teamA/less/\345\210\206\347\261\273.less" "b/2017-3-9/teamA/less/\345\210\206\347\261\273.less" new file mode 100644 index 0000000..23a51f7 --- /dev/null +++ "b/2017-3-9/teamA/less/\345\210\206\347\261\273.less" @@ -0,0 +1,42 @@ +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #a6c987; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + div{ + flex:1; + display: flex; + a{ + font-size: 25px; + color: #a6c987; + } + .shopping-che{ + width: 50px; + height: 35px; + text-indent: -999rem; + background: url(../img/zy-shopping.png) no-repeat; + background-size: 50px 35px; + } + + } + .shopping{ + justify-content: flex-end; + } + .classify{ + justify-content: center; + + a{ + font-size: 36px; + font-weight: bolder; + } + } + + +} \ No newline at end of file diff --git "a/2017-3-9/teamA/less/\345\237\216\345\270\202\345\210\227\350\241\250.less" "b/2017-3-9/teamA/less/\345\237\216\345\270\202\345\210\227\350\241\250.less" new file mode 100644 index 0000000..64add51 --- /dev/null +++ "b/2017-3-9/teamA/less/\345\237\216\345\270\202\345\210\227\350\241\250.less" @@ -0,0 +1,31 @@ +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #a6c987; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: bold; + flex:1; + } + a{ + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + margin-right: 258px; + } + } + .have{ + margin-left: 209px; + color: #a6c987; + } +} \ No newline at end of file diff --git "a/2017-3-9/teamA/less/\345\237\216\345\270\202\345\210\227\350\241\250\346\234\211\344\277\235\345\255\230.less" "b/2017-3-9/teamA/less/\345\237\216\345\270\202\345\210\227\350\241\250\346\234\211\344\277\235\345\255\230.less" new file mode 100644 index 0000000..a54bdc4 --- /dev/null +++ "b/2017-3-9/teamA/less/\345\237\216\345\270\202\345\210\227\350\241\250\346\234\211\344\277\235\345\255\230.less" @@ -0,0 +1,31 @@ +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #a6c987; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: bold; + flex:1; + } + a{ + h2{ + width: 19px; + height: 32px; + background: url(../img/zy-zuo.png) no-repeat; + background-size: 19px 32px; + text-indent: -999em; + margin-right: 258px; + } + } + .save{ + font-size: 22px; + color: #676966; + } +} \ No newline at end of file diff --git "a/2017-3-9/teamA/less/\345\260\276\351\203\250.less" "b/2017-3-9/teamA/less/\345\260\276\351\203\250.less" new file mode 100644 index 0000000..d0e7b95 --- /dev/null +++ "b/2017-3-9/teamA/less/\345\260\276\351\203\250.less" @@ -0,0 +1,43 @@ +footer{ + width: 750px; + height: 100px; + margin-top: 22px; + display: flex; + justify-content:center; + align-items:center; + background: #fcfcfc; + ul{ + width: 100%; + display: flex; + justify-content:center; + align-items:center; + li{ + h6{ + width: 48px; + height: 41px; + margin: 0 auto; + } + .zy-home{ + background: url(../img/zy-home.png) no-repeat; + background-size: 48px 41px; + } + .zy-classfiy{ + background: url(../img/zy-classfiy.png) no-repeat; + background-size: 48px 41px; + } + .zy-mine{ + background: url(../img/zy-mine.png) no-repeat; + background-size: 48px 41px; + } + a{ + font-size: 20px; + color: #676767; + display: block; + } + } + .classfiy{ + margin-left: 217px; + margin-right: 227px; + } + } +} \ No newline at end of file diff --git "a/2017-3-9/teamA/less/\346\210\221\347\232\204.less" "b/2017-3-9/teamA/less/\346\210\221\347\232\204.less" new file mode 100644 index 0000000..3d449bb --- /dev/null +++ "b/2017-3-9/teamA/less/\346\210\221\347\232\204.less" @@ -0,0 +1,18 @@ +header{ + width: 750px; + height: 89px; + background: #fdfffc; + border-bottom: 1px solid #bec0bd; + display: flex; + align-items:center; + color: #60a727; + padding: 0 20px; + box-sizing: border-box; + justify-content: center; + + h1{ + font-weight: bold; + font-size: 36px; + } + +} \ No newline at end of file diff --git "a/2017-3-9/teamA/less/\347\273\223\347\256\227\345\260\276\351\203\250.less" "b/2017-3-9/teamA/less/\347\273\223\347\256\227\345\260\276\351\203\250.less" new file mode 100644 index 0000000..4c789b6 --- /dev/null +++ "b/2017-3-9/teamA/less/\347\273\223\347\256\227\345\260\276\351\203\250.less" @@ -0,0 +1,47 @@ +footer{ + width: 750px; + height: 98px; + display: flex; + align-items:center; + .money{ + width: 374px; + } + div{ + h6{ + font-size: 20px; + color: #727272; + display: block; + margin-left: 20px; + span{ + width: 20px; + height: 20px; + background: url(../img/radus.png) no-repeat; + background-size: 20px; + text-indent: -999em; + display: block; + float: left; + margin-top: 4px; + } + } + p{ + font-size: 28px; + color: #656565; + margin-left: 68px; + span{ + font-size: 32px; + color: #f8940a; + } + + } + a{ + width: 285px; + height: 98px; + background: #60a42b; + color: #fff; + font-size: 34px; + line-height: 98px; + text-align: center; + float: right; + } + } +} \ No newline at end of file diff --git a/2017-3-9/teamA/news_address.html b/2017-3-9/teamA/news_address.html new file mode 100644 index 0000000..da5c789 --- /dev/null +++ b/2017-3-9/teamA/news_address.html @@ -0,0 +1,74 @@ + + + + + Document + + + + + + + + +
+ +
+ return +

添加新地址

+ 保存 +
+ +
+ + + + +
+

设为默认

+ on-off +
+ +
+
+ + + \ No newline at end of file diff --git a/2017-3-9/teamA/sitemanage.html b/2017-3-9/teamA/sitemanage.html new file mode 100644 index 0000000..7ecc7e4 --- /dev/null +++ b/2017-3-9/teamA/sitemanage.html @@ -0,0 +1,61 @@ + + + + + Document + + + + + + + + +
+ +
+ return +

地址管理

+
+ + +
+
+
    +
  • + 李某某 + 17316252344 +
  • +
  • + 北京市丰台区花乡科技园诺德中心1期3号楼708室 +
  • +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/2017-3-9/teamA/tanbailu.html b/2017-3-9/teamA/tanbailu.html new file mode 100644 index 0000000..1491b8a --- /dev/null +++ b/2017-3-9/teamA/tanbailu.html @@ -0,0 +1,126 @@ + + + + + 好知网 + + + + + + + + + + + +
+
+
+
在线课程
+
+ +
+
+
+ +
+
+
+ +
+ IT互联网 +

智能社:全站ES6、
AngularJS、NodeJS

+
+
+ 161浏览 + / + 17学院 + / + 0评分 +
+
+ + 北京智能社 + 免费 +
+
+
+ +
+ IT互联网 +

智能社:全站ES6、
AngularJS、NodeJS

+
+
+ 161浏览 + / + 17学院 + / + 0评分 +
+
+ + 北京智能社 + 免费 +
+
+
+ +
+ IT互联网 +

智能社:全站ES6、
AngularJS、NodeJS

+
+
+ 161浏览 + / + 17学院 + / + 0评分 +
+
+ + 北京智能社 + 免费 +
+
+
+ +
+ IT互联网 +

智能社:全站ES6、
AngularJS、NodeJS

+
+
+ 161浏览 + / + 17学院 + / + 0评分 +
+
+ + 北京智能社 + 免费 +
+
+
+
+
+ + + \ No newline at end of file diff --git "a/2017-3-9/teamA/\345\210\206\347\261\273.html" "b/2017-3-9/teamA/\345\210\206\347\261\273.html" new file mode 100644 index 0000000..825e4a4 --- /dev/null +++ "b/2017-3-9/teamA/\345\210\206\347\261\273.html" @@ -0,0 +1,26 @@ + + + + + Document + + + + + + +
+
深圳|东门老街
+
分类
+
购物车
+
+ + \ No newline at end of file diff --git "a/2017-3-9/teamA/\345\237\216\345\270\202\345\210\227\350\241\250.html" "b/2017-3-9/teamA/\345\237\216\345\270\202\345\210\227\350\241\250.html" new file mode 100644 index 0000000..eab9433 --- /dev/null +++ "b/2017-3-9/teamA/\345\237\216\345\270\202\345\210\227\350\241\250.html" @@ -0,0 +1,25 @@ + + + + + Document + + + + + + +
+

返回

+

城市列表

+
+ + \ No newline at end of file diff --git "a/2017-3-9/teamA/\345\237\216\345\270\202\345\210\227\350\241\250\346\234\211\344\277\235\345\255\230.html" "b/2017-3-9/teamA/\345\237\216\345\270\202\345\210\227\350\241\250\346\234\211\344\277\235\345\255\230.html" new file mode 100644 index 0000000..f53c975 --- /dev/null +++ "b/2017-3-9/teamA/\345\237\216\345\270\202\345\210\227\350\241\250\346\234\211\344\277\235\345\255\230.html" @@ -0,0 +1,26 @@ + + + + + Document + + + + + + +
+

返回

+

城市列表

+ 保存 +
+ + \ No newline at end of file diff --git "a/2017-3-9/teamA/\345\260\276\351\203\250.html" "b/2017-3-9/teamA/\345\260\276\351\203\250.html" new file mode 100644 index 0000000..0b30f63 --- /dev/null +++ "b/2017-3-9/teamA/\345\260\276\351\203\250.html" @@ -0,0 +1,28 @@ + + + + + Document + + + + + + + + + \ No newline at end of file diff --git "a/2017-3-9/teamA/\346\210\221\347\232\204.html" "b/2017-3-9/teamA/\346\210\221\347\232\204.html" new file mode 100644 index 0000000..cb1f539 --- /dev/null +++ "b/2017-3-9/teamA/\346\210\221\347\232\204.html" @@ -0,0 +1,24 @@ + + + + + Document + + + + + + +
+

我的

+
+ + \ No newline at end of file diff --git "a/2017-3-9/teamA/\347\273\223\347\256\227\345\260\276\351\203\250.html" "b/2017-3-9/teamA/\347\273\223\347\256\227\345\260\276\351\203\250.html" new file mode 100644 index 0000000..467c16c --- /dev/null +++ "b/2017-3-9/teamA/\347\273\223\347\256\227\345\260\276\351\203\250.html" @@ -0,0 +1,36 @@ + + + + + Document + + + + + + + + + \ No newline at end of file