From 00aa03eab8d6bb14203dc460352550b5a0dc10df Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 19 Oct 2018 20:39:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=AE=A1=E7=90=86=E8=BD=A6=E7=89=8C=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/managelicenseplate/managelicenseplate.wxss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/managelicenseplate/managelicenseplate.wxss b/pages/managelicenseplate/managelicenseplate.wxss index 0eaa2fb..7e8bef0 100644 --- a/pages/managelicenseplate/managelicenseplate.wxss +++ b/pages/managelicenseplate/managelicenseplate.wxss @@ -18,7 +18,10 @@ letter-spacing: 0; line-height: 26rpx; } - +.rem{ + color: #f86661!important; + margin-left: 12rpx; +} page { background-color: #fff; } @@ -192,7 +195,7 @@ page { margin: 0 auto; float: right; border-radius: 12rpx; - background: #56bdf8; + background: #00c0ff; border: 3px solid #fff; position: relative; } @@ -202,7 +205,7 @@ page { height: 180rpx; line-height: 180rpx; float: left; - background: #56bdf8; + background: #00c0ff; border-radius: 12rpx; border: 3px solid #fff; text-align: center;