From 58a7219efcf2cf3552bde827198352574c86d137 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Tue, 25 Sep 2018 09:55:01 +0800 Subject: [PATCH] add 二维码 --- images/rnt_APPico.png | Bin 0 -> 22492 bytes images/rnt_andoird.png | Bin 0 -> 2587 bytes images/rnt_ios.png | Bin 0 -> 2297 bytes index.html | 9 +++++++++ style.css | 43 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 52 insertions(+), 0 deletions(-) create mode 100644 images/rnt_APPico.png create mode 100755 images/rnt_andoird.png create mode 100755 images/rnt_ios.png diff --git a/images/rnt_APPico.png b/images/rnt_APPico.png new file mode 100644 index 0000000..aaa72df Binary files /dev/null and b/images/rnt_APPico.png differ diff --git a/images/rnt_andoird.png b/images/rnt_andoird.png new file mode 100755 index 0000000..b118107 Binary files /dev/null and b/images/rnt_andoird.png differ diff --git a/images/rnt_ios.png b/images/rnt_ios.png new file mode 100755 index 0000000..280c0d0 Binary files /dev/null and b/images/rnt_ios.png differ diff --git a/index.html b/index.html index 80806fa..4882f1f 100755 --- a/index.html +++ b/index.html @@ -176,6 +176,15 @@
  • 大数据资产管理、商业运营分析、资产经营决策建议
  • +
    +
    +
    任你停APP下载
    +
    +
    +
    +
    +
    +
    diff --git a/style.css b/style.css index b5519c4..b54c167 100755 --- a/style.css +++ b/style.css @@ -2507,3 +2507,46 @@ a:hover{ /*=================== End Footer CSS =====================*/ +/*二维码 下载 */ +.features-download{ + width: 360px; + height: 260px; +} +.features-ico{ + width: 120px; + height: 120px; + background: url("images/rnt_APPico.png") no-repeat; + margin: 48px 29px 15px 15px; +} +.float-left{ + float: left; +} +.features-ewm{ + width: 135px; + height: 106px; + margin-top: 58px; +} +.features-ewmios{ + background: url("images/rnt_ios.png") no-repeat; + width: 135px; + height: 42px; + cursor: pointer; +} +.features-ewmard{ + margin-top: 18px; + background: url("images/rnt_andoird.png") no-repeat; + width: 135px; + height: 42px; + cursor: pointer; +} +.features-apptit{ + width: 120px; + height: 12px; + text-align: center; + font-size: 12px; + font-weight: 500; + color: rgba(0,0,0,0.5); + bottom: -20px; + left: 0px; +} + -- libgit2 0.21.4