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}