Commit 5af4381c by 高淑倩

add: border-radius

parent 81f3e277
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
@import './../../base/base.wxss'; @import './../../base/base.wxss';
.status { .status {
height: 320rpx; height: 320rpx;
border-radius: 7rpx;
background-color: rgba(216, 216, 216, 1); background-color: rgba(216, 216, 216, 1);
border-radius: 8rpx;
position: relative; position: relative;
} }
.status-tips { .status-tips {
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
position: absolute; position: absolute;
} }
.status-img { .status-img {
border-radius: 8rpx;
height: 100%; height: 100%;
width: 100%; width: 100%;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment