Commit 5af4381c by 高淑倩

add: border-radius

parent 81f3e277
......@@ -2,8 +2,8 @@
@import './../../base/base.wxss';
.status {
height: 320rpx;
border-radius: 7rpx;
background-color: rgba(216, 216, 216, 1);
border-radius: 8rpx;
position: relative;
}
.status-tips {
......@@ -13,6 +13,7 @@
position: absolute;
}
.status-img {
border-radius: 8rpx;
height: 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