Commit 13119ca9 authored by 罗超's avatar 罗超

1

parent a415b5b9
...@@ -164,8 +164,8 @@ ...@@ -164,8 +164,8 @@
style=" style="
width: 100%; width: 100%;
height: 100%; height: 100%;
border-top-left-radius: 8rpx; border-top-left-radius: 4rpx;
border-top-right-radius: 8rpx; border-top-right-radius: 4rpx;
" "
></image> ></image>
</view> </view>
...@@ -688,7 +688,7 @@ export default { ...@@ -688,7 +688,7 @@ export default {
.img-box { .img-box {
width: 188rpx; width: 188rpx;
height: 188rpx; height: 188rpx;
border-radius: 8rpx; border-radius: 4rpx;
overflow: hidden; overflow: hidden;
margin-bottom: 10rpx; margin-bottom: 10rpx;
} }
...@@ -707,7 +707,7 @@ export default { ...@@ -707,7 +707,7 @@ export default {
.headimg { .headimg {
width: 44rpx; width: 44rpx;
height: 44rpx; height: 44rpx;
border-radius: 8rpx; border-radius: 4rpx;
margin-right: 10rpx; margin-right: 10rpx;
} }
} }
......
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