diff --git a/common/style/layout.styl b/common/style/layout.styl
index f83ad72..de584f2 100644
--- a/common/style/layout.styl
+++ b/common/style/layout.styl
@@ -531,4 +531,44 @@ uni-button[disabled]:not([type]) {
color: #ff6a00;
text-align: left;
margin-bottom: 16rpx;
+}
+.more_btns_wraper {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ z-index: 301;
+ padding: 0 20rpx 20rpx;
+ transition: all .3s;
+}
+.more-button {
+ font-size: 34rpx;
+ line-height: 88rpx;
+ color: #ff6a00;
+ text-align: center;
+ border-radius: 0;
+ border-bottom: 1px solid #c9c9c9;
+ background-color: transparent;
+}
+.more_btns_items .btn-disabled, .more_btns_items .submit-button_new[disabled] {
+ color: #c9c9c9;
+ border: none;
+}
+.more-button:last-child {
+ border-bottom: none;
+}
+.more_btns_cancle {
+ margin-top: 20rpx;
+ width: 100%;
+ font-size: 34rpx;
+ line-height: 88rpx;
+ color: #000;
+ text-align: center;
+ background-color: #fff;
+ border-radius: 20rpx;
+}
+.more_btns_items{
+ width: 100%;
+ border-radius: 20rpx;
+ background-color: #fff;
}
\ No newline at end of file
diff --git a/common/style/reset.css b/common/style/reset.css
index 128e30b..682929d 100644
--- a/common/style/reset.css
+++ b/common/style/reset.css
@@ -47,6 +47,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.jcflexstart {
justify-content: flex-start !important;
}
+.jccenter {
+ justify-content: center !important;
+}
.zd-row {
display: flex;
justify-content: space-between;
diff --git a/pages/SecondPhase/point/ManPass.vue b/pages/SecondPhase/point/ManPass.vue
index bae40bb..18d4357 100644
--- a/pages/SecondPhase/point/ManPass.vue
+++ b/pages/SecondPhase/point/ManPass.vue
@@ -13,16 +13,25 @@
-
-
+
+
+
+
+
+
+
+
+ 取消
+
+