diff --git a/common/style/layout.css b/common/style/layout.css index 94f77f2..3de9c9a 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -260,21 +260,15 @@ uni-button:after { left: 0; right: 0; text-align: center; - z-index: 100; -} -.msg_wrapper::after { - content: ""; - display: inline-block; - height: 100%; - width: 0; - vertical-align: middle; + z-index: 201; + display: flex; + justify-content: center; + align-items: center; } + .msg_box { - display: inline-block; width: 90%; - max-width: 420px; padding: 20rpx; - vertical-align: middle; background-color: #fff; border-radius: 4px; border: 1px solid #ebeef5; @@ -282,55 +276,19 @@ uni-button:after { overflow: hidden; backface-visibility: hidden; } - -.input_item { - width: 100%; - height: 70rpx; - border-radius: 4px; - border: 1px solid #DCDFE6; - font-size: 28rpx; - line-height: 70rpx; - color: #606266; - padding: 0 10px; -} -.zd_mask { + +.msg_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; - opacity: .2; + opacity: .7; background: #000; - z-index: 99; -} -.msg_item { - display: flex; - justify-content: space-between; - align-items: center; - height: 70rpx; - line-height: 70rpx; - margin-bottom: 30rpx; -} -.msg_txt { - font-size: 32rpx; - line-height: 70rpx; - color: #333; -} -.label_item { - width: 150rpx; - font-size: 32rpx; - line-height: 70rpx; - color: #333; -} -.from_item { - width: calc(100% - 160rpx); - font-size: 28rpx; - line-height: 70rpx; - color: #606266; + z-index: 200; } + .msg_btns { - height: 70rpx; - line-height: 70rpx; width: 100%; max-width: 300px; margin: 40rpx auto 0; @@ -339,14 +297,7 @@ uni-button:after { align-items: center; } .msg_btn { - width: 160rpx; - height: 70rpx; - line-height: 70rpx; - font-size: 28rpx; - color: #fff; - background-color: #d7592f; - border-radius: 5px; - text-align: center; + border-radius: 10rpx; } .msg_btn:disabled { background-color: #c9c9c9; diff --git a/manifest.json b/manifest.json index 35626ac..ee098e2 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "海亮铜箔", "appid" : "__UNI__22404A1", "description" : "海亮铜箔手持系统", - "versionName" : "1.0.1", - "versionCode" : 101, + "versionName" : "1.0.2", + "versionCode" : 102, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/ProductManage/ZjDelivery.vue b/pages/ProductManage/ZjDelivery.vue index 1804db3..4b8bead 100644 --- a/pages/ProductManage/ZjDelivery.vue +++ b/pages/ProductManage/ZjDelivery.vue @@ -88,6 +88,7 @@ + @@ -96,7 +97,7 @@