From fe034db1600773790daac74ce76732db7c06b980 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Wed, 1 May 2019 00:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index/view/default/answer/index.html | 2 +- .../index/view/default/message/index.html | 2 +- .../css/membershiplevel/index/style.css | 2 +- .../css/touristbuy/index/index.detail.css | 30 +------------------ .../plugins/css/wallet/index/common.css | 2 +- 5 files changed, 5 insertions(+), 33 deletions(-) diff --git a/application/index/view/default/answer/index.html b/application/index/view/default/answer/index.html index 3643834b0..2d5be62b7 100755 --- a/application/index/view/default/answer/index.html +++ b/application/index/view/default/answer/index.html @@ -110,7 +110,7 @@ {{/if}} {{if empty($data_list)}} - +
没有相关数据
diff --git a/application/index/view/default/message/index.html b/application/index/view/default/message/index.html index cfbce7f25..943d8182a 100755 --- a/application/index/view/default/message/index.html +++ b/application/index/view/default/message/index.html @@ -111,7 +111,7 @@ {{/if}} {{if empty($data_list)}} - +
没有相关数据
diff --git a/public/static/plugins/css/membershiplevel/index/style.css b/public/static/plugins/css/membershiplevel/index/style.css index 21f8fa5b9..4ee6dc554 100644 --- a/public/static/plugins/css/membershiplevel/index/style.css +++ b/public/static/plugins/css/membershiplevel/index/style.css @@ -12,7 +12,7 @@ left: 0; width: 100%; height: 20px; - background: url(../../images/membershiplevel/flash.gif) no-repeat center; + background: url(../../../images/membershiplevel/flash.gif) no-repeat center; background-size: contain; opacity: 0.3; } \ No newline at end of file diff --git a/public/static/plugins/css/touristbuy/index/index.detail.css b/public/static/plugins/css/touristbuy/index/index.detail.css index 2c27eb1fb..ceb771b8e 100644 --- a/public/static/plugins/css/touristbuy/index/index.detail.css +++ b/public/static/plugins/css/touristbuy/index/index.detail.css @@ -169,26 +169,6 @@ ul.progress li.current .title { } } - -/** - * 支付弹窗 - */ -.business-item h3 { border-bottom: 3px solid #e3e3e3; margin-top:5px; font-size: 14px;font-weight: 700; } -.business-item ul { padding: 10px 3px 5px 5px; overflow: hidden; } -.business-item ul li { border:1px solid transparent ;overflow: hidden; float: left; cursor: pointer; padding: 5px; border: 1px solid #eee; margin: 0 10px 10px 0; } -.business-item ul li img { width: 36px; height: 36px; } -.business-item ul li.selected { border-color: #d2364c ; position: relative; } -.business-item ul li.selected i.icon-active { position: absolute; width: 10px; height: 10px; font-size: 0; line-height: 0; right: 0px; bottom: 0px; background: url(../images/sys_item_selected.gif) no-repeat right bottom; } -@media only screen and (min-width:640px) { - .business-item ul li {width:calc(33% - 5px); } - .business-item ul li:nth-child(3n) { margin-right: 0; } -} -@media only screen and (max-width:640px) { - .business-item ul li { width: calc(50% - 5px); } - .business-item ul li:nth-child(2n) { margin-right: 0; } -} - - /** * 商品列表 */ @@ -207,12 +187,4 @@ ul.progress li.current .title { strong.total-price-content { color: #d2364c; font-size: 16px; } .am-table { margin-bottom: 10px; } .am-table > tbody > tr > td { border-top: 1px solid #F5F5F5; } -.am-table > thead > tr > th { border-bottom: 1px solid #f7f7f7; } - -@media only screen and (min-width:640px) { - .cart-content table tr .base { width: 40%; } - .cart-content table tr .price { width: 20%; } - .cart-content table tr .number { width: 20%; } - .cart-content table tr .total-price { width: 20%; } - .cart-content { margin-top: 20px; } -} \ No newline at end of file +.am-table > thead > tr > th { border-bottom: 1px solid #f7f7f7; } \ No newline at end of file diff --git a/public/static/plugins/css/wallet/index/common.css b/public/static/plugins/css/wallet/index/common.css index 082c06625..a2349021f 100644 --- a/public/static/plugins/css/wallet/index/common.css +++ b/public/static/plugins/css/wallet/index/common.css @@ -98,7 +98,7 @@ .user-content-body .business-item ul li { border:1px solid transparent ;overflow: hidden; float: left; cursor: pointer; padding: 5px; border: 1px solid #eee; margin: 0 10px 10px 0; background: #fff; } .user-content-body .business-item ul li img { width: 36px; height: 36px; } .user-content-body .business-item ul li:hover, .user-content-body .business-item ul li.selected { border-color: #e4383c ; position: relative; box-shadow: 0px 0 0px 1px #e4383c; } -.user-content-body .business-item li.selected i.icon-active { position: absolute; width: 10px; height: 10px; font-size: 0; line-height: 0; right: 0px; bottom: 0px; background: url(../../images/wallet/sys_item_selected.gif) no-repeat right bottom; } +.user-content-body .business-item li.selected i.icon-active { position: absolute; width: 10px; height: 10px; font-size: 0; line-height: 0; right: 0px; bottom: 0px; background: url(../../../images/wallet/sys_item_selected.gif) no-repeat right bottom; } @media only screen and (min-width:640px) { .user-content-body .business-item ul li {width:calc(33% - 5px); } .user-content-body .business-item ul li:nth-child(3n) { margin-right: 0; }