From fb5bb21f97f6cd5741868d6c356502e33a57a5f2 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 17 Nov 2016 13:34:25 +0800 Subject: [PATCH] * change for afterexec css. --- module/upgrade/css/afterexec.css | 23 +++++++++++++++++++++++ module/upgrade/css/execute.css | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 module/upgrade/css/afterexec.css diff --git a/module/upgrade/css/afterexec.css b/module/upgrade/css/afterexec.css new file mode 100644 index 0000000000..3151ee49a3 --- /dev/null +++ b/module/upgrade/css/afterexec.css @@ -0,0 +1,23 @@ +.adbox{margin-top:20px;} +.card { + border: none; + border-radius: 0px; + box-shadow: none; + display: block; + margin-bottom: 0px; + overflow: hidden; + padding: 0; + position: relative; + transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; +} +.card.ad > .img-wrapper { + background-position: center; + background-repeat: no-repeat; + height: 85px; + width: 100%; +} +.card.ad > .img-wrapper > img{display: none;} +.card.ad > .card-heading {text-align: center;} +.card.ad > .card-reveal > .card-heading { padding: 12px 10px 10px 15px;} +.card.ad > .card-reveal {color: #333;} +.card.ad > .card-reveal li{line-height:1.5} diff --git a/module/upgrade/css/execute.css b/module/upgrade/css/execute.css index 3151ee49a3..e69de29bb2 100644 --- a/module/upgrade/css/execute.css +++ b/module/upgrade/css/execute.css @@ -1,23 +0,0 @@ -.adbox{margin-top:20px;} -.card { - border: none; - border-radius: 0px; - box-shadow: none; - display: block; - margin-bottom: 0px; - overflow: hidden; - padding: 0; - position: relative; - transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; -} -.card.ad > .img-wrapper { - background-position: center; - background-repeat: no-repeat; - height: 85px; - width: 100%; -} -.card.ad > .img-wrapper > img{display: none;} -.card.ad > .card-heading {text-align: center;} -.card.ad > .card-reveal > .card-heading { padding: 12px 10px 10px 15px;} -.card.ad > .card-reveal {color: #333;} -.card.ad > .card-reveal li{line-height:1.5}