diff --git a/application/index/view/default/answer/index.html b/application/index/view/default/answer/index.html index 3643834b095a19d412c3690f4110099d95adce1f..2d5be62b722e2be3b3b7d075b2b675da6163ca39 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 cfbce7f25f974ef3fb1c586567196fb54480ae02..943d8182a102c8d4b787ddb2315e41453d680ceb 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 21f8fa5b91f21fff03f2f55fd5e6718efe3911a1..4ee6dc5546c6deee09e2603a6b41dbbb90610d4c 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 2c27eb1fb03368b0124c2d351c8e8ded7638afab..ceb771b8e2d7d92a6815fb8038c7e35e207152cd 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 082c066255a65a0e83926535d3cd3286da872c4c..a2349021fa5f185a74dab8bf186c0df5a2a6c134 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; }