2021-09-10 10:09:08 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
section {
|
|
|
|
background-color: #f5f5f5;
|
2021-09-18 03:47:36 +00:00
|
|
|
padding-bottom: 30px;
|
2021-09-10 10:09:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
section .whole {
|
2021-09-17 11:37:33 +00:00
|
|
|
padding: 0px 320px;
|
2021-09-10 10:09:08 +00:00
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 {
|
2021-09-10 10:09:08 +00:00
|
|
|
padding: 25px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .all {
|
2021-09-10 10:09:08 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .all h2 {
|
2021-09-10 10:09:08 +00:00
|
|
|
font-weight: 600;
|
|
|
|
float: left;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2021-09-15 09:31:07 +00:00
|
|
|
/* 买家 */
|
|
|
|
section .whole .whole-1 .Buyers {
|
2021-09-10 10:09:08 +00:00
|
|
|
padding: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
section .whole .whole-1 .toggle,
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .commodity {
|
2021-09-17 11:37:33 +00:00
|
|
|
padding: 20px 0 0 0;
|
2021-09-10 10:09:08 +00:00
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Subtitle {
|
2021-09-18 03:47:36 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 15px;
|
|
|
|
margin-top: 16px;
|
|
|
|
flex-shrink: 0;margin-right: 20px;
|
2021-09-10 10:09:08 +00:00
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers {
|
2021-09-10 10:09:08 +00:00
|
|
|
border-top: 2px solid #cb1919;
|
|
|
|
border-bottom: 1px solid #f2f2f2;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2021-09-18 03:47:36 +00:00
|
|
|
textarea{
|
|
|
|
resize: none;
|
|
|
|
border: 1px solid #efefef;
|
|
|
|
width: 100%;
|
|
|
|
padding: 20px 10px;
|
|
|
|
outline: none;
|
|
|
|
height: 90px;
|
|
|
|
}
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container span:nth-child(2) {
|
2021-09-10 10:09:08 +00:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container span:nth-child(2) a {
|
2021-09-10 10:09:08 +00:00
|
|
|
color: #066ee2;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container #wrap {
|
2021-09-14 01:01:05 +00:00
|
|
|
overflow: hidden;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container #wrap .address {
|
2021-09-10 10:09:08 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container #wrap .address .name {
|
2021-09-10 10:09:08 +00:00
|
|
|
display: inline-block;
|
2021-09-29 07:58:45 +00:00
|
|
|
width: 160px;padding: 10px 0;text-align: center;
|
2021-09-18 03:47:36 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
section .whole .whole-1 .Buyers #container #wrap .address .name img {
|
|
|
|
position: absolute;right: 0;bottom: 0;
|
2021-09-10 10:09:08 +00:00
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container #wrap .address .na-1 {
|
2021-09-10 10:09:08 +00:00
|
|
|
border: solid 2px #cb1919;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container #wrap .address .na-2 {
|
2021-09-10 10:09:08 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
border: solid 2px #d1d1d1;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container #wrap .address p {
|
2021-09-10 10:09:08 +00:00
|
|
|
margin: 0px 15px;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container #wrap .address-2 a {
|
2021-09-10 10:09:08 +00:00
|
|
|
color: #066ee2;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container #wrap .stop {
|
2021-09-10 10:09:08 +00:00
|
|
|
padding: 20px 20px;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .Buyers #container #read-more {
|
2021-09-14 01:01:05 +00:00
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2021-09-15 09:31:07 +00:00
|
|
|
/* 送货清单 */
|
|
|
|
section .whole .whole-1 .opt {
|
2021-09-17 11:37:33 +00:00
|
|
|
padding: 15px 0 0 0;
|
2021-09-14 01:01:05 +00:00
|
|
|
margin-bottom: 20px;
|
2021-09-10 10:09:08 +00:00
|
|
|
}
|
2021-09-15 09:31:07 +00:00
|
|
|
/* 使用优惠券 */
|
|
|
|
section .whole .whole-1 .coupon {
|
2021-09-14 01:01:05 +00:00
|
|
|
width: 100%;
|
|
|
|
display: inline-flex;
|
|
|
|
padding-bottom: 40px;
|
2021-09-18 03:47:36 +00:00
|
|
|
padding-left: 20px;
|
|
|
|
flex-wrap: wrap;
|
2021-09-14 01:01:05 +00:00
|
|
|
border-bottom: 1px solid #f2f2f2;
|
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .coupon .yh {
|
2021-09-14 01:01:05 +00:00
|
|
|
width: 262px;
|
|
|
|
height: 130px;
|
|
|
|
margin-right: 25px;
|
2021-09-18 03:47:36 +00:00
|
|
|
display: flex;flex-direction: column;align-items: center;cursor: pointer;margin-top: 26px;
|
2021-09-14 01:01:05 +00:00
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
/* 优惠卷的背景 */
|
|
|
|
section .whole .whole-1 .coupon .coupon-1 {
|
2021-09-10 10:09:08 +00:00
|
|
|
background: url("../../img/images/coupon-1.png");
|
2021-09-29 07:58:45 +00:00
|
|
|
background-size: 100% 100%;
|
2021-09-14 01:01:05 +00:00
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .coupon .coupon-2 {
|
2021-09-14 01:01:05 +00:00
|
|
|
background: url("../../img/images/coupon-2.png");
|
2021-09-29 07:58:45 +00:00
|
|
|
background-size: 100% 100%;
|
2021-09-14 01:01:05 +00:00
|
|
|
}
|
|
|
|
|
2021-09-15 09:31:07 +00:00
|
|
|
section .whole .whole-1 .coupon .coupon-3 {
|
2021-09-14 01:01:05 +00:00
|
|
|
background: url("../../img/images/coupon-3.png");
|
2021-09-29 07:58:45 +00:00
|
|
|
background-size: 100% 100%;
|
2021-09-14 01:01:05 +00:00
|
|
|
}
|
2021-09-15 09:31:07 +00:00
|
|
|
/* 提交订单 */
|
2021-09-10 10:09:08 +00:00
|
|
|
section .whole .setall {
|
2021-09-17 11:37:33 +00:00
|
|
|
width: 100%;
|
2021-09-10 10:09:08 +00:00
|
|
|
background-color: #fff;
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
2021-09-18 03:47:36 +00:00
|
|
|
.foot-iframe {
|
|
|
|
margin-top: -30px;
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
}
|
|
|
|
|
|
|
|
#gotoTop {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
right: 50px;
|
|
|
|
top: -50px;
|
|
|
|
}
|
|
|
|
.zhanw{height: 30px;width: 100%;background: #f5f5f5;}
|
|
|
|
|
|
|
|
.yhquan{font-size: 15px;color: #333333;font-weight: bold;}
|
2021-10-08 08:38:03 +00:00
|
|
|
.yhmoney{display: flex;align-items: center;margin-top: 10px;}
|
2021-09-18 03:47:36 +00:00
|
|
|
.yhmoney>div:first-child{font-size: 56px;color: #FFFFFF;font-weight: bold;margin-right: 10px;}
|
|
|
|
.yhdate{margin-top: 16px;font-size: 15px;color: #CB1919;}
|
|
|
|
.yhyuan{font-size: 18px;font-weight: bold;color: #FFFFFF;}
|
|
|
|
.yhman{font-size: 14px;color: #FFFFFF;}
|
|
|
|
.yhguoqi{margin-top: 16px;font-size: 15px;color: #afafaf;}
|
|
|
|
|
|
|
|
|
|
|
|
.setall>div:first-child{padding: 30px 20px;}
|
|
|
|
.setall>div:nth-child(2){padding: 20px;}
|
|
|
|
.msg-bei{display: flex;margin-top: 30px;}
|
|
|
|
.price-box{line-height: 36px;font-size: 16px;color: #525252;border-bottom: 1px solid #efefef;}
|
|
|
|
.price{width: 148px;display: inline-block;}
|
|
|
|
.allPrice{color: #CB1919;font-weight: bold;font-size: 24px;}
|
|
|
|
.cartAddress{font-size: 14px;color: #333333;opacity: .5;}
|
|
|
|
.sumbtn-box{display: flex;justify-content: flex-end;padding: 30px 20px 30px 0;}
|
2021-09-29 07:58:45 +00:00
|
|
|
.sumbtn-box div{font-size: 18px;color: #FFFFFF;width: 142px;height: 45px;line-height: 45px;text-align: center;background: #CB1919;}
|
|
|
|
|
|
|
|
|
|
|
|
.commodity .jies-head{display: flex;text-align: center;padding: 22px 0 16px 20px;background-color: #f3f3f3;font-size: 16px;font-weight: bold;}
|
|
|
|
.jies-head div:nth-child(1){width: 69%;text-align: left;}
|
|
|
|
.jies-head div:nth-child(2){width: 10%;}
|
|
|
|
.jies-head div:nth-child(3){width: 8%;}
|
|
|
|
.jies-head div:nth-child(4){width: 13%;}
|
|
|
|
.commodity .jies-list{margin-top: 20px;display: flex;text-align: center;border-bottom: 1px solid #F2F2F2;padding-bottom: 20px;}
|
|
|
|
.jies-list>div:first-child{width: 69%;text-align: left;display: flex;}
|
|
|
|
.jies-list>div:first-child div div{font-size: 14px;line-height: 24px;color: #525252;margin-left: 10px;width: 72%;height: auto;}
|
|
|
|
.jies-list>div:nth-child(2){width: 10%;font-weight: bold;}
|
|
|
|
.jies-list div:nth-child(3){width: 8%;font-weight: bold;}
|
|
|
|
.jies-list div:nth-child(4){width: 13%;color: #CB1919;font-weight: bold;}
|