Commit 779882a4 authored by zhengke's avatar zhengke

修改

parent 749235e7
...@@ -53,6 +53,8 @@ ...@@ -53,6 +53,8 @@
position: fixed; position: fixed;
top: 65px; top: 65px;
left: 0; left: 0;
overflow: auto;
flex:1;
} }
.tradeTop{ .tradeTop{
display: flex; display: flex;
...@@ -102,6 +104,7 @@ ...@@ -102,6 +104,7 @@
fontSize: '14px', fontSize: '14px',
margin: '0 3vw', margin: '0 3vw',
width: '60vw', width: '60vw',
border:'none'
}" @click="isShowSign=true">立即报名</u-button> }" @click="isShowSign=true">立即报名</u-button>
<u-button size="80" :ripple="true" v-if="isShowSign" :custom-style="{ <u-button size="80" :ripple="true" v-if="isShowSign" :custom-style="{
backgroundColor: mc, backgroundColor: mc,
...@@ -110,6 +113,7 @@ ...@@ -110,6 +113,7 @@
fontSize: '14px', fontSize: '14px',
margin: '0 3vw', margin: '0 3vw',
width: '60vw', width: '60vw',
border:'none'
}" @click="goSignUp()">立即报名</u-button> }" @click="goSignUp()">立即报名</u-button>
</view> </view>
</view> </view>
...@@ -130,7 +134,6 @@ ...@@ -130,7 +134,6 @@
this.mc = this.$uiConfig.mainColor; this.mc = this.$uiConfig.mainColor;
}, },
created() { created() {
}, },
onShow() { onShow() {
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment