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 @@
-