|
@@ -159,8 +159,13 @@
|
|
|
购物车
|
|
|
</view>
|
|
|
</view>
|
|
|
- <button @click="popShow=true">加入购物车</button>
|
|
|
+ <button class="add" @click="popShow=true">加入购物车</button>
|
|
|
+
|
|
|
</view>
|
|
|
+ <!-- 已经报名 -->
|
|
|
+ <!-- <view class="bottom">
|
|
|
+ <button class="registered">已报名,请于一周内缴费</button>
|
|
|
+ </view> -->
|
|
|
<!-- 弹出层 -->
|
|
|
<view >
|
|
|
<u-popup v-model="popShow" mode="bottom" :closeable='true'>
|
|
@@ -574,7 +579,7 @@
|
|
|
color: rgba(16, 16, 16, 1);
|
|
|
font-size: 24rpx;
|
|
|
}
|
|
|
- button {
|
|
|
+ .add {
|
|
|
width:560rpx;
|
|
|
border-radius: 50px;
|
|
|
background-color: rgba(13, 186, 199, 1);
|
|
@@ -585,6 +590,15 @@
|
|
|
margin-right: 0;
|
|
|
|
|
|
}
|
|
|
+ .registered{
|
|
|
+ width: 100%;
|
|
|
+ height: 80rpx;
|
|
|
+ line-height: 80rpx;
|
|
|
+ border-radius: 50px;
|
|
|
+ background-color: rgba(153, 153, 153, 1);
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
+ font-size: 32rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// 弹出层
|