From dc4798f61ef78b0c0d1222114eef29c4b2ed41c9 Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Mon, 19 Nov 2018 16:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=9C=8D=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/wap/first/crmeb/css/store_service.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/wap/first/crmeb/css/store_service.css b/public/wap/first/crmeb/css/store_service.css index 416e7706..6d3fbe85 100644 --- a/public/wap/first/crmeb/css/store_service.css +++ b/public/wap/first/crmeb/css/store_service.css @@ -35,12 +35,12 @@ h1,h2,h3,h4,h5,h6{font-weight:400} .tou img{width:40px;height:40px;border-radius:40px} .tohua .tou{left:10px} .myhua .tou{right:10px} -.ci_ico{width:10px;height:9px;position:absolute;top:12.5px} +.ci_ico{position:absolute;top:12.5px;} .ci{display:inline-block;padding:10px 15px;border-radius:6px;line-height:22px;font-size:16px;word-break:break-all;word-wrap:break-word} -.tohua .ci_ico{left:61px;background:url(../images/toci.png) no-repeat;background-size:10px} +.tohua .ci_ico{left:61px;display: inline-block;width: 0; height: 0; vertical-align: middle; border-bottom: 10px solid #59C370; border-right: 0px solid transparent; border-left: 10px solid transparent;} .tohua .ci{margin-left:60px;background:#59c370;color:#fff} -.myhua .ci_ico{right:56px;background:url(../images/myci.png) no-repeat;background-size:10px} -.myhua .ci{float:right;margin-right:55px;background:#fff;color:#555} +.myhua .ci_ico{right:56px;display: inline-block; width: 0; height: 0; vertical-align: middle; border-bottom: 10px solid #E6E6E6; border-right: 10px solid transparent; border-left: 0px solid transparent;} +.myhua .ci{float: right;margin-right: 55px;background: #E6E6E6;color: #212121} .prompt{width:100%;height:100%;position:fixed;z-index:2;text-align:center;display:none} .prompt p{display:inline-block;background:rgba(0,0,0,.8);filter:alpha(opacity=80);-moz-opacity:.8;-khtml-opacity:.8;opacity:.8;color:#fff;line-height:20px;padding:5px 10px;border-radius:5px;font-size:16px} .prompt p b{color:#71cfff;font-weight:400}