提交 91398738 编写于 作者: 芊里

样式报错改完

上级 f385c172
...@@ -142,10 +142,10 @@ ...@@ -142,10 +142,10 @@
}); });
}, },
/** /**
* banner加载 * banner加载后触发的回调
*/ */
load(data) { load(data) {
console.log('banner_', data);
}, },
changeSwiper(e) { changeSwiper(e) {
this.current = e.detail.current this.current = e.detail.current
......
...@@ -69,7 +69,9 @@ ...@@ -69,7 +69,9 @@
<style> <style>
.content{ .content{
width: 750rpx; width: 750rpx;
/* #ifndef APP-NVUE */
display: flex; display: flex;
/* #endif */
flex-direction: column; flex-direction: column;
/* align-items: center; */ /* align-items: center; */
flex: 1; flex: 1;
...@@ -78,11 +80,15 @@ ...@@ -78,11 +80,15 @@
.bottom-back{ .bottom-back{
width: 750rpx; width: 750rpx;
height: 120rpx; height: 120rpx;
/* #ifndef APP-NVUE */
display: flex; display: flex;
/* #endif */
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
/* #ifndef APP-NVUE */
border: none; border: none;
/* #endif */
border-width: 0; border-width: 0;
border-radius: 0; border-radius: 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册