-
+
@@ -50,7 +50,19 @@
预览支付二维码
-
+
+
+
+

+
微信扫码支付
+
+
+
暂未配置
+
@@ -131,6 +143,7 @@
+
取消
{{ confirmText }}
@@ -139,18 +152,14 @@
@@ -313,10 +333,21 @@ a {
text-decoration: none;
color: #006AFF;
}
+.payInfo_wrap{
+ height: calc(100% - 80px);
+ box-sizing: border-box;
+ overflow-y: auto;
+ display: flex;
+ flex-direction: column;
+}
.register-btns {
// height: 78px;
/* 自动布局 */
// width: 344px;
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
@@ -335,11 +366,24 @@ a {
width: 100%;
height: 100%;
text-align: left;
+ padding: 24px 20px;
+ box-sizing: border-box;
}
.preview-title {
- padding-top: 24px;
- padding-left: 20px;
+ // padding-top: 24px;
+ // padding-left: 20px;
+}
+.qrcode-title{
+ font-size: 12px;
+ line-height: 13px;
+ letter-spacing: 0.08em;
+ color: #0DAF49;
+}
+.desc_title{
+ font-size: 16px;
+ letter-spacing: 0.08em;
+ color: #626573;
}
.preview-title p {
font-size: 14px;
@@ -351,10 +395,12 @@ a {
.preview-content {
margin-top: 20px;
- margin-left: 20px;
+ // margin-left: 20px;
+ padding: 16px;
+ box-sizing: border-box;
background: #FFFFFF;
width: 100%;
- height: 200px;
+ min-height: 138px;
}
.beforeNotice {
@@ -428,6 +474,7 @@ a {
.site-setting-wrap {
width: 100%;
+ flex: 1;
}
\ No newline at end of file