|
|
@ -1849,10 +1849,12 @@ |
|
|
|
.activity { |
|
|
|
.activity { |
|
|
|
margin-top: 18rpx; |
|
|
|
margin-top: 18rpx; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
|
|
|
|
.left { |
|
|
|
.left { |
|
|
|
width: 40%; |
|
|
|
width: 300rpx; |
|
|
|
flex-shrink: 0; |
|
|
|
flex-shrink: 0; |
|
|
|
|
|
|
|
font-size: 0; |
|
|
|
|
|
|
|
|
|
|
|
image { |
|
|
|
image { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
@ -1862,11 +1864,12 @@ |
|
|
|
|
|
|
|
|
|
|
|
.right { |
|
|
|
.right { |
|
|
|
// flex:1; |
|
|
|
// flex:1; |
|
|
|
width: 60%; |
|
|
|
width: 390rpx; |
|
|
|
padding-left: 14rpx; |
|
|
|
padding-left: 14rpx; |
|
|
|
// margin-left:14rpx; |
|
|
|
// margin-left:14rpx; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
|
|
|
|
// align-items: ; |
|
|
|
// align-items: ; |
|
|
|
// justify-content: space-around; |
|
|
|
// justify-content: space-around; |
|
|
@ -1878,6 +1881,7 @@ |
|
|
|
padding: 14rpx; |
|
|
|
padding: 14rpx; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
height: 208rpx; |
|
|
|
|
|
|
|
|
|
|
|
.more { |
|
|
|
.more { |
|
|
|
font-size: 20rpx; |
|
|
|
font-size: 20rpx; |
|
|
@ -1943,7 +1947,6 @@ |
|
|
|
.rightItem2 { |
|
|
|
.rightItem2 { |
|
|
|
background: url('https://www.royaum.com.cn/static/index/ranking.png'); |
|
|
|
background: url('https://www.royaum.com.cn/static/index/ranking.png'); |
|
|
|
background-size: cover; |
|
|
|
background-size: cover; |
|
|
|
margin-top: 14rpx; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// padding:14rpx; |
|
|
|
// padding:14rpx; |
|
|
|
// height:50%; |
|
|
|
// height:50%; |
|
|
|