首页样式优化

version/0412
wangdong 6 months ago
parent eede19506d
commit 987be4bfa1
  1. 9
      pages/index/index.vue

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

Loading…
Cancel
Save