Browse Source

[管理车牌样式的修改]

tags/2.2.4
meo 6 years ago
parent
commit
00aa03eab8
1 changed files with 6 additions and 3 deletions
  1. +6
    -3
      pages/managelicenseplate/managelicenseplate.wxss

+ 6
- 3
pages/managelicenseplate/managelicenseplate.wxss View File

@@ -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;


Loading…
Cancel
Save