diff --git a/pages/team/team_show/team_show.wxml b/pages/team/team_show/team_show.wxml
index 4f03bb6..a863f72 100644
--- a/pages/team/team_show/team_show.wxml
+++ b/pages/team/team_show/team_show.wxml
@@ -256,13 +256,14 @@
购买数量
- -
+ -
+
1
+
-
+
diff --git a/pages/team/team_show/team_show.wxss b/pages/team/team_show/team_show.wxss
index 34fcecc..4cb8702 100644
--- a/pages/team/team_show/team_show.wxss
+++ b/pages/team/team_show/team_show.wxss
@@ -1057,10 +1057,10 @@ page {
height: 45rpx;
}
-.pt_qd {
+/* .pt_qd {
margin-top: 40rpx;
height: auto;
-}
+} */
.spec-cart-btn.w100 {
width: 100%;
@@ -1119,8 +1119,9 @@ page {
}
.pt_qd {
- margin-top: 40rpx;
- height: auto;
+ /* margin-top: 40rpx;
+ height: auto; */
+ padding: 20rpx;
}
.spec-cart-btn.w100 {
@@ -1260,7 +1261,7 @@ page {
font-size: 32rpx;
box-sizing: border-box;
border-radius: 20rpx;
- height: 72%;
+ /* height: 72%; */
}
.spec-model .pding {
@@ -1326,15 +1327,17 @@ page {
display: flex;
font-size: 30rpx;
color: #333;
+ justify-content: space-between;
}
.count {
- position: fixed;
+ /* position: fixed; */
display: flex;
height: 50rpx;
border: 1rpx solid #000;
font-size: 28rpx;
- right: 30rpx;
+ /* right: 30rpx; */
+ /* justify-content: space-between; */
}
@@ -1946,8 +1949,8 @@ page {
}
.pt_qd {
- margin-top: 40rpx;
- height: auto;
+ /* margin-top: 40rpx;
+ height: auto; */
}
.spec-cart-btn.w100 {
@@ -2174,3 +2177,8 @@ page {
}
.no_store{color:#d60021; font-size: 26rpx;}
+
+.sub.active {
+ /* background-color: #ddd; */
+ color: #ccc;
+}