| | |
| | | </u-form> |
| | | </view> |
| | | <!-- <button class="confirm_btn" @click="confirm">保存</button>--> |
| | | <view class="footer"> |
| | | <!-- <view class="footer"> |
| | | <button class="footer-btn" @click="confirm">提交</button> |
| | | </view> |
| | | </view> --> |
| | | |
| | | <footer-btn @click="confirm" /> |
| | | |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | width: 90%; |
| | | margin-top: 200rpx; |
| | | border-radius: 20rpx; |
| | | } |
| | | .footer { |
| | | width: 100%; |
| | | padding: 30rpx; |
| | | position: fixed; |
| | | bottom: 0; |
| | | left: 0; |
| | | z-index: 10; |
| | | box-sizing: border-box; |
| | | padding-bottom: calc( env(safe-area-inset-bottom) + 50rpx); |
| | | .footer-btn { |
| | | width: 100%; |
| | | height: 78rpx; |
| | | line-height: 78rpx; |
| | | background: linear-gradient(163deg, #01BDFC 0%, #017BFC 100%); |
| | | border-radius: 8rpx; |
| | | color: #fff; |
| | | font-size: 32rpx; |
| | | } |
| | | } |
| | | </style> |