|
@@ -242,7 +242,7 @@ const brandScroll = () => {
|
|
|
on: {
|
|
|
touchMove(swiper, e) {
|
|
|
e.stopPropagation();
|
|
|
- e.preventDefault();
|
|
|
+ // e.preventDefault();
|
|
|
},
|
|
|
slideChange() {
|
|
|
if (tagclick.value.type) {
|
|
@@ -313,19 +313,14 @@ onMounted(() => {
|
|
|
> div {
|
|
|
background: #fff;
|
|
|
padding-bottom: 14px;
|
|
|
- height: 95%;
|
|
|
- // 用flex布局实现中间部分可scroll的方案在ios中不生效
|
|
|
- // display: flex;
|
|
|
- // flex-direction: column;
|
|
|
+ height: 100%;
|
|
|
>.imgcon{
|
|
|
- // flex: 0;
|
|
|
height: 34vh;
|
|
|
}
|
|
|
.info {
|
|
|
font-size: 14px;
|
|
|
color: #131d34;
|
|
|
padding: 16px 20px;
|
|
|
- // flex: 0 1 auto;
|
|
|
max-height: calc(100% - 34vh - 42px);
|
|
|
box-sizing: border-box;
|
|
|
overflow: auto;
|
|
@@ -404,7 +399,6 @@ onMounted(() => {
|
|
|
}
|
|
|
}
|
|
|
.goods-button {
|
|
|
- // flex: 0;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
font-size: 16px;
|