diff --git a/pageB/components/sdetails/tloos.vue b/pageB/components/sdetails/tloos.vue
index 8c4cd7e..67208ae 100644
--- a/pageB/components/sdetails/tloos.vue
+++ b/pageB/components/sdetails/tloos.vue
@@ -1,24 +1,61 @@
-
-
-
- 店铺
+
+
+
+
+ 店铺
+
+
+
+ 客服
+
+ 试穿试送
+ 加入购物车
+ 立即购买
+
+
-
-
- 客服
-
- 试穿试送
- 加入购物车
- 立即购买
-
+
+
+
+
@@ -42,6 +85,7 @@ export default {
width: 100%;
bottom:0;
border-top: 1rpx solid #ececec;
+ z-index: 1000000;
.navs{
display: flex;
flex-direction: column;
@@ -67,5 +111,77 @@ export default {
color: #fff;
}
+
}
+ .popup{
+ padding: 30rpx;
+ padding-bottom: 180rpx;
+ .head{
+ display: flex;
+ margin-bottom: 30rpx;
+ .image{
+ width: 195rpx;
+ height: 195rpx;
+ border-radius: 10rpx;
+ flex-shrink: 0;
+ }
+ .info{
+ display: flex;
+ padding: 21rpx 0;
+ justify-content: space-between;
+ margin-left: 27rpx;
+ flex-direction: column;
+ >text:first-child{
+ font-size: 28rpx;
+ color: #333;
+ }
+ >text:last-child{
+ font-size: 30rpx;
+ color: #ff3131;
+ }
+ }
+ }
+ .guige{
+ margin-top: 30rpx;
+ padding-bottom: 30rpx;
+ border-bottom: #ececec solid 2rpx;
+ .title{
+ font-size: 28rpx;
+ color: #333;
+ margin-bottom: 29rpx;
+
+ }
+ .item{
+ display: flex;
+ flex-wrap: wrap;
+ >text{
+ min-width: 120rpx;
+ height: 60rpx;
+ background-color: #ececec;
+ color: #999;
+ text-align: center;
+ line-height: 60rpx;
+ box-sizing: border-box;
+ border-radius: 6rpx;
+ margin-right: 26rpx;
+ }
+ .xuanzhong{
+ border: #ff780f 1rpx solid;
+ color: #FF780F;
+ background-color: #FFF1E6;
+ }
+ }
+ }
+ .num{
+ height: 84rpx;
+ display: flex;
+ border-bottom: #ececec solid 2rpx;
+ justify-content: space-between;
+ align-items: center;
+ >text{
+ font-size: 26rpx;
+ color: #666;
+ }
+ }
+ }
\ No newline at end of file