diff --git a/css/logshoppingcar/artist.css b/css/logshoppingcar/artist.css index fe05566..57196f2 100644 --- a/css/logshoppingcar/artist.css +++ b/css/logshoppingcar/artist.css @@ -206,151 +206,4 @@ header .container #verify #code_img { vertical-align: top; } -section { - background-color: #cb1919; - height: 60px; - padding: 0px 180px; -} -section .navig { - width: 100%; -} - -section .navig .label .label-text ul { - display: flex; - float: left; -} - -section .navig .label .label-text ul li { - padding: 20px 21px; -} - -section .navig .label .label-text ul li a { - color: #fff; -} - -section .navig .label .label-icon { - background-color: #cb1919; -} - -section .navig .label .label-icon ul { - display: flex; - float: right; -} - -section .navig .label .label-icon ul li { - padding: 20px 21px; -} - -section .navig .label .label-icon ul li img { - width: 25px; -} - -footer { - padding: 0px 180px; -} - -footer .foot { - display: flex; - margin: 0 auto; -} - -footer .intr { - padding: 35px; - width: 342px; - height: 226px; -} - -footer .intr img { - height: 86px; - margin-bottom: 30px; -} - -footer .intr p:nth-child(1) { - font-size: 40px; -} - -footer .intr p:nth-child(2) { - color: #616161; -} - -footer .address { - background-color: #faf9f8; - border-left: 1px solid #ededed; - border-bottom: 1px solid #ededed; -} - -footer .address .addreses { - display: flex; -} - -footer .address .addreses .addres-1, -footer .address .addreses .addres-2, -footer .address .addreses .addres-3 { - padding: 33px; -} - -footer .address .addreses .icp { - padding: 28px 40px; - border-top: 1px solid #ededed; -} - -footer .address .addreses .addres-1 { - width: 310px; -} - -footer .address .addreses .addres-1 img { - height: 50px; - margin-bottom: 40px; -} - -footer .address .addreses .addres-1 p { - line-height: 25px; -} - -footer .address .addreses .addres-1 p:nth-of-type(1) { - font-weight: 700; -} - -footer .address .addreses .addres-1 p:nth-of-type(2) { - font-size: 6px; - color: rgba(97, 97, 97, 0.8); -} - -footer .address .addreses .addres-2 { - font-size: 20px; - font-weight: 700; - color: #000; -} - -footer .address .addreses .addres-2 p { - line-height: 25px; -} - -footer .address .addreses .addres-2 p:nth-of-type(1) { - font-weight: 700; -} - -footer .address .addreses .addres-2 p:nth-of-type(2) { - font-size: 12.5px; - color: rgba(97, 97, 97, 0.8); -} - -footer .address .addreses .addres-3 { - display: flex; -} - -footer .address .addreses .addres-3 img { - height: 92px; -} - -footer .address .addreses .addres-3 p { - float: left; - font-size: 1px; - margin-left: 12px; - color: rgba(97, 97, 97, 0.8); -} - -footer .address .addreses .addres-4 { - padding: 63px; -} diff --git a/css/logshoppingcar/login.css b/css/logshoppingcar/login.css index 5802d98..59fd828 100644 --- a/css/logshoppingcar/login.css +++ b/css/logshoppingcar/login.css @@ -164,15 +164,19 @@ header .container .codes input { margin-top: 0; } -header .container .codes canvas { +header .container .codes li { width: 200px; height: 40px; background: #efefef; border-radius: 5px; } -header .container .codes canvas p { - color: #000; +header .container .codes li p { + color: #8c8c8c; + z-index: 3; + text-align: center; + font-size: 14px; + margin-top: 10px; z-index: 3; } diff --git a/css/logshoppingcar/mecha.css b/css/logshoppingcar/mecha.css index fe05566..4be147a 100644 --- a/css/logshoppingcar/mecha.css +++ b/css/logshoppingcar/mecha.css @@ -164,15 +164,19 @@ header .container .codes input { margin-top: 0; } -header .container .codes canvas { +header .container .codes li { width: 200px; height: 40px; background: #efefef; border-radius: 5px; } -header .container .codes canvas p { - color: #000; +header .container .codes li p { + color: #8c8c8c; + z-index: 3; + text-align: center; + font-size: 14px; + margin-top: 10px; z-index: 3; } diff --git a/css/logshoppingcar/popup.css b/css/logshoppingcar/popup.css index 5e0c774..b7db5cd 100644 --- a/css/logshoppingcar/popup.css +++ b/css/logshoppingcar/popup.css @@ -1,15 +1,16 @@ .myPopup { - width: 1020px; + width:100%; height: 600px; position: relative; width: 50%; - height: 50%; + height: 30%; transform: (50%-300px, 50%-510px); } .ui-popup.ui-body-inherit { margin: auto; - margin-top:120px; + /* margin-top:10px; */ } + h1 { text-align: center; line-height: 80px; diff --git a/css/logshoppingcar/reg.css b/css/logshoppingcar/reg.css index 62e928b..f3f5edc 100644 --- a/css/logshoppingcar/reg.css +++ b/css/logshoppingcar/reg.css @@ -23,19 +23,19 @@ header .img img { } header .bac { - height: 930px; + height: 850px; background-size: 100% 100%; background-image: url("../../img/images/backimg.png"); } header .container { - width: 420px; + width: 560px; height: 570px; min-height: 320px; max-height: 570px; position: absolute; - top: 80px; - left: 25px; + top: -350px; + left: -40px; bottom: 0; right: 0; margin: auto; @@ -71,12 +71,15 @@ header .container .identity ul { } header .container .identity ul li { - width: 400px; + display: inline-flex; + margin: auto; padding: 0px 28px; } header .container .identity ul li a { + font-size: 18px; height: 23px; + margin: 0px 30px; color: #737373; } @@ -88,7 +91,6 @@ header .container .identity ul li .set_1_btn { text-align: center; max-width: 100px; text-decoration: none; - width: 100%; } header .container .identity ul li .Vbtn-2 { @@ -113,7 +115,7 @@ header .container .identity ul li .Vbtn-2:hover:after { border-color: #56c5ff; -webkit-transition: width 350ms ease-in-out; transition: width 350ms ease-in-out; - width: 70%; + width: 100%; } header .container .identity ul li:visited { @@ -121,26 +123,26 @@ header .container .identity ul li:visited { } header .container .layui-input { + border: 0; + outline: medium; border-radius: 5px; width: 400px; height: 40px; font-size: 15px; - margin-left: 19px; - margin-top: 20px; -} - -header .container .layui-form-item { - margin-left: -30px; } header .container .layui-form-item .checkb { - margin-left: 30px; + display: contents; +} + +header .container .layui-form-item .checkb .ui-checkbox { + margin: 0; + height: 0; } header .container .layui-form-item .checkb input { display: block; position: relative; - top: 19px; } header .container .layui-form-item .checkb a { @@ -152,8 +154,17 @@ header .container .layui-form-item .font-set { text-decoration: none; } +header .container .layui-input-block { + border: 0px; + outline: none; +} + +header .container .layui-input-block input { + margin: 0; +} + header .container .layui-input-block:last-child { - margin-left: 20px; + margin: 0px 10px; } header .container .codes { @@ -164,29 +175,33 @@ header .container .codes input { margin-top: 0; } -header .container .codes canvas { +header .container .codes li { width: 200px; height: 40px; background: #efefef; border-radius: 5px; + margin-top: 10px; } -header .container .codes canvas p { - color: #000; +header .container .codes li p { + color: #8c8c8c; + z-index: 3; + text-align: center; + font-size: 14px; + margin-top: 10px; z-index: 3; } header .container .layui-btn { - margin-left: 18px; border-radius: 5px; - width: 400px; height: 40px; font-size: 15px; + color: #fff; background-color: #cb1919; } header .container .verity { - width: 200px; + width: 340px; } header .container .bot { @@ -246,109 +261,6 @@ section .navig .label .label-icon ul li img { width: 25px; } -footer { - padding: 0px 180px; -} +@media screen and (min-width:621px) and (max-width:720px) { -footer .foot { - display: flex; - margin: 0 auto; -} - -footer .intr { - padding: 35px; - width: 342px; - height: 226px; -} - -footer .intr img { - height: 86px; - margin-bottom: 30px; -} - -footer .intr p:nth-child(1) { - font-size: 40px; -} - -footer .intr p:nth-child(2) { - color: #616161; -} - -footer .address { - background-color: #faf9f8; - border-left: 1px solid #ededed; - border-bottom: 1px solid #ededed; -} - -footer .address .addreses { - display: flex; -} - -footer .address .addreses .addres-1, footer .address .addreses .addres-2, footer .address .addreses .addres-3 { - padding: 33px; -} - -footer .address .addreses .icp { - padding: 28px 40px; - border-top: 1px solid #ededed; -} - -footer .address .addreses .addres-1 { - width: 310px; -} - -footer .address .addreses .addres-1 img { - height: 50px; - margin-bottom: 40px; -} - -footer .address .addreses .addres-1 p { - line-height: 25px; -} - -footer .address .addreses .addres-1 p:nth-of-type(1) { - font-weight: 700; -} - -footer .address .addreses .addres-1 p:nth-of-type(2) { - font-size: 6px; - color: rgba(97, 97, 97, 0.8); -} - -footer .address .addreses .addres-2 { - font-size: 20px; - font-weight: 700; - color: #000; -} - -footer .address .addreses .addres-2 p { - line-height: 25px; -} - -footer .address .addreses .addres-2 p:nth-of-type(1) { - font-weight: 700; -} - -footer .address .addreses .addres-2 p:nth-of-type(2) { - font-size: 12.5px; - color: rgba(97, 97, 97, 0.8); -} - -footer .address .addreses .addres-3 { - display: flex; -} - -footer .address .addreses .addres-3 img { - height: 92px; -} - -footer .address .addreses .addres-3 p { - float: left; - font-size: 1px; - margin-left: 12px; - color: rgba(97, 97, 97, 0.8); -} - -footer .address .addreses .addres-4 { - padding: 63px; -} +} \ No newline at end of file diff --git a/css/logshoppingcar/ret.css b/css/logshoppingcar/ret.css index 409703d..1cbe685 100644 --- a/css/logshoppingcar/ret.css +++ b/css/logshoppingcar/ret.css @@ -95,15 +95,19 @@ header .container .codes input { margin-top: 0; } -header .container .codes canvas { +header .container .codes li { width: 200px; height: 40px; background: #efefef; border-radius: 5px; } -header .container .codes canvas p { - color: #000; +header .container .codes li p { + color: #8c8c8c; + z-index: 3; + text-align: center; + font-size: 14px; + margin-top: 10px; z-index: 3; } /* 登录按钮 */ diff --git a/css/logshoppingcar/tobepaid.css b/css/logshoppingcar/tobepaid.css index e0d98eb..d2e18ca 100644 --- a/css/logshoppingcar/tobepaid.css +++ b/css/logshoppingcar/tobepaid.css @@ -12,7 +12,6 @@ a { } section { - height: 1200px; background-color: #f5f5f5; } @@ -67,59 +66,75 @@ section .whole .setall .Buyers { background-color: #fff; } -section .whole .whole-1 .Buyers span:nth-child(2), -section .whole .setall .Buyers span:nth-child(2) { +section .whole .whole-1 .Buyers #container span:nth-child(2), +section .whole .setall .Buyers #container span:nth-child(2) { float: right; } -section .whole .whole-1 .Buyers span:nth-child(2) a, -section .whole .setall .Buyers span:nth-child(2) a { +section .whole .whole-1 .Buyers #container span:nth-child(2) a, +section .whole .setall .Buyers #container span:nth-child(2) a { color: #066ee2; } -section .whole .whole-1 .Buyers .toggle .address, -section .whole .setall .Buyers .toggle .address { +section .whole .whole-1 .Buyers #container #wrap, +section .whole .setall .Buyers #container #wrap { + overflow: hidden; + margin-top: 20px; +} + +section .whole .whole-1 .Buyers #container #wrap .address, +section .whole .setall .Buyers #container #wrap .address { display: flex; align-items: center; } -section .whole .whole-1 .Buyers .toggle .address .name, -section .whole .setall .Buyers .toggle .address .name { +section .whole .whole-1 .Buyers #container #wrap .address .name, +section .whole .setall .Buyers #container #wrap .address .name { display: inline-block; padding: 10px 50px; } -section .whole .whole-1 .Buyers .toggle .address .na-1, -section .whole .setall .Buyers .toggle .address .na-1 { +section .whole .whole-1 .Buyers #container #wrap .address .na-1, +section .whole .setall .Buyers #container #wrap .address .na-1 { border: solid 2px #cb1919; } -section .whole .whole-1 .Buyers .toggle .address .na-2, -section .whole .setall .Buyers .toggle .address .na-2 { +section .whole .whole-1 .Buyers #container #wrap .address .na-2, +section .whole .setall .Buyers #container #wrap .address .na-2 { margin-top: 10px; border: solid 2px #d1d1d1; } -section .whole .whole-1 .Buyers .toggle .address p, -section .whole .setall .Buyers .toggle .address p { +section .whole .whole-1 .Buyers #container #wrap .address p, +section .whole .setall .Buyers #container #wrap .address p { margin: 0px 15px; } -section .whole .whole-1 .Buyers .toggle .address-2 a, -section .whole .setall .Buyers .toggle .address-2 a { +section .whole .whole-1 .Buyers #container #wrap .address-2 a, +section .whole .setall .Buyers #container #wrap .address-2 a { color: #066ee2; } -section .whole .whole-1 .Buyers .toggle .stop, -section .whole .setall .Buyers .toggle .stop { +section .whole .whole-1 .Buyers #container #wrap .stop, +section .whole .setall .Buyers #container #wrap .stop { padding: 20px 20px; } +section .whole .whole-1 .Buyers #container #read-more, +section .whole .setall .Buyers #container #read-more { + margin-top: 20px; +} + +section .whole .whole-1 .opt, +section .whole .setall .opt { + margin-bottom: 20px; + border-bottom: 1px solid #f2f2f2; +} + section .whole .whole-1 .opt ul .optall table, section .whole .setall .opt ul .optall table { width: 100%; background-color: #f3f3f3; - border: 1px solid #e0e0e0; margin-bottom: 20px; } @@ -138,12 +153,6 @@ section .whole .setall .opt ul .optall th span { margin-left: 85px; } -section .whole .whole-1 .opt .checklist .among, -section .whole .setall .opt .checklist .among { - margin-bottom: 20px; - border-bottom: 1px solid #f2f2f2; -} - section .whole .whole-1 .opt .checklist .among table, section .whole .setall .opt .checklist .among table { width: 100%; @@ -157,7 +166,7 @@ section .whole .setall .opt .checklist .among th { section .whole .whole-1 .opt .checklist .among th:nth-child(1), section .whole .setall .opt .checklist .among th:nth-child(1) { - width: 135px; + width: 100px; } section .whole .whole-1 .opt .checklist .among th:nth-child(1) img, @@ -180,7 +189,8 @@ section .whole .whole-1 .opt .checklist .among th:nth-child(3), section .whole . section .whole .setall .opt .checklist .among th:nth-child(3), section .whole .setall .opt .checklist .among th:nth-child(4), section .whole .setall .opt .checklist .among th:nth-child(6) { - width: 140px; + width: 162px; + text-align: center; } section .whole .whole-1 .opt .checklist .among th:nth-child(5), @@ -204,9 +214,85 @@ section .whole .setall .opt .checklist .among th:nth-child(5) input:nth-child(2) width: 30px; } +section .whole .whole-1 .coupon, +section .whole .setall .coupon { + width: 100%; + display: inline-flex; + padding-bottom: 40px; + border-bottom: 1px solid #f2f2f2; +} + +section .whole .whole-1 .coupon .yh, +section .whole .setall .coupon .yh { + width: 262px; + height: 130px; + margin-right: 25px; +} + +section .whole .whole-1 .coupon .yh h1, +section .whole .whole-1 .coupon .yh h3, +section .whole .whole-1 .coupon .yh span, +section .whole .setall .coupon .yh h1, +section .whole .setall .coupon .yh h3, +section .whole .setall .coupon .yh span { + color: #fff; +} + +section .whole .whole-1 .coupon .yh h1, +section .whole .setall .coupon .yh h1 { + font-size: 50px; + position: relative; + left: 30px; + top: 20px; +} + +section .whole .whole-1 .coupon .yh h3, +section .whole .setall .coupon .yh h3 { + font-size: 17px; + position: relative; + left: 91px; + top: -32px; + font-weight: 700; +} + +section .whole .whole-1 .coupon .yh span, +section .whole .setall .coupon .yh span { + position: relative; + left: 91px; + top: -32px; +} + +section .whole .whole-1 .coupon .yh p, +section .whole .setall .coupon .yh p { + color: #cb1919; + position: relative; + text-align: center; +} + section .whole .whole-1 .coupon .coupon-1, section .whole .setall .coupon .coupon-1 { background: url("../../img/images/coupon-1.png"); + margin-left: 50px; +} + +section .whole .whole-1 .coupon .coupon-2, +section .whole .setall .coupon .coupon-2 { + background: url("../../img/images/coupon-2.png"); +} + +section .whole .whole-1 .coupon .coupon-3, +section .whole .setall .coupon .coupon-3 { + background: url("../../img/images/coupon-3.png"); +} + +section .whole .whole-1 .coupon .coupon-3 p, +section .whole .setall .coupon .coupon-3 p { + color: #d2d2d2; +} + +section .whole .whole-1 .remarks, +section .whole .setall .remarks { + padding-top: 30px; } section .whole .whole-1 .remarks .layui-textarea, @@ -220,14 +306,47 @@ section .whole .setall { margin-top: 25px; } +section .whole .setall .seta li { + margin-bottom: 20px; + display: block; + position: relative; + left: 815px; + text-align: center; + width: 380px; +} + +section .whole .setall .seta li span { + float: right; +} + section .whole .setall .total { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; - line-height: 33px; +} + +section .whole .setall .total li { + display: block; + position: relative; + left: 752px; + text-align: center; + line-height: 50px; + width: 445px; +} + +section .whole .setall .total li span { + color: #cb1919; + font-size: 26px; + font-weight: 800; + float: right; +} + +section .whole .setall .total li p { + color: #ababab; } section .whole .setall .subore { - padding: 20px; + padding: 30px 0px; + height: 20px; } section .whole .setall .subore span { diff --git a/css/logshoppingcar/tobepaid.min.css b/css/logshoppingcar/tobepaid.min.css deleted file mode 100644 index 5e09747..0000000 --- a/css/logshoppingcar/tobepaid.min.css +++ /dev/null @@ -1 +0,0 @@ -*{margin:0;padding:0}li{list-style:none}a{text-decoration:none}section{height:1200px;background-color:#f5f5f5}section .whole{padding:15px 50px;margin:auto}section .whole .whole-1,section .whole .setall{margin:20px auto;width:1200px;padding:25px;background-color:#ffffff}section .whole .whole-1 .all,section .whole .setall .all{display:inline-block}section .whole .whole-1 .all h2,section .whole .setall .all h2{font-weight:600;float:left;padding-bottom:10px}section .whole .whole-1 .Buyers,section .whole .whole-1 .opt,section .whole .setall .Buyers,section .whole .setall .opt{padding:25px}section .whole .whole-1 .toggle,section .whole .whole-1 .commodity,section .whole .setall .toggle,section .whole .setall .commodity{padding:20px}section .whole .whole-1 .Subtitle,section .whole .setall .Subtitle{font-weight:800}section .whole .whole-1 .Buyers,section .whole .setall .Buyers{border-top:2px solid #cb1919;border-bottom:1px solid #f2f2f2;background-color:#fff}section .whole .whole-1 .Buyers span:nth-child(2),section .whole .setall .Buyers span:nth-child(2){float:right}section .whole .whole-1 .Buyers span:nth-child(2) a,section .whole .setall .Buyers span:nth-child(2) a{color:#066ee2}section .whole .whole-1 .Buyers .toggle .address,section .whole .setall .Buyers .toggle .address{display:flex;align-items:center}section .whole .whole-1 .Buyers .toggle .address .name,section .whole .setall .Buyers .toggle .address .name{display:inline-block;padding:10px 50px}section .whole .whole-1 .Buyers .toggle .address .na-1,section .whole .setall .Buyers .toggle .address .na-1{border:solid 2px #cb1919}section .whole .whole-1 .Buyers .toggle .address .na-2,section .whole .setall .Buyers .toggle .address .na-2{margin-top:10px;border:solid 2px #d1d1d1}section .whole .whole-1 .Buyers .toggle .address p,section .whole .setall .Buyers .toggle .address p{margin:0px 15px}section .whole .whole-1 .Buyers .toggle .address-2 a,section .whole .setall .Buyers .toggle .address-2 a{color:#066ee2}section .whole .whole-1 .Buyers .toggle .stop,section .whole .setall .Buyers .toggle .stop{padding:20px 20px}section .whole .whole-1 .opt ul .optall table,section .whole .setall .opt ul .optall table{width:100%;background-color:#f3f3f3;border:1px solid #e0e0e0;margin-bottom:20px}section .whole .whole-1 .opt ul .optall #checkall,section .whole .setall .opt ul .optall #checkall{margin-left:10px}section .whole .whole-1 .opt ul .optall th,section .whole .setall .opt ul .optall th{height:50px}section .whole .whole-1 .opt ul .optall th span,section .whole .setall .opt ul .optall th span{margin-left:85px}section .whole .whole-1 .opt .checklist .among,section .whole .setall .opt .checklist .among{margin-bottom:20px;border-bottom:1px solid #f2f2f2}section .whole .whole-1 .opt .checklist .among table,section .whole .setall .opt .checklist .among table{width:100%;background-color:#fff}section .whole .whole-1 .opt .checklist .among th,section .whole .setall .opt .checklist .among th{height:115px}section .whole .whole-1 .opt .checklist .among th:nth-child(1),section .whole .setall .opt .checklist .among th:nth-child(1){width:135px}section .whole .whole-1 .opt .checklist .among th:nth-child(1) img,section .whole .setall .opt .checklist .among th:nth-child(1) img{padding:10px;width:82px}section .whole .whole-1 .opt .checklist .among th:nth-child(2),section .whole .setall .opt .checklist .among th:nth-child(2){width:300px}section .whole .whole-1 .opt .checklist .among th:nth-child(4)>input,section .whole .setall .opt .checklist .among th:nth-child(4)>input{width:80px}section .whole .whole-1 .opt .checklist .among th:nth-child(3),section .whole .whole-1 .opt .checklist .among th:nth-child(4),section .whole .whole-1 .opt .checklist .among th:nth-child(6),section .whole .setall .opt .checklist .among th:nth-child(3),section .whole .setall .opt .checklist .among th:nth-child(4),section .whole .setall .opt .checklist .among th:nth-child(6){width:140px}section .whole .whole-1 .opt .checklist .among th:nth-child(5),section .whole .setall .opt .checklist .among th:nth-child(5){width:120px}section .whole .whole-1 .opt .checklist .among th:nth-child(5) input,section .whole .setall .opt .checklist .among th:nth-child(5) input{text-align:center}section .whole .whole-1 .opt .checklist .among th:nth-child(5) input:nth-child(1),section .whole .whole-1 .opt .checklist .among th:nth-child(5) input:nth-child(3),section .whole .setall .opt .checklist .among th:nth-child(5) input:nth-child(1),section .whole .setall .opt .checklist .among th:nth-child(5) input:nth-child(3){width:15px}section .whole .whole-1 .opt .checklist .among th:nth-child(5) input:nth-child(2),section .whole .setall .opt .checklist .among th:nth-child(5) input:nth-child(2){width:30px}section .whole .whole-1 .coupon .coupon-1,section .whole .setall .coupon .coupon-1{background:url("../../img/images/coupon-1.png")}section .whole .whole-1 .remarks .layui-textarea,section .whole .setall .remarks .layui-textarea{background-color:#fcfcfc}section .whole .setall{background-color:#fff;border:1px solid #e0e0e0;margin-top:25px}section .whole .setall .total{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;line-height:33px}section .whole .setall .subore{padding:20px}section .whole .setall .subore span{padding:15px 35px;background-color:#cb1919;color:#fff;float:right} diff --git a/css/logshoppingcar/tobepaid.scss b/css/logshoppingcar/tobepaid.scss deleted file mode 100644 index c62ccbe..0000000 --- a/css/logshoppingcar/tobepaid.scss +++ /dev/null @@ -1,213 +0,0 @@ -* { - margin: 0; - padding: 0; -} -li { - list-style: none; -} -a { - text-decoration: none; -} - -section { - height: 1200px; - background-color: #f5f5f5; - .whole { - padding: 15px 50px; - margin: auto; - .whole-1, - .setall { - margin: 20px auto; - width: 1200px; - padding: 25px; - background-color: #ffffff; - .all { - display: inline-block; - h2 { - font-weight: 600; - - float: left; - padding-bottom: 10px; - } - } - .Buyers, - .opt { - padding: 25px; - } - .toggle, - .commodity { - padding: 20px; - } - .Subtitle { - font-weight: 800; - } - // 买家 - .Buyers { - border-top: 2px solid #cb1919; - border-bottom: 1px solid #f2f2f2; - background-color: #fff; - - span { - &:nth-child(2) { - float: right; - a { - color: #066ee2; - } - } - } - .toggle { - .address { - display: flex; - align-items: center; - .name { - display: inline-block; - padding: 10px 50px; - } - .na-1 { - border: solid 2px #cb1919; - } - .na-2 { - margin-top: 10px; - border: solid 2px #d1d1d1; - } - p { - margin: 0px 15px; - } - } - .address-2 { - a { - color: #066ee2; - } - } - .stop { - padding: 20px 20px; - } - } - } - // 送货清单 - .opt { - ul { - .optall { - table { - width: 100%; - background-color: #f3f3f3; - border: 1px solid #e0e0e0; - margin-bottom: 20px; - } - #checkall { - margin-left: 10px; - } - th { - height: 50px; - span { - margin-left: 85px; - } - } - } - } - .checklist { - .among { - margin-bottom: 20px; - border-bottom: 1px solid #f2f2f2; - table { - width: 100%; - background-color: #fff; - } - - th { - height: 115px; - &:nth-child(1) { - width: 135px; - img { - padding: 10px; - width: 82px; - } - } - &:nth-child(2) { - width: 300px; - } - &:nth-child(4) > input { - width: 80px; - } - &:nth-child(3), - &:nth-child(4), - &:nth-child(6) { - width: 140px; - // text-align: center; - } - &:nth-child(5) { - width: 120px; - input { - text-align: center; - } - input { - &:nth-child(1), - &:nth-child(3) { - width: 15px; - } - &:nth-child(2) { - width: 30px; - } - } - } - } - // span { - // width: 400px; - // font-size: 12px; - // display: inline-block; - // } - } - } - } - // 使用优惠券 - .coupon { - .coupon-1{ - background: url("../../img/images/coupon-1.png"); - } - } - // 备注 - .remarks { - .layui-textarea { - background-color: #fcfcfc; - } - } - } - .setall { - // width: 100%; - background-color: #fff; - border: 1px solid #e0e0e0; - // display: inline-flex; - margin-top: 25px; - // ul, - // .total, - // .subore li { - // float: right; - // } - .seta { - // ul { - // float: right; - // } - } - - .total { - border-top: 1px solid #e0e0e0; - border-bottom: 1px solid #e0e0e0; - line-height: 33px; - - // p {display: inline-block; - // float: right; - - // } - } - .subore{ - padding: 20px; - span { - padding: 15px 35px; - background-color: #cb1919; - color: #fff; - float: right; - } - } - } - } -} diff --git a/htmls/logshoppingcar/artist.html b/htmls/logshoppingcar/artist.html index 2211918..cb1568e 100644 --- a/htmls/logshoppingcar/artist.html +++ b/htmls/logshoppingcar/artist.html @@ -8,8 +8,16 @@ 艺术家注册 - + + + +
@@ -103,77 +111,11 @@
-
- + + + +图片丢失 -
- \ No newline at end of file diff --git a/htmls/logshoppingcar/login.html b/htmls/logshoppingcar/login.html index ef77abd..e3f0ad3 100644 --- a/htmls/logshoppingcar/login.html +++ b/htmls/logshoppingcar/login.html @@ -1,103 +1,99 @@ + - - - - 登录 - - + + + + 登录 + + + + + + + -
- -
- -
- -
- -
-
-
-

会员登录

-

请选择您的会员身份进行登录

-
-
- -
- +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
  • +

    发送手机验证码

    +
  • + +
    +
    + +
    +
    + +
    +
    + +
    -
    -
    - - -
    - + + + + + 图片丢失 + \ No newline at end of file diff --git a/htmls/logshoppingcar/mecha.html b/htmls/logshoppingcar/mecha.html index c80abf1..4d3983d 100644 --- a/htmls/logshoppingcar/mecha.html +++ b/htmls/logshoppingcar/mecha.html @@ -8,13 +8,27 @@ 机构注册 + + +
    - + 图片丢失
    @@ -59,8 +73,8 @@
    - +
    @@ -68,16 +82,16 @@
    - +
  • 发送手机验证码

    - +
  • - +
    @@ -103,77 +117,11 @@
    -
    - - -
    - + + + + 图片丢失 \ No newline at end of file diff --git a/htmls/logshoppingcar/qrcode.html b/htmls/logshoppingcar/qrcode.html index 8203732..b9c17ca 100644 --- a/htmls/logshoppingcar/qrcode.html +++ b/htmls/logshoppingcar/qrcode.html @@ -7,10 +7,27 @@ 微信二维码 + + + - + +
    @@ -19,14 +36,19 @@
    应付金额:2234.50
    -
    图片丢失
    +
    图片丢失 +
    图片丢失
    - + + + + 图片丢失 \ No newline at end of file diff --git a/htmls/logshoppingcar/reg.html b/htmls/logshoppingcar/reg.html index 8170cd4..65c3419 100644 --- a/htmls/logshoppingcar/reg.html +++ b/htmls/logshoppingcar/reg.html @@ -1,161 +1,162 @@ + - - - - 会员注册 - - + + + + 会员注册 + + + + + + + + + + + + + + -
    - -
    - -
    - -
    - -
    -
    -
    -

    会员注册

    -

    请选择您的会员身份进行注册

    -
    -
    - - - -
    -
    - -
    -
    - -
    -
    - -
    -
    - -
    -
    - - -

    发送手机验证码

    -
    -
    -
    - -
    -
    - -
    -
    - -
    -
    -
    -     我已阅读并接受用户协议隐私政策 -
    -
    -
    - -
    -
    - -
    -
    - - + +
    + +
    + 图片消失 +
    + +
    + + +
    +
    +

    会员注册

    +

    请选择您的会员身份进行注册

    +
    +
    + + + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
  • +

    发送手机验证码

    +
  • +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    +         我已阅读并接受用户协议隐私政策 + +
    + 关闭 +

    用户协议

    +

    后台替换文字内容,编辑排版文字摩空精舍是成都知名专业艺术机构,是由净砚斋画廊、二酉山房重组合并而成。目前自有艺术场馆面积500平方米,名家艺术品上数千件,经营规模在成都地区名列前茅。 +

    +

    下属华夏艺术网,于1998年底开通,是国内最早的书画艺术门户网站,由四川省美术家协会、四川省书法家协会、四川省诗书画院、成都画院、四川省政协书画研究院等授权主办。

    +

    经过20年不间断的运营发展,已成为国内知名的艺术类门户网站。摩空精舍目前主要从事艺术推广、展览策划、艺术品交易、文创产品设计、艺术培训等业务。

    +

    合作艺术家2000多人,合作艺术机构数百家,架起了艺术家与艺术市场之间的桥梁。独家代理过的著名艺术家有任重、王申勇、郭汝愚、曹辉、吴浩、管苠冈、吴绪经、沈道鸿等,在国内艺术品市场有较大影响,为西部地区艺术家走向国内国内和国际、促进地区艺术市场发展作出了积极贡献。 +

    +

    后台替换文字内容,编辑排版文字摩空精舍是成都知名专业艺术机构,是由净砚斋画廊、二酉山房重组合并而成。目前自有艺术场馆面积500平方米,名家艺术品上数千件,经营规模在成都地区名列前茅。 +

    +

    下属华夏艺术网,于1998年底开通,是国内最早的书画艺术门户网站,由四川省美术家协会下属华夏艺术网,于1998年底开通,是国内最早的书画艺术门户网站,由四川省美术家协会下属华夏艺术网,于1998年底开通,是国内最早的书画艺术门户网站,由四川省美术家协会下属华夏艺术网,于1998年底开通,是国内最早的书画艺术门户网站,由四川省美术家协会、四川省书法家协会、四川省诗书画院、成都画院、四川省政协书画研究院等授权主办。 +

    +

    经过20年不间断的运营发展,已成为国内知名的艺术类门户网站。摩空精舍目前主要从事艺术推广、展览策划、艺术品交易、文创产品设计、艺术培训等业务。

    +

    合作艺术家2000多人,合作艺术机构数百家,架起了艺术家与艺术市场之间的桥梁。独家代理过的著名艺术家有任重、摩空精舍目前主要从事艺术推广、展览策划、艺术品交易、文创产品设计、艺术培训等业务。 +

    +

    合作艺术家2000多人,合作艺术机构数百家,架起了艺术家与艺术市场之间的桥梁。独家代理过的著名艺术家有任重、王王申勇、郭汝愚、曹辉、吴浩、管苠冈、吴绪经、沈道鸿等,在国内艺术品市场有较大影响,为西部地区艺术家走向国内国内和国际、促进地区艺术市场发展作出了积极贡献。 +

    +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    -
    -
    - - -
    -
    -
    - -
    - -

    - 中国美术家协会副主席、中国版画家协会副主席李焕民 先生为华夏艺术网题名 -

    -

    是国内最早最大的书画艺术门户网站之一,由四川省美术家协会、四川省书法家协会、四川省诗书画院、成都画院、四川省政协书画研究院等.

    -
    - -
    -
    -
    - -

    成都惠民职工书院

    -

    地址:成都市青羊区青羊大道129号文化宫2楼 电话:028-81712589

    -
    -
    -

    联系我们

    -


    地址:四川省成都市武侯区天益街38号
    理想中心3栋601
    手机:13880548658
    电话:028-61529525
    邮箱:zarts@126.com -

    -
    -
    -
  • -

    华夏艺术网

    -
  • -
  • -

    成都惠民职工书院

    -
  • -
    - -
    -

    Copyright@2021 华夏艺术网.All rights reserved.       蜀ICP备11111111号 -

    -
    -
    -
    - +
    + + + + 图片丢失 + \ No newline at end of file diff --git a/htmls/logshoppingcar/ret.html b/htmls/logshoppingcar/ret.html index 06c54b0..7d95e5e 100644 --- a/htmls/logshoppingcar/ret.html +++ b/htmls/logshoppingcar/ret.html @@ -6,15 +6,30 @@ 注册 - + + + +
    - + 图片丢失
    @@ -34,12 +49,13 @@
    -
    - - +
    + +
  • 发送手机验证码

    - -
  • + +
    @@ -51,7 +67,8 @@
    - +
    @@ -61,84 +78,18 @@
    - 返回网站首页 已有账号,立即登录 + 返回网站首页 已有账号,立即登录
    -
    - - -
    - + + + + 图片丢失 \ No newline at end of file diff --git a/htmls/logshoppingcar/shopcar.html b/htmls/logshoppingcar/shopcar.html index 07b092f..ca9e345 100644 --- a/htmls/logshoppingcar/shopcar.html +++ b/htmls/logshoppingcar/shopcar.html @@ -8,9 +8,27 @@ - + + + + + +
    @@ -138,7 +156,6 @@
    - + + + + 图片丢失 \ No newline at end of file diff --git a/htmls/logshoppingcar/tobepaid.html b/htmls/logshoppingcar/tobepaid.html index c0605be..4c9763c 100644 --- a/htmls/logshoppingcar/tobepaid.html +++ b/htmls/logshoppingcar/tobepaid.html @@ -7,148 +7,190 @@ 购物车 + + + + -
    - - -
    -
    -
    -
    -

    填写并核对订单信息

    -
    - -
    + + + +
    +
    +
    +
    +

    填写并核对订单信息

    +
    + +
    +
    收货人信息 新增收货地址 - -
    -
    +
    +
    程鹏龙

    程鹏龙 四川 成都市 武侯区 城区 人民南路四段成科西路3号 138****1234

    -
    +
    程鹏龙

    程鹏龙 四川 成都市 武侯区 城区 人民南路四段成科西路3号 138****1234

    设置为默认地址
    -
    收起地址 ︽
    - +
    +
    - -
    - 送货清单 -
    -
      -
    • - - - - - -
      - 商品 - 单价数量小计
      -
    • -
    -
      -
    • - - - - - - -
      - - 创意牛气冲天牛摆件现代简约家居装饰品牛摆设电视柜玄关办
      公室博古架抽象艺术工艺品 牛气冲天+运势如虹 -
      ¥188 - - x3¥564.6
      -
    • -
    • - - - - - - -
      - - 创意牛气冲天牛摆件现代简约家居装饰品牛摆设电视柜玄关办
      公室博古架抽象艺术工艺品 牛气冲天+运势如虹 -
      ¥188 - - x3¥564.6
      -
    • -
    - -
    +
    + +
    + 送货清单 +
    +
      +
    • + + + + + +
      + 商品 + 单价数量小计
      +
    • +
    +
      +
    • + + + + + + +
      + + 创意牛气冲天牛摆件现代简约家居装饰品牛摆设电视柜玄关办
      公室博古架抽象艺术工艺品 牛气冲天+运势如虹 +
      ¥188 + x3¥564.6
      +
    • +
    • + + + + + + +
      + + 创意牛气冲天牛摆件现代简约家居装饰品牛摆设电视柜玄关办
      公室博古架抽象艺术工艺品 牛气冲天+运势如虹 +
      ¥188 + x3¥564.6
      +
    • +
    - -
    -
    - -
    + +
    + +
    +
    +

    20

    +

    + 满300元,立减20元 +

    有效期至:2020-09-31

    - -
    -
    - -
    - -
    +
    +

    20

    +

    + 满300元,立减20元 +

    有效期至:2020-09-31

    +
    +
    +

    20

    +

    + 满300元,立减20元 +

    有效期至:2020-09-31

    +
    +
    + +
    +
    + +
    +
    - -
    -
      -
    • 商品总金额:
    • -
    • 运费:
    • -
    • 商品优惠:
    • -
    • 提交订单 -
    • -
    - -
    - 应付总额: +
    + +
    +
      +
    • 商品总金额:¥1128.00
    • +
    • 运费:¥0.00
    • +
    • 商品优惠:-¥20.00
    • +
    +
    +
  • 应付总额:¥1123.00
  • +
  • 程鹏龙 四川 成都市 武侯区 城区 人民南路四段成科西路3号 138****1234

    -
  • - -
    - 提交订单 -
    + +
    +
    +
  • 提交订单
  • -
    -
    +
    +
    + + + + 图片丢失 \ No newline at end of file diff --git a/htmls/logshoppingcar/zf.html b/htmls/logshoppingcar/zf.html index 50c3bfc..c55e669 100644 --- a/htmls/logshoppingcar/zf.html +++ b/htmls/logshoppingcar/zf.html @@ -7,10 +7,20 @@ 支付成功 + + + + + - + +
    @@ -28,7 +38,10 @@
    - + + + + 图片丢失 \ No newline at end of file