From e01372be5dcc8e979774a12cb83b309b2571ae2a Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Wed, 17 Oct 2018 11:32:53 +0800 Subject: [PATCH] 加盟 弹窗填写信息 --- css/joinous.css | 42 ++++++++++++++++++++++++++++++++++++++++++ images/breadcrumb-bg.jpg | Bin 319609 -> 0 bytes joinous.html | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- js/joinous.js | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ services.html | 2 +- 5 files changed, 148 insertions(+), 3 deletions(-) diff --git a/css/joinous.css b/css/joinous.css index 75faa77..db9d3dd 100644 --- a/css/joinous.css +++ b/css/joinous.css @@ -64,3 +64,45 @@ line-height: 20px; color: #666; } +.form-group-height { + height: 34px; + width: 400px; + margin: 15px auto 0; + color: #626c72; +} +.width30 { + width: 100px; + float: left; + text-align: right; + margin-right: 10px; + line-height: 34px; +} +.width65 { + float: left; + width: 220px; + height: 34px; + line-height: 34px; + font-size: 14px; + /* overflow: hidden; */ + /* text-overflow: ellipsis; */ + /* white-space: nowrap; */ +} +.btn { + text-align: center; + width: 60px; + background-color: #2abb9a; + font-size: 14px; + color: #fff !important; +} +.modal-footer { + border-top: none !important; + text-align: center; +} +.write_rule { + height: 34px; + color: #f00; + font-size: 14px; + line-height: 34px; + margin-top: 10px; + text-align: center; +} diff --git a/images/breadcrumb-bg.jpg b/images/breadcrumb-bg.jpg index db6042b..29faebf 100644 Binary files a/images/breadcrumb-bg.jpg and b/images/breadcrumb-bg.jpg differ diff --git a/joinous.html b/joinous.html index 7a8cd8a..312332a 100644 --- a/joinous.html +++ b/joinous.html @@ -80,7 +80,7 @@