From b244e45c137b9b768843e7bca4a1c83378884837 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 27 Mar 2020 14:28:43 +0800 Subject: [PATCH] 提示 需要支付的车牌号是否正确 --- css/home.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ home.html | 14 ++++++++++++-- js/pay.js | 13 ++++++++++++- 3 files changed, 74 insertions(+), 3 deletions(-) diff --git a/css/home.css b/css/home.css index 63307f3..d600f3b 100644 --- a/css/home.css +++ b/css/home.css @@ -246,3 +246,53 @@ body { left: 0; display: none; } + +.strTip{ + width: 100%; + height: 100%; + text-align: center; + font-size: 20px; + background: rgba(0,0,0,.7); + position: fixed; + top:0; + left: 0; +} +.strWrap{ + width: 80%; + background: #fff; + border-radius: 4px; + margin: 50px auto 0; + padding: 0 10px 15px; +} +.strCon{ + text-align: center; + font-size: 20px; + color: #333; + text-align: center; +} +.header-title{ + padding: 15px 0; + font-size: 14px; + font-weight: 600; + border-bottom:1px solid #ccc ; + color: #333; +} +.payCarNum{ + font-size: 16px; + color: #D40202; +} +.btn{ + color: #fff; + font-size: 20px; + + height: 40px; + line-height: 40px; + border-radius: 8px; + cursor: pointer; +} +.hiddenBtn{ + background: #79cbbf; +} +.outBtn{ + background: #509f93; +} diff --git a/home.html b/home.html index 3a75924..4089531 100644 --- a/home.html +++ b/home.html @@ -77,13 +77,23 @@
-