|
@@ -1,1031 +1,1043 @@
|
|
|
@import "../../styles/main.less";
|
|
|
|
|
|
.goods-item() {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- margin-bottom: 32rpx;
|
|
|
-
|
|
|
- .goods-item-left {
|
|
|
- width: 222rpx;
|
|
|
- height: 222rpx;
|
|
|
-
|
|
|
- image {
|
|
|
- width: 222rpx;
|
|
|
- height: 222rpx;
|
|
|
- border-radius: 27rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .goods-item-right {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- flex-direction: column;
|
|
|
- min-height: 222rpx;
|
|
|
- margin-left: 34rpx;
|
|
|
- flex: 1;
|
|
|
-
|
|
|
- .goods-item-right-row1 {
|
|
|
- color: #656565;
|
|
|
- font-size: 29rpx;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
- .goods-item-right-row2 {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
-
|
|
|
- .goods-item-right-row2-tag {
|
|
|
- width: 92rpx;
|
|
|
- height: 28rpx;
|
|
|
- border: 2rpx solid #FF874E;
|
|
|
- border-radius: 6rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- color: #FF874E;
|
|
|
- font-size: 20rpx;
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
-
|
|
|
- .goods-item-right-row2-txt {
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .goods-item-right-row3 {
|
|
|
- color: #FF4C1A;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
-
|
|
|
- .goods-item-right-row4 {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .price {
|
|
|
- color: #FF874E;
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
-
|
|
|
- .count {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .decrease-img {
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- border-radius: 6rpx;
|
|
|
- }
|
|
|
-
|
|
|
- text {
|
|
|
- margin: 0 24rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .increase-img {
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- border-radius: 6rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 32rpx;
|
|
|
+
|
|
|
+ .goods-item-left {
|
|
|
+ width: 222rpx;
|
|
|
+ height: 222rpx;
|
|
|
+
|
|
|
+ image {
|
|
|
+ width: 222rpx;
|
|
|
+ height: 222rpx;
|
|
|
+ border-radius: 27rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .goods-item-right {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ flex-direction: column;
|
|
|
+ min-height: 222rpx;
|
|
|
+ margin-left: 34rpx;
|
|
|
+ flex: 1;
|
|
|
+
|
|
|
+ .goods-item-right-row1 {
|
|
|
+ color: #656565;
|
|
|
+ font-size: 29rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+
|
|
|
+ .goods-item-right-row2 {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .goods-item-right-row2-tag {
|
|
|
+ width: 92rpx;
|
|
|
+ height: 28rpx;
|
|
|
+ border: 2rpx solid #FF874E;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ color: #FF874E;
|
|
|
+ font-size: 20rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ }
|
|
|
+
|
|
|
+ .goods-item-right-row2-txt {
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .goods-item-right-row3 {
|
|
|
+ color: #FF4C1A;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ }
|
|
|
+
|
|
|
+ .goods-item-right-row4 {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .price {
|
|
|
+ color: #FF874E;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+
|
|
|
+ .count {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .decrease-img {
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ text {
|
|
|
+ margin: 0 24rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .increase-img {
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
page {
|
|
|
- background-color: #F7F7F7;
|
|
|
- padding-bottom: 156rpx;
|
|
|
-
|
|
|
- // 导航栏
|
|
|
- .nav-wrap {
|
|
|
- position: fixed;
|
|
|
- width: 100%;
|
|
|
- top: 0;
|
|
|
- color: #000;
|
|
|
- z-index: 9999999;
|
|
|
-
|
|
|
- .nav-title {
|
|
|
- position: absolute;
|
|
|
- text-align: center;
|
|
|
- max-width: 400rpx;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- margin: auto;
|
|
|
- font-size: 36rpx;
|
|
|
- color: #2c2b2b;
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
-
|
|
|
- .nav-capsule {
|
|
|
- display: flex;
|
|
|
- margin-top: 8rpx;
|
|
|
- align-items: center;
|
|
|
- margin-left: 30rpx;
|
|
|
- width: 140rpx;
|
|
|
- justify-content: space-between;
|
|
|
- height: 100%;
|
|
|
-
|
|
|
- .back-pre,
|
|
|
- .back-home {
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- margin-top: 1rpx;
|
|
|
- padding: 10rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 背景图
|
|
|
- .back-img {
|
|
|
- width: 100%;
|
|
|
- height: 472rpx;
|
|
|
- }
|
|
|
-
|
|
|
- // 团长信息与分享按钮
|
|
|
- .sell-top {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
-
|
|
|
- .top-body {
|
|
|
- width: 86%;
|
|
|
- height: 100rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- margin-left: 40rpx;
|
|
|
-
|
|
|
- .header-img {
|
|
|
- margin-top: -80rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .body-center {
|
|
|
- width: 80%;
|
|
|
- height: 60%;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- // margin-bottom: 60rpx;
|
|
|
- margin-bottom: 20rpx;
|
|
|
-
|
|
|
- &>view {
|
|
|
- color: #464646;
|
|
|
- font-size: 32rpx;
|
|
|
- font-weight: 600;
|
|
|
- width: 100%;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- display: flex;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
-
|
|
|
- &>view>button {
|
|
|
- width: 86rpx;
|
|
|
- height: 44rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- color: white;
|
|
|
- border-radius: 12rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- white-space: nowrap;
|
|
|
- font-weight: 500;
|
|
|
- position: absolute;
|
|
|
- left: 160rpx;
|
|
|
- }
|
|
|
-
|
|
|
- &>view>view {
|
|
|
- width: 108rpx;
|
|
|
- height: 44rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- border: 2rpx solid #989898;
|
|
|
- border-radius: 20rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- margin-right: 70rpx;
|
|
|
-
|
|
|
- image {
|
|
|
- width: 6rpx;
|
|
|
- height: 20rpx;
|
|
|
- margin-left: 10rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .share-btn {
|
|
|
- height: 74rpx;
|
|
|
- background-color: #FF874E;
|
|
|
- border-radius: 20rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- color: #FFFFFF;
|
|
|
- font-size: 28rpx;
|
|
|
- margin-right: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 拼团卡片
|
|
|
- .pintuan-card {
|
|
|
- width: 710rpx;
|
|
|
- background-color: #FFFFFF;
|
|
|
- margin: 0 auto;
|
|
|
- border-radius: 20rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .pintuan-name {
|
|
|
- width: 652rpx;
|
|
|
- color: @darkFontColor;
|
|
|
- font-weight: 600;
|
|
|
- margin-top: 28rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .pintuan-status {
|
|
|
- width: 652rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- margin-top: 22rpx;
|
|
|
-
|
|
|
- image {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .pintuan-status-left {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- color: @mainColor;
|
|
|
- font-size: 28rpx;
|
|
|
- font-weight: 400;
|
|
|
-
|
|
|
- .eye-count {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
-
|
|
|
- .order-count {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- margin-left: 62rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .pintuan-status-right {
|
|
|
- color: #08DFA1;
|
|
|
- font-size: 28rpx;
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .pintuan-progress {
|
|
|
- width: 652rpx;
|
|
|
- margin-top: 34rpx;
|
|
|
-
|
|
|
- .current-progress {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-
|
|
|
- .countdown-time {
|
|
|
- width: 100%;
|
|
|
- font-size: 22rpx;
|
|
|
- color: #F35E5E;
|
|
|
- display: flex;
|
|
|
- flex-direction: row-reverse;
|
|
|
- margin-top: 14rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .pintuan-intro {
|
|
|
- width: 652rpx;
|
|
|
- font-size: 29rpx;
|
|
|
- color: #656565;
|
|
|
- margin-top: 24rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .pintuan-video {
|
|
|
- width: 652rpx;
|
|
|
- height: 432rpx;
|
|
|
- margin-top: 38rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .pintuan-datu {
|
|
|
- width: 652rpx;
|
|
|
- height: 432rpx;
|
|
|
- margin-top: 30rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .pintuan-xiaotu-container {
|
|
|
- width: 652rpx;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- margin-top: 30rpx;
|
|
|
-
|
|
|
- .pintuan-xiaotu-item {
|
|
|
- background-color: #989898;
|
|
|
- border-radius: 20rpx;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
-
|
|
|
- .column3 {
|
|
|
- height: 198rpx;
|
|
|
- width: calc((100% - 4 * 16rpx) / 3);
|
|
|
- margin-bottom: 30rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .column3:not(:nth-child(3n+1)) {
|
|
|
- margin-left: 32rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 操作按钮
|
|
|
- .operate-btn {
|
|
|
- width: 710rpx;
|
|
|
- height: 100rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: flex-end;
|
|
|
-
|
|
|
- .btn {
|
|
|
- border: 2rpx solid #C3C3C3;
|
|
|
- border-radius: 27rpx;
|
|
|
- height: 54rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- color: #989898;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 500;
|
|
|
- padding: 0 30rpx;
|
|
|
- margin-left: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 商品卡片
|
|
|
- .goods-card {
|
|
|
- background-color: #FFFFFF;
|
|
|
- padding: 0 20rpx;
|
|
|
- padding-top: 24rpx;
|
|
|
-
|
|
|
- .goods-card-top {
|
|
|
- display: flex;
|
|
|
- height: 60rpx;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
-
|
|
|
- .category-scroll {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- width: 560rpx;
|
|
|
- height: 60rpx;
|
|
|
- white-space: nowrap;
|
|
|
-
|
|
|
- .category-item {
|
|
|
- line-height: 60rpx;
|
|
|
- display: inline-block;
|
|
|
- font-size: 28rpx;
|
|
|
- color: #656565;
|
|
|
-
|
|
|
- &:not(:first-child) {
|
|
|
- margin-left: 40rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .right-menu {
|
|
|
- height: 60rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- font-size: 24rpx;
|
|
|
- color: #656565;
|
|
|
-
|
|
|
- &>image {
|
|
|
- height: 32rpx;
|
|
|
- width: 32rpx;
|
|
|
- margin-right: 20rpx;
|
|
|
- margin-left: 10rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 卡片模式
|
|
|
- .goods-card-body {
|
|
|
- margin-top: 34rpx;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
-
|
|
|
- .good-card {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- position: relative;
|
|
|
-
|
|
|
- .cover-view {
|
|
|
- width: 344rpx;
|
|
|
- height: 78rpx;
|
|
|
- background: rgba(0, 0, 0, 0.41);
|
|
|
- border-radius: 0px 0px 10px 10px;
|
|
|
- top: 266rpx;
|
|
|
- position: absolute;
|
|
|
- text-align: center;
|
|
|
- line-height: 78rpx;
|
|
|
- color: #FFFFFF;
|
|
|
- font-size: 28rpx;
|
|
|
- }
|
|
|
-
|
|
|
- image {
|
|
|
- width: 100%;
|
|
|
- height: 344rpx;
|
|
|
- border-radius: 27rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .good-title {
|
|
|
- width: 318rpx;
|
|
|
- color: #656565;
|
|
|
- font-size: 29rpx;
|
|
|
- font-weight: bold;
|
|
|
- margin-top: 20rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .tag-sold {
|
|
|
- width: 318rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- margin-top: 6rpx;
|
|
|
-
|
|
|
- .tag {
|
|
|
- width: 92rpx;
|
|
|
- height: 28rpx;
|
|
|
- border: 2rpx solid #FF874E;
|
|
|
- border-radius: 6rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- color: #FF874E;
|
|
|
- font-size: 20rpx;
|
|
|
- font-weight: 400;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- }
|
|
|
-
|
|
|
- .sold {
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .price-count {
|
|
|
- width: 318rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- margin-top: 22rpx;
|
|
|
-
|
|
|
- .underline-price {
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- text-decoration: line-through;
|
|
|
- }
|
|
|
-
|
|
|
- .normal-price {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .price {
|
|
|
- color: #FF874E;
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
-
|
|
|
- .count {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .decrease-img {
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- border-radius: 6rpx;
|
|
|
- }
|
|
|
-
|
|
|
- text {
|
|
|
- margin: 0 24rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .increase-img {
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- border-radius: 6rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .column2 {
|
|
|
- width: calc((100% - 2 * 12rpx) / 2);
|
|
|
- margin-bottom: 22rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .column2:not(:nth-child(2n+1)) {
|
|
|
- margin-left: 22rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .goods-list-body {
|
|
|
- padding: 42rpx 0;
|
|
|
-
|
|
|
- .goods-item {
|
|
|
- .goods-item()
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 订单列表和评价卡片
|
|
|
- .order-comment {
|
|
|
- background-color: #FFFFFF;
|
|
|
- padding: 0 20rpx;
|
|
|
- padding-top: 26rpx;
|
|
|
- padding-left: 32rpx;
|
|
|
- padding-right: 46rpx;
|
|
|
- margin-top: 24rpx;
|
|
|
-
|
|
|
- .tab {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .tab-left {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- &>text:not(:first-child) {
|
|
|
- margin-left: 60rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .tab-right {
|
|
|
- width: 156rpx;
|
|
|
- height: 56rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- border: 2rpx solid #FF874E;
|
|
|
- border-radius: 36rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- color: #FF874E;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 500;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .order-list {
|
|
|
- min-height: 200rpx;
|
|
|
-
|
|
|
- .order {
|
|
|
- border-bottom: 2rpx solid #F5F5F5;
|
|
|
- display: flex;
|
|
|
-
|
|
|
- .order-no {
|
|
|
- margin-top: 42rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .order-content {
|
|
|
- width: 100%;
|
|
|
- margin-left: 38rpx;
|
|
|
- padding-bottom: 28rpx;
|
|
|
-
|
|
|
- .order-content-top {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- width: 100%;
|
|
|
- margin-top: 42rpx;
|
|
|
-
|
|
|
- .top-left {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- color: #464646;
|
|
|
- font-size: 32rpx;
|
|
|
-
|
|
|
- &>image {
|
|
|
- width: 48rpx;
|
|
|
- height: 48rpx;
|
|
|
- border-radius: 50%;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .top-right {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .order-content-row {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- color: #656565;
|
|
|
- font-size: 29rpx;
|
|
|
- font-weight: 400;
|
|
|
- margin-top: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .comment-list {
|
|
|
- min-height: 200rpx;
|
|
|
-
|
|
|
- .comment {
|
|
|
- border-bottom: 2rpx solid #F5F5F5;
|
|
|
- padding-bottom: 30rpx;
|
|
|
-
|
|
|
- .comment-top {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- width: 100%;
|
|
|
- margin-top: 42rpx;
|
|
|
-
|
|
|
- .top-left {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- color: #464646;
|
|
|
- font-size: 32rpx;
|
|
|
-
|
|
|
- &>image {
|
|
|
- width: 48rpx;
|
|
|
- height: 48rpx;
|
|
|
- border-radius: 50%;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .top-right {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .comment-row {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- color: #656565;
|
|
|
- font-size: 29rpx;
|
|
|
- font-weight: 400;
|
|
|
- margin-top: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 底部栏
|
|
|
- .foot {
|
|
|
- width: 100%;
|
|
|
- height: 156rpx;
|
|
|
- background-color: #FFFFFF;
|
|
|
- position: fixed;
|
|
|
- bottom: 0;
|
|
|
- box-shadow: 0px -2px 28px -12px rgba(0, 0, 0, 0.19);
|
|
|
- z-index: 999;
|
|
|
-
|
|
|
- .foot-row {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: space-between;
|
|
|
- margin-top: 24rpx;
|
|
|
-
|
|
|
- .foot-row-left {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .foot-row-left-image {
|
|
|
- width: 48rpx;
|
|
|
- height: 54rpx;
|
|
|
- margin-left: 30rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .foot-row-left-text1 {
|
|
|
- color: #FF874E;
|
|
|
- font-size: 28rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .foot-row-left-text2 {
|
|
|
- color: #FF874E;
|
|
|
- font-size: 42rpx;
|
|
|
- margin-left: 8rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .foot-row-left-text3 {
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- text-decoration: line-through;
|
|
|
- margin-left: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .foot-row-right {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .foot-row-right-btn1 {
|
|
|
- width: 166rpx;
|
|
|
- height: 74rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- border: 2rpx solid #FF874E;
|
|
|
- color: #FF874E;
|
|
|
- font-size: 28rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- border-radius: 37rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .foot-row-right-btn2 {
|
|
|
- width: 166rpx;
|
|
|
- height: 74rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- border: 2rpx solid #FF874E;
|
|
|
- background-color: #FF874E;
|
|
|
- color: #FFFFFF;
|
|
|
- font-size: 28rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- border-radius: 37rpx;
|
|
|
- margin-left: 20rpx;
|
|
|
- margin-right: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 弹出层
|
|
|
- .popup {
|
|
|
- width: 100%;
|
|
|
- padding-bottom: 156rpx;
|
|
|
-
|
|
|
- // 购物车
|
|
|
- .popup-top {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- margin-top: 40rpx;
|
|
|
- margin-bottom: 46rpx;
|
|
|
- margin-left: 32rpx;
|
|
|
- margin-right: 34rpx;
|
|
|
-
|
|
|
- .popup-top-left {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- &>text:first-child {
|
|
|
- color: #656565;
|
|
|
- font-size: 36rpx;
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
-
|
|
|
- &>text:last-child {
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 400;
|
|
|
- margin-left: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .popup-top-right {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- &>text {
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .goods-item {
|
|
|
- margin-left: 22rpx;
|
|
|
- margin-right: 18rpx;
|
|
|
- .goods-item()
|
|
|
- }
|
|
|
-
|
|
|
- // 商品详情
|
|
|
- .popup-swiper {
|
|
|
- swiper {
|
|
|
- width: 100%;
|
|
|
- height: 550rpx;
|
|
|
-
|
|
|
- image {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .popup-title {
|
|
|
- color: #494949;
|
|
|
- font-size: 32rpx;
|
|
|
- font-weight: bold;
|
|
|
- margin: 26rpx 20rpx 0 20rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .popup-tag {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- margin: 12rpx 20rpx 0 20rpx;
|
|
|
-
|
|
|
- .popup-tag-left {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- &>view {
|
|
|
- width: 92rpx;
|
|
|
- height: 28rpx;
|
|
|
- border: 2rpx solid #FF874E;
|
|
|
- border-radius: 6rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- color: #FF874E;
|
|
|
- font-size: 20rpx;
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
-
|
|
|
- &>text {
|
|
|
- color: #FF4C1A;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 400;
|
|
|
- margin-left: 30rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .popup-tag-right {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .popup-guige {
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- margin: 36rpx 20rpx 0 20rpx;
|
|
|
-
|
|
|
- .popup-guige-item {
|
|
|
- height: 56rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- padding: 0 20rpx;
|
|
|
- font-size: 24rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- border: 2rpx solid #FF874E;
|
|
|
- border-radius: 36rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .popup-guige-item:not(:first-child) {
|
|
|
- margin-left: 24rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .goods-item-right-row4 {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- margin: 24rpx 20rpx 0rpx 20rpx;
|
|
|
-
|
|
|
- .price {
|
|
|
- color: #FF874E;
|
|
|
- font-weight: 600;
|
|
|
- }
|
|
|
-
|
|
|
- .count {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .decrease-img {
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- border-radius: 6rpx;
|
|
|
- }
|
|
|
-
|
|
|
- text {
|
|
|
- margin: 0 24rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .increase-img {
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
- border-radius: 6rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .popup-line {
|
|
|
- height: 8rpx;
|
|
|
- margin-top: 36rpx;
|
|
|
- background-color: #F3F3F3;
|
|
|
- }
|
|
|
-
|
|
|
- .popup-detail {
|
|
|
- padding-left: 20rpx;
|
|
|
- padding-right: 20rpx;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- group-title {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-
|
|
|
- .good-intro {
|
|
|
- width: 672rpx;
|
|
|
- color: #494949;
|
|
|
- font-size: 32rpx;
|
|
|
- margin-top: 20rpx;
|
|
|
- }
|
|
|
-
|
|
|
- .good-category {
|
|
|
- width: 672rpx;
|
|
|
- margin-top: 20rpx;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
-
|
|
|
- .good-category-item {
|
|
|
- height: 42rpx;
|
|
|
- padding-left: 20rpx;
|
|
|
- padding-right: 20rpx;
|
|
|
- background-color: #EFEFEF;
|
|
|
- border-radius: 22rpx;
|
|
|
- color: #656565;
|
|
|
- font-size: 24rpx;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
-
|
|
|
- .good-category-item:not(:first-child) {
|
|
|
- margin-left: 24rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .good-rule {
|
|
|
- width: 672rpx;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- justify-content: space-between;
|
|
|
- margin-bottom: 46rpx;
|
|
|
-
|
|
|
- .good-rule-item {
|
|
|
- box-sizing: border-box;
|
|
|
- width: 324rpx;
|
|
|
- height: 48rpx;
|
|
|
- border: 2rpx solid #FF874E;
|
|
|
- color: #FF874E;
|
|
|
- font-size: 28rpx;
|
|
|
- border-radius: 6rpx;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- margin-top: 20rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ background-color: #F7F7F7;
|
|
|
+ padding-bottom: 156rpx;
|
|
|
+
|
|
|
+ // 导航栏
|
|
|
+ .nav-wrap {
|
|
|
+ position: fixed;
|
|
|
+ width: 100%;
|
|
|
+ top: 0;
|
|
|
+ color: #000;
|
|
|
+ z-index: 9999999;
|
|
|
+
|
|
|
+ .nav-title {
|
|
|
+ position: absolute;
|
|
|
+ text-align: center;
|
|
|
+ max-width: 400rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ margin: auto;
|
|
|
+ font-size: 36rpx;
|
|
|
+ color: #2c2b2b;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+
|
|
|
+ .nav-capsule {
|
|
|
+ display: flex;
|
|
|
+ margin-top: 8rpx;
|
|
|
+ align-items: center;
|
|
|
+ margin-left: 30rpx;
|
|
|
+ width: 140rpx;
|
|
|
+ justify-content: space-between;
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
+ .back-pre,
|
|
|
+ .back-home {
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ margin-top: 1rpx;
|
|
|
+ padding: 10rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 背景图
|
|
|
+ .back-img {
|
|
|
+ width: 100%;
|
|
|
+ height: 472rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ // 团长信息与分享按钮
|
|
|
+ .sell-top {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+
|
|
|
+ .top-body {
|
|
|
+ width: 86%;
|
|
|
+ height: 100rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-left: 40rpx;
|
|
|
+
|
|
|
+ .header-img {
|
|
|
+ margin-top: -80rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .body-center {
|
|
|
+ width: 80%;
|
|
|
+ height: 60%;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ // margin-bottom: 60rpx;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+
|
|
|
+ &>view {
|
|
|
+ color: #464646;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: 600;
|
|
|
+ width: 100%;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ display: flex;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+
|
|
|
+ &>view>button {
|
|
|
+ width: 86rpx;
|
|
|
+ height: 44rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ color: white;
|
|
|
+ border-radius: 12rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ white-space: nowrap;
|
|
|
+ font-weight: 500;
|
|
|
+ position: absolute;
|
|
|
+ left: 160rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ &>view>view {
|
|
|
+ width: 108rpx;
|
|
|
+ height: 44rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 2rpx solid #989898;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ margin-right: 70rpx;
|
|
|
+
|
|
|
+ image {
|
|
|
+ width: 6rpx;
|
|
|
+ height: 20rpx;
|
|
|
+ margin-left: 10rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .share-btn {
|
|
|
+ height: 74rpx;
|
|
|
+ background-color: #FF874E;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 28rpx;
|
|
|
+ margin-right: 20rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 拼团卡片
|
|
|
+ .pintuan-card {
|
|
|
+ width: 710rpx;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ margin: 0 auto;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ padding-bottom: 20rpx;
|
|
|
+
|
|
|
+ .pintuan-name {
|
|
|
+ width: 652rpx;
|
|
|
+ color: @darkFontColor;
|
|
|
+ font-weight: 600;
|
|
|
+ margin-top: 28rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pintuan-status {
|
|
|
+ width: 652rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 22rpx;
|
|
|
+
|
|
|
+ image {
|
|
|
+ width: 32rpx;
|
|
|
+ height: 32rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pintuan-status-left {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ color: @mainColor;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: 400;
|
|
|
+
|
|
|
+ .eye-count {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .order-count {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin-left: 62rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .pintuan-status-right {
|
|
|
+ color: #08DFA1;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .pintuan-progress {
|
|
|
+ width: 652rpx;
|
|
|
+ margin-top: 34rpx;
|
|
|
+
|
|
|
+ .current-progress {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .countdown-time {
|
|
|
+ width: 100%;
|
|
|
+ font-size: 22rpx;
|
|
|
+ color: #F35E5E;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row-reverse;
|
|
|
+ margin-top: 14rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .pintuan-intro {
|
|
|
+ width: 652rpx;
|
|
|
+ font-size: 29rpx;
|
|
|
+ color: #656565;
|
|
|
+ margin-top: 24rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pintuan-video {
|
|
|
+ width: 652rpx;
|
|
|
+ height: 432rpx;
|
|
|
+ margin-top: 38rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pintuan-datu {
|
|
|
+ width: 652rpx;
|
|
|
+ height: 432rpx;
|
|
|
+ margin-top: 30rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pintuan-xiaotu-container {
|
|
|
+ width: 652rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ margin-top: 30rpx;
|
|
|
+
|
|
|
+ .pintuan-xiaotu-item {
|
|
|
+ background-color: #989898;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+
|
|
|
+ .column3 {
|
|
|
+ height: 198rpx;
|
|
|
+ width: calc((100% - 4 * 16rpx) / 3);
|
|
|
+ margin-bottom: 30rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .column3:not(:nth-child(3n+1)) {
|
|
|
+ margin-left: 32rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 操作按钮
|
|
|
+ .operate-btn {
|
|
|
+ width: 710rpx;
|
|
|
+ height: 100rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: flex-end;
|
|
|
+
|
|
|
+ .btn {
|
|
|
+ border: 2rpx solid #C3C3C3;
|
|
|
+ border-radius: 27rpx;
|
|
|
+ height: 54rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ color: #989898;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ padding: 0 30rpx;
|
|
|
+ margin-left: 20rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 商品卡片
|
|
|
+ .goods-card {
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ padding: 0 20rpx;
|
|
|
+ padding-top: 24rpx;
|
|
|
+
|
|
|
+ .goods-card-top {
|
|
|
+ display: flex;
|
|
|
+ height: 60rpx;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+
|
|
|
+ .category-scroll {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ width: 560rpx;
|
|
|
+ height: 60rpx;
|
|
|
+ white-space: nowrap;
|
|
|
+
|
|
|
+ .category-item {
|
|
|
+ line-height: 60rpx;
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #656565;
|
|
|
+
|
|
|
+ &:not(:first-child) {
|
|
|
+ margin-left: 40rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .right-menu {
|
|
|
+ height: 60rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #656565;
|
|
|
+
|
|
|
+ &>image {
|
|
|
+ height: 32rpx;
|
|
|
+ width: 32rpx;
|
|
|
+ margin-right: 20rpx;
|
|
|
+ margin-left: 10rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 卡片模式
|
|
|
+ .goods-card-body {
|
|
|
+ margin-top: 34rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+
|
|
|
+ .good-card {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ .cover-view {
|
|
|
+ width: 344rpx;
|
|
|
+ height: 78rpx;
|
|
|
+ background: rgba(0, 0, 0, 0.41);
|
|
|
+ border-radius: 0px 0px 10px 10px;
|
|
|
+ top: 266rpx;
|
|
|
+ position: absolute;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 78rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 28rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ image {
|
|
|
+ width: 100%;
|
|
|
+ height: 344rpx;
|
|
|
+ border-radius: 27rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .good-title {
|
|
|
+ width: 318rpx;
|
|
|
+ color: #656565;
|
|
|
+ font-size: 29rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .tag-sold {
|
|
|
+ width: 318rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 6rpx;
|
|
|
+
|
|
|
+ .tag {
|
|
|
+ width: 92rpx;
|
|
|
+ height: 28rpx;
|
|
|
+ border: 2rpx solid #FF874E;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ color: #FF874E;
|
|
|
+ font-size: 20rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+
|
|
|
+ .sold {
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .price-count {
|
|
|
+ width: 318rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ margin-top: 22rpx;
|
|
|
+
|
|
|
+ .underline-price {
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ text-decoration: line-through;
|
|
|
+ }
|
|
|
+
|
|
|
+ .normal-price {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .price {
|
|
|
+ color: #FF874E;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+
|
|
|
+ .count {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .decrease-img {
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ text {
|
|
|
+ margin: 0 24rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .increase-img {
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .column2 {
|
|
|
+ width: calc((100% - 2 * 12rpx) / 2);
|
|
|
+ margin-bottom: 22rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .column2:not(:nth-child(2n+1)) {
|
|
|
+ margin-left: 22rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .goods-list-body {
|
|
|
+ padding: 42rpx 0;
|
|
|
+
|
|
|
+ .goods-item {
|
|
|
+ .goods-item()
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 订单列表和评价卡片
|
|
|
+ .order-comment {
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ padding: 0 20rpx;
|
|
|
+ padding-top: 26rpx;
|
|
|
+ padding-left: 32rpx;
|
|
|
+ padding-right: 46rpx;
|
|
|
+ margin-top: 24rpx;
|
|
|
+
|
|
|
+ .tab {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .tab-left {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ &>text:not(:first-child) {
|
|
|
+ margin-left: 60rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .tab-right {
|
|
|
+ width: 156rpx;
|
|
|
+ height: 56rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 2rpx solid #FF874E;
|
|
|
+ border-radius: 36rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ color: #FF874E;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .order-list {
|
|
|
+ min-height: 200rpx;
|
|
|
+
|
|
|
+ .order {
|
|
|
+ border-bottom: 2rpx solid #F5F5F5;
|
|
|
+ display: flex;
|
|
|
+
|
|
|
+ .order-no {
|
|
|
+ margin-top: 42rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .order-content {
|
|
|
+ width: 100%;
|
|
|
+ margin-left: 38rpx;
|
|
|
+ padding-bottom: 28rpx;
|
|
|
+
|
|
|
+ .order-content-top {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ width: 100%;
|
|
|
+ margin-top: 42rpx;
|
|
|
+
|
|
|
+ .top-left {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ color: #464646;
|
|
|
+ font-size: 32rpx;
|
|
|
+
|
|
|
+ &>image {
|
|
|
+ width: 48rpx;
|
|
|
+ height: 48rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .top-right {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .order-content-row {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ color: #656565;
|
|
|
+ font-size: 29rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .comment-list {
|
|
|
+ min-height: 200rpx;
|
|
|
+
|
|
|
+ .comment {
|
|
|
+ border-bottom: 2rpx solid #F5F5F5;
|
|
|
+ padding-bottom: 30rpx;
|
|
|
+
|
|
|
+ .comment-top {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ width: 100%;
|
|
|
+ margin-top: 42rpx;
|
|
|
+
|
|
|
+ .top-left {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ color: #464646;
|
|
|
+ font-size: 32rpx;
|
|
|
+
|
|
|
+ &>image {
|
|
|
+ width: 48rpx;
|
|
|
+ height: 48rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .top-right {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .comment-row {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ color: #656565;
|
|
|
+ font-size: 29rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 底部栏
|
|
|
+ .foot {
|
|
|
+ width: 100%;
|
|
|
+ height: 156rpx;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ position: fixed;
|
|
|
+ bottom: 0;
|
|
|
+ box-shadow: 0px -2px 28px -12px rgba(0, 0, 0, 0.19);
|
|
|
+ z-index: 999;
|
|
|
+
|
|
|
+ .foot-row {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 24rpx;
|
|
|
+
|
|
|
+ .foot-row-left {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .foot-row-left-image {
|
|
|
+ width: 48rpx;
|
|
|
+ height: 54rpx;
|
|
|
+ margin-left: 30rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .foot-row-left-text1 {
|
|
|
+ color: #FF874E;
|
|
|
+ font-size: 28rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .foot-row-left-text2 {
|
|
|
+ color: #FF874E;
|
|
|
+ font-size: 42rpx;
|
|
|
+ margin-left: 8rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .foot-row-left-text3 {
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ text-decoration: line-through;
|
|
|
+ margin-left: 20rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .foot-row-right {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .foot-row-right-btn1 {
|
|
|
+ width: 166rpx;
|
|
|
+ height: 74rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 2rpx solid #FF874E;
|
|
|
+ color: #FF874E;
|
|
|
+ font-size: 28rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ border-radius: 37rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .foot-row-right-btn2 {
|
|
|
+ width: 166rpx;
|
|
|
+ height: 74rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 2rpx solid #FF874E;
|
|
|
+ background-color: #FF874E;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 28rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ border-radius: 37rpx;
|
|
|
+ margin-left: 20rpx;
|
|
|
+ margin-right: 20rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 弹出层
|
|
|
+ .popup {
|
|
|
+ width: 100%;
|
|
|
+ padding-bottom: 156rpx;
|
|
|
+
|
|
|
+ // 购物车
|
|
|
+ .popup-top {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ margin-top: 40rpx;
|
|
|
+ margin-bottom: 46rpx;
|
|
|
+ margin-left: 32rpx;
|
|
|
+ margin-right: 34rpx;
|
|
|
+
|
|
|
+ .popup-top-left {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ &>text:first-child {
|
|
|
+ color: #656565;
|
|
|
+ font-size: 36rpx;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+
|
|
|
+ &>text:last-child {
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ margin-left: 20rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-top-right {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ &>text {
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .goods-item {
|
|
|
+ margin-left: 22rpx;
|
|
|
+ margin-right: 18rpx;
|
|
|
+ .goods-item()
|
|
|
+ }
|
|
|
+
|
|
|
+ // 商品详情
|
|
|
+ .popup-swiper {
|
|
|
+ border-bottom: 1rpx solid #e4e4e4;
|
|
|
+
|
|
|
+ .banner-box {
|
|
|
+ height: 550rpx;
|
|
|
+
|
|
|
+ swiper-item {
|
|
|
+ // display: flex;
|
|
|
+ // justify-content: center;
|
|
|
+ background: #FFF;
|
|
|
+
|
|
|
+ image {
|
|
|
+ // width: 100%;
|
|
|
+ // height: 550rpx;
|
|
|
+ background: #FFF;
|
|
|
+ width: 100%;
|
|
|
+ height: 550rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-title {
|
|
|
+ color: #494949;
|
|
|
+ font-size: 32rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ margin: 26rpx 20rpx 0 20rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-tag {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ margin: 12rpx 20rpx 0 20rpx;
|
|
|
+
|
|
|
+ .popup-tag-left {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ &>view {
|
|
|
+ width: 92rpx;
|
|
|
+ height: 28rpx;
|
|
|
+ border: 2rpx solid #FF874E;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ color: #FF874E;
|
|
|
+ font-size: 20rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ }
|
|
|
+
|
|
|
+ &>text {
|
|
|
+ color: #FF4C1A;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ margin-left: 30rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-tag-right {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-guige {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ margin: 36rpx 20rpx 0 20rpx;
|
|
|
+
|
|
|
+ .popup-guige-item {
|
|
|
+ height: 56rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ padding: 0 20rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 2rpx solid #FF874E;
|
|
|
+ border-radius: 36rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-guige-item:not(:first-child) {
|
|
|
+ margin-left: 24rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .goods-item-right-row4 {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ margin: 24rpx 20rpx 0rpx 20rpx;
|
|
|
+
|
|
|
+ .price {
|
|
|
+ color: #FF874E;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+
|
|
|
+ .count {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .decrease-img {
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ text {
|
|
|
+ margin: 0 24rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .increase-img {
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-line {
|
|
|
+ height: 8rpx;
|
|
|
+ margin-top: 36rpx;
|
|
|
+ background-color: #F3F3F3;
|
|
|
+ }
|
|
|
+
|
|
|
+ .popup-detail {
|
|
|
+ padding-left: 20rpx;
|
|
|
+ padding-right: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ group-title {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .good-intro {
|
|
|
+ width: 672rpx;
|
|
|
+ color: #494949;
|
|
|
+ font-size: 32rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .good-category {
|
|
|
+ width: 672rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+
|
|
|
+ .good-category-item {
|
|
|
+ height: 42rpx;
|
|
|
+ padding-left: 20rpx;
|
|
|
+ padding-right: 20rpx;
|
|
|
+ background-color: #EFEFEF;
|
|
|
+ border-radius: 22rpx;
|
|
|
+ color: #656565;
|
|
|
+ font-size: 24rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .good-category-item:not(:first-child) {
|
|
|
+ margin-left: 24rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .good-rule {
|
|
|
+ width: 672rpx;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-bottom: 46rpx;
|
|
|
+
|
|
|
+ .good-rule-item {
|
|
|
+ box-sizing: border-box;
|
|
|
+ width: 324rpx;
|
|
|
+ height: 48rpx;
|
|
|
+ border: 2rpx solid #FF874E;
|
|
|
+ color: #FF874E;
|
|
|
+ font-size: 28rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ margin-top: 20rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.jiaobiao {
|
|
|
- width: 36rpx;
|
|
|
- height: 36rpx;
|
|
|
- background-color: #FF4C1A;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- color: white;
|
|
|
- font-size: 24rpx;
|
|
|
- border-radius: 50rpx;
|
|
|
- position: relative;
|
|
|
- float: right;
|
|
|
- bottom: 20rpx;
|
|
|
- right: 10rpx;
|
|
|
+ width: 36rpx;
|
|
|
+ height: 36rpx;
|
|
|
+ background-color: #FF4C1A;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ color: white;
|
|
|
+ font-size: 24rpx;
|
|
|
+ border-radius: 50rpx;
|
|
|
+ position: relative;
|
|
|
+ float: right;
|
|
|
+ bottom: 20rpx;
|
|
|
+ right: 10rpx;
|
|
|
}
|