| | |
| | | <view style="height: 200rpx;"> |
| | | <!-- 空白层 --> |
| | | </view> |
| | | <view class="cu-bar foot input"> |
| | | <view class="flex solid-bottom padding justify-start"> |
| | | <button class="cu-btn bg-yellow lg margin-xs" style="width: 250rpx;" @click="check">确 认</button> |
| | | <button class="cu-btn bg-grey lg margin-xs" @click="reset">重 置</button> |
| | | <view class="cu-bar foot input" style="height: 130rpx;"> |
| | | <view class="flex solid-bottom padding justify-start" > |
| | | <button class="cu-btn bg-yellow main-btn margin-xs" style="width: 430rpx;" @click="check">确 认</button> |
| | | <button class="cu-btn bg-grey main-btn margin-xs" @click="reset">重 置</button> |
| | | </view> |
| | | </view> |
| | | |