调整游戏icon的border-radius
This commit is contained in:
parent
dae16444c4
commit
6dd68fe1c0
@ -13,7 +13,7 @@
|
|||||||
.recent-game .one-game{
|
.recent-game .one-game{
|
||||||
width: 138rpx;
|
width: 138rpx;
|
||||||
height: 138rpx;
|
height: 138rpx;
|
||||||
border-radius:10rpx;
|
border-radius:6rpx;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left:10rpx;
|
margin-left:10rpx;
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
border-radius: 6rpx;
|
||||||
}
|
}
|
||||||
.content-view {
|
.content-view {
|
||||||
flex:1;
|
flex:1;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
.top-game-icon {
|
.top-game-icon {
|
||||||
width: 130rpx;
|
width: 130rpx;
|
||||||
height: 130rpx;
|
height: 130rpx;
|
||||||
border-radius: 10rpx;
|
border-radius: 6rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.top-game-icon image {
|
.top-game-icon image {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user