diff --git a/v1_5_0_C/exchange.html b/v1_5_0_C/exchange.html index c82d607..5c3d400 100644 --- a/v1_5_0_C/exchange.html +++ b/v1_5_0_C/exchange.html @@ -145,6 +145,7 @@ 知道了 +
diff --git a/v1_5_0_C/img/wx-bg.png b/v1_5_0_C/img/wx-bg.png new file mode 100644 index 0000000..c99dcbc Binary files /dev/null and b/v1_5_0_C/img/wx-bg.png differ diff --git a/v1_5_0_C/img/zfb-bg.png b/v1_5_0_C/img/zfb-bg.png new file mode 100644 index 0000000..823e330 Binary files /dev/null and b/v1_5_0_C/img/zfb-bg.png differ diff --git a/v1_5_0_C/payPop.css b/v1_5_0_C/payPop.css index 034f13c..d64783f 100644 --- a/v1_5_0_C/payPop.css +++ b/v1_5_0_C/payPop.css @@ -66,15 +66,19 @@ justify-content: space-between; align-items: center; margin: 0.13rem 0; - background: #fff; - border: 0.01rem solid #e4e4e4; padding: 0.1rem 0.15rem; box-sizing: border-box; - box-shadow: 0px 1px 1px 1px rgba(216, 216, 216, 0.1); + background: url('./img/wx-bg.png'); font-size: 0.15rem; - border-radius: 0.05rem; + background-size: 100% 100%; } +.model .model-box .list-children:last-child { + background: url('./img/zfb-bg.png'); + background-size: 100% 100%; +} + + .model .model-box .list-children>div { display: flex;