@@ -1 +1,26 @@
-@import "../../address/add/index.scss";
+@import "../../address/add/index.scss";
+
+.footer {
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+ position: fixed;
+ width: 750rpx;
+ height: 130rpx;
+ background: #FFFFFF;
+ box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
+ bottom: 0;
+ .but {
+ width: 156rpx;
+ height: 90rpx;
+ background: #3874F6;
+ border-radius: 8rpx;
+ font-size: 28rpx;
+ font-family: PingFang SC-Bold, PingFang SC;
+ font-weight: bold;
+ color: #FFFFFF;
+ margin-right: 30rpx;
+ }
+}
@@ -1,5 +1,6 @@
<Yl_Headline title='基本信息' type='switch' switchLabel='仅显示必填项' switch='{{fromShowAll}}' bind:callBack='changefromShowAll' />
<Yl_field id='Form' showAll='{{fromShowAll}}' form="{{form}}" bind:onConfirm='onConfirm' />
-<view class="but-box">
- <van-button disabled='{{disabled}}' custom-class='but' bindtap="submit">保 存</van-button>
+<view class="footer">
+ <van-button custom-class='but' disabled='{{disabled}}' bindtap="submit">确定</van-button>
</view>